@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:wght@400;500;600;700&family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;600;700&display=swap");:root{--surface:#f9f9f9;--surface-lowest:#ffffff;--surface-low:#f3f3f3;--surface-container:#eeeeee;--surface-high:#e8e8e8;--on-surface:#1a1c1c;--muted:#44474e;--outline:#74777f;--outline-light:#c4c6cf;--primary:#000a1e;--navy:#002147;--green:#3b6751;--green-soft:#bbeacf;--ochre:#fbbc00;--ochre-soft:#ffdfa0;--danger:#ba1a1a;--danger-soft:#ffdad6;--radius:8px;--radius-lg:16px;--shadow:0 4px 12px rgba(0,33,71,.06);--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--on-surface);background:var(--surface);font-family:Atkinson Hyperlegible Next,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--navy);outline-offset:2px}img{max-width:100%;height:auto}.skip-link{position:fixed;z-index:1000;left:16px;top:-80px;background:white;padding:12px 16px;border:2px solid var(--navy)}.skip-link:focus{top:16px}.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}.narrow{width:min(760px,calc(100% - 32px));margin-inline:auto}.page{min-height:70vh;padding:48px 0 80px}.stack{display:grid;grid-gap:16px;gap:16px}.stack-lg{display:grid;grid-gap:32px;gap:32px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px}.grid-2,.grid-3{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.card{border:1px solid var(--outline-light);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow)}.card,.card-flat{background:var(--surface-lowest)}.card-flat{border:1px solid var(--outline-light);border-radius:var(--radius);padding:20px}.safety-card{border:2px solid var(--navy);border-radius:var(--radius-lg);padding:20px;background:white}.warning-card{border-left:4px solid var(--danger);padding:16px 20px;background:#fff3f1}.info-card{border-left:4px solid var(--navy);padding:16px 20px;background:var(--surface-low)}h1,h2,h3{color:var(--primary);line-height:1.2;margin:0}h1{font-size:32px;letter-spacing:-.02em}h2{font-size:24px}h3{font-size:20px}p{margin:0}.eyebrow{color:var(--green);font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase}.muted{color:var(--muted)}.small{font-size:14px}.button{min-height:44px;border:1px solid transparent;border-radius:var(--radius);padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;transition:background .18s ease,transform .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button-primary{background:var(--primary);color:white}.button-primary:hover{background:var(--navy)}.button-secondary{background:white;color:var(--primary);border-color:var(--outline)}.button-danger{background:var(--danger);color:white}.button-quiet{background:transparent;color:var(--primary)}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.field{display:grid;grid-gap:8px;gap:8px}.field label,.legend{color:var(--primary);font-weight:700}.field input,.field select,.field textarea,.input{width:100%;min-height:48px;border:1px solid var(--outline);border-radius:var(--radius);padding:11px 13px;color:var(--on-surface);background:white}.field textarea{min-height:150px;resize:vertical}.hint{color:var(--muted);font-size:14px}.error{color:#93000a;font-weight:600}.error-summary{border:2px solid var(--danger);background:var(--danger-soft);padding:16px;border-radius:var(--radius)}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.choice{min-height:52px;border:1px solid var(--outline-light);border-radius:var(--radius);padding:12px;display:flex;align-items:center;gap:10px;background:white;cursor:pointer}.choice:has(input:checked){border:2px solid var(--navy);background:#f0f5ff}.choice input{width:20px;height:20px;accent-color:var(--navy)}.badge{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:700}.badge-neutral{background:var(--surface-container);color:var(--primary)}.badge-pending{background:var(--ochre-soft);color:#261a00}.badge-success{background:var(--green-soft);color:#002113}.badge-danger{background:var(--danger-soft);color:#93000a}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(249,249,249,.96);border-bottom:1px solid var(--outline-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{min-height:72px;justify-content:space-between;gap:24px}.brand,.header-inner{display:flex;align-items:center}.brand{font-weight:700;color:var(--primary);gap:10px}.site-logo{width:116px;height:48px;object-fit:contain}.brand-mark{width:30px;height:30px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center;font-size:11px}.nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}.nav a:hover,.nav a[aria-current=page]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}.offline-banner{display:none;background:var(--ochre-soft);color:#261a00;text-align:center;padding:7px 16px;font-size:14px;font-weight:600}.offline-banner.visible{display:block}.emergency{background:var(--danger-soft);color:#700007;text-align:center;padding:8px 16px;font-size:14px}.hero{padding:76px 0;background:linear-gradient(135deg,var(--surface-low) 0,#eef6f1 100%)}.hero-grid{display:grid;grid-template-columns:1.5fr .8fr;align-items:center;grid-gap:64px;gap:64px}.hero-copy{display:grid;grid-gap:22px;gap:22px}.hero-copy h1{font-size:clamp(36px,6vw,64px);max-width:800px}.hero-copy p{font-size:18px;max-width:650px}.logo-panel{background:rgba(255,255,255,.9);border:1px solid rgba(59,103,81,.24);box-shadow:0 12px 36px rgba(0,33,71,.08);border-radius:var(--radius-lg);padding:24px;display:grid;place-items:center}.logo-panel .project-logo{width:100%;max-height:240px;object-fit:contain;mix-blend-mode:multiply}.public-hero{padding:72px 0 64px;background:linear-gradient(128deg,#edf4f0,#f8f6ee 55%,#eef2f8)}.public-hero .hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr)}.public-safety-line{display:flex;align-items:center;gap:9px;font-size:14px!important;color:var(--muted)}.public-safety-line span{color:var(--green);font-size:11px}.hero-brief{background:rgba(255,255,255,.93);border:1px solid rgba(59,103,81,.28);box-shadow:0 18px 42px rgba(0,33,71,.09);border-radius:20px;padding:28px}.hero-brief .project-logo{width:100%;max-height:125px;object-fit:contain;mix-blend-mode:multiply;padding-bottom:20px;border-bottom:1px solid var(--outline-light)}.hero-brief-copy{display:grid;grid-gap:0;gap:0}.hero-brief-copy>.eyebrow{margin-bottom:8px}.hero-brief-copy a{display:grid;grid-gap:2px;gap:2px;padding:13px 0;border-bottom:1px solid var(--outline-light)}.hero-brief-copy a:last-child{border-bottom:0}.hero-brief-copy a:hover strong{color:var(--green)}.hero-brief-copy span{color:var(--muted);font-size:14px}.section{padding:72px 0}.section-heading{display:grid;grid-gap:8px;gap:8px;text-align:center;margin-bottom:32px}.section-heading.left-heading{text-align:left;margin-bottom:0;max-width:760px}.journey-section{padding:56px 0;background:var(--navy);color:white}.journey-section .eyebrow,.journey-section h2,.journey-section h3{color:white}.journey-section .eyebrow{opacity:.8}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.journey-card{align-content:space-between;min-height:290px;padding:24px;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-lg);background:rgba(255,255,255,.07)}.journey-card p{margin-top:9px;color:#dce8f2}.journey-card .actions{align-items:flex-start;flex-direction:column}.journey-card .actions>a:not(.button){color:white;text-decoration:underline;text-underline-offset:4px}.journey-card .button-primary{background:white;color:var(--navy)}.journey-number{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--ochre);color:#261a00;font-weight:700}.evidence-snapshot{background:white}.snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.snapshot-card{min-height:180px;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;padding:24px;border-radius:var(--radius-lg);background:var(--surface-low);border:1px solid var(--outline-light)}.snapshot-card strong{font-size:clamp(38px,5vw,58px);line-height:1;color:var(--navy)}.snapshot-card span{font-size:18px;font-weight:700;color:var(--primary)}.snapshot-card small{color:var(--muted)}.snapshot-card.urgent{background:#fff3ed;border-color:#efad86}.snapshot-card.urgent strong{color:#9b2d0b}.insight-section{background:var(--surface-low)}.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.insight-card{padding:28px;border-radius:var(--radius-lg);border:1px solid var(--outline-light);background:white}.insight-card>a:not(.button){color:var(--navy);font-weight:700;text-decoration:underline;text-underline-offset:4px}.location-card{grid-column:1/-1;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(300px,1.3fr) auto;align-items:center}.rank-list{display:grid;grid-gap:14px;gap:14px}.rank-row{display:grid;grid-gap:6px;gap:6px}.rank-row>div{display:flex;justify-content:space-between;gap:16px;text-transform:capitalize}.rank-row i{display:block;height:7px;overflow:hidden;background:var(--surface-high);border-radius:99px}.rank-row i b{display:block;height:100%;background:linear-gradient(90deg,var(--green),var(--navy));border-radius:inherit}.state-chips{display:flex;flex-wrap:wrap;gap:9px}.state-chips span{padding:7px 11px;border-radius:999px;background:var(--surface-low);border:1px solid var(--outline-light)}.state-chips strong{margin-left:5px;color:var(--navy)}.data-timestamp{padding-top:8px;border-top:1px solid var(--outline-light)}.public-trust{background:#f6f1e5;border-top:1px solid #e2d8bf}.trust-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:72px;gap:72px;align-items:center}.metric{text-align:center;padding:28px}.metric strong{display:block;color:var(--primary);font-size:36px;line-height:1;margin-bottom:8px}.process{counter-reset:step}.process article{position:relative;padding-left:58px}.process article:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-weight:700}.footer{background:var(--primary);color:#e7edf5;border-top:1px solid var(--outline-light);padding:48px 0}.footer-grid{display:grid;grid-template-columns:minmax(300px,1.5fr) minmax(150px,.6fr) minmax(180px,.7fr);grid-gap:56px;gap:56px;font-size:14px}.footer-about{max-width:520px}.footer-logos{display:flex;align-items:center;gap:20px;background:white;border-radius:var(--radius);padding:10px 14px;width:-moz-fit-content;width:fit-content}.footer-logos img{height:42px;width:auto;max-width:170px;object-fit:contain}.footer-links{display:grid;align-content:start;grid-gap:10px;gap:10px}.footer-links strong{color:white;font-size:16px;margin-bottom:4px}.footer-links a{color:#dfe8f3}.footer-links a:hover{color:white;text-decoration:underline;text-underline-offset:4px}.mobile-nav{display:none}.homepage-shell{min-height:100vh;display:flex;flex-direction:column;background:#faf9fd;color:#1a1b1e;font-family:Inter,Arial,sans-serif}.homepage-shell main{flex:1 1}.homepage-shell h1,.homepage-shell h2,.homepage-shell h3{font-family:Plus Jakarta Sans,Arial,sans-serif;color:#000a1e}.homepage-shell .container{width:min(1280px,calc(100% - 80px))}.homepage-shell .header{background:rgba(250,249,253,.97);border-color:#e3e2e6}.homepage-shell .header-inner{min-height:80px}.homepage-shell .nav{gap:32px}.homepage-shell .nav a{color:#44474e;font-family:Inter,Arial,sans-serif;font-size:14px;letter-spacing:.05em}.homepage-shell .site-logo{width:112px;height:44px}.homepage-shell .button{border-radius:4px}.homepage-shell .public-hero{padding:80px 0 112px;background:#faf9fd;border-bottom:1px solid #e3e2e6}.homepage-shell .public-hero .hero-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:24px}.homepage-shell .public-hero .hero-copy{grid-column:span 8;gap:32px}.homepage-shell .public-hero .hero-copy h1{max-width:850px;font-size:clamp(42px,4vw,56px);line-height:1.12;letter-spacing:-.03em}.homepage-shell .public-hero .hero-copy .actions{gap:16px}.homepage-shell .public-hero .hero-copy .button{min-height:50px;padding:13px 32px}.homepage-shell .hero-brief{grid-column:10/span 3;padding:32px;background:white;border:1px solid #e3e2e6;border-radius:12px;box-shadow:0 2px 4px rgba(0,33,71,.05)}.homepage-shell .hero-brief-copy>.eyebrow{margin-bottom:8px;color:#3a674f;font-family:Inter,Arial,sans-serif;letter-spacing:.05em}.homepage-shell .hero-brief-copy a{padding:17px 0}.homepage-shell .hero-brief-copy a:first-of-type{padding-top:10px}.homepage-shell .hero-brief-copy strong{font-family:Plus Jakarta Sans,Arial,sans-serif;font-size:20px;line-height:1.35}.homepage-shell .hero-brief-copy span{font-size:16px;line-height:1.55}.homepage-shell .journey-section{padding:96px 0 104px;background:white;color:#1a1b1e;border-bottom:1px solid #e3e2e6}.homepage-shell .journey-section h2,.homepage-shell .journey-section h3{color:#000a1e}.homepage-shell .journey-section .eyebrow{color:#3a674f;opacity:1}.homepage-shell .journey-section .section-heading{margin-bottom:64px}.homepage-shell .journey-section .section-heading h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.02em}.homepage-shell .journey-grid{gap:48px}.homepage-shell .journey-card{min-height:290px;padding:0;border:0;border-radius:0;background:transparent;align-content:space-between;box-shadow:none}.homepage-shell .journey-card h3{font-size:24px;line-height:1.3}.homepage-shell .journey-card p{margin-top:16px;color:#44474e;font-size:18px;line-height:1.6}.homepage-shell .journey-card .actions{gap:16px}.homepage-shell .journey-card .actions>a:not(.button){color:#000a1e}.homepage-shell .journey-card .button-primary{background:#000a1e;color:white}.homepage-shell .footer{margin-top:auto;padding:64px 0;background:#f4f3f7;color:#44474e;border-color:#e3e2e6}.homepage-shell .footer-grid{grid-template-columns:minmax(320px,1.5fr) minmax(160px,.6fr) minmax(190px,.7fr);gap:64px}.homepage-shell .footer-about{max-width:460px}.homepage-shell .footer-links strong{color:#000a1e}.homepage-shell .footer-links a{color:#44474e}.homepage-shell .footer-links a:hover{color:#3a674f}.progress{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-high)}.progress>span{height:100%;background:var(--navy);display:block;transition:width .2s ease}.step-dots{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px}.report-shell{padding-top:32px}.report-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:16px;border-top:1px solid var(--outline-light)}.sync-state{position:fixed;z-index:40;right:16px;bottom:16px;box-shadow:var(--shadow)}.upload-item{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--outline-light);border-radius:var(--radius);padding:14px}.timeline{list-style:none;margin:0;padding:0 0 0 18px;border-left:2px solid var(--outline-light);display:grid;grid-gap:22px;gap:22px}.timeline li{position:relative;padding-left:18px}.timeline li:before{content:"";position:absolute;left:-25px;top:4px;width:12px;height:12px;border:3px solid white;border-radius:50%;background:var(--green);box-shadow:0 0 0 1px var(--green)}.filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.data-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px}.map-placeholder{min-height:440px;border-radius:var(--radius-lg);background:radial-gradient(circle at 26% 45%,rgba(251,188,0,.5) 0 18px,transparent 19px),radial-gradient(circle at 68% 55%,rgba(0,33,71,.55) 0 25px,transparent 26px),linear-gradient(135deg,#e8eee9,#dce6ec);border:1px solid var(--outline-light);display:grid;place-items:center;text-align:center;padding:20px}.policy-hero{background:linear-gradient(135deg,#002147,#123e35);color:white;border-radius:var(--radius-lg);padding:clamp(24px,5vw,48px);box-shadow:var(--shadow)}.policy-hero .eyebrow,.policy-hero h1{color:white}.policy-hero h1{max-width:900px;font-size:clamp(30px,4vw,48px)}.policy-hero>p{max-width:900px;color:#e7f5ed}.policy-grid{align-items:start}.priority-critical{border-top:5px solid var(--danger)}.priority-critical strong{color:var(--danger)}.badge.priority-critical,.priority-critical.badge{background:var(--danger-soft);color:#93000a;border:1px solid #ff8a80}.badge.priority-high,.priority-high.badge{background:#ffe2bf;color:#6b3500;border:1px solid #e77919}.badge.priority-medium,.priority-medium.badge{background:var(--ochre-soft);color:#4d3900;border:1px solid var(--ochre)}.badge.priority-routine,.priority-routine.badge{background:var(--green-soft);color:#003c23;border:1px solid var(--green)}.map-shell{position:relative;min-height:580px;overflow:hidden;border:1px solid var(--outline-light);border-radius:var(--radius-lg);background:#dfe8e1}.map-status,.policy-map{position:absolute;inset:0}.map-status{z-index:950;display:grid;place-content:center;grid-gap:12px;gap:12px;padding:24px;text-align:center;background:rgba(239,246,241,.9);color:var(--navy)}.map-legend,.map-status.map-error{background:rgba(255,255,255,.96)}.map-legend{position:absolute;z-index:900;left:16px;bottom:22px;width:min(260px,calc(100% - 32px));display:grid;grid-template-columns:1fr 1fr;grid-gap:7px 12px;gap:7px 12px;border:1px solid var(--outline-light);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);font-size:13px}.map-legend small,.map-legend strong{grid-column:1/-1}.map-legend span{display:flex;align-items:center;gap:7px}.dot{width:11px;height:11px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.2)}.dot.critical{background:#ba1a1a}.dot.high{background:#e77919}.dot.medium{background:#fbbc00}.dot.routine{background:#3b6751}.map-popup{min-width:220px;display:grid;grid-gap:7px;gap:7px;color:var(--on-surface)}.map-popup strong{color:var(--primary);text-transform:capitalize;font-size:16px}.map-popup p{font-size:13px}.map-popup a{color:var(--navy);font-weight:700;text-decoration:underline}.policy-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;max-height:700px;overflow-y:auto;padding-right:4px}.policy-bar{display:grid;grid-gap:5px;gap:5px}.policy-bar>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;text-transform:capitalize}.policy-bar>span{display:block;height:9px;background:var(--surface-high);border-radius:99px;overflow:hidden}.policy-bar>span i{height:100%;display:block;background:linear-gradient(90deg,var(--green),var(--navy));border-radius:inherit}.action-list{margin:0;padding-left:24px;display:grid;grid-gap:18px;gap:18px}.action-list li{padding-left:6px}.action-list p{margin-top:4px;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--outline-light);border-radius:var(--radius);background:white}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:14px;border-bottom:1px solid var(--outline-light);vertical-align:top}th{background:var(--surface-low);color:var(--primary);font-size:14px}.staff-layout{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.staff-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:white;border-right:1px solid var(--outline-light);padding:24px 0;display:flex;flex-direction:column}.staff-sidebar .brand{padding:0 24px 22px}.staff-sidebar nav{display:grid}.staff-sidebar nav a{min-height:48px;display:flex;align-items:center;padding:0 24px;color:var(--muted)}.staff-sidebar nav a:hover{background:var(--surface-low);color:var(--primary)}.staff-main{min-width:0;padding:40px}.staff-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.empty{padding:48px 20px;text-align:center;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:820px){.container{width:min(100% - 32px,var(--container))}.page{padding-top:32px;padding-bottom:96px}h1{font-size:26px}.header-inner{min-height:64px}.header .button,.header .nav{display:none}.hero{padding:48px 0}.data-layout,.footer-grid,.grid-2,.grid-3,.grid-4,.hero-grid,.insight-grid,.journey-grid,.snapshot-grid,.trust-grid{grid-template-columns:1fr}.hero-copy h1{font-size:38px}.logo-panel{order:-1;padding:20px}.logo-panel .project-logo{max-height:180px}.public-hero .hero-grid{grid-template-columns:1fr}.hero-brief{padding:20px}.journey-card{min-height:0}.snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-card{min-height:150px}.location-card{grid-column:auto;display:grid;grid-template-columns:1fr;align-items:start}.section{padding:48px 0}.checkbox-grid,.filters,.policy-list{grid-template-columns:1fr}.map-shell{min-height:520px}.footer{padding-bottom:90px}.footer-grid{gap:32px}.homepage-shell .container{width:min(100% - 32px,1280px)}.homepage-shell .public-hero{padding:40px 0 64px}.homepage-shell .public-hero .hero-grid{grid-template-columns:1fr;gap:48px}.homepage-shell .hero-brief,.homepage-shell .public-hero .hero-copy{grid-column:auto}.homepage-shell .public-hero .hero-copy h1{font-size:34px}.homepage-shell .hero-brief{padding:24px}.homepage-shell .journey-section{padding:64px 0 72px}.homepage-shell .journey-section .section-heading{margin-bottom:40px}.homepage-shell .journey-grid{gap:56px}.homepage-shell .journey-card{min-height:0}.homepage-shell .footer-grid{grid-template-columns:1fr;gap:36px}.mobile-nav{position:fixed;z-index:60;bottom:0;left:0;right:0;min-height:66px;display:grid;grid-template-columns:repeat(4,1fr);background:white;border-top:1px solid var(--outline-light);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{display:grid;place-items:center;font-size:12px;font-weight:700;min-height:62px}.mobile-nav a:nth-child(2){background:rgba(187,234,207,.35);color:var(--navy)}.report-actions{align-items:stretch;flex-direction:column-reverse}.report-actions .actions{display:grid;grid-template-columns:1fr 1fr}.sync-state{bottom:78px}.staff-layout{display:block}.staff-sidebar{height:auto;position:static;border-right:0;border-bottom:1px solid var(--outline-light)}.staff-sidebar nav{display:flex;overflow-x:auto}.staff-sidebar nav a{white-space:nowrap;padding:0 16px}.staff-main{padding:24px 16px 96px}}@media (max-width:520px){.snapshot-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (forced-colors:active){.badge,.button,.card,.choice{border:1px solid ButtonText}}