:root{
  --navy-950:#04122e;--navy-900:#071f4d;--navy-800:#0b306d;--blue-700:#0757d9;--blue-600:#0b6cff;--blue-100:#e8f1ff;
  --cyan:#00b7c7;--green:#18a76f;--green-100:#e9f8f1;--amber:#eea21a;--amber-100:#fff5de;--red:#e23b49;--red-100:#ffeaec;
  --purple:#7a52d1;--bg:#f3f6fb;--surface:#ffffff;--surface-2:#f8faff;--text:#0c1d3d;--muted:#60708a;--line:#dfe6f0;
  --shadow-sm:0 4px 14px rgba(8,36,87,.07);--shadow-md:0 12px 32px rgba(7,31,77,.12);--shadow-lg:0 24px 70px rgba(4,24,61,.24);
  --radius-sm:14px;--radius-md:20px;--radius-lg:28px;--ease:cubic-bezier(.22,1,.36,1);--header-h:70px;--nav-h:80px;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
[hidden]{display:none!important}
html{background:var(--navy-950);font-size:16px}
body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif;overscroll-behavior:none}
button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(11,108,255,.38);outline-offset:2px}
svg{width:1.25em;height:1.25em;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.app-shell{position:relative;max-width:560px;min-height:100vh;margin:0 auto;background:var(--bg);overflow-x:hidden;box-shadow:0 0 80px rgba(0,0,0,.25)}
.viewport{min-height:100vh}.screen{display:none;min-height:100vh;padding:env(safe-area-inset-top) 16px calc(28px + env(safe-area-inset-bottom));transform-origin:center}
.screen.active{display:block;animation:screenIn .24s var(--ease) both}.screen.leaving{display:block;position:absolute;inset:0;animation:screenOut .18s ease both;pointer-events:none}
.screen.back-enter{animation:screenBackIn .24s var(--ease) both}.content-screen{padding-bottom:calc(var(--nav-h) + 30px + env(safe-area-inset-bottom))}
@keyframes screenIn{from{opacity:0;transform:translate3d(18px,0,0) scale(.995)}to{opacity:1;transform:none}}
@keyframes screenOut{from{opacity:1;transform:none}to{opacity:0;transform:translate3d(-12px,0,0) scale(.995)}}
@keyframes screenBackIn{from{opacity:0;transform:translate3d(-16px,0,0)}to{opacity:1;transform:none}}
body.reduced-motion *,body.reduced-motion *:before,body.reduced-motion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

.app-splash{position:fixed;inset:0;z-index:999;background:radial-gradient(circle at 50% 34%,#10449a 0,#071f4d 42%,#04122e 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:opacity .32s ease,visibility .32s ease;overflow:hidden}
.app-splash:before,.app-splash:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.app-splash:before{width:460px;height:460px}.app-splash:after{width:610px;height:610px}
.app-splash.hide{opacity:0;visibility:hidden}.splash-logo{width:108px;height:108px;object-fit:contain;background:#fff;border-radius:30px;padding:13px;box-shadow:0 25px 70px rgba(0,0,0,.34);z-index:2;animation:splashLogo .72s var(--ease) both}
.splash-orbit{position:absolute;width:152px;height:152px;border-radius:50%;border:1px solid rgba(255,255,255,.25);animation:orbitIn .9s var(--ease) both}.splash-orbit:after{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:#00d3df;box-shadow:0 0 18px #00d3df}
.splash-wordmark{z-index:2;font-size:27px;margin-top:27px;font-weight:350;letter-spacing:-.8px;animation:fadeUp .55s .22s both}.splash-wordmark strong{font-weight:850}.splash-caption{z-index:2;margin-top:7px;font-size:12px;letter-spacing:1.8px;color:#bcd4ff;text-transform:uppercase;animation:fadeUp .55s .3s both}
.splash-progress{z-index:2;width:112px;height:3px;background:rgba(255,255,255,.12);border-radius:99px;margin-top:38px;overflow:hidden}.splash-progress span{display:block;height:100%;width:42%;background:linear-gradient(90deg,#00d3df,#fff);border-radius:99px;animation:splashLoad 1.05s ease-in-out both}
@keyframes splashLogo{from{opacity:0;transform:scale(.72) translateY(14px);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}@keyframes orbitIn{from{opacity:0;transform:scale(.55) rotate(-70deg)}to{opacity:1;transform:none}}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes splashLoad{from{transform:translateX(-120%)}to{transform:translateX(240%)}}

.offline-banner{position:fixed;top:env(safe-area-inset-top);left:50%;transform:translateX(-50%);z-index:80;width:min(100%,560px);background:#2c3749;color:#fff;padding:8px 16px;font-size:11px;font-weight:700;align-items:center;justify-content:center;gap:7px}.offline-banner:not([hidden]){display:flex}
.page-header{height:var(--header-h);display:grid;grid-template-columns:48px 1fr 48px;gap:8px;align-items:center;margin:0 -4px 8px}.page-header.sticky{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(18px);margin:-1px -16px 12px;padding:0 16px;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)}
.page-header div{text-align:center;min-width:0}.page-header h1{font-size:17px;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.2px}.page-header small{font-size:9px;color:var(--blue-700);font-weight:850;letter-spacing:1.15px}.page-header.transparent{padding-top:4px}.page-header.admin small{color:#54729f}
.icon-button{width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--text)}.icon-button:active{transform:scale(.92)}.icon-button.soft{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.18)}.icon-button svg{width:22px;height:22px}.text-button{border:0;background:none;color:var(--blue-700);font-size:12px;font-weight:800;padding:10px 0}

.welcome-screen{background:radial-gradient(circle at 80% 8%,rgba(0,205,220,.18),transparent 25%),linear-gradient(160deg,#061a42,#082e6c 62%,#061a42);color:#fff;position:relative;overflow:hidden;padding:calc(22px + env(safe-area-inset-top)) 20px calc(22px + env(safe-area-inset-bottom))}
.welcome-screen:after{content:"";position:absolute;right:-110px;bottom:110px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018);pointer-events:none}.welcome-glow{position:absolute;left:-80px;bottom:-70px;width:240px;height:240px;background:#0876ff;filter:blur(90px);opacity:.28}
.welcome-brand{display:flex;align-items:center;gap:11px;position:relative;z-index:2}.welcome-brand img{width:49px;height:55px;object-fit:contain;background:#fff;border-radius:13px;padding:5px}.welcome-brand div{display:flex;flex-direction:column}.welcome-brand span{font-size:8px;letter-spacing:1.2px;color:#9ac3ff;font-weight:800}.welcome-brand strong{font-size:19px;letter-spacing:-.4px}
.welcome-copy{margin-top:min(9vh,72px);position:relative;z-index:2}.welcome-kicker{font-size:9px;color:#63e5ed;font-weight:850;letter-spacing:1.3px}.welcome-copy h1{font-size:clamp(36px,10vw,48px);line-height:.99;letter-spacing:-2px;margin:14px 0 17px;max-width:460px}.welcome-copy h1 em{font-style:normal;color:#75dfe7}.welcome-copy p{font-size:15px;line-height:1.5;color:#c9d8f1;margin:0;max-width:420px}
.welcome-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:31px 0 20px;position:relative;z-index:2}.welcome-proof div{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:12px 8px;min-height:94px}.welcome-proof svg{color:#73e2e9;width:21px;height:21px;margin-bottom:10px}.welcome-proof strong{display:block;font-size:11px}.welcome-proof small{display:block;color:#aebfdb;font-size:9px;line-height:1.25;margin-top:3px}
.welcome-actions{position:relative;z-index:3}.welcome-legal{font-size:9px;color:#849abc;line-height:1.4;text-align:center;margin:13px 16px 0;position:relative;z-index:2}.professional-link{width:100%;border:0;background:transparent;color:#bdcce3;display:flex;align-items:center;justify-content:center;gap:7px;min-height:45px;font-size:12px;font-weight:750}.professional-link svg{width:17px;height:17px}

.btn{border:0;border-radius:16px;min-height:50px;padding:12px 17px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.btn:active{transform:scale(.975);filter:brightness(.97)}.btn-primary{background:linear-gradient(135deg,var(--blue-600),#0647b7);color:#fff;box-shadow:0 9px 20px rgba(7,87,217,.24)}.btn-white{background:#fff;color:var(--navy-900);box-shadow:0 8px 18px rgba(0,0,0,.13)}.btn-tonal{background:var(--blue-100);color:#073d93}.btn-ghost{background:transparent;color:var(--blue-700);box-shadow:none}.btn-block{width:100%}.btn-xl{width:100%;min-height:64px;justify-content:flex-start;text-align:left;padding:11px 15px}.btn-xl>svg:first-child{width:24px;height:24px;flex:none}.btn-xl>span:nth-child(2){display:flex;flex-direction:column;flex:1}.btn-xl strong{font-size:14px}.btn-xl small{font-size:9px;font-weight:600;opacity:.75;margin-top:2px}.btn-xl>svg:last-child{margin-left:auto}.welcome-actions .btn-primary{box-shadow:0 16px 34px rgba(0,0,0,.24);margin-bottom:8px}.welcome-actions .btn-tonal{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff}
.surface{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.form-surface{padding:19px}.form-surface.compact{border-radius:var(--radius-md);margin-bottom:20px}.field{margin-bottom:16px}.field label,.impact-selector>label{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:800;margin:0 3px 7px}.field label small{font-size:9px;color:var(--muted);font-weight:650}.input-wrap{min-height:52px;border:1.5px solid var(--line);background:var(--surface-2);border-radius:15px;display:flex;align-items:center;padding:0 13px;gap:10px;transition:border .16s,box-shadow .16s}.input-wrap:focus-within{border-color:var(--blue-600);box-shadow:0 0 0 4px rgba(11,108,255,.1)}.input-wrap>svg{color:#60728f;width:19px;flex:none}.input-wrap input{border:0;outline:0;background:transparent;color:var(--text);width:100%;min-width:0;padding:14px 0;font-size:14px}.inline-icon{width:36px;height:36px;border:0;background:transparent;color:var(--muted);display:grid;place-items:center}.field textarea{width:100%;min-height:142px;resize:none;border:1.5px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);padding:14px;outline:none;font-size:14px;line-height:1.45}.field textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 4px rgba(11,108,255,.1)}.field-counter{display:flex;justify-content:space-between;color:var(--muted);font-size:9px;margin:5px 4px 0}.privacy-note{display:flex;align-items:flex-start;gap:10px;background:var(--blue-100);color:#174a92;border-radius:14px;padding:11px 12px;margin:2px 0 15px}.privacy-note svg{width:19px;height:19px;flex:none;margin-top:2px}.privacy-note p{font-size:10px;line-height:1.4;margin:0}.privacy-note strong{display:block;font-size:11px;margin-bottom:2px}.onboarding-illustration,.login-emblem{height:155px;display:grid;place-items:center;position:relative}.onboarding-illustration svg,.login-emblem svg{width:64px;height:64px;color:var(--blue-600);position:relative;z-index:2}.pulse-ring{position:absolute;width:120px;height:120px;border-radius:50%;background:var(--blue-100);box-shadow:0 0 0 18px color-mix(in srgb,var(--blue-100) 45%,transparent)}.login-emblem svg{width:76px;height:76px;color:var(--green)}
.access-list{display:flex;flex-direction:column;gap:11px;margin:22px 0}.access-card{width:100%;min-height:91px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:50px 1fr 24px;align-items:center;gap:12px;padding:14px;text-align:left;color:var(--text)}.access-card:active{transform:scale(.985)}.access-card>svg{color:var(--muted);width:20px}.access-card strong{display:block;font-size:14px}.access-card small{display:block;color:var(--muted);font-size:10px;line-height:1.35;margin-top:4px}.access-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center}.access-icon svg{width:24px;height:24px}.access-icon.navy{background:#e9effa;color:var(--navy-900)}.access-icon.blue{background:var(--blue-100);color:var(--blue-700)}.access-icon.green{background:var(--green-100);color:var(--green)}.demo-credential-card{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:10px;background:var(--navy-900);color:#fff;border-radius:18px;padding:13px}.demo-credential-card>svg{color:#72dfe7}.demo-credential-card strong,.demo-credential-card code{display:block}.demo-credential-card strong{font-size:10px;margin-bottom:4px}.demo-credential-card code{font-size:9px;color:#bcd0ee}.demo-credential-card button{border:0;background:rgba(255,255,255,.12);color:#fff;width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.secure-copy{display:flex;gap:7px;color:var(--muted);font-size:9px;line-height:1.4;margin:15px 4px 2px}.secure-copy svg{flex:none;width:16px;height:16px}

.home-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(145deg,var(--navy-900),#0b3a81);color:#fff;margin:calc(-1 * env(safe-area-inset-top)) -16px 0;padding:calc(14px + env(safe-area-inset-top)) 18px 20px}.mini-brand{display:flex;align-items:center;gap:9px}.mini-brand img{width:40px;height:45px;object-fit:contain;background:#fff;border-radius:11px;padding:4px}.mini-brand div{display:flex;flex-direction:column}.mini-brand small{font-size:8px;letter-spacing:1.7px;color:#96c4ff;font-weight:850}.mini-brand strong{font-size:18px;line-height:1}.header-actions{display:flex;gap:8px;align-items:center}.notification-dot{width:8px;height:8px;background:#ff5967;border-radius:50%;border:2px solid var(--navy-800);position:absolute;right:7px;top:8px}.header-actions .icon-button{position:relative}.avatar-button,.admin-avatar{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.55);background:linear-gradient(145deg,#18b5c3,#0873e6);color:#fff;font-weight:900;display:grid;place-items:center}.home-intro{background:linear-gradient(145deg,var(--navy-900),#0b3a81);color:#fff;margin:0 -16px;padding:3px 18px 55px;border-radius:0 0 30px 30px}.home-intro p{font-size:10px;color:#9dc5fa;font-weight:750;margin:0 0 4px}.home-intro h1{font-size:23px;letter-spacing:-.7px;margin:0;line-height:1.2}
.hero-action-card{margin:-39px 0 0;background:linear-gradient(135deg,#0b6cff,#0750c7 58%,#063c99);color:#fff;border-radius:25px;padding:18px;box-shadow:0 17px 38px rgba(5,68,169,.28);display:grid;grid-template-columns:1fr 76px;overflow:hidden;position:relative}.hero-action-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:rgba(255,255,255,.08);right:-70px;top:-65px}.hero-action-copy{position:relative;z-index:2}.eyebrow{font-size:9px;font-weight:850;letter-spacing:1px;display:flex;align-items:center;gap:6px}.eyebrow i{width:7px;height:7px;border-radius:50%;background:#72f1c2;box-shadow:0 0 0 4px rgba(114,241,194,.17)}.hero-action-card h2{font-size:21px;line-height:1.1;margin:10px 0 7px;letter-spacing:-.5px}.hero-action-card p{font-size:11px;color:#d7e7ff;line-height:1.42;margin:0 0 13px}.hero-action-card .btn-white{min-height:46px;font-size:12px}.hero-action-card .hero-action-copy>small{display:flex;align-items:center;gap:5px;font-size:8px;color:#bcd6ff;margin-top:9px}.hero-action-card .hero-action-copy>small svg{width:13px;height:13px}.hero-pin{position:relative;display:grid;place-items:center;z-index:2}.hero-pin svg{width:66px;height:66px;stroke-width:1.35;filter:drop-shadow(0 12px 15px rgba(0,0,0,.25));animation:pinFloat 3.2s ease-in-out infinite}.hero-pin i{position:absolute;width:63px;height:20px;border:1px solid rgba(255,255,255,.28);border-radius:50%;bottom:32px;animation:pinPulse 2s ease-out infinite}.hero-pin i+ i{animation-delay:1s}@keyframes pinFloat{50%{transform:translateY(-6px)}}@keyframes pinPulse{from{opacity:.7;transform:scale(.45)}to{opacity:0;transform:scale(1.3)}}
.trust-strip{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:9px;margin:11px 0 5px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:10px 11px;box-shadow:var(--shadow-sm)}.trust-strip>svg{width:28px;height:28px;color:var(--green)}.trust-strip p{margin:0}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-size:10px}.trust-strip small{font-size:8px;color:var(--muted);margin-top:2px}.trust-strip button{border:0;background:none;color:var(--blue-700);font-size:9px;font-weight:850}
.draft-banner{width:100%;margin-top:9px;border:1px solid #bed4f5;background:linear-gradient(135deg,var(--blue-100),var(--surface));color:var(--text);border-radius:16px;padding:11px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;text-align:left}.draft-banner>span{width:35px;height:35px;border-radius:11px;background:var(--surface);color:var(--blue-700);display:grid;place-items:center}.draft-banner>span svg{width:19px}.draft-banner strong,.draft-banner small{display:block}.draft-banner strong{font-size:10px}.draft-banner small{font-size:8px;color:var(--muted);margin-top:2px}.draft-banner>b{font-size:8px;color:var(--blue-700)}
.home-section{margin-top:23px}.section-heading,.admin-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:0 3px 9px}.section-heading small,.admin-section-heading small{display:block;color:var(--blue-700);font-weight:850;font-size:8px;letter-spacing:1px}.section-heading h2,.admin-section-heading h2{font-size:16px;margin:2px 0 0;letter-spacing:-.25px}.section-heading button,.admin-section-heading button{border:0;background:none;color:var(--blue-700);font-size:10px;font-weight:850;padding:7px 0}
.latest-request-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow-sm)}.latest-top{display:flex;align-items:flex-start;gap:11px}.latest-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--amber-100);color:#a66b00;flex:none}.latest-icon svg{width:23px;height:23px}.latest-copy{flex:1;min-width:0}.latest-copy strong{font-size:13px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-copy small{font-size:9px;color:var(--muted);display:block;margin-top:3px}.status-chip{font-size:8px;font-weight:850;padding:5px 7px;border-radius:99px;background:var(--amber-100);color:#865a00;white-space:nowrap}.status-chip.done{background:var(--green-100);color:#08754b}.status-chip.new{background:var(--blue-100);color:#0750b5}.request-progress{height:5px;background:#e9edf4;border-radius:99px;margin:13px 0 8px;overflow:hidden}.request-progress span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue-600),var(--cyan))}.latest-footer{display:flex;justify-content:space-between;align-items:center}.latest-footer span{font-size:8px;color:var(--muted)}.latest-footer button{border:0;background:none;color:var(--blue-700);font-size:9px;font-weight:850;display:flex;gap:4px;align-items:center}.latest-footer svg{width:14px;height:14px}
.quick-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.quick-action-grid button{border:1px solid var(--line);background:var(--surface);border-radius:17px;min-height:104px;padding:10px 4px;color:var(--text);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.quick-action-grid button:active{transform:scale(.96)}.qa-icon{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;margin-bottom:8px}.qa-icon svg{width:23px;height:23px}.qa-icon.blue{background:var(--blue-100);color:var(--blue-700)}.qa-icon.amber{background:var(--amber-100);color:#a76b00}.qa-icon.green{background:var(--green-100);color:var(--green)}.qa-icon.red{background:var(--red-100);color:var(--red)}.quick-action-grid strong{font-size:10px}.quick-action-grid small{font-size:7px;color:var(--muted);margin-top:2px}
.city-update-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:105px 1fr}.city-update-art{background:linear-gradient(145deg,#ffdb91,#f4a526);display:grid;place-items:center;color:#8f5800;position:relative}.city-update-art:after{content:"";position:absolute;width:74px;height:74px;border:1px solid rgba(255,255,255,.55);border-radius:50%}.city-update-art svg{width:48px;height:48px;z-index:2}.city-update-card>div:last-child{padding:13px}.demo-chip{font-size:7px;background:#eef2f7;color:#60708a;padding:4px 6px;border-radius:99px;font-weight:850;letter-spacing:.45px}.city-update-card h3{font-size:13px;line-height:1.22;margin:8px 0 4px}.city-update-card p{font-size:9px;line-height:1.4;color:var(--muted);margin:0}.city-update-card button{border:0;background:none;color:var(--blue-700);font-size:9px;font-weight:850;padding:9px 0 0;display:flex;align-items:center;gap:4px}.city-update-card button svg{width:13px}
.map-teaser{border:1px solid var(--line);padding:0;border-radius:20px;overflow:hidden;position:relative;width:100%;height:188px;background:#dce8df;display:block}.map-teaser iframe{width:100%;height:100%;border:0;pointer-events:none;filter:saturate(.72) contrast(.95)}.map-teaser-overlay{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-radius:14px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;color:var(--text);box-shadow:0 6px 20px rgba(9,30,64,.16)}.map-teaser-overlay>span{display:grid;grid-template-columns:12px 1fr;column-gap:8px;text-align:left}.map-teaser-overlay i{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(226,59,73,.13);grid-row:1/3;align-self:center}.map-teaser-overlay strong{font-size:10px}.map-teaser-overlay small{font-size:8px;color:var(--muted)}.map-teaser-overlay>b svg{width:19px}.demo-footnote{display:flex;align-items:flex-start;gap:7px;color:var(--muted);font-size:8px;line-height:1.4;margin:22px 7px 4px}.demo-footnote svg{width:14px;height:14px;flex:none}

.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:50;width:min(100%,560px);height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding:7px 6px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-top:1px solid rgba(207,218,233,.85);grid-template-columns:repeat(5,1fr);align-items:end;box-shadow:0 -9px 30px rgba(6,31,74,.08)}.bottom-nav:not([hidden]){display:grid}.bottom-nav button{border:0;background:transparent;color:#718098;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:9px;font-weight:750;position:relative}.bottom-nav button svg{width:23px;height:23px}.bottom-nav button.active{color:var(--blue-700)}.bottom-nav button.active:before{content:"";position:absolute;top:3px;width:40px;height:29px;border-radius:99px;background:var(--blue-100);z-index:-1}.bottom-nav .center-action{transform:translateY(-13px);color:var(--blue-700)}.bottom-nav .center-action>svg{width:54px;height:54px;padding:15px;border-radius:19px;background:linear-gradient(145deg,var(--blue-600),#0644aa);color:#fff;box-shadow:0 10px 23px rgba(7,87,217,.32);stroke-width:2.5}.bottom-nav .center-action small{font-size:8px}

.progress-header{margin:0 1px 23px}.progress-copy{display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:800;color:var(--muted)}.progress-copy strong{color:var(--blue-700)}.progress-track{height:5px;border-radius:99px;background:#e3e9f2;margin-top:7px;overflow:hidden}.progress-track span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue-600),var(--cyan));transition:width .32s var(--ease)}.wizard-step{display:none;animation:fadeUp .24s var(--ease)}.wizard-step.active{display:block}.step-lead{display:flex;align-items:flex-start;gap:12px;margin-bottom:17px}.step-icon{width:48px;height:48px;border-radius:16px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;flex:none}.step-icon svg{width:25px;height:25px}.step-icon.success-tone{background:var(--green-100);color:var(--green)}.step-lead h2{font-size:19px;letter-spacing:-.35px;margin:2px 0 5px}.step-lead p{font-size:10px;color:var(--muted);line-height:1.4;margin:0}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding-bottom:90px}.category-option{min-height:92px;border:1.5px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text);display:grid;grid-template-columns:42px 1fr 20px;gap:8px;align-items:center;padding:12px;text-align:left;box-shadow:var(--shadow-sm)}.category-option .category-icon{width:41px;height:41px;border-radius:13px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center}.category-option .category-icon svg{width:22px;height:22px}.category-option strong{font-size:11px;line-height:1.2}.category-option small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.category-option>i{width:18px;height:18px;border:1.5px solid #b6c2d2;border-radius:50%;position:relative}.category-option.selected{border-color:var(--blue-600);background:#f5f9ff;box-shadow:0 0 0 3px rgba(11,108,255,.08)}.category-option.selected>i{background:var(--blue-600);border-color:var(--blue-600)}.category-option.selected>i:after{content:"";position:absolute;width:5px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);left:5px;top:2px}
.location-button{width:100%;min-height:72px;border:1.5px solid #b8d2fb;background:var(--blue-100);color:#104a9c;border-radius:18px;display:grid;grid-template-columns:40px 1fr 20px;gap:9px;align-items:center;padding:11px 13px;text-align:left;margin-bottom:15px}.location-button>svg:first-child{width:27px;height:27px}.location-button>span{min-width:0}.location-button strong,.location-button small{display:block}.location-button strong{font-size:12px}.location-button small{font-size:8px;color:#587bab;margin-top:3px}.report-map{height:255px;border:1px solid var(--line);border-radius:19px;overflow:hidden;position:relative;background:#dfe9df}.report-map iframe{width:100%;height:100%;border:0;pointer-events:none;filter:saturate(.75)}.map-touch-layer{position:absolute;inset:0}.map-instruction{position:absolute;left:12px;right:12px;bottom:10px;background:rgba(255,255,255,.94);color:var(--text);border-radius:12px;min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:800;pointer-events:none;box-shadow:var(--shadow-sm)}.map-instruction svg{width:16px}.report-pin{position:absolute;transform:translate(-50%,-100%);color:var(--red);filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.report-pin svg{width:42px;height:42px;fill:var(--red);stroke:#fff;stroke-width:1.5}.field-hint{display:flex;gap:6px;color:var(--muted);font-size:8px;line-height:1.4;margin:8px 3px 90px}.field-hint svg{width:14px;flex:none}
.photo-uploader{min-height:150px;border:1.5px dashed #9db1cb;border-radius:19px;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:13px;position:relative;overflow:hidden;margin-bottom:17px}.photo-uploader input{position:absolute;width:1px;height:1px;opacity:0}.photo-uploader .upload-icon{width:49px;height:49px;border-radius:16px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;margin-bottom:8px}.photo-uploader .upload-icon svg{width:25px;height:25px}.photo-uploader strong{font-size:12px}.photo-uploader small{font-size:8px;color:var(--muted);margin-top:3px}.photo-uploader img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.remove-photo{position:absolute;right:9px;top:9px;z-index:2;width:40px;height:40px;border:0;border-radius:13px;background:rgba(8,20,46,.78);color:#fff;display:grid;place-items:center}.impact-selector{margin:3px 0 95px}.impact-selector>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.impact-selector button{min-height:43px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:800}.impact-selector button.active{background:var(--blue-100);color:var(--blue-700);border-color:#b3cff9}.review-card{background:var(--surface);border:1px solid var(--line);border-radius:19px;overflow:hidden;box-shadow:var(--shadow-sm)}.review-row{display:grid;grid-template-columns:35px 1fr auto;gap:9px;padding:13px;border-bottom:1px solid var(--line);align-items:start}.review-row:last-child{border-bottom:0}.review-row>svg{width:20px;height:20px;color:var(--blue-700)}.review-row strong,.review-row small{display:block}.review-row strong{font-size:10px}.review-row small{font-size:9px;color:var(--muted);line-height:1.4;margin-top:3px}.review-row button{border:0;background:none;color:var(--blue-700);font-size:8px;font-weight:850}.review-photo{width:53px;height:53px;border-radius:10px;object-fit:cover}.consent-row{display:flex;align-items:flex-start;gap:10px;margin:15px 2px}.consent-row input{width:21px;height:21px;accent-color:var(--blue-600);flex:none}.consent-row strong,.consent-row small{display:block}.consent-row strong{font-size:10px}.consent-row small{font-size:8px;color:var(--muted);line-height:1.4;margin-top:3px}.wizard-footer{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,560px);min-height:79px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:45;display:flex;gap:8px}.wizard-footer .grow{flex:1}

.success-screen{text-align:center;padding:calc(46px + env(safe-area-inset-top)) 20px calc(30px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#f0fbf7 0,var(--bg) 45%)}.success-visual{height:130px;display:grid;place-items:center;position:relative}.success-ring{width:92px;height:92px;border-radius:50%;background:linear-gradient(145deg,#21bd80,#0b8f61);color:#fff;display:grid;place-items:center;box-shadow:0 18px 40px rgba(16,159,106,.28);animation:successPop .55s var(--ease)}.success-ring svg{width:44px;height:44px;stroke-width:2.4}.success-visual>i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--blue-600);animation:confetti .75s .15s var(--ease) both}.success-visual>i:nth-of-type(1){left:22%;top:35%;background:var(--amber)}.success-visual>i:nth-of-type(2){right:20%;top:22%;background:var(--purple)}.success-visual>i:nth-of-type(3){right:27%;bottom:12%;background:var(--cyan)}@keyframes successPop{from{opacity:0;transform:scale(.5) rotate(-12deg)}to{opacity:1;transform:none}}@keyframes confetti{from{opacity:0;transform:translateY(20px) scale(.5)}to{opacity:1;transform:translateY(-8px) scale(1)}}
.success-kicker{display:block;color:var(--green);font-size:9px;letter-spacing:1.2px;font-weight:900;margin-top:6px}.success-screen h1{font-size:26px;line-height:1.12;letter-spacing:-.75px;margin:8px 0}.success-screen>p{font-size:11px;color:var(--muted);margin:0 0 20px}.protocol-card{background:var(--surface);border:1px solid var(--line);border-radius:21px;padding:17px;box-shadow:var(--shadow-md);margin-bottom:11px}.protocol-card>small{display:block;color:var(--muted);font-size:8px;letter-spacing:1px;font-weight:850}.protocol-card>strong{display:block;color:var(--navy-900);font-size:21px;letter-spacing:.3px;margin:7px 0 13px}.protocol-card>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.protocol-card button{border:1px solid var(--line);background:var(--surface-2);color:var(--blue-700);border-radius:12px;min-height:40px;font-size:9px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px}.protocol-card button svg{width:15px}.next-step-card{display:flex;align-items:center;gap:11px;text-align:left;background:var(--blue-100);color:#174d96;border-radius:16px;padding:12px;margin:0 0 19px}.next-step-card>svg{width:25px;height:25px;flex:none}.next-step-card strong,.next-step-card small{display:block}.next-step-card strong{font-size:10px}.next-step-card small{font-size:8px;line-height:1.35;margin-top:3px}

.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);background:#e8edf5;border-radius:14px;padding:3px;margin-bottom:15px}.segmented-control button{border:0;background:transparent;color:var(--muted);border-radius:11px;min-height:38px;font-size:9px;font-weight:800}.segmented-control button.active{background:var(--surface);color:var(--text);box-shadow:0 3px 10px rgba(8,34,75,.09)}.request-list{display:flex;flex-direction:column;gap:10px}.request-card{border:1px solid var(--line);background:var(--surface);border-radius:19px;padding:14px;color:var(--text);text-align:left;box-shadow:var(--shadow-sm)}.request-card-top{display:flex;align-items:center;gap:10px}.request-card-icon{width:42px;height:42px;border-radius:13px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;flex:none}.request-card-icon svg{width:22px;height:22px}.request-card-title{flex:1;min-width:0}.request-card-title strong,.request-card-title small{display:block}.request-card-title strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-card-title small{font-size:8px;color:var(--muted);margin-top:3px}.request-card-location{display:flex;align-items:center;gap:5px;margin:11px 0 9px;font-size:9px;color:var(--muted)}.request-card-location svg{width:14px}.request-card-footer{border-top:1px solid var(--line);padding-top:9px;display:flex;align-items:center;justify-content:space-between}.request-card-footer span{font-size:8px;color:var(--muted)}.request-card-footer b{font-size:9px;color:var(--blue-700);display:flex;align-items:center;gap:4px}.request-card-footer svg{width:13px}.empty-state{text-align:center;padding:55px 20px}.empty-state>span{width:78px;height:78px;border-radius:25px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;margin:auto}.empty-state svg{width:36px;height:36px}.empty-state h2{font-size:18px;margin:16px 0 6px}.empty-state p{color:var(--muted);font-size:10px;line-height:1.45;margin:0 0 16px}
.detail-hero{background:linear-gradient(145deg,var(--navy-900),#0b3b82);color:#fff;border-radius:22px;padding:17px;margin-bottom:11px;box-shadow:var(--shadow-md)}.detail-hero-top{display:flex;justify-content:space-between;align-items:flex-start}.detail-hero small{font-size:8px;color:#a8c9f6}.detail-hero h2{font-size:18px;margin:7px 0 3px}.detail-hero p{font-size:10px;color:#c2d7f3;line-height:1.4;margin:0}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:15px}.detail-meta span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:9px}.detail-meta b,.detail-meta small{display:block}.detail-meta b{font-size:9px}.detail-meta small{font-size:7px;color:#aac4e8;margin-bottom:2px}.detail-section{background:var(--surface);border:1px solid var(--line);border-radius:19px;padding:15px;margin-bottom:10px;box-shadow:var(--shadow-sm)}.detail-section h3{font-size:13px;margin:0 0 12px}.detail-photo{width:100%;max-height:240px;object-fit:cover;border-radius:14px}.timeline{position:relative;padding-left:27px}.timeline:before{content:"";position:absolute;left:8px;top:9px;bottom:9px;width:2px;background:#dce4ef}.timeline-item{position:relative;margin-bottom:17px}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{content:"";position:absolute;left:-25px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--surface);border:3px solid #bdc9d9;z-index:2}.timeline-item.done:before{background:var(--green);border-color:var(--green);box-shadow:0 0 0 4px var(--green-100)}.timeline-item strong,.timeline-item small{display:block}.timeline-item strong{font-size:10px}.timeline-item small{font-size:8px;color:var(--muted);margin-top:3px}.timeline-item p{font-size:9px;line-height:1.4;color:var(--muted);margin:4px 0 0}

.map-filter-row,.queue-filter-row,.chip-row{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;margin:1px -16px 11px;padding:0 16px}.map-filter-row::-webkit-scrollbar,.queue-filter-row::-webkit-scrollbar,.chip-row::-webkit-scrollbar{display:none}.map-filter-row button,.queue-filter-row button,.chip-row button{flex:none;border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:99px;min-height:37px;padding:0 14px;font-size:9px;font-weight:800}.map-filter-row button.active,.queue-filter-row button.active,.chip-row button.active{background:var(--navy-900);color:#fff;border-color:var(--navy-900)}.full-map{height:calc(100vh - 288px);min-height:370px;border-radius:20px;overflow:hidden;position:relative;border:1px solid var(--line);background:#dce7df}.full-map iframe{width:100%;height:100%;border:0;filter:saturate(.75)}.floating-map-marker{position:absolute;transform:translate(-50%,-50%);width:43px;height:43px;border-radius:15px;border:3px solid #fff;color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px rgba(0,0,0,.24);animation:markerIn .45s var(--ease) both}.floating-map-marker svg{width:20px}.floating-map-marker.red{background:var(--red)}.floating-map-marker.amber{background:var(--amber)}.floating-map-marker.blue{background:var(--blue-600)}.floating-map-marker.green{background:var(--green)}@keyframes markerIn{from{opacity:0;transform:translate(-50%,-20%) scale(.55)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.map-live-pill{position:absolute;top:10px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.93);color:var(--text);border-radius:99px;padding:7px 10px;font-size:8px;font-weight:800;display:flex;align-items:center;gap:6px;box-shadow:var(--shadow-sm)}.map-live-pill i,.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(24,167,111,.13)}.map-summary-sheet{background:var(--surface);border-radius:22px 22px 0 0;padding:7px 15px 15px;margin:-30px 8px 0;position:relative;z-index:5;box-shadow:0 -10px 30px rgba(6,30,70,.12)}.sheet-handle{width:38px;height:4px;border-radius:99px;background:#d3dbe7;margin:0 auto 10px}.map-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:11px}.map-stats span{text-align:center;border-right:1px solid var(--line)}.map-stats span:last-child{border:0}.map-stats b,.map-stats small{display:block}.map-stats b{font-size:17px}.map-stats small{font-size:7px;color:var(--muted)}
.search-field{height:51px;border:1px solid var(--line);background:var(--surface);border-radius:16px;display:flex;align-items:center;gap:9px;padding:0 12px;margin-bottom:14px;box-shadow:var(--shadow-sm)}.search-field>svg{color:var(--muted);width:20px;flex:none}.search-field input{border:0;outline:0;background:transparent;color:var(--text);width:100%;font-size:12px}.search-field button{width:34px;height:34px;border:0;background:transparent;color:var(--muted);display:grid;place-items:center}.search-field button svg{width:16px}.service-promo{border-radius:22px;background:linear-gradient(145deg,var(--navy-900),#0a4eaf);color:#fff;padding:17px;display:grid;grid-template-columns:1fr 70px;overflow:hidden;position:relative;margin-bottom:14px;box-shadow:var(--shadow-md)}.service-promo>div{z-index:2}.service-promo span{font-size:8px;color:#83dbeb;font-weight:850;letter-spacing:1px}.service-promo h2{font-size:18px;margin:7px 0 4px}.service-promo p{font-size:9px;color:#bfd3ef;margin:0 0 10px}.service-promo a{font-size:9px;color:#fff;font-weight:850;text-decoration:none;display:flex;align-items:center;gap:5px}.service-promo a svg{width:13px}.service-promo .promo-art{color:rgba(255,255,255,.7);display:grid;place-items:center}.promo-art svg{width:63px;height:63px}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.service-card{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:18px;min-height:121px;padding:13px;text-align:left;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.service-card .service-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--blue-100);color:var(--blue-700);margin-bottom:10px}.service-card .service-icon svg{width:21px;height:21px}.service-card strong{font-size:11px;line-height:1.25}.service-card small{font-size:8px;color:var(--muted);line-height:1.35;margin-top:3px}.service-card b{margin-top:auto;padding-top:8px;color:var(--blue-700);font-size:8px;display:flex;align-items:center;gap:4px}.service-card b svg{width:12px}.official-source-card{display:flex;gap:10px;align-items:flex-start;background:var(--green-100);color:#176647;border-radius:15px;padding:12px;margin:14px 0}.official-source-card>svg{width:22px;flex:none}.official-source-card p{margin:0}.official-source-card strong,.official-source-card small{display:block}.official-source-card strong{font-size:10px}.official-source-card small{font-size:8px;line-height:1.4;margin-top:2px}
.notification-hero{display:flex;align-items:center;gap:12px;background:linear-gradient(145deg,var(--blue-100),#f8fbff);border:1px solid #cddffa;border-radius:18px;padding:13px;margin-bottom:14px;color:#174b93}.notification-hero>svg{width:31px;height:31px}.notification-hero strong,.notification-hero small{display:block}.notification-hero strong{font-size:11px}.notification-hero small{font-size:8px;line-height:1.35;margin-top:3px}.notification-list{display:flex;flex-direction:column;gap:9px}.notification-item{display:grid;grid-template-columns:44px 1fr 8px;gap:11px;align-items:start;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:13px;box-shadow:var(--shadow-sm)}.notification-item.read{opacity:.68}.notification-item-icon{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:var(--blue-100);color:var(--blue-700)}.notification-item-icon svg{width:22px;height:22px}.notification-item strong{font-size:11px;display:block}.notification-item p{font-size:9px;color:var(--muted);line-height:1.4;margin:4px 0}.notification-item small{font-size:7px;color:var(--muted)}.notification-item>i{width:7px;height:7px;border-radius:50%;background:var(--blue-600);margin-top:5px}.notification-item.read>i{visibility:hidden}
.emergency-header small{color:var(--red)}.emergency-alert{display:flex;gap:11px;align-items:flex-start;background:var(--red-100);color:#8d2832;border:1px solid #ffd0d5;border-radius:18px;padding:13px;margin-bottom:13px}.emergency-alert>svg{width:25px;height:25px;flex:none}.emergency-alert p{margin:0}.emergency-alert strong,.emergency-alert small{display:block}.emergency-alert strong{font-size:11px}.emergency-alert small{font-size:8px;line-height:1.4;margin-top:4px}.emergency-list{display:flex;flex-direction:column;gap:9px}.emergency-card{display:grid;grid-template-columns:47px 1fr auto;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:11px 12px;box-shadow:var(--shadow-sm)}.emergency-card-icon{width:46px;height:46px;border-radius:15px;background:var(--red-100);color:var(--red);display:grid;place-items:center}.emergency-card-icon.special{background:#f1eafe;color:var(--purple)}.emergency-card-icon svg{width:24px;height:24px}.emergency-card strong,.emergency-card small{display:block}.emergency-card strong{font-size:11px}.emergency-card small{font-size:8px;color:var(--muted);margin-top:2px}.emergency-card button{border:0;border-radius:13px;background:var(--red);color:#fff;min-height:40px;padding:0 12px;font-size:9px;font-weight:850;display:flex;align-items:center;gap:5px}.emergency-card button svg{width:15px}.sensitive-help{display:flex;gap:11px;align-items:center;background:linear-gradient(145deg,#f4edff,#fff);color:#59368f;border-radius:18px;padding:14px;margin:15px 0}.sensitive-help>svg{width:33px;height:33px;flex:none}.sensitive-help strong,.sensitive-help small{display:block}.sensitive-help strong{font-size:11px}.sensitive-help small{font-size:8px;line-height:1.4;margin-top:3px}
.profile-hero{display:grid;grid-template-columns:62px 1fr 32px;align-items:center;gap:12px;background:linear-gradient(145deg,var(--navy-900),#0b3a80);color:#fff;border-radius:21px;padding:15px;margin-bottom:12px;box-shadow:var(--shadow-md)}.profile-avatar{width:58px;height:58px;border-radius:19px;background:linear-gradient(145deg,#1bc0c9,#0b6cff);display:grid;place-items:center;font-size:22px;font-weight:900}.profile-hero h2{font-size:17px;margin:0}.profile-hero p{font-size:8px;color:#b8ceeb;margin:4px 0 0}.verified-badge{color:#78e7bd}.verified-badge svg{width:27px;height:27px}.settings-group{margin-bottom:18px}.settings-group>h2{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin:0 4px 7px}.setting-row{width:100%;min-height:68px;border:1px solid var(--line);border-bottom:0;background:var(--surface);color:var(--text);display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:10px 12px;text-align:left}.setting-row:nth-child(2){border-radius:17px 17px 0 0}.setting-row:last-child{border-bottom:1px solid var(--line);border-radius:0 0 17px 17px}.setting-row:only-of-type{border-radius:17px}.setting-icon{width:38px;height:38px;border-radius:12px;background:var(--surface-2);color:var(--blue-700);display:grid;place-items:center}.setting-icon svg{width:20px}.setting-row strong,.setting-row small{display:block}.setting-row strong{font-size:11px}.setting-row small{font-size:8px;color:var(--muted);margin-top:3px}.setting-row>svg{width:18px;color:var(--muted)}.setting-row.danger strong,.setting-row.danger .setting-icon{color:var(--red)}.switch{width:44px;height:25px;border-radius:99px;background:#b8c3d2;padding:3px;transition:.2s}.switch i{display:block;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:.22s var(--ease)}.switch.on{background:var(--blue-600)}.switch.on i{transform:translateX(19px)}

.admin-screen{background:#edf2f8;padding-bottom:calc(88px + env(safe-area-inset-bottom))}.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;padding-top:8px}.admin-topbar small{font-size:8px;color:#54729e;font-weight:900;letter-spacing:1px}.admin-topbar h1{font-size:22px;letter-spacing:-.65px;margin:3px 0 0}.admin-avatar{border-color:#fff;width:46px;height:46px;box-shadow:var(--shadow-sm)}.admin-avatar.field{background:linear-gradient(145deg,#19ae74,#097d52)}.admin-highlight{background:linear-gradient(145deg,var(--navy-900),#0c428e);color:#fff;border-radius:23px;padding:17px;display:grid;grid-template-columns:1fr 70px;box-shadow:var(--shadow-md);margin-bottom:11px}.admin-highlight .eyebrow{font-size:8px;color:#79dfe8}.admin-highlight h2{font-size:18px;margin:9px 0 4px}.admin-highlight p{font-size:9px;color:#bcd1ed;margin:0}.admin-highlight>svg{width:60px;height:60px;color:rgba(255,255,255,.62);align-self:center}.admin-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.admin-kpi-grid article{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:13px;display:grid;grid-template-columns:36px 1fr;column-gap:9px;box-shadow:var(--shadow-sm)}.kpi-icon{grid-row:1/4;width:35px;height:35px;border-radius:11px;display:grid;place-items:center}.kpi-icon svg{width:19px}.kpi-icon.blue{background:var(--blue-100);color:var(--blue-700)}.kpi-icon.amber{background:var(--amber-100);color:#a66b00}.kpi-icon.red{background:var(--red-100);color:var(--red)}.kpi-icon.green{background:var(--green-100);color:var(--green)}.admin-kpi-grid small{font-size:8px;color:var(--muted)}.admin-kpi-grid strong{font-size:20px;line-height:1.05}.admin-kpi-grid em{font-size:7px;color:var(--muted);font-style:normal}.admin-section-heading{margin-top:20px}.admin-map{height:210px;border:1px solid var(--line);border-radius:20px;position:relative;overflow:hidden;background:#dce7df}.admin-map iframe{width:100%;height:100%;border:0;filter:saturate(.7)}.admin-map-marker{position:absolute;width:34px;height:34px;border-radius:12px;border:3px solid #fff;display:grid;place-items:center;color:#fff;transform:translate(-50%,-50%);box-shadow:0 6px 14px rgba(0,0,0,.25)}.admin-map-marker svg{width:16px}.admin-priority-list{display:flex;flex-direction:column;gap:8px}.priority-row{display:grid;grid-template-columns:8px 1fr auto;gap:10px;background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:12px;text-align:left;color:var(--text)}.priority-row>i{width:8px;height:100%;min-height:41px;border-radius:99px;background:var(--amber)}.priority-row.high>i{background:var(--red)}.priority-row strong,.priority-row small{display:block}.priority-row strong{font-size:10px}.priority-row small{font-size:8px;color:var(--muted);margin-top:3px}.priority-row>span:last-child{font-size:8px;color:var(--muted);text-align:right}.admin-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,560px);height:calc(77px + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:50}.admin-nav button{border:0;background:transparent;color:#718098;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:8px;font-weight:800}.admin-nav button svg{width:22px;height:22px}.admin-nav button.active{color:var(--blue-700)}.admin-search{margin-top:2px}.field-shift-card{background:linear-gradient(145deg,#08764e,#17aa71);color:#fff;border-radius:23px;padding:17px;display:grid;grid-template-columns:1fr 65px;box-shadow:var(--shadow-md)}.field-shift-card small{font-size:8px;color:#a5edcf;font-weight:850;letter-spacing:1px}.field-shift-card h2{font-size:19px;margin:9px 0 3px}.field-shift-card p{font-size:9px;color:#c8f3df;margin:0}.field-shift-card>span{align-self:center}.field-shift-card>span svg{width:58px;height:58px;color:rgba(255,255,255,.7)}.field-progress{background:var(--surface);border-radius:17px;padding:12px;margin:10px 0 16px;box-shadow:var(--shadow-sm)}.field-progress span{display:flex;justify-content:space-between;align-items:center}.field-progress strong{font-size:11px}.field-progress small{font-size:8px;color:var(--muted)}.field-progress>div{height:5px;background:#e6ecf3;border-radius:99px;margin-top:8px;overflow:hidden}.field-progress i{display:block;height:100%;background:var(--green);border-radius:99px}.field-task-list{display:flex;flex-direction:column;gap:10px}.field-task{background:var(--surface);border:1px solid var(--line);border-radius:19px;padding:14px;box-shadow:var(--shadow-sm)}.field-task-head{display:flex;justify-content:space-between;align-items:flex-start}.field-task-head small{font-size:8px;color:var(--muted)}.field-task h2{font-size:13px;margin:5px 0}.field-task p{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:5px}.field-task p svg{width:13px}.field-task-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.field-task-actions button{min-height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);font-size:9px;font-weight:850}.field-task-actions button.primary{background:var(--green);color:#fff;border-color:var(--green)}
.triage-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.triage-field{background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:11px}.triage-field label{display:block;font-size:8px;color:var(--muted);margin-bottom:5px}.triage-field select{width:100%;border:0;background:transparent;color:var(--text);font-size:10px;font-weight:800;outline:none}.admin-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-action-grid button{min-height:47px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text);font-size:9px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px}.admin-action-grid button.primary{background:var(--blue-700);color:#fff;border-color:var(--blue-700)}.admin-action-grid button.success{background:var(--green);color:#fff;border-color:var(--green)}.admin-action-grid svg{width:16px}

.toast{position:fixed;left:50%;bottom:calc(var(--nav-h) + 18px + env(safe-area-inset-bottom));transform:translate(-50%,18px);z-index:100;background:#11213d;color:#fff;min-width:230px;max-width:calc(min(100%,560px) - 32px);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:9px;box-shadow:var(--shadow-lg);font-size:10px;font-weight:750;opacity:0;visibility:hidden;transition:.24s var(--ease)}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}.toast svg{color:#73e6b7;width:19px;height:19px;flex:none}.modal-backdrop{position:fixed;inset:0;z-index:120;background:rgba(3,13,32,.56);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:16px}.modal-backdrop[hidden]{display:none}.modal-sheet{width:min(100%,528px);background:var(--surface);border-radius:25px;padding:8px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:var(--shadow-lg);animation:sheetIn .3s var(--ease)}@keyframes sheetIn{from{opacity:0;transform:translateY(38px) scale(.98)}to{opacity:1;transform:none}}.modal-icon{width:50px;height:50px;border-radius:16px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;margin:4px 0 12px}.modal-icon svg{width:26px;height:26px}.modal-sheet h2{font-size:19px;margin:0 0 7px}.modal-sheet p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.modal-actions button{min-height:48px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);font-size:10px;font-weight:850}.modal-actions button.primary{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.modal-actions button.danger{background:var(--red);border-color:var(--red);color:#fff}.modal-actions button:only-child{grid-column:1/3}

/* Mapas interativos */
.report-map-shell,.full-map-shell{position:relative}.report-map-shell{margin-bottom:3px}.report-map{height:292px;cursor:crosshair;touch-action:pan-x pan-y;border:1px solid var(--line)}
.map-coordinate-pill{min-height:54px;margin:8px 0 0;border:1px solid #cbdcf4;background:var(--blue-100);color:#174a92;border-radius:14px;padding:9px 11px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px}.map-coordinate-pill>svg{width:23px;height:23px}.map-coordinate-pill strong,.map-coordinate-pill small{display:block}.map-coordinate-pill strong{font-size:10px}.map-coordinate-pill small{font-size:8px;color:#5579ad;margin-top:2px}
.map-gesture-hint,.city-map-help{position:absolute;z-index:520;left:50%;transform:translateX(-50%);top:10px;white-space:nowrap;background:rgba(255,255,255,.94);color:#34445e;border:1px solid rgba(123,143,172,.2);border-radius:99px;padding:7px 10px;font-size:8px;font-weight:800;box-shadow:var(--shadow-sm);pointer-events:none;display:flex;align-items:center;gap:5px}.map-gesture-hint svg,.city-map-help svg{width:13px;height:13px}.full-map-shell .map-live-pill{top:10px;left:12px;transform:none;z-index:520}.full-map-shell .city-map-help{top:auto;bottom:29px}
.leaflet-container{font-family:inherit;background:#dbe6df;outline:0}.leaflet-control-zoom{border:0!important;box-shadow:0 5px 16px rgba(7,31,77,.18)!important}.leaflet-control-zoom a{width:38px!important;height:38px!important;line-height:38px!important;color:#123d7b!important;border-color:#e1e8f2!important}.leaflet-control-attribution{font-size:7px!important;background:rgba(255,255,255,.9)!important}.leaflet-control-attribution a{color:#155ab7}.leaflet-popup-content-wrapper{border-radius:16px;box-shadow:0 10px 28px rgba(7,31,77,.2)}.leaflet-popup-content{margin:12px 14px;font-family:inherit}.map-popup strong{display:block;font-size:11px;color:#10213d}.map-popup small{display:block;font-size:8px;color:#6b7990;margin-top:3px}.map-popup span{display:inline-flex;margin-top:7px;padding:4px 7px;border-radius:99px;background:#eaf2ff;color:#1455a5;font-size:7px;font-weight:850;text-transform:uppercase}
.report-location-icon,.city-location-icon{background:transparent;border:0}.report-location-pin{width:34px;height:34px;border:4px solid #fff;border-radius:50% 50% 50% 8px;background:var(--red);box-shadow:0 7px 17px rgba(16,38,74,.3);transform:rotate(-45deg);position:relative}.report-location-pin:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:8.5px;top:8.5px}.report-location-icon:before{content:"";position:absolute;left:9px;top:9px;width:30px;height:30px;border-radius:50%;background:rgba(226,59,73,.22);animation:mapPulse 1.8s ease-out infinite}.city-marker{width:41px;height:41px;border-radius:14px;border:3px solid #fff;color:#fff;display:grid;place-items:center;box-shadow:0 7px 16px rgba(0,0,0,.25)}.city-marker svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.city-marker.red{background:var(--red)}.city-marker.amber{background:var(--amber)}.city-marker.blue{background:var(--blue-600)}.city-marker.green{background:var(--green)}@keyframes mapPulse{from{transform:scale(.55);opacity:.8}to{transform:scale(1.8);opacity:0}}
.location-accuracy{stroke:#0b6cff;fill:#0b6cff;fill-opacity:.1}.full-map{height:calc(100vh - 288px);min-height:390px}.full-map .leaflet-control-zoom{margin-top:56px}.full-map .leaflet-control-attribution{max-width:72%;white-space:normal;line-height:1.2;text-align:right}
body.dark .map-coordinate-pill{border-color:#26466f;color:#9fc4ff}body.dark .map-coordinate-pill small{color:#89a6cd}body.dark .map-gesture-hint,body.dark .city-map-help{background:rgba(17,28,46,.94);color:#d7e2f2}body.dark .leaflet-control-zoom a{background:#13233a;color:#b7d2ff!important;border-color:#263a56!important}body.dark .leaflet-popup-content-wrapper,body.dark .leaflet-popup-tip{background:#111c2e;color:#fff}body.dark .map-popup strong{color:#fff}body.dark .map-popup small{color:#a2b0c4}

/* Fluxo cidadão simples — cartões grandes, ação direta e conteúdo principal sem rolagem */
.welcome-screen.active{display:flex;flex-direction:column;height:100dvh;min-height:560px}.simple-welcome-copy{margin-top:auto}.simple-welcome-copy h1{font-size:clamp(34px,9vw,46px)}.welcome-trust{position:relative;z-index:2;display:flex;align-items:center;gap:10px;margin:22px 0 14px;padding:11px 12px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}.welcome-trust>svg{width:25px;height:25px;color:#75e0c2;flex:none}.welcome-trust strong,.welcome-trust small{display:block}.welcome-trust strong{font-size:11px}.welcome-trust small{font-size:8px;color:#bfd1eb;margin-top:2px}.welcome-actions{margin-top:0}.welcome-legal{margin-top:auto}

#home.active{display:flex;flex-direction:column;height:100dvh;min-height:560px;overflow:hidden;padding-bottom:calc(var(--nav-h) + 9px + env(safe-area-inset-bottom))}.home-header{flex:none;padding-bottom:13px}.simple-home-intro{flex:none;padding-top:0;padding-bottom:19px;border-radius:0 0 23px 23px}.simple-home-intro h1{font-size:21px}.public-launchpad{flex:none;margin:13px 0 9px;min-width:0}.launchpad-heading{display:flex;align-items:end;justify-content:space-between;margin:0 2px 8px}.launchpad-heading small{display:block;color:var(--blue-700);font-size:8px;font-weight:900;letter-spacing:.8px}.launchpad-heading h2{font-size:17px;letter-spacing:-.25px;margin:2px 0 0}.launchpad-heading>span{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:8px;font-weight:800}.launchpad-heading>span svg{width:13px}
.public-service-carousel{display:flex;gap:10px;margin:0 -16px;padding:2px 16px 8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.public-service-carousel::-webkit-scrollbar,.category-grid::-webkit-scrollbar{display:none}.public-service-carousel button{width:138px;height:143px;flex:0 0 138px;scroll-snap-align:start;border:1px solid var(--line);border-radius:21px;background:var(--surface);color:var(--text);padding:13px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;box-shadow:0 7px 20px rgba(8,36,87,.08);transition:transform .16s var(--ease),border-color .16s,box-shadow .16s}.public-service-carousel button:active{transform:scale(.96);border-color:var(--blue-600);box-shadow:0 4px 12px rgba(8,36,87,.12)}.public-card-icon{width:51px;height:51px;border-radius:17px;display:grid;place-items:center;margin-bottom:auto}.public-card-icon svg{width:27px;height:27px}.public-card-icon.blue,.shortcut-icon.blue{background:var(--blue-100);color:var(--blue-700)}.public-card-icon.amber{background:var(--amber-100);color:#a56b00}.public-card-icon.cyan{background:#e5f9fb;color:#008897}.public-card-icon.green,.shortcut-icon.green{background:var(--green-100);color:var(--green)}.public-card-icon.rose{background:var(--red-100);color:var(--red)}.public-card-icon.purple,.shortcut-icon.purple{background:#f1eafe;color:var(--purple)}.public-service-carousel strong{font-size:13px;margin-top:10px}.public-service-carousel small{font-size:8px;color:var(--muted);margin-top:3px}
.simple-draft-slot:not(:empty){flex:none;margin-bottom:8px}.simple-draft-slot .draft-banner{min-height:50px;margin:0;border-radius:15px;padding:8px 11px}.simple-draft-slot .draft-banner>span:first-child{width:35px;height:35px;border-radius:11px}.simple-draft-slot .draft-banner b{display:grid;place-items:center;width:30px;height:30px;font-size:0}.simple-draft-slot .draft-banner b svg{width:17px;height:17px}.simple-shortcuts{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,minmax(58px,1fr));gap:8px}.simple-shortcuts>button{border:1px solid var(--line);border-radius:17px;background:var(--surface);color:var(--text);min-height:58px;padding:8px 9px;display:grid;grid-template-columns:39px 1fr 14px;align-items:center;gap:8px;text-align:left;box-shadow:var(--shadow-sm);transition:transform .15s var(--ease),border-color .15s}.simple-shortcuts>button:active{transform:scale(.975);border-color:var(--blue-600)}.shortcut-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center}.shortcut-icon.red{background:var(--red-100);color:var(--red)}.shortcut-icon svg{width:21px;height:21px}.simple-shortcuts strong,.simple-shortcuts small{display:block}.simple-shortcuts strong{font-size:11px}.simple-shortcuts small{font-size:8px;color:var(--muted);margin-top:2px}.simple-shortcuts>button>svg{width:14px;color:var(--muted)}

.screen.active#reportWizard{display:flex;flex-direction:column;height:100dvh;min-height:560px;overflow:hidden;padding-bottom:calc(80px + env(safe-area-inset-bottom))}#reportWizard .page-header{height:59px;flex:none;margin-bottom:5px}#reportWizard .progress-header{flex:none;margin:0 1px 11px}#reportWizard .wizard-step.active{flex:1;min-height:0;overflow:hidden;animation:stepSlide .22s var(--ease)}@keyframes stepSlide{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}#reportWizard .step-lead{gap:9px;margin-bottom:10px}#reportWizard .step-icon{width:40px;height:40px;border-radius:13px}#reportWizard .step-icon svg{width:21px;height:21px}#reportWizard .step-lead h2{font-size:16px;margin:1px 0 3px}#reportWizard .step-lead p{font-size:9px}.category-step .wizard-footer{display:none}.screen.active#reportWizard.category-step{padding-bottom:calc(14px + env(safe-area-inset-bottom))}
#reportWizard .category-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;margin:3px -16px 0;padding:2px 16px 10px;height:calc(100% - 54px)}#reportWizard .category-option{flex:0 0 154px;width:154px;height:100%;min-height:180px;max-height:260px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:flex-start;padding:15px;border-radius:22px;position:relative}#reportWizard .category-option .category-icon{width:58px;height:58px;border-radius:19px;margin-bottom:auto}#reportWizard .category-option .category-icon svg{width:30px;height:30px}#reportWizard .category-option strong{font-size:14px}#reportWizard .category-option small{font-size:9px;line-height:1.35;margin-top:5px}#reportWizard .category-option>i{position:absolute;right:13px;top:13px}#reportWizard .category-option.selected{animation:categoryChosen .18s var(--ease)}@keyframes categoryChosen{50%{transform:scale(.96)}100%{transform:none}}
#reportWizard .wizard-step[data-step="2"].active,#reportWizard .wizard-step[data-step="3"].active,#reportWizard .wizard-step[data-step="4"].active{display:flex;flex-direction:column}#reportWizard .location-button{min-height:52px;margin-bottom:8px;padding:7px 11px}#reportWizard .location-button>svg:first-child{width:37px;height:37px;padding:8px;border-radius:12px}#reportWizard .field{margin-bottom:8px}#reportWizard .field label,#reportWizard .impact-selector>label{font-size:10px;margin-bottom:5px}#reportWizard .input-wrap{min-height:46px;border-radius:13px}#reportWizard .input-wrap input{font-size:12px;padding:11px 0}#reportWizard .report-map-shell{flex:1;min-height:150px;display:flex;flex-direction:column}#reportWizard .report-map{flex:1;height:auto;min-height:132px;border-radius:17px}#reportWizard .map-coordinate-pill{min-height:43px;margin-top:6px;padding:6px 9px;grid-template-columns:24px 1fr}#reportWizard .map-coordinate-pill>svg{width:20px;height:20px}#reportWizard .map-coordinate-pill strong{font-size:9px}#reportWizard .map-coordinate-pill small{font-size:7px}#reportWizard .wizard-step[data-step="2"]>.field-hint{display:none}#reportWizard .map-gesture-hint{top:7px;padding:5px 8px}
#reportWizard .photo-uploader{min-height:94px;height:clamp(94px,17vh,124px);margin-bottom:9px;border-radius:16px}#reportWizard .photo-uploader .upload-icon{width:39px;height:39px;border-radius:13px;margin-bottom:5px}#reportWizard .photo-uploader .upload-icon svg{width:21px;height:21px}#reportWizard .field textarea{min-height:76px;height:clamp(76px,14vh,105px);padding:10px;font-size:12px;border-radius:14px}#reportWizard .impact-selector{margin:0}#reportWizard .impact-selector button{min-height:38px}#reportWizard .review-card{flex:none;border-radius:16px}#reportWizard .review-row{padding:8px 10px;grid-template-columns:27px 1fr auto}#reportWizard .review-row>svg{width:18px;height:18px}#reportWizard .review-row strong{font-size:9px}#reportWizard .review-row small{font-size:8px;margin-top:1px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}#reportWizard .consent-row{margin:10px 2px}#reportWizard .wizard-step[data-step="4"]>.privacy-note{display:none}
body.font-large .screen.active#reportWizard,body.font-xlarge .screen.active#reportWizard{overflow:auto;height:auto;min-height:100dvh}body.font-large #reportWizard .wizard-step.active,body.font-xlarge #reportWizard .wizard-step.active{overflow:auto}body.font-large #home.active,body.font-xlarge #home.active{height:auto;min-height:100dvh;overflow:auto}body.dark .public-card-icon.cyan{background:#12343a;color:#6de3ed}

/* Leitura confortável: escala principal maior mesmo no ajuste padrão */
:root{--nav-h:88px}
#home .home-intro p{font-size:11px}#home .simple-home-intro h1{font-size:23px}.launchpad-heading small{font-size:9px}.launchpad-heading h2{font-size:19px}.launchpad-heading>span{font-size:10px}.launchpad-heading>span svg{width:15px;height:15px}
.public-service-carousel button{width:148px;flex-basis:148px;padding:14px}.public-card-icon{width:62px;height:62px;border-radius:20px}.public-card-icon svg{width:34px;height:34px;stroke-width:2.15}.public-service-carousel strong{font-size:15px;line-height:1.15;margin-top:11px}.public-service-carousel small{font-size:10px;line-height:1.25;margin-top:4px}
.simple-shortcuts>button{grid-template-columns:52px 1fr 18px;gap:10px;padding:10px 11px}.shortcut-icon{width:52px;height:52px;border-radius:16px}.shortcut-icon svg{width:29px;height:29px;stroke-width:2.1}.simple-shortcuts strong{font-size:14px;line-height:1.15}.simple-shortcuts small{font-size:10px;line-height:1.2;margin-top:4px}.simple-shortcuts>button>svg{width:18px;height:18px}
.bottom-nav{--nav-h:88px;padding-top:6px}.bottom-nav button{min-height:68px;gap:5px;font-size:11px;font-weight:800}.bottom-nav button svg{width:29px;height:29px}.bottom-nav button.active:before{top:1px;width:48px;height:36px}.bottom-nav .center-action{transform:translateY(-12px)}.bottom-nav .center-action>svg{width:60px;height:60px;padding:16px;border-radius:20px}.bottom-nav .center-action small{font-size:10px}.bottom-nav button small{font-size:10px}
#home.active{padding-bottom:calc(96px + env(safe-area-inset-bottom))}
body.font-large .public-service-carousel strong{font-size:17px}body.font-large .public-service-carousel small,body.font-large .simple-shortcuts small{font-size:11px}body.font-large .simple-shortcuts strong{font-size:15px}body.font-large .bottom-nav button,body.font-large .bottom-nav button small{font-size:11px}body.font-xlarge .public-service-carousel strong{font-size:18px}body.font-xlarge .public-service-carousel small,body.font-xlarge .simple-shortcuts small{font-size:12px}body.font-xlarge .simple-shortcuts strong{font-size:16px}body.font-xlarge .bottom-nav button,body.font-xlarge .bottom-nav button small{font-size:12px}

body.dark{--bg:#09111f;--surface:#111c2e;--surface-2:#152338;--text:#f2f6ff;--muted:#a2b0c4;--line:#26364d;--blue-100:#122b50;--green-100:#102f29;--amber-100:#392d13;--red-100:#3b1d25;--shadow-sm:0 4px 16px rgba(0,0,0,.18);--shadow-md:0 12px 34px rgba(0,0,0,.25)}
body.dark .page-header.sticky{background:rgba(9,17,31,.92)}body.dark .bottom-nav,body.dark .wizard-footer,body.dark .admin-nav{background:rgba(13,23,38,.96)}body.dark .map-teaser-overlay,body.dark .map-live-pill{background:rgba(17,28,46,.94)}body.dark .protocol-card>strong{color:#fff}body.dark .admin-screen{background:#0b1422}body.dark .segmented-control{background:#152238}body.dark .success-screen{background:linear-gradient(180deg,#0c211d 0,var(--bg) 45%)}body.dark .notification-hero{background:linear-gradient(145deg,#10284c,#111c2e)}body.dark .sensitive-help{background:linear-gradient(145deg,#241b35,#111c2e)}
body.font-large{font-size:18px}body.font-large .home-intro h1{font-size:25px}body.font-large .quick-action-grid{grid-template-columns:repeat(2,1fr)}body.font-large .quick-action-grid button{min-height:96px}body.font-xlarge{font-size:20px}body.font-xlarge .home-intro h1{font-size:27px}body.font-xlarge .quick-action-grid{grid-template-columns:repeat(2,1fr)}body.font-xlarge .service-grid,body.font-xlarge .category-grid{grid-template-columns:1fr}
body.high-contrast{--text:#000;--muted:#354054;--line:#8290a3;--blue-700:#003ca6;--surface:#fff;--bg:#f4f4f4}body.dark.high-contrast{--text:#fff;--muted:#d4dbea;--line:#71809a;--blue-700:#7cb4ff;--surface:#07101e;--bg:#000}

@media(max-width:370px){.screen{padding-left:12px;padding-right:12px}.page-header.sticky{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.home-header,.home-intro{margin-left:-12px;margin-right:-12px}.quick-action-grid{grid-template-columns:repeat(2,1fr)}.quick-action-grid button{min-height:90px}.hero-action-card{grid-template-columns:1fr 58px;padding:15px}.hero-pin svg{width:55px;height:55px}.hero-action-card h2{font-size:19px}.category-grid{grid-template-columns:1fr}.welcome-copy{margin-top:36px}.welcome-proof{margin-top:22px}.welcome-proof small{display:none}.welcome-proof div{min-height:69px}.service-grid{gap:7px}.city-update-card{grid-template-columns:88px 1fr}.page-header h1{font-size:15px}}
@media(min-width:561px){body{padding:20px 0}.app-shell{min-height:calc(100vh - 40px);border-radius:30px;overflow:hidden}.bottom-nav,.wizard-footer,.admin-nav{bottom:20px;border-radius:0 0 30px 30px}.app-splash{left:50%;width:560px;transform:translateX(-50%);border-radius:30px}.offline-banner{top:20px}}

/* V8 — leitura popular: tipografia maior em todas as áreas e ajuda imediata visível */
body{font-size:17px}
body:not(.dark){color-scheme:light}body.dark{color-scheme:dark}
.page-header h1{font-size:19px}.page-header small{font-size:11px}.text-button{font-size:14px}
.field label,.impact-selector>label{font-size:14px}.field label small{font-size:11px}.input-wrap input,.field textarea{font-size:16px}.field-counter,.field-hint{font-size:11px}
.privacy-note p,.secure-copy{font-size:12px}.privacy-note strong{font-size:13px}
.access-card strong{font-size:16px}.access-card small{font-size:12px}.demo-credential-card strong{font-size:12px}.demo-credential-card code{font-size:11px}
.progress-copy{font-size:11px}.step-lead h2,#reportWizard .step-lead h2{font-size:19px}.step-lead p,#reportWizard .step-lead p{font-size:12px}
.category-option strong,#reportWizard .category-option strong{font-size:15px}.category-option small,#reportWizard .category-option small{font-size:11px}
.segmented-control button{font-size:12px}.request-card-title strong{font-size:15px}.request-card-title small,.request-card-location,.request-card-footer span,.request-card-footer b{font-size:11px}.status-chip{font-size:10px}
.search-field input{font-size:15px}.service-promo span{font-size:10px}.service-promo h2{font-size:21px}.service-promo p,.service-promo a{font-size:12px}
.service-card strong{font-size:14px}.service-card small{font-size:11px}.service-card b{font-size:11px}.official-source-card strong{font-size:13px}.official-source-card small{font-size:11px}
.notification-hero strong{font-size:14px}.notification-hero small{font-size:11px}.notification-item strong{font-size:14px}.notification-item p{font-size:12px}.notification-item small{font-size:10px}
.emergency-alert strong{font-size:14px}.emergency-alert small{font-size:11px}.emergency-group-title{font-size:12px;line-height:1.2;color:var(--muted);text-transform:uppercase;letter-spacing:.85px;margin:18px 4px 7px}.emergency-group-title:first-child{margin-top:4px}
.emergency-card{grid-template-columns:52px 1fr auto;min-height:76px;padding:12px}.emergency-card-icon{width:50px;height:50px}.emergency-card-icon svg{width:27px;height:27px}.emergency-card strong{font-size:14px}.emergency-card small{font-size:11px;line-height:1.35;margin-top:4px}.emergency-card small b{display:block;color:var(--red);font-size:13px;margin-bottom:1px}.emergency-card button{min-height:46px;font-size:12px;padding:0 14px}.sensitive-help strong{font-size:14px}.sensitive-help small{font-size:11px}
.profile-hero p{font-size:11px}.settings-group>h2{font-size:13px}.setting-row{min-height:76px}.setting-row strong{font-size:14px}.setting-row small{font-size:11px}
.admin-topbar small,.admin-kpi-grid small,.admin-kpi-grid em,.admin-highlight .eyebrow,.priority-row small,.priority-row>span:last-child,.field-task-head small,.field-progress small{font-size:10px}.admin-highlight p,.priority-row strong,.field-task p,.field-task-actions button,.admin-nav button{font-size:12px}.field-task h2,.field-progress strong{font-size:15px}
.modal-sheet h2{font-size:22px}.modal-sheet p{font-size:14px}.modal-actions button{font-size:13px}.toast{font-size:13px}
.bottom-nav button,.bottom-nav button small{font-size:11px}.bottom-nav .emergency-nav{color:var(--red)}.bottom-nav .emergency-nav.active{color:var(--red)}.bottom-nav .emergency-nav.active:before{background:var(--red-100)}
body.font-large{font-size:19px}body.font-large .page-header h1{font-size:21px}body.font-large .service-card strong,body.font-large .emergency-card strong,body.font-large .setting-row strong,body.font-large .notification-item strong{font-size:16px}body.font-large .service-card small,body.font-large .emergency-card small,body.font-large .setting-row small,body.font-large .notification-item p{font-size:13px}
body.font-xlarge{font-size:21px}body.font-xlarge .page-header h1{font-size:23px}body.font-xlarge .service-grid{grid-template-columns:1fr}body.font-xlarge .service-card strong,body.font-xlarge .emergency-card strong,body.font-xlarge .setting-row strong,body.font-xlarge .notification-item strong{font-size:18px}body.font-xlarge .service-card small,body.font-xlarge .emergency-card small,body.font-xlarge .setting-row small,body.font-xlarge .notification-item p{font-size:15px}
@media(max-width:370px){.emergency-card{grid-template-columns:46px 1fr auto;gap:8px;padding:10px}.emergency-card-icon{width:44px;height:44px}.emergency-card button{padding:0 10px}.page-header h1{font-size:18px}}

/* V9 — acabamento discreto, toque consistente e leitura confortável. */
:root{--motion-fast:130ms;--motion-page:210ms}
button,.btn,.service-card,.photo-actions label{touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform var(--motion-fast) ease,box-shadow var(--motion-fast) ease,background-color var(--motion-fast) ease,border-color var(--motion-fast) ease}
button:active,.service-card:active,.photo-actions label:active{transform:scale(.98)}
button:focus-visible,a:focus-visible,.photo-actions label:focus-within{outline:3px solid var(--blue-600);outline-offset:3px}
button:disabled{opacity:.55;cursor:wait;transform:none}
.screen.active:not(.leaving){animation:polishEnter var(--motion-page) ease-out}.screen.active.back-enter{animation:polishBack var(--motion-page) ease-out}
@keyframes polishEnter{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@keyframes polishBack{from{opacity:0;transform:translateX(-7px)}to{opacity:1;transform:none}}
#home.active{height:auto;min-height:100dvh;overflow:visible;gap:0}
.simple-home-intro{padding-bottom:20px}.home-header{padding-top:calc(18px + env(safe-area-inset-top))}
.simple-shortcuts{flex:none;grid-template-rows:none;gap:12px;margin-top:8px}
.simple-shortcuts>button{min-height:112px;grid-template-columns:44px minmax(0,1fr);padding:15px 12px;border-radius:19px;box-shadow:0 3px 12px rgba(8,36,87,.045)}
.simple-shortcuts>button>svg{display:none}.shortcut-icon{width:44px;height:44px;border-radius:14px}.shortcut-icon svg{width:27px;height:27px}
.simple-shortcuts strong{font-size:1rem;line-height:1.25}.simple-shortcuts small{font-size:.82rem;line-height:1.35}
.public-service-carousel{padding-top:5px;padding-bottom:12px;gap:12px}.public-service-carousel button{height:164px;border-radius:20px;box-shadow:0 4px 12px rgba(8,36,87,.05)}
.public-service-carousel strong{font-size:1.05rem}.public-service-carousel small{font-size:.82rem}.launchpad-heading>span{font-size:.8rem}
.bottom-nav{border-top:1px solid var(--line);box-shadow:0 -4px 18px rgba(8,36,87,.045)}.bottom-nav button{transition:color 150ms,background-color 150ms}.bottom-nav button.active:before{transition:background-color 160ms}
.service-card{color:var(--text);text-decoration:none;box-shadow:0 3px 12px rgba(8,36,87,.04);border-radius:18px;min-width:0}
.service-card strong{font-size:1rem;line-height:1.3}.service-card small{font-size:.85rem;line-height:1.4}.service-card b{font-size:.82rem;margin-top:12px}.service-icon{width:46px;height:46px}.service-icon svg{width:26px;height:26px}
.service-promo{padding:16px;box-shadow:none}.service-promo h2{font-size:1.15rem}.service-promo .promo-art{display:none}.service-promo p,.service-promo a{font-size:.85rem}.service-promo p{margin:6px 0 10px}
#reportWizard.screen.active{height:auto;min-height:100dvh;overflow:visible;padding-bottom:calc(108px + env(safe-area-inset-bottom))}
#reportWizard .wizard-step.active{overflow:visible;flex:none}
#reportWizard .category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;height:auto;margin:0;padding:3px 0 12px}
#reportWizard .category-option{width:auto;height:auto;min-height:154px;max-height:none;flex:none;padding:15px;border-radius:18px;box-shadow:0 3px 12px rgba(8,36,87,.04)}
#reportWizard .category-option .category-icon{margin-bottom:12px;width:48px;height:48px;border-radius:15px}
#reportWizard .category-option strong{font-size:1rem;line-height:1.3}#reportWizard .category-option small{font-size:.85rem;line-height:1.4}#reportWizard .category-option>i{display:none}
#reportWizard .step-lead{margin:12px 0 18px}#reportWizard .step-lead h2{font-size:1.3rem}#reportWizard .step-lead p{font-size:1rem;line-height:1.4}
#reportWizard .field{margin-bottom:16px}#reportWizard .field label,#reportWizard .impact-selector>label{font-size:1rem}#reportWizard .input-wrap input{font-size:1rem}#reportWizard .field textarea{height:130px;font-size:1.1rem;line-height:1.5;padding:14px}
#reportWizard .report-map{height:260px;min-height:220px;flex:none}#reportWizard .map-coordinate-pill strong{font-size:.9rem}#reportWizard .map-coordinate-pill small{font-size:.8rem}
#reportWizard .photo-uploader{height:auto;min-height:150px;padding:18px;position:relative;gap:5px}#reportWizard .photo-uploader strong{font-size:1.2rem}#reportWizard .photo-uploader small{font-size:.95rem;line-height:1.4;text-align:center}
#photoPreview:not([hidden]){animation:polishEnter 180ms ease-out}
.photo-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:4px 0 20px}.photo-actions .btn{position:relative;font-size:1rem;min-height:54px;cursor:pointer}.photo-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
#reportWizard .review-row{padding:18px 14px;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start}#reportWizard .review-row strong{font-size:1rem;color:var(--muted)}#reportWizard .review-row small{display:block;-webkit-line-clamp:unset;overflow:visible;overflow-wrap:anywhere;font-size:1.3rem;line-height:1.5;margin-top:5px;color:var(--text)}
#reportWizard .review-row button{grid-column:2;justify-self:start;min-height:44px;padding:8px 13px;font-size:1rem;border-radius:10px;background:var(--blue-100);color:var(--blue-700)}
#reportWizard .consent-row strong{font-size:1.05rem;line-height:1.4}#reportWizard .consent-row small{font-size:.95rem;line-height:1.45}#reportWizard .consent-row input{min-width:24px;min-height:24px}
.wizard-footer .btn{font-size:1.05rem;min-height:54px}.modal-sheet{transition:transform 210ms ease-out,opacity 180ms ease-out}.request-progress span,.progress-bar span{transition:width 220ms ease-out}
body.font-large #reportWizard .category-grid,body.font-xlarge #reportWizard .category-grid{grid-template-columns:1fr}
body.font-large #reportWizard .review-row small{font-size:1.45rem}body.font-xlarge #reportWizard .review-row small{font-size:1.6rem}
@media(max-width:370px){.simple-shortcuts>button{grid-template-columns:1fr;gap:9px;min-height:138px}.simple-shortcuts strong{font-size:1rem}.public-service-carousel button{width:148px;flex-basis:148px}.photo-actions{gap:8px}.photo-actions .btn{padding:12px 8px}}
@media(hover:hover){.service-card:hover,.simple-shortcuts>button:hover,.public-service-carousel button:hover{border-color:var(--blue-600);box-shadow:0 6px 18px rgba(8,36,87,.09);transform:translateY(-2px)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* 10.0 — edição para apresentação */
.demo-guide-link{display:block;margin:18px 3px 8px;text-align:center;color:var(--muted);font-size:.85rem;text-underline-offset:4px;line-height:1.5}
.service-grid .service-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:16px;border:1px solid var(--line);background:var(--surface)}
.service-grid .service-card b{margin-top:auto;padding-top:12px}.service-grid .service-card small{margin-bottom:6px}
.photo-actions input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
#reportWizard .photo-uploader img:not([hidden]){position:static;display:block;width:100%;height:160px;object-fit:contain;border-radius:12px;margin-top:10px}
#reportWizard .photo-uploader{overflow:visible}#reportWizard .photo-uploader .remove-photo{z-index:2;min-width:44px;min-height:44px}
.modal-sheet{max-height:85dvh;overflow:auto}.modal-actions button{min-height:48px}.field-counter{font-size:.82rem}
body.font-large .simple-shortcuts strong{font-size:1.15rem}body.font-xlarge .simple-shortcuts strong{font-size:1.3rem}
body.font-large #reportWizard .field textarea,body.font-xlarge #reportWizard .field textarea{font-size:1.25rem}
@media(max-width:400px){.simple-shortcuts>button{grid-template-columns:1fr;min-height:133px}.simple-shortcuts strong{font-size:1rem}.category-grid{gap:10px}}
.simple-shortcuts>button>span:last-child{display:none}
.detail-section>p,.timeline p,.timeline small,.detail-meta small,.detail-meta b{font-size:.95rem!important;line-height:1.5!important}
.admin-action-grid button{min-height:48px;font-size:.95rem}.admin-nav button{min-height:52px}
