@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700&display=swap";:root{--coral:#e07a5f;--coral-dark:#c96a52;--teal:#0d9488;--teal-dark:#0f766e;--cream:#faf9f7;--ink:#1c1917;--peach:#fff8f3;--mint:#f0fdfa;--white:#fff;--radius:8px;--radius-lg:12px;--shadow:0 4px 24px #0d948814;--font:"Inter", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(1120px,100% - 48px);margin-inline:auto}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 4px 16px #0d948833}.btn-primary:hover{background:var(--teal-dark)}.btn-outline{color:var(--ink);background:#fff;border:1.5px solid #1a1a2e1f}.btn-ghost{color:var(--ink);background:0 0;padding:10px 16px}.btn-sm{padding:10px 18px;font-size:14px}.input{background:#fff;border:1.5px solid #1a1a2e14;border-radius:8px;outline:none;width:100%;padding:14px 16px;transition:border-color .15s}.input:focus{border-color:var(--teal)}.label{color:#1a1a2ebf;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;overflow:hidden}.error-banner{color:#c0392b;background:#fff0f0;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:600}.legal-page{max-width:720px;margin:0 auto;padding:48px 24px 80px}.legal-page h1{margin-bottom:8px;font-size:2rem}.legal-page .updated{color:#1a1a2e80;margin-bottom:32px;font-size:14px}.legal-page h2{margin-top:28px;margin-bottom:8px;font-size:1.15rem}.legal-page p,.legal-page li{color:#1a1a2ec7;line-height:1.65}.legal-page ul{padding-left:20px}.public-layout{background:#faf9f7;flex-direction:column;min-height:100vh;display:flex}.public-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #e7e5e4;position:sticky;top:0}.public-header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{letter-spacing:-.02em;color:#1c1917;align-items:center;gap:12px;font-size:1.125rem;font-weight:600;text-decoration:none;display:flex}.brand:hover{text-decoration:none}.brand-mark{background:linear-gradient(135deg,#0d9488 0%,#e07a5f 100%);border-radius:8px;flex-shrink:0;width:28px;height:28px}.public-nav{align-items:center;gap:8px;display:flex}.nav-link{color:#57534e;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none}.nav-link:hover{color:#0d9488;text-decoration:none}.public-footer{background:#fff;border-top:1px solid #e7e5e4;margin-top:auto;padding:56px 0 40px}.footer-inner{gap:32px;display:grid}.footer-brand strong{letter-spacing:-.02em;color:#1c1917;font-size:1rem;font-weight:600}.footer-brand p{color:#57534e;margin:8px 0 0;font-size:14px;line-height:1.5}.footer-links{flex-wrap:wrap;gap:24px;display:flex}.footer-links a{color:#57534e;font-size:14px;font-weight:500;text-decoration:none}.footer-links a:hover{color:#0d9488}.footer-copy{color:#a8a29e;margin:0;font-size:13px}@media (width>=768px){.footer-inner{grid-template-columns:1fr auto;align-items:start}.footer-copy{grid-column:1/-1}}.notif-bell-wrap{position:relative}.notif-bell-btn{width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #1a1a2e14;border-radius:12px;place-items:center;transition:background .15s,border-color .15s;display:grid;position:relative}.notif-bell-btn:hover{background:var(--mint);color:var(--teal);border-color:#0d948833}.notif-badge{background:var(--coral);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-4px;right:-4px}.notif-panel{z-index:200;background:#fff;border:1px solid #1a1a2e14;border-radius:16px;flex-direction:column;width:min(360px,100vw - 32px);max-height:420px;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 20px 60px #09090b1f}.notif-panel-head{border-bottom:1px solid #1a1a2e0f;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notif-panel-head strong{font-size:15px}.notif-empty{color:#1a1a2e8c;margin:0;padding:24px 16px;font-size:14px;line-height:1.55}.notif-list{margin:0;padding:0;list-style:none;overflow-y:auto}.notif-list li.unread{background:#e07a5f0f}.notif-item{color:inherit;border-bottom:1px solid #1a1a2e0d;align-items:flex-start;gap:12px;padding:14px 16px;text-decoration:none;display:flex;position:relative}.notif-item:hover{background:#0d94880d;text-decoration:none}.notif-item-icon{background:var(--mint);border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:1.1rem;display:grid;overflow:hidden}.notif-item-icon img{object-fit:cover;width:100%;height:100%}.notif-item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notif-item-body strong{color:var(--ink);font-size:14px}.notif-item-body span{color:#1a1a2ea6;font-size:13px;line-height:1.4}.notif-owner{color:var(--teal)!important;font-weight:600!important}.notif-item-body time{color:#1a1a2e66;margin-top:2px;font-size:11px;font-weight:600}.notif-dot{background:var(--coral);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.topbar-actions{align-items:center;gap:12px;display:flex}.app-layout{min-height:100vh;display:flex}.app-sidebar{background:#fff;border-right:1px solid #1a1a2e0f;flex-direction:column;width:240px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.app-sidebar .brand{color:var(--ink);align-items:center;gap:8px;padding:0 8px 24px;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.app-nav{flex-direction:column;flex:1;gap:4px;display:flex}.app-nav a{color:#1a1a2e8c;border-radius:12px;padding:12px 14px;font-weight:600;text-decoration:none}.app-nav a:hover{color:var(--teal);background:#2ec4b614;text-decoration:none}.app-nav a.active{color:var(--coral);background:#ff6b6b1f}.sidebar-user{border-top:1px solid #1a1a2e0f;padding-top:16px}.user-name{padding:0 8px 8px;font-size:14px;font-weight:700}.app-main{flex:1;min-width:0}.app-topbar{background:#fff8f0cc;border-bottom:1px solid #1a1a2e0f;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.topbar-greeting{font-weight:700}.topbar-home{font-size:14px;font-weight:600}.app-content{max-width:960px;padding:32px}@media (width<=768px){.app-layout{flex-direction:column}.app-sidebar{flex-flow:wrap;align-items:center;gap:8px;width:100%;height:auto;padding:12px 16px;position:static}.app-sidebar .brand{padding:0}.app-nav{flex-direction:row;flex:1;overflow-x:auto}.app-nav a{white-space:nowrap;padding:8px 12px;font-size:13px}.sidebar-user{border:none;align-items:center;gap:8px;padding:0;display:flex}.user-name{display:none}.app-content{padding:20px 16px}}.landing{--lp-bg:#faf9f7;--lp-bg-alt:#f0f7f6;--lp-surface:#fff;--lp-ink:#1c1917;--lp-muted:#57534e;--lp-border:#e7e5e4;--lp-teal:#0d9488;--lp-teal-dark:#0f766e;--lp-teal-soft:#ccfbf1;--lp-coral:#e07a5f;--lp-coral-dark:#c96a52;--lp-coral-soft:#fdeee8;--lp-violet:#7c6cf0;--lp-violet-soft:#ede9fe;--lp-amber:#d97706;--lp-amber-soft:#fef3c7;--lp-accent:var(--lp-teal);--lp-accent-hover:var(--lp-teal-dark);--lp-dark:#134e4a;--lp-dark-muted:#99f6e4;background:var(--lp-bg);overflow-x:hidden}.lp-hero{border-bottom:1px solid var(--lp-border);background:linear-gradient(145deg,#fff8f3 0%,#f0faf9 45%,#f5f3ff 100%);padding:80px 0 96px;position:relative}.lp-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d94881f 0%,#0000 70%);width:420px;height:420px;position:absolute;top:-120px;right:-80px}.lp-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#e07a5f1a 0%,#0000 70%);width:360px;height:360px;position:absolute;bottom:-80px;left:-60px}.lp-hero-grid{z-index:1;align-items:center;gap:64px;display:grid;position:relative}@media (width>=960px){.lp-hero-grid{grid-template-columns:1fr 1fr;gap:80px}}.lp-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--lp-teal);margin:0 0 20px;font-size:12px;font-weight:600}.lp-eyebrow-light{color:var(--lp-dark-muted)}.lp-hero-copy h1{letter-spacing:-.035em;color:var(--lp-ink);margin:0 0 24px;font-size:clamp(2.75rem,5vw,4.25rem);font-weight:600;line-height:1.05}.lp-accent-text{color:var(--lp-teal)}.lp-lead{color:var(--lp-muted);max-width:480px;margin:0 0 36px;font-size:1.125rem;line-height:1.7}.lp-hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.lp-btn{letter-spacing:.01em;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.lp-btn-primary{background:var(--lp-teal);color:#fff;box-shadow:0 4px 20px #0d948840}.lp-btn-primary:hover{background:var(--lp-teal-dark);text-decoration:none}.lp-btn-secondary{color:var(--lp-ink);border:1px solid var(--lp-border);background:0 0}.lp-btn-secondary:hover{background:var(--lp-bg-alt);text-decoration:none}.lp-btn-light{color:var(--lp-ink);background:#fff}.lp-btn-light:hover{background:#f4f4f5}.lp-btn-ghost{color:#fff;border:1px solid #ffffff40}.lp-btn-ghost:hover{background:#ffffff14;text-decoration:none}.lp-hero-meta{flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none;display:flex}.lp-hero-meta li{color:var(--lp-muted);padding-left:16px;font-size:13px;font-weight:500;position:relative}.lp-hero-meta li:before{content:"";background:var(--lp-coral);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.lp-hero-photos{pointer-events:none;position:absolute;inset:0}.lp-hero-photo{object-fit:cover;border:3px solid #fff;border-radius:16px;position:absolute;box-shadow:0 16px 48px #09090b1f}.lp-hero-photo-a{width:140px;height:140px;top:-8px;left:-12px;transform:rotate(-6deg)}.lp-hero-photo-b{width:120px;height:120px;bottom:8px;right:-16px;transform:rotate(5deg)}@media (width>=960px){.lp-hero-photo-a{width:160px;height:160px;top:-16px;left:-24px}.lp-hero-photo-b{width:140px;height:140px;bottom:0;right:-32px}}.lp-hero-visual{justify-content:center;min-height:480px;padding:20px 0;display:flex;position:relative}.lp-device{background:var(--lp-surface);border:1px solid var(--lp-border);z-index:1;border-radius:20px;width:min(300px,100%);position:relative;overflow:hidden;box-shadow:0 24px 64px #09090b14}.lp-device-bar{border-bottom:1px solid var(--lp-border);color:var(--lp-ink);justify-content:space-between;align-items:center;padding:16px 20px;font-size:13px;font-weight:600;display:flex}.lp-device-dot{background:var(--lp-teal);border-radius:50%;width:8px;height:8px}.lp-device-photo{object-fit:cover;background:var(--lp-bg-alt);width:100%;height:220px;display:block}.lp-device-body{padding:20px}.lp-device-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.lp-device-row strong{letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.lp-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--lp-teal-dark);background:var(--lp-teal-soft);border:none;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.lp-device-body>p{color:var(--lp-muted);margin:0 0 14px;font-size:13px}.lp-device-tags{gap:8px;display:flex}.lp-device-tags span{background:var(--lp-coral-soft);color:var(--lp-coral-dark);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500}.lp-device-actions{border-top:1px solid var(--lp-border);grid-template-columns:1fr 1fr;display:grid}.lp-action{text-align:center;color:var(--lp-muted);padding:16px;font-size:13px;font-weight:600}.lp-action-like{background:var(--lp-coral);color:#fff}.lp-float{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:10px;align-items:center;gap:12px;min-width:180px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 12px 40px #09090b0f}.lp-float-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.lp-float-label{text-transform:uppercase;letter-spacing:.08em;color:var(--lp-muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.lp-float strong{color:var(--lp-ink);font-size:14px;font-weight:600}.lp-float-a{border-left:3px solid var(--lp-teal);top:12%;right:-8%}.lp-float-b{border-left:3px solid var(--lp-coral);bottom:14%;left:-8%}@media (width<=959px){.lp-float-a{right:0}.lp-float-b{left:0}}.lp-strip{color:#fff;background:linear-gradient(135deg,#134e4a 0%,#0f766e 100%);padding:32px 0}.lp-strip-inner{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width>=768px){.lp-strip-inner{grid-template-columns:repeat(4,1fr)}}.lp-strip-inner div{text-align:center}.lp-strip-inner strong{margin-bottom:4px;font-size:15px;font-weight:600;display:block}.lp-strip-inner span{color:#99f6e4;font-size:12px}.lp-section{background:var(--lp-surface);padding:96px 0}.lp-section-alt{background:var(--lp-bg-alt)}.lp-section-dark{color:#fff;background:linear-gradient(160deg,#134e4a 0%,#115e59 50%,#1e3a5f 100%)}.lp-section-head{text-align:center;max-width:640px;margin:0 auto 56px}.lp-section-head-left{text-align:left;margin-bottom:40px;margin-left:0}.lp-section-head h2{letter-spacing:-.03em;color:inherit;margin:0;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:600;line-height:1.15}.lp-section-desc{color:var(--lp-muted);margin:16px 0 0;font-size:1.05rem;line-height:1.65}.lp-section-desc-light{color:var(--lp-dark-muted)}.lp-gallery{gap:20px;display:grid}@media (width>=768px){.lp-gallery{grid-template-columns:repeat(3,1fr)}}.lp-gallery-item{border:1px solid var(--lp-border);background:var(--lp-surface);border-radius:16px;margin:0;overflow:hidden;box-shadow:0 8px 32px #09090b0f}.lp-gallery-item img{object-fit:cover;width:100%;height:280px;display:block}.lp-gallery-item figcaption{color:var(--lp-ink);padding:16px 20px;font-size:14px;font-weight:600}.lp-intent-grid{background:var(--lp-border);border:1px solid var(--lp-border);border-radius:12px;gap:1px;display:grid;overflow:hidden}@media (width>=768px){.lp-intent-grid{grid-template-columns:repeat(3,1fr)}}.lp-intent{background:var(--lp-surface);border-top:3px solid var(--lp-border);padding:0 0 32px;overflow:hidden}.lp-intent-photo{height:180px;margin-bottom:24px;overflow:hidden}.lp-intent-photo img{object-fit:cover;width:100%;height:100%;display:block}.lp-intent h3,.lp-intent p{padding-inline:32px}.lp-intent-teal{border-top-color:var(--lp-teal);background:linear-gradient(#f0fdfa 0%,#fff 100%)}.lp-intent-coral{border-top-color:var(--lp-coral);background:linear-gradient(#fff8f5 0%,#fff 100%)}.lp-intent-violet{border-top-color:var(--lp-violet);background:linear-gradient(#f5f3ff 0%,#fff 100%)}.lp-intent h3{letter-spacing:-.02em;margin:0 0 10px;font-size:1.125rem;font-weight:600}.lp-intent p{color:var(--lp-muted);margin:0;font-size:14px;line-height:1.65}.lp-feature-grid{gap:24px;display:grid}@media (width>=768px){.lp-feature-grid{grid-template-columns:repeat(2,1fr)}}.lp-feature{background:var(--lp-surface);border:1px solid var(--lp-border);border-left-width:4px;border-radius:12px;padding:32px}.lp-feature-teal{border-left-color:var(--lp-teal)}.lp-feature-coral{border-left-color:var(--lp-coral)}.lp-feature-violet{border-left-color:var(--lp-violet)}.lp-feature-amber{border-left-color:var(--lp-amber)}.lp-feature-num{letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:600;display:block}.lp-feature-teal .lp-feature-num{color:var(--lp-teal)}.lp-feature-coral .lp-feature-num{color:var(--lp-coral)}.lp-feature-violet .lp-feature-num{color:var(--lp-violet)}.lp-feature-amber .lp-feature-num{color:var(--lp-amber)}.lp-feature h3{letter-spacing:-.02em;margin:0 0 10px;font-size:1.125rem;font-weight:600}.lp-feature p{color:var(--lp-muted);margin:0;font-size:14px;line-height:1.65}.lp-steps{background:var(--lp-border);border:1px solid var(--lp-border);border-radius:12px;gap:1px;display:grid;overflow:hidden}@media (width>=768px){.lp-steps{grid-template-columns:repeat(3,1fr)}}.lp-step{background:var(--lp-surface);padding:0 32px 36px;overflow:hidden}.lp-step-photo{height:160px;margin:0 -32px 24px;overflow:hidden}.lp-step-photo img{object-fit:cover;width:100%;height:100%;display:block}.lp-step-num{letter-spacing:-.04em;margin-bottom:20px;font-size:2rem;font-weight:600;line-height:1;display:block}.lp-step:first-child .lp-step-num{color:var(--lp-teal)}.lp-step:nth-child(2) .lp-step-num{color:var(--lp-coral)}.lp-step:nth-child(3) .lp-step-num{color:var(--lp-violet)}.lp-step h3{margin:0 0 10px;font-size:1.125rem;font-weight:600}.lp-step p{color:var(--lp-muted);margin:0;font-size:14px;line-height:1.65}.lp-trust-layout{align-items:center;gap:48px;display:grid}@media (width>=960px){.lp-trust-layout{grid-template-columns:1fr 1.1fr;gap:64px}}.lp-trust-photo{border:1px solid #ffffff26;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #00000040}.lp-trust-photo img{object-fit:cover;width:100%;height:100%;min-height:320px;display:block}.lp-trust-content .lp-section-head{margin-bottom:32px}.lp-trust-grid{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;gap:1px;display:grid;overflow:hidden}@media (width>=768px){.lp-trust-grid{grid-template-columns:repeat(2,1fr)}}.lp-trust-item{background:#ffffff08;padding:32px}.lp-trust-item h3{margin:0 0 8px;font-size:1rem;font-weight:600}.lp-trust-item p{color:var(--lp-dark-muted);margin:0;font-size:14px;line-height:1.6}.lp-review-grid{gap:24px;display:grid}@media (width>=768px){.lp-review-grid{grid-template-columns:repeat(2,1fr)}}.lp-review{background:var(--lp-surface);border:1px solid var(--lp-border);border-top:3px solid var(--lp-teal);border-radius:12px;margin:0;padding:32px}.lp-review:nth-child(2){border-top-color:var(--lp-coral)}.lp-review:nth-child(3){border-top-color:var(--lp-violet)}.lp-review:nth-child(4){border-top-color:var(--lp-amber)}.lp-review p{color:var(--lp-ink);margin:0 0 24px;font-size:15px;line-height:1.7}.lp-review footer{align-items:center;gap:14px;display:flex}.lp-review-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.lp-review footer strong{margin-bottom:4px;font-size:14px;font-weight:600;display:block}.lp-review footer span{color:var(--lp-muted);font-size:13px}.lp-faq-wrap{gap:48px;display:grid}@media (width>=900px){.lp-faq-wrap{grid-template-columns:280px 1fr;align-items:start;gap:80px}}.lp-faq-list{border:1px solid var(--lp-border);background:var(--lp-surface);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.lp-faq{border-bottom:1px solid var(--lp-border)}.lp-faq:last-child{border-bottom:none}.lp-faq summary{cursor:pointer;color:var(--lp-ink);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:600;list-style:none;display:flex}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary:after{content:"+";color:var(--lp-teal);flex-shrink:0;font-size:1.25rem;font-weight:400}.lp-faq[open] summary:after{content:"−"}.lp-faq p{color:var(--lp-muted);margin:0;padding:0 24px 20px;font-size:14px;line-height:1.65}.lp-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0f766e 0%,#e07a5f 100%);padding:96px 0;position:relative;overflow:hidden}.lp-cta-photos{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.lp-cta-photo{object-fit:cover;border:3px solid #ffffff80;border-radius:50%;width:72px;height:72px;box-shadow:0 8px 24px #0003}.lp-cta-photo-a{transform:rotate(-4deg)}.lp-cta-photo-b{transform:rotate(4deg)translateY(8px)}.lp-cta-inner h2{letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:600}.lp-cta-inner>p{color:#ffffffe0;margin:0 0 36px;max-width:480px;margin-inline:auto;font-size:1.05rem}.lp-cta-inner .lp-hero-actions{justify-content:center;margin-bottom:24px}.lp-cta-note{color:#ffffffbf;margin:0;font-size:13px}.auth-page{background:linear-gradient(165deg, var(--peach), var(--cream), var(--mint));place-items:center;min-height:calc(100vh - 72px);padding:48px 24px;display:grid}.auth-card{width:min(420px,100%);padding:40px 36px}.auth-brand{color:var(--ink);align-items:center;gap:8px;margin-bottom:24px;font-size:1.1rem;font-weight:800;text-decoration:none;display:inline-flex}.auth-card h1{margin:0 0 8px;font-size:1.75rem}.auth-sub{color:#1a1a2e8c;margin:0 0 28px;line-height:1.5}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-submit{width:100%;margin-top:8px}.auth-legal{color:#1a1a2e80;margin:0;font-size:12px;line-height:1.5}.auth-switch{text-align:center;color:#1a1a2e99;margin:24px 0 0;font-size:14px}.google-signin-wrap{justify-content:center;width:100%;display:flex}.google-signin-wrap>div{width:100%!important}.google-signin-wrap iframe{max-width:100%;width:100%!important}.google-signin-disabled{opacity:.55;pointer-events:none}.auth-divider{color:#1a1a2e66;align-items:center;gap:16px;margin:24px 0;font-size:13px;font-weight:600;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#1a1a2e1a;flex:1;height:1px}.discover-page{max-width:480px}.discover-toolbar{align-items:flex-end;gap:12px;margin-bottom:24px;display:flex}.discover-toolbar .label{flex:1;margin:0}.page-muted{color:#1a1a2e80}.empty-state{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;padding:48px 24px}.empty-state h2{margin:0 0 8px}.empty-state p{color:#1a1a2e8c;margin-bottom:20px}.match-toast{color:var(--coral);text-align:center;background:#ff6b6b1f;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-weight:700}.discover-card{overflow:hidden}.discover-photo{aspect-ratio:4/3;background:var(--mint);overflow:hidden}.discover-photo img{object-fit:cover;width:100%;height:100%}.photo-placeholder{opacity:.4;place-items:center;height:100%;font-size:4rem;display:grid}.discover-body{padding:24px}.discover-body h2{margin:0 0 4px;font-size:1.5rem}.discover-meta{color:#1a1a2e8c;margin:0;font-size:14px;font-weight:600}.discover-dist{color:var(--coral);margin:8px 0 0;font-size:14px;font-weight:700}.discover-bio{color:#1a1a2ebf;margin:16px 0 0;line-height:1.5}.discover-owner{color:var(--teal);margin:12px 0 0;font-size:14px;font-weight:600}.discover-actions{justify-content:center;gap:32px;margin-top:28px;display:flex}.swipe-btn{cursor:pointer;width:60px;height:60px;box-shadow:var(--shadow);border:none;border-radius:50%;font-size:1.5rem;transition:transform .15s}.swipe-btn:hover:not(:disabled){transform:scale(1.05)}.swipe-btn:disabled{opacity:.5;cursor:not-allowed}.swipe-btn.pass{color:#1a1a2e73;background:#fff}.swipe-btn.like{background:var(--coral);color:#fff;width:68px;height:68px}.pet-list{flex-direction:column;gap:12px;display:flex}.pet-row{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;align-items:center;gap:16px;padding:16px;display:flex}.pet-row-thumb{background:var(--mint);border-radius:14px;flex-shrink:0;place-items:center;width:56px;height:56px;font-size:1.5rem;display:grid;overflow:hidden}.pet-row-thumb img{object-fit:cover;width:100%;height:100%}.pet-row-info{flex:1;min-width:0}.pet-row-info strong{display:block}.pet-row-info span{color:#1a1a2e80;font-size:13px;font-weight:600}.match-grid{gap:12px;display:grid}.match-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;gap:16px;padding:16px;display:flex}.profile-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;max-width:480px;padding:32px}.profile-card h2{margin:0 0 4px}.profile-field{margin-top:16px}.profile-field label{color:#1a1a2e73;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.profile-field p{margin:4px 0 0;font-weight:600}.add-pet-form{border-radius:var(--radius-lg);max-width:480px;box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:16px;padding:28px;display:flex}.add-pet-form h2{margin:0 0 8px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.page-head{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-head h1{margin:0}.discover-intent{color:var(--coral);text-transform:capitalize;margin:8px 0 0;font-size:13px;font-weight:700}.tag-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag{background:var(--mint);color:var(--teal-dark);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.filter-overlay{z-index:100;background:#1c191773;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.filter-panel{border-radius:var(--radius-lg);width:min(480px,100%);max-height:90vh;box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:14px;padding:24px;display:flex;overflow:auto}.filter-head{justify-content:space-between;align-items:center;display:flex}.filter-head h2{margin:0}.filter-checks{flex-direction:column;gap:10px;display:flex}.check-row{align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.chat-list{flex-direction:column;gap:10px;display:flex}.chat-row{border-radius:var(--radius-lg);box-shadow:var(--shadow);color:inherit;background:#fff;gap:14px;padding:14px 16px;text-decoration:none;display:flex}.chat-row:hover{text-decoration:none;transform:translateY(-1px)}.chat-row-body{flex:1;min-width:0}.chat-row-top{justify-content:space-between;gap:12px;display:flex}.chat-row-top strong{font-size:16px}.chat-row-top span,.chat-row-sub,.chat-row-owner,.chat-row-preview{color:#1a1a2e8c;font-size:13px;font-weight:600;display:block}.chat-row-owner{color:var(--teal)}.chat-row-preview{white-space:nowrap;text-overflow:ellipsis;margin-top:4px;overflow:hidden}.chat-page{flex-direction:column;max-width:720px;min-height:calc(100vh - 120px);display:flex}.chat-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-header-info strong{display:block}.chat-header-info span{color:#1a1a2e8c;font-size:13px;font-weight:600;display:block}.chat-thread{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;flex-direction:column;flex:1;gap:12px;min-height:420px;padding:20px;display:flex;overflow-y:auto}.chat-empty{margin:auto}.chat-bubble{background:var(--mint);border-radius:16px;max-width:80%;padding:12px 14px}.chat-bubble.mine{background:#e07a5f26;align-self:flex-end}.chat-bubble p{margin:0;line-height:1.5}.chat-bubble time,.chat-sender{color:#1a1a2e73;margin-top:6px;font-size:11px;font-weight:600;display:block}.chat-compose{margin-top:16px}.chat-compose-row{gap:10px;display:flex}.chat-compose-row .input{flex:1}.tab-row{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.tab-row-sub{margin-top:-8px}.tab-btn{cursor:pointer;background:#fff;border:1px solid #1a1a2e14;border-radius:999px;padding:8px 16px;font-weight:700}.tab-btn.active{color:var(--coral);background:#ff6b6b1f;border-color:#0000}.history-section{margin-bottom:28px}.history-section h3{margin:0 0 12px}.history-grid{flex-direction:column;gap:10px;display:flex}.history-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;align-items:center;gap:14px;padding:14px 16px;display:flex}.history-card strong{display:block}.history-card span{color:#1a1a2e8c;font-size:13px;font-weight:600;display:block}.history-owner{color:var(--teal)!important}.history-time{font-size:12px!important}.match-card-link{color:inherit;align-items:center;text-decoration:none}.match-card-link:hover{text-decoration:none}.match-time{color:#1a1a2e73;margin-top:6px;font-size:12px;font-weight:600;display:block}.match-chat-btn{color:var(--coral);margin-left:auto;font-size:13px;font-weight:700}.pet-row-actions{flex-wrap:wrap;gap:8px;display:flex}.pet-inactive{display:block;color:var(--coral)!important}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-top{align-items:center;gap:16px;margin-bottom:24px;display:flex}.profile-avatar{background:var(--mint);width:72px;height:72px;color:var(--teal);border-radius:50%;place-items:center;font-size:1.5rem;font-weight:800;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-email{color:#1a1a2e80;margin:4px 0 0;font-weight:600}.profile-form{flex-direction:column;gap:16px;display:flex}.success-banner{color:var(--teal);background:#0d94881f;border-radius:12px;padding:12px;font-weight:700}.page-intro{color:#1a1a2e8c;margin:-8px 0 24px;line-height:1.6}.label-optional{color:#1a1a2e66;text-transform:none;letter-spacing:0;font-weight:500}.profile-page h1{margin-top:0}.profile-email-top{color:#1a1a2e80;margin:0 0 20px;font-weight:600}.photo-upload{flex-direction:column;gap:10px;display:flex}.photo-upload-label{color:#1a1a2e73;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.photo-upload-btn{border-radius:var(--radius-lg);background:var(--mint);cursor:pointer;text-align:left;border:2px dashed #0d948840;align-items:center;gap:16px;width:100%;padding:14px;display:flex}.photo-upload-btn:hover:not(:disabled){border-color:var(--teal);background:#0d948814}.photo-upload-btn:disabled{opacity:.7;cursor:wait}.photo-upload-preview{width:72px;height:72px;color:var(--teal);box-shadow:var(--shadow);background:#fff;border:3px solid #fff;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.5rem;font-weight:800;display:grid;overflow:hidden}.photo-upload-lg .photo-upload-preview{width:96px;height:96px}.photo-upload-preview img{object-fit:cover;width:100%;height:100%}.photo-upload-copy{flex-direction:column;gap:4px;display:flex}.photo-upload-copy strong{color:var(--ink);font-size:15px}.photo-upload-copy span{color:#1a1a2e80;font-size:13px;font-weight:600}.photo-remove{align-self:flex-start}.location-section{border-radius:var(--radius-lg);background:var(--mint);border:1px solid #0d94881f;padding:20px}.location-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.location-section-head h2{margin:0 0 6px;font-size:1.1rem}.location-section-head p{color:#1a1a2e8c;margin:0;font-size:14px;line-height:1.5}.location-city-pill{color:var(--teal-dark);box-shadow:var(--shadow);background:#fff;border-radius:999px;margin-bottom:16px;padding:10px 14px;font-weight:700;display:inline-flex}.location-map-wrap{margin-top:4px}.location-map{border-radius:var(--radius-lg);border:1px solid #0d948826;height:220px;overflow:hidden}.location-map-label{color:#1a1a2e8c;margin:0 0 8px;font-size:13px;font-weight:700}.location-map-caption{color:#1a1a2e80;margin:10px 0 0;font-size:12px;line-height:1.5}.location-banner{border-radius:var(--radius-lg);background:#e07a5f1a;border:1px solid #e07a5f33;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px 18px;display:flex}.location-banner strong{margin-bottom:4px;display:block}.location-banner p{color:#1a1a2e8c;margin:0;font-size:13px}.discover-area-chip{color:var(--teal-dark);box-shadow:var(--shadow);background:#fff;border-radius:999px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-block}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
