:root{--ink: #10151C;--ink-soft: #5B6672;--backdrop: #F3F5F8;--surface: #FFFFFF;--surface-2: #E8ECF1;--sage-deep: #0B2540;--sage-mid: #123A5E;--line: rgba(16,21,28,.1);--paper: #F3F5F8;--gold: #C2790A;--gold-dim: #FBEACB;--rose: #D6304A;--rose-dim: #FBDBE0;--teal: #0C8F82;--teal-dim: #D7F0EC;--denim: #2159D6;--denim-dim: #DEE8FC;--violet: #6D3EE0;--violet-dim: #E6DFFC;--slate: #5B6B80;--slate-dim: #E4E9EF;--font-display: "Sora", "Segoe UI", Arial, sans-serif;--font-body: "Atkinson Hyperlegible", "Segoe UI", Arial, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-card: 0 1px 2px rgba(16,21,28,.05), 0 8px 24px rgba(16,21,28,.07)}*{box-sizing:border-box}html,body,#root{height:100%}.auth-loading{min-height:100vh;background:var(--backdrop)}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--backdrop)}h1,h2,h3{font-family:var(--font-display);margin:0}p{margin:0}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold-dim);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-sm);padding:11px 18px;font-weight:700;font-size:15px;transition:transform .12s ease,background .12s ease}.btn:active{transform:scale(.98)}.btn-primary{background:var(--sage-deep);color:#fff}.btn-primary:hover{background:var(--sage-mid)}.btn-gold{background:var(--gold);color:#fff}.btn-outline{background:transparent;border:2px solid var(--sage-deep);color:var(--sage-deep)}.btn-ghost{background:var(--surface-2);color:var(--ink)}.btn-danger{background:var(--rose);color:#fff}.btn-block{width:100%}.btn-lg{padding:14px 22px;font-size:17px}.btn-icon{padding:10px;border-radius:50%}.btn:disabled{opacity:.55;cursor:not-allowed}.link-button{background:none;border:none;padding:0;color:var(--sage-mid);font-weight:700;text-decoration:underline}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{border:2px solid var(--line);border-radius:var(--radius-sm);padding:11px 12px;background:var(--surface);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--sage-mid);outline:none}.field-hint{font-size:12.5px;color:var(--ink-soft)}.field-error{font-size:13px;color:var(--rose);font-weight:700}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:14px}.day-picker{display:flex;gap:6px;flex-wrap:wrap}.day-chip{border:2px solid var(--line);background:var(--surface);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700}.day-chip.selected{background:var(--sage-deep);color:#fff;border-color:var(--sage-deep)}.time-slot-list{display:flex;flex-direction:column;gap:8px}.time-slot-row{display:flex;align-items:center;gap:8px}.time-slot-row input{flex:1}.form-banner-error{background:var(--rose-dim);color:var(--rose);border-radius:var(--radius-sm);padding:10px 14px;font-size:14px;font-weight:700;margin-bottom:16px}.form-banner-success{background:var(--teal-dim);color:var(--teal);border-radius:var(--radius-sm);padding:10px 14px;font-size:14px;font-weight:700;margin-bottom:16px}.card{background:var(--surface);border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-card)}.card-title{font-size:18px;font-weight:600;margin-bottom:4px}.card-subtitle{font-size:13.5px;color:var(--ink-soft);margin-bottom:16px}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;font-size:12.5px;font-weight:700}.badge-teal{background:var(--teal-dim);color:var(--teal)}.badge-gold{background:var(--gold-dim);color:var(--gold)}.badge-rose{background:var(--rose-dim);color:var(--rose)}.badge-denim{background:var(--denim-dim);color:var(--denim)}.badge-violet{background:var(--violet-dim);color:var(--violet)}.badge-slate{background:var(--slate-dim);color:var(--slate)}.public-page{min-height:100%;display:flex;flex-direction:column}.public-header{display:flex;align-items:center;justify-content:space-between;padding:22px clamp(20px,5vw,64px)}.public-wordmark{font-family:var(--font-display);font-weight:700;font-size:32px;display:flex;align-items:center;gap:12px;color:var(--sage-deep);letter-spacing:-.01em}.public-wordmark-badge{width:42px;height:42px;border-radius:13px;flex-shrink:0;background:linear-gradient(135deg,var(--gold),var(--rose));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #10151c29}.public-header nav{display:flex;gap:12px;align-items:center}.hero{flex:1;display:flex;align-items:center;gap:56px;padding:20px clamp(20px,5vw,64px) 60px;flex-wrap:wrap}.hero-copy{flex:1 1 420px;max-width:560px}.hero-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12.5px;font-weight:700;color:var(--sage-mid);margin-bottom:14px}.hero-copy h1{font-size:clamp(32px,4.4vw,52px);line-height:1.08;margin-bottom:18px}.hero-copy p{font-size:17px;color:var(--ink-soft);line-height:1.55;margin-bottom:26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{flex:1 1 360px;display:flex;justify-content:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;padding:0 clamp(20px,5vw,64px) 70px}.feature-card{background:var(--surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.feature-card-image{width:100%;height:88px;background:linear-gradient(135deg,var(--sage-deep),var(--sage-mid));color:#fff;display:flex;align-items:center;justify-content:center}.feature-card-body{padding:20px 22px 22px}.feature-card h3{font-size:17px;margin-bottom:6px}.feature-card p{font-size:14px;color:var(--ink-soft);line-height:1.5}.public-footer{padding:22px clamp(20px,5vw,64px) 34px;font-size:13px;color:var(--ink-soft)}.contributors-section{padding:10px clamp(20px,5vw,64px) 50px;text-align:center}.contributors-section h2{font-size:22px;margin:6px 0 20px}.contributors-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px}.contributors-list li{background:var(--surface);border-radius:999px;padding:9px 18px;font-size:14px;font-weight:600;box-shadow:var(--shadow-card)}.entry-section{padding:10px clamp(20px,5vw,64px) 60px;scroll-margin-top:24px}.entry-section-head{margin-bottom:22px}.entry-section-head h2{font-size:clamp(22px,2.6vw,30px);margin-top:6px}.entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.entry-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.entry-card-image{width:100%;aspect-ratio:16/10;display:block}.entry-card-image svg{width:100%;height:100%;display:block}.entry-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.entry-card h3{font-size:18px}.entry-card p{font-size:14px;color:var(--ink-soft);line-height:1.5;flex:1}.entry-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.icon-badge-lg{width:48px;height:48px;border-radius:14px;background:var(--sage-deep);color:#fff;display:flex;align-items:center;justify-content:center}.auth-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:32px 20px}.auth-card{width:100%;max-width:420px;background:var(--surface);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-card)}.auth-card h1{font-size:26px;margin-bottom:6px}.auth-wordmark{display:inline-block;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--sage-deep);text-decoration:none;letter-spacing:.01em;margin-bottom:18px}.auth-card .card-subtitle{margin-bottom:24px}.auth-switch{text-align:center;margin-top:18px;font-size:14px;color:var(--ink-soft)}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px 0 0}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--ink-soft);font-size:12.5px;text-transform:uppercase;letter-spacing:.06em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.voice-clip-row{display:flex;align-items:center;gap:10px}.view-choice{display:flex;gap:10px;margin-bottom:22px}.view-choice-option{all:unset;box-sizing:border-box;cursor:pointer;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px;border:2px solid var(--line);border-radius:var(--radius-md);padding:14px;transition:border-color .12s ease,background .12s ease}.view-choice-option.selected{border-color:var(--sage-deep);background:var(--surface-2)}.view-choice-icon{width:32px;height:32px;border-radius:9px;background:var(--sage-deep);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.view-choice-copy{display:flex;flex-direction:column;gap:2px}.view-choice-title{font-weight:700;font-size:14px;color:var(--ink)}.view-choice-desc{font-size:12px;color:var(--ink-soft);line-height:1.35}@media (max-width:420px){.view-choice{flex-direction:column}}.shell{display:flex;min-height:100%}.shell-mobile-topbar{display:none;align-items:center;gap:14px;padding:14px clamp(16px,4vw,24px);background:var(--sage-deep);color:#fff;position:sticky;top:0;z-index:120}.shell-hamburger{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;cursor:pointer;color:#fff;background:#ffffff1f;flex-shrink:0}.shell-hamburger:hover{background:#fff3}.shell-mobile-title{font-family:var(--font-display);font-weight:600;font-size:17px}.shell-backdrop{display:none}.shell-sidebar{width:256px;flex-shrink:0;background:var(--sage-deep);color:#fff;display:flex;flex-direction:column;padding:22px 16px;gap:20px;position:sticky;top:0;height:100vh}.shell-brand{padding:0 8px}.shell-wordmark{font-family:var(--font-display);font-weight:600;font-size:20px}.profile-switcher{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:var(--radius-sm);padding:9px 10px;font-weight:700}.profile-badge{display:flex;align-items:center;gap:10px;padding:4px 8px}.profile-badge .avatar{width:38px;height:38px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.profile-badge-name{font-weight:700;font-size:14px}.profile-badge-role{font-size:12px;color:#ffffffa6}.shell-add-person{display:block;margin:2px 8px 14px;font-size:12.5px;font-weight:700;color:#ffffffb8;text-decoration:none}.shell-add-person:hover{color:#fff}.shell-nav{display:flex;flex-direction:column;gap:2px;flex:1}.shell-nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);color:#ffffffc7;text-decoration:none;font-weight:700;font-size:14.5px}.shell-nav-link:hover{background:#ffffff14;color:#fff}.shell-nav-link.active{background:#ffffff29;color:#fff}.shell-nav-icon{width:19px;height:19px;flex-shrink:0}.nav-badge{margin-left:auto;background:var(--rose);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:1px 7px}.nav-icon-badge{width:26px;height:26px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-gold{background:#c2790a24;color:#c2790a}.nav-denim{background:#2159d61f;color:#2159d6}.nav-teal{background:#0c8f8224;color:#0c8f82}.nav-rose{background:#d6304a1f;color:#d6304a}.nav-violet{background:#6d3ee01f;color:#6d3ee0}.nav-slate{background:#5b6b8024;color:#5b6b80}.shell-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--line)}.shell-topbar-clock{display:flex;align-items:baseline;gap:10px}.shell-topbar-time{font-family:var(--font-display);font-size:20px;font-weight:600}.shell-topbar-date{font-size:13px;color:var(--ink-soft)}.shell-topbar-icons{display:flex;gap:8px}.shell-topbar-icon-btn{position:relative;width:36px;height:36px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-card);display:flex;align-items:center;justify-content:center;color:var(--ink);text-decoration:none}.topbar-badge{position:absolute;top:-4px;right:-4px;margin-left:0}.app-call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.shell-footer{border-top:1px solid rgba(255,255,255,.14);padding-top:14px;display:flex;flex-direction:column;gap:6px}.shell-user{font-size:13.5px;font-weight:700}.shell-footer .link-button{color:#ffffffb3;font-size:13px}.shell-main{flex:1;min-width:0;background-color:var(--backdrop);color:var(--ink);position:relative}.shell-main-inner{max-width:1200px;margin:0 auto;padding:clamp(20px,3vw,40px);position:relative;z-index:1}.shell-wallpaper-illustration{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.shell-wallpaper-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(#f3f5f8bd,#f3f5f8e0)}.page-header{margin-bottom:26px}.page-header h1{font-size:26px;margin-bottom:4px}.page-header p{color:var(--ink-soft);font-size:14.5px}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.shell[data-app-theme=royal-blue]{--backdrop:#0A1730;--surface:#132A4D;--surface-2:#1C3A63;--ink:#F0F4FB;--ink-soft:#A8BEDE;--line:rgba(255,255,255,.14);--sage-deep:#14315C;--sage-mid:#1E4A8C;--shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.35)}.shell[data-app-theme=deep-forest]{--backdrop:#0E1F16;--surface:#16301F;--surface-2:#1F3F29;--ink:#F0F5EF;--ink-soft:#A8C2AE;--line:rgba(255,255,255,.14);--sage-deep:#163828;--sage-mid:#1F5A3D;--shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.35)}.shell[data-app-theme=gold]{--backdrop:#FBF3E3;--surface:#FFFFFF;--surface-2:#F5E9D0;--ink:#2B2110;--ink-soft:#7A6A47;--line:rgba(43,33,16,.12);--sage-deep:#8A5A17;--sage-mid:#B67A1F}.shell[data-app-theme=slate-gray]{--backdrop:#EEF0F3;--surface:#FFFFFF;--surface-2:#E3E6EA;--ink:#20242B;--ink-soft:#5B6472;--line:rgba(32,36,43,.12);--sage-deep:#3A4250;--sage-mid:#545E70}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:26px}.stat-card{background:var(--surface);border-radius:var(--radius-md);padding:18px 20px;box-shadow:var(--shadow-card)}.stat-card .stat-value{font-family:var(--font-display);font-size:30px}.stat-card .stat-label{font-size:13px;color:var(--ink-soft);font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-bottom:28px}.quick-action{background:var(--surface);border:none;border-radius:var(--radius-md);padding:18px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;box-shadow:var(--shadow-card);text-decoration:none;color:inherit}.quick-action .icon-badge{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.quick-action span.label{font-weight:700;font-size:14.5px}.two-col{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;align-items:start}@media (max-width: 860px){.two-col{grid-template-columns:1fr}}.activity-list{display:flex;flex-direction:column}.activity-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.activity-row:last-child{border-bottom:none}.activity-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-text{font-size:14px}.activity-time{font-size:12px;color:var(--ink-soft)}.reminder-list{display:flex;flex-direction:column;gap:12px}.reminder-row{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:16px 18px;display:flex;align-items:center;gap:14px}.reminder-row .icon-badge{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reminder-main{flex:1;min-width:0}.reminder-title{font-weight:700;font-size:15.5px}.reminder-meta{font-size:13px;color:var(--ink-soft);margin-top:2px}.reminder-actions{display:flex;gap:8px;flex-shrink:0}.reason-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.reminder-occurrence-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--surface-2);border-radius:var(--radius-sm);padding:8px 12px}.reminder-occurrence-time{font-weight:700;font-size:13.5px;min-width:76px}.chat-window{display:flex;flex-direction:column;gap:12px;padding:8px 2px 20px;min-height:300px}.chat-bubble{max-width:70%;padding:12px 14px;border-radius:18px;font-size:14.5px;line-height:1.4}.chat-bubble.caregiver{align-self:flex-end;background:var(--sage-deep);color:#fff;border-bottom-right-radius:4px}.chat-bubble.recipient{align-self:flex-start;background:var(--surface-2);border-bottom-left-radius:4px}.chat-bubble audio{width:220px;height:36px}.chat-time{font-size:11px;opacity:.7;margin-top:6px}.chat-composer{display:flex;gap:10px;align-items:center;background:var(--surface);border-radius:var(--radius-md);padding:10px;box-shadow:var(--shadow-card)}.chat-composer input{flex:1;border:none;padding:10px;background:transparent}.chat-composer input:focus{outline:none}.recording-indicator{display:flex;align-items:center;gap:8px;color:var(--rose);font-weight:700;font-size:13.5px}.recording-dot{width:9px;height:9px;border-radius:50%;background:var(--rose);animation:blink 1.1s ease infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}.call-stage{display:flex;flex-direction:column;align-items:center;gap:22px;padding:30px 0}.call-avatar{width:96px;height:96px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;font-family:var(--font-display)}.call-status{font-size:15px;color:var(--ink-soft);font-weight:700}.call-video-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.self-preview{width:220px;height:160px;border-radius:var(--radius-md);background:#111;overflow:hidden;position:relative}.self-preview video{width:100%;height:100%;object-fit:cover}.self-preview .label{position:absolute;bottom:8px;left:10px;color:#fff;font-size:12px;background:#0006;padding:2px 8px;border-radius:999px}.other-preview{width:220px;height:160px;border-radius:var(--radius-md);background:var(--sage-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.call-controls{display:flex;gap:14px}.call-note{max-width:420px;text-align:center;font-size:13.5px;color:var(--ink-soft)}.map-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:18px}.map-canvas{position:relative;width:100%;aspect-ratio:16/10;background:var(--surface-2);border-radius:var(--radius-md);overflow:hidden}.map-safe-zone{position:absolute;border-radius:50%;background:#2f6e6424;border:2px dashed var(--teal)}.map-pin{position:absolute;transform:translate(-50%,-100%);color:var(--rose)}.map-pin.safe{color:var(--teal)}.location-log{margin-top:16px;display:flex;flex-direction:column;gap:10px}.location-log-row{display:flex;justify-content:space-between;font-size:13.5px;padding:8px 0;border-bottom:1px solid var(--line)}.location-log-row:last-child{border-bottom:none}.mood-picker{display:flex;gap:10px;margin-bottom:18px}.mood-option{flex:1;border:2px solid var(--line);background:var(--surface);border-radius:var(--radius-md);padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:700;font-size:13.5px}.mood-option.selected{border-color:var(--sage-deep);background:var(--surface-2)}.mood-emoji{font-size:26px}.feedback-entry{padding:14px 0;border-bottom:1px solid var(--line)}.feedback-entry:last-child{border-bottom:none}.feedback-entry-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.onboarding-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:30px 20px}.onboarding-card{width:100%;max-width:560px;background:var(--surface);border-radius:var(--radius-lg);padding:38px;box-shadow:var(--shadow-card)}.onboarding-steps{display:flex;gap:6px;margin-bottom:22px}.onboarding-steps span{flex:1;height:4px;border-radius:999px;background:var(--surface-2)}.onboarding-steps span.done{background:var(--sage-deep)}.radio-card{display:flex;align-items:flex-start;gap:10px;border:2px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:8px}.radio-card input{margin-top:3px}.radio-card .radio-title{font-weight:700;font-size:14.5px}.radio-card .radio-desc{font-size:13px;color:var(--ink-soft)}.contact-input-row{display:flex;gap:8px;margin-bottom:10px}.contact-input-row input{flex:1;border:2px solid var(--line);border-radius:var(--radius-sm);padding:9px 10px}.contact-chip-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.contact-chip{display:flex;justify-content:space-between;align-items:center;background:var(--surface-2);border-radius:var(--radius-sm);padding:9px 12px;font-size:13.5px}.code-display{font-family:var(--font-display);font-size:28px;font-weight:600;letter-spacing:.12em;background:var(--surface-2);border-radius:var(--radius-sm);padding:12px 16px;text-align:center}.mode-toggle{display:flex;gap:8px;margin-bottom:22px;background:var(--surface-2);border-radius:var(--radius-sm);padding:4px}.mode-toggle button{flex:1;border:none;background:transparent;padding:9px;border-radius:8px;font-weight:700;font-size:13.5px;color:var(--ink-soft)}.mode-toggle button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-card)}.empty-state{text-align:center;padding:40px 20px;color:var(--ink-soft)}.empty-state h3{color:var(--ink);margin-bottom:6px;font-size:16px}@media (max-width: 760px){.shell{flex-direction:column}.shell-mobile-topbar{display:flex}.shell-sidebar{position:fixed;inset:0 auto 0 0;width:82%;max-width:300px;height:100vh;z-index:200;transform:translate(-100%);transition:transform .22s ease;box-shadow:4px 0 24px #00000040}.shell-sidebar.open{transform:translate(0)}.shell-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f0c73;z-index:190}.hero{flex-direction:column}}.watch-page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:40px 20px;background:radial-gradient(120% 140% at 50% -10%,var(--sage-mid) 0%,var(--sage-deep) 55%,#16211C 100%)}.watch-rig{display:flex;flex-direction:column;align-items:center}.watch-device{position:relative;width:300px;display:flex;flex-direction:column;align-items:center}.watch-strap{width:150px;height:60px;background:linear-gradient(180deg,var(--sage-mid),var(--sage-deep));border-radius:0 0 16px 16px}.watch-strap.top{border-radius:16px 16px 0 0;margin-bottom:-6px}.watch-strap.bottom{margin-top:-6px}.watch-body{position:relative;width:300px;height:300px;border-radius:46px;background:linear-gradient(155deg,#46605543,transparent 40%),#1b2422;padding:14px;box-shadow:0 30px 60px #00000073}.watch-crown{position:absolute;right:-6px;top:110px;width:14px;height:34px;background:#3a4744;border-radius:6px;box-shadow:0 2px 6px #0000004d}.watch-face{--wf-bg: #FFFFFF;--wf-ink: #111417;--wf-ink-soft: #6B7278;--wf-card: #F3F4F5;--wf-line: rgba(17,20,23,.1);position:relative;width:100%;height:100%;background:var(--wf-bg);color:var(--wf-ink);border-radius:34px;overflow:hidden}.watch-face[data-theme=midnight]{--wf-bg:#0B0F10;--wf-ink:#F2F3F4;--wf-ink-soft:#9AA3A8;--wf-card:#1B2224;--wf-line: rgba(255,255,255,.1)}.watch-face[data-theme=ocean]{--wf-bg:#EAF4F7;--wf-ink:#0F2E36;--wf-ink-soft:#4C7480;--wf-card:#FFFFFF;--wf-line: rgba(15,46,54,.12)}.watch-face[data-theme=forest]{--wf-bg:#E7EDE6;--wf-ink:#1B2621;--wf-ink-soft:#5A6B62;--wf-card:#FFFFFF;--wf-line: rgba(27,38,33,.12)}.w-statusbar{display:flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;padding:2px 4px 0;color:var(--wf-ink-soft)}.w-statusbar svg{opacity:.8}.w-statusbar-label{font-size:9px;font-weight:700}.wake-tap{all:unset;cursor:pointer;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;box-sizing:border-box}.clock{font-size:40px;font-weight:700;font-family:var(--font-display);color:var(--wf-ink);letter-spacing:-.01em}.wake-date{font-size:12px;color:var(--wf-ink-soft);margin-top:-6px}.wake-hint{font-size:12px;color:var(--wf-ink-soft);margin-top:8px}.w-screen{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px 18px 18px;display:flex;flex-direction:column;align-items:center;color:var(--wf-ink);overflow-y:auto}.w-screen .real-map-wrap{height:110px;width:100%}.home-banner{font-size:14px;font-weight:700;color:var(--wf-ink-soft);margin:2px 0 10px}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.home-grid .tile{all:unset;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;border-radius:18px;background:var(--wf-card);border:1px solid var(--wf-line);text-align:center}.home-grid .tile-icon{color:var(--wf-ink)}.home-grid .tile-label{font-size:12.5px;font-weight:700;color:var(--wf-ink)}.back{all:unset;cursor:pointer;position:absolute;top:12px;left:12px;font-size:24px;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--wf-card);color:var(--wf-ink)}.w-title{font-size:16px;margin:2px 0 10px;align-self:flex-start;padding-left:40px;color:var(--wf-ink)}.w-empty{font-size:13px;color:var(--wf-ink-soft);text-align:center;margin-top:20px}.w-list{width:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1;min-height:0}.w-reminder{background:var(--wf-card);border:1px solid var(--wf-line);border-radius:14px;padding:10px 12px}.w-reminder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.w-play-btn{all:unset;cursor:pointer;width:26px;height:26px;border-radius:50%;flex-shrink:0;background:var(--wf-ink);color:var(--wf-card);display:flex;align-items:center;justify-content:center}.w-reminder-title{font-weight:700;font-size:13.5px;margin:0;color:var(--wf-ink)}.w-reminder-time{font-size:11.5px;color:var(--wf-ink-soft);margin:2px 0 8px}.w-btn-row{display:flex;gap:6px}.w-btn{all:unset;box-sizing:border-box;cursor:pointer;flex:1;text-align:center;font-size:12px;font-weight:700;padding:7px;border-radius:10px;background:var(--wf-line);color:var(--wf-ink)}.w-btn-gold{background:var(--gold);color:#fff}.w-btn-alert{background:var(--rose);color:#fff;margin-top:14px;width:100%}.w-chip-row{display:flex;flex-wrap:wrap;gap:5px}.w-chip{all:unset;cursor:pointer;font-size:11px;padding:6px 8px;border-radius:999px;background:var(--wf-line);color:var(--wf-ink)}.w-status{font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:999px;margin-top:8px}.w-status.good{background:var(--teal-dim);color:var(--teal)}.w-status.warn{background:var(--rose-dim);color:var(--rose)}.w-messages{width:100%;display:flex;flex-direction:column;gap:6px;flex:1;overflow-y:auto}.w-bubble{font-size:12px;padding:8px 10px;border-radius:12px;max-width:85%}.w-bubble.caregiver{align-self:flex-start;background:var(--wf-card);border:1px solid var(--wf-line);color:var(--wf-ink)}.w-bubble.recipient{align-self:flex-end;background:var(--sage-deep);color:#fff}.w-voice-row{display:flex;align-items:center;gap:8px;margin-top:10px}.w-voice-label{font-size:11.5px;color:var(--wf-ink-soft)}.w-text-row{display:flex;gap:6px;width:100%;margin-top:8px;align-items:center}.w-text-row .watch-form-input{flex:1}.watch-page-caption{color:#f4f1e499;font-size:13px}.home-grid-6{grid-template-columns:1fr 1fr;grid-auto-rows:min-content;gap:10px;overflow-y:auto;flex:1;min-height:0;padding-bottom:4px}.home-grid-6 .tile{padding:14px 6px;position:relative}.home-grid-6 .tile-label{font-size:12px}.tile-badge{position:absolute;top:8px;right:8px;background:var(--rose);color:#fff;font-size:10.5px;font-weight:700;border-radius:999px;padding:1px 6px}.tile-icon-wrap{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}.tile-gold{background:#c2790a}.tile-denim{background:#2159d6}.tile-teal{background:#0c8f82}.tile-rose{background:#d6304a}.tile-violet{background:#6d3ee0}.tile-slate{background:#5b6b80}.w-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:6px}.w-topbar-clock{display:flex;flex-direction:column;line-height:1.15}.w-topbar-time{font-size:14px;font-weight:700;color:var(--wf-ink)}.w-topbar-date{font-size:9.5px;color:var(--wf-ink-soft)}.w-topbar-icons{display:flex;gap:6px}.w-topbar-icon-btn{all:unset;cursor:pointer;position:relative;width:26px;height:26px;border-radius:50%;background:var(--wf-card);border:1px solid var(--wf-line);display:flex;align-items:center;justify-content:center;color:var(--wf-ink)}.watch-face.text-lg .tile-label{font-size:14px}.watch-face.text-lg .w-title{font-size:19px}.watch-face.text-lg .w-reminder-title,.watch-face.text-lg .w-notification-text{font-size:15px}.watch-face.text-lg .clock{font-size:44px}.watch-face.text-lg .w-toggle-row{font-size:14.5px}.watch-face.high-contrast{--wf-bg:#fff;--wf-ink:#000;--wf-ink-soft:#000;--wf-card:#fff;--wf-line:#000}.watch-face.high-contrast .tile,.watch-face.high-contrast .w-reminder,.watch-face.high-contrast .w-notification,.watch-face.high-contrast .w-toggle-row{border:2px solid #000}.watch-face.high-contrast .tile-label,.watch-face.high-contrast .w-title,.watch-face.high-contrast .clock,.watch-face.high-contrast .w-reminder-title,.watch-face.high-contrast .w-notification-text{font-weight:800}.w-banner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:var(--wf-bg);color:var(--wf-ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;text-align:center}.w-banner-title{font-weight:700;font-size:16px;margin:4px 0 0}.w-banner-sub{font-size:12.5px;color:var(--wf-ink-soft);margin:0 0 6px}.call-screen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:radial-gradient(120% 90% at 50% 8%,#16211c,#0a0f0c 60%,#05070a);color:#fff;padding:14px 14px 22px;font-family:var(--font-body)}.call-screen-companion{border-radius:var(--radius-lg)}.call-screen-clock{position:relative;z-index:2;align-self:flex-end;font-size:13px;font-weight:700;opacity:.9}.call-screen-remote-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.call-screen-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#05070a8c,#05070a0d 22%,#05070a0d 60%,#05070abf);opacity:0;transition:opacity .2s ease}.call-screen-video-live .call-screen-scrim{opacity:1}.call-screen-center{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.call-screen-avatar-ring{width:112px;height:112px;border-radius:50%;padding:4px;border:3px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;margin-bottom:6px;transition:border-color .2s ease}.call-screen-avatar-ring.connected{border-color:var(--teal)}.call-screen-avatar{width:100%;height:100%;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;font-family:var(--font-display)}.call-screen-companion .call-screen-avatar-ring{width:150px;height:150px}.call-screen-companion .call-screen-avatar{font-size:50px}.call-screen-status{font-size:13px;opacity:.9;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.6)}.call-screen-name{font-size:19px;font-weight:700;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.6)}.call-screen-companion .call-screen-name{font-size:26px}.call-screen-video-live .call-screen-center{justify-content:flex-start;padding-top:14px;gap:4px}.call-pip{position:absolute;z-index:3;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.35);box-shadow:0 6px 18px #0006;touch-action:none;cursor:grab;background:#000}.call-pip:active{cursor:grabbing}.call-screen-companion .call-pip{border-radius:18px}.call-screen-self-video{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.call-pip-resize-handle{position:absolute;right:0;bottom:0;width:20px;height:20px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.55) 50%);border-radius:0 0 12px}.call-screen-actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:22px;padding-bottom:4px}.call-screen-actions-triple{gap:20px}.call-btn{all:unset;box-sizing:border-box;cursor:pointer;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff29;color:#fff;transition:background .12s ease,color .12s ease;box-shadow:0 2px 10px #00000059}.call-btn.active{background:#fff;color:#10151c}.call-btn-secondary:hover{background:#ffffff42}.call-btn-accept{background:var(--teal)}.call-btn-decline{background:var(--rose)}.call-btn-lg{width:60px;height:60px}.call-btn-ok{margin-top:16px;width:auto;padding:10px 28px;border-radius:22px;background:var(--gold);font-weight:700}.call-screen-companion .call-btn{width:64px;height:64px}.call-screen-companion .call-btn-lg{width:72px;height:72px}.call-screen-waiting{position:absolute;z-index:3;left:10px;right:10px;bottom:10px;background:#141a16eb;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:10px 12px;display:flex;flex-direction:column;gap:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.call-screen-companion .call-screen-waiting{left:20px;right:20px;bottom:20px;padding:14px 16px}.call-screen-waiting-text{margin:0;font-size:12.5px;color:#fff}.call-screen-waiting-actions{display:flex;gap:8px}.call-waiting-btn{all:unset;box-sizing:border-box;cursor:pointer;flex:1;text-align:center;font-size:12px;font-weight:700;padding:7px;border-radius:10px}.call-waiting-decline{background:#ffffff24;color:#fff}.call-waiting-accept{background:var(--teal);color:#fff}.w-notification{background:var(--wf-card);border:1px solid var(--wf-line);border-radius:12px;padding:10px 12px;text-align:left}.w-notification-text{font-size:12.5px;font-weight:600;margin:0;color:var(--wf-ink)}.w-notification-time{font-size:11px;color:var(--wf-ink-soft);margin:2px 0 0}.w-contact{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:10px;background:var(--wf-card);border:1px solid var(--wf-line);border-radius:12px;padding:10px 12px;width:100%;text-align:left}.w-contact-avatar{width:32px;height:32px;border-radius:50%;background:var(--denim);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}.w-contact-name{font-size:13px;font-weight:700;margin:0;color:var(--wf-ink)}.w-contact-role{font-size:11px;color:var(--wf-ink-soft);margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.w-contact-status{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:2px 6px;border-radius:999px}.w-contact-status.good{background:var(--teal-dim);color:var(--teal)}.w-contact-status.warn{background:var(--wf-line);color:var(--wf-ink-soft)}.w-settings-list{width:100%;display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1;min-height:0;padding-bottom:4px}.w-toggle-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;background:var(--wf-card);border:1px solid var(--wf-line);border-radius:12px;padding:10px 12px;color:var(--wf-ink)}.w-toggle{all:unset;cursor:pointer;width:40px;height:22px;border-radius:999px;background:var(--wf-line);position:relative;transition:background .15s ease;flex-shrink:0}.w-toggle.on{background:var(--teal)}.w-toggle-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease;box-shadow:0 1px 2px #0000004d}.w-toggle.on .w-toggle-knob{transform:translate(18px)}.w-settings-section-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--wf-ink-soft);margin:8px 0 -2px;align-self:flex-start}.watch-form-input{width:100%;box-sizing:border-box;border:1px solid var(--wf-line);border-radius:10px;padding:9px 10px;font-size:13px;background:var(--wf-card);color:var(--wf-ink);font-family:var(--font-body)}.theme-swatch-row{display:flex;flex-wrap:wrap;gap:8px}.theme-swatch{all:unset;box-sizing:border-box;cursor:pointer;width:52px;height:52px;border-radius:14px;border:2px solid var(--wf-line, var(--line));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.theme-swatch-illustration{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.theme-swatch.selected{border-color:var(--teal)}.theme-swatch-check{position:absolute;bottom:-6px;background:var(--teal);color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px}.theme-swatch-classic{background:linear-gradient(135deg,#fff 50%,#111417 50%)}.theme-swatch-midnight{background:linear-gradient(135deg,#1b2224 50%,#0b0f10 50%)}.theme-swatch-ocean{background:linear-gradient(135deg,#eaf4f7 50%,#0f2e36 50%)}.theme-swatch-forest{background:linear-gradient(135deg,#e7ede6 50%,#1b2621 50%)}.app-theme-swatch-classic{background:linear-gradient(135deg,#f3f5f8,#e8ecf1)}.app-theme-swatch-royal-blue{background:linear-gradient(135deg,#14315c,#0a1730)}.app-theme-swatch-deep-forest{background:linear-gradient(135deg,#1f5a3d,#0e1f16)}.app-theme-swatch-gold{background:linear-gradient(135deg,#f5e9d0,#e7c888)}.app-theme-swatch-slate-gray{background:linear-gradient(135deg,#e3e6ea,#aeb4bd)}.app-theme-swatch-photo{background:linear-gradient(135deg,var(--gold-dim),var(--denim-dim))}.theme-label{font-size:11px;color:var(--wf-ink-soft);text-align:center;margin-top:4px}.companion-view{width:100%;max-width:480px}.companion-view-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.companion-view-clock{color:var(--paper)}.companion-view-clock .cv-time{font-family:var(--font-display);font-size:34px;font-weight:600}.companion-view-clock .cv-date{font-size:14px;color:#f4f1e4b3}.companion-view-switch{background:#ffffff1f;color:var(--paper);border:1px solid rgba(255,255,255,.24);border-radius:var(--radius-sm);padding:8px 14px;font-weight:700;font-size:13px}.cv-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cv-tile{all:unset;box-sizing:border-box;cursor:pointer;background:var(--surface);border-radius:var(--radius-lg);padding:26px 18px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;box-shadow:var(--shadow-card)}.cv-tile-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.cv-tile-label{font-size:16px;font-weight:700;color:var(--ink)}.cv-panel{background:var(--surface);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-card)}.cv-panel h2{font-size:20px;margin-bottom:16px}.cv-back{all:unset;cursor:pointer;display:flex;align-items:center;gap:8px;color:var(--paper);font-weight:700;margin-bottom:18px}.contact-list{display:flex;flex-direction:column;gap:10px}.contact-row{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:12px;background:var(--surface-2);border-radius:var(--radius-md);padding:12px 14px}.contact-row .avatar{width:38px;height:38px;border-radius:50%;background:var(--denim);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.contact-copy{display:flex;flex-direction:column;flex:1;min-width:0}.contact-name{font-weight:700;font-size:14.5px;color:var(--ink)}.contact-role{font-size:12.5px;color:var(--ink-soft)}.real-map-wrap{border-radius:var(--radius-md);overflow:hidden;height:260px}.real-map-wrap .leaflet-container{width:100%;height:100%;font-family:var(--font-body)}.map-mode-toggle{display:flex;gap:8px;margin-bottom:12px}.map-pin-marker{display:flex;align-items:center;justify-content:center}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
