:root{color-scheme:dark;--bg: #161616;--surface: #222222;--surface-2: #2c2c2c;--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .22);--ink: #f4f3ee;--muted: #b4b2a9;--muted-2: #8a8980;--brand: #378add;--brand-700: #2b6cab;--focus: #378add;--s1: #1d9e75;--s1-ink: #ffffff;--s2: #5dcaa5;--s2-ink: #06301a;--s3: #ef9f27;--s3-ink: #2a1c00;--s4: #f09595;--s4-ink: #3a0410;--s5: #e24b4a;--s5-ink: #ffffff;--s-none: #9c9a92;--s-disp: #6b7280;--ok: #1d9e75;--warn: #ef9f27;--err: #e24b4a;--radius: 14px;--tap: 52px;--font: 17px;--scale: 1;--safe-b: env(safe-area-inset-bottom, 0px);--safe-t: env(safe-area-inset-top, 0px)}:root[data-theme=light]{color-scheme:light;--bg: #f4f3ee;--surface: #ffffff;--surface-2: #efeee8;--line: rgba(0, 0, 0, .12);--line-strong: rgba(0, 0, 0, .22);--ink: #161616;--muted: #55534c;--muted-2: #76746c}body.large-target{--font: 20px;--tap: 60px;--scale: 1.12;--line: var(--line-strong)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:var(--font);color:var(--ink);background:var(--bg);-webkit-text-size-adjust:100%;overscroll-behavior-y:none}button{font-family:inherit}.shell{display:flex;flex-direction:column;height:100%;max-width:560px;margin:0 auto}.shell-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.statusstrip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:calc(8px + var(--safe-t)) 14px 8px;background:var(--surface);border-bottom:1px solid var(--line);font-size:calc(13px * var(--scale));color:var(--muted)}.statusstrip .net{display:inline-flex;align-items:center;gap:6px;font-weight:500}.statusstrip .net.on{color:var(--ok)}.statusstrip .net.off{color:var(--warn)}.statusstrip .dot{width:9px;height:9px;border-radius:50%;background:currentColor}.statusstrip .sep{opacity:.4}.statusstrip .queued.has{color:var(--warn)}.statusstrip .today{margin-left:auto;color:var(--ink);font-weight:500}.tabbar{display:flex;background:var(--surface);border-top:1px solid var(--line);padding-bottom:var(--safe-b)}.tabbar button{flex:1;border:0;background:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 4px;min-height:var(--tap);cursor:pointer;font-size:calc(11px * var(--scale))}.tabbar button .ic{font-size:calc(22px * var(--scale));line-height:1}.tabbar button.active{color:var(--brand)}.tabbar button.active .ic{transform:translateY(-1px)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin:12px}.card h2{margin:0 0 10px;font-size:calc(17px * var(--scale))}.muted{color:var(--muted)}.center{text-align:center}.row{display:flex;gap:8px;align-items:center}.col{display:flex;flex-direction:column;gap:8px}.spread{justify-content:space-between}.wrap{flex-wrap:wrap}.grow{flex:1}.error{color:var(--err)}.btn{font-size:calc(16px * var(--scale));font-weight:500;min-height:var(--tap);padding:0 16px;border-radius:12px;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45}.btn-primary{background:var(--brand);border-color:var(--brand-700);color:#fff}.btn-lg{min-height:calc(var(--tap) + 8px);font-size:calc(19px * var(--scale));width:100%}.btn-block{width:100%}.btn-danger{background:#3b1212;border-color:#7f1d1d;color:#fecaca}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.field>span{font-size:calc(13px * var(--scale));color:var(--muted)}select,input[type=email],input[type=text],input[type=file],textarea{font:inherit;font-size:calc(16px * var(--scale));color:var(--ink);background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px;min-height:var(--tap);width:100%}textarea{min-height:84px;resize:vertical}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{min-height:var(--tap);padding:0 14px;border-radius:999px;border:2px solid var(--line);background:var(--surface-2);color:var(--ink);font-size:calc(15px * var(--scale));font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.chip[aria-pressed=true]{border-color:var(--chip, var(--brand));background:color-mix(in srgb,var(--chip, var(--brand)) 26%,var(--surface-2))}.chip .swatch{width:12px;height:12px;border-radius:50%;background:var(--chip, var(--brand))}.chip .check{margin-left:2px;opacity:0}.chip[aria-pressed=true] .check{opacity:1}.support{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.support button{border:0;border-radius:12px;min-height:calc(var(--tap) + 6px);font-weight:500;font-size:calc(15px * var(--scale));cursor:pointer;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;opacity:.92}.support button small{font-weight:500;font-size:calc(10px * var(--scale));opacity:.9}.support button[aria-pressed=true]{outline:3px solid var(--focus);outline-offset:2px;opacity:1}.sv1{background:var(--s1);color:var(--s1-ink)}.sv2{background:var(--s2);color:var(--s2-ink)}.sv3{background:var(--s3);color:var(--s3-ink)}.sv4{background:var(--s4);color:var(--s4-ink)}.sv5{background:var(--s5);color:var(--s5-ink)}.sdot{width:14px;height:14px;border-radius:50%;flex:none;background:var(--s-none)}.sdot.s1{background:var(--s1)}.sdot.s2{background:var(--s2)}.sdot.s3{background:var(--s3)}.sdot.s4{background:var(--s4)}.sdot.s5{background:var(--s5)}.sdot.sd{background:var(--s-disp)}.dispo{display:flex;gap:8px}.dispo .nothome{flex:1;background:var(--s-disp);color:#fff;border:0;border-radius:12px;min-height:calc(var(--tap) + 6px);font-weight:500;font-size:calc(16px * var(--scale));cursor:pointer}.dispo .more{width:84px}.collapse summary{cursor:pointer;list-style:none;min-height:var(--tap);display:flex;align-items:center;gap:8px;font-weight:500}.collapse summary::-webkit-details-marker{display:none}.actionbar{position:sticky;bottom:0;background:linear-gradient(to top,var(--surface) 70%,transparent);padding:10px 12px calc(10px + var(--safe-b));border-top:1px solid var(--line)}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(76px + var(--safe-b));background:var(--surface-2);color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:14px;box-shadow:0 6px 24px #00000080;z-index:50;max-width:92%}.toast button{background:none;border:0;color:var(--focus);font-weight:500;cursor:pointer}.banner-tp{display:flex;align-items:center;gap:10px;padding:8px 14px;background:color-mix(in srgb,var(--brand) 22%,var(--surface));color:var(--ink);border-bottom:1px solid var(--line);font-size:calc(13px * var(--scale))}.banner-tp span{flex:1}.banner-tp button{background:none;border:0;color:var(--muted);font-size:16px;cursor:pointer;min-width:32px;min-height:32px}.badge{font-size:calc(11px * var(--scale));padding:2px 8px;border-radius:999px;font-weight:500}.badge.ok{background:#34d39929;color:var(--ok)}.badge.warn{background:#fbbf2429;color:var(--warn)}.badge.dnc{background:#f8717129;color:var(--err)}.list{display:flex;flex-direction:column}.listrow{display:flex;align-items:center;gap:12px;padding:12px 14px;min-height:var(--tap);border-bottom:1px solid var(--line);background:none;border-left:0;border-right:0;border-top:0;color:var(--ink);text-align:left;width:100%;cursor:pointer}.listrow .addr{font-weight:500;font-size:calc(16px * var(--scale))}.listrow .sub{color:var(--muted);font-size:calc(13px * var(--scale))}.mapwrap{position:relative;height:100%}.leaflet-container{height:100%;width:100%;background:#0a0f0d}.knock-pin{font-size:26px;line-height:1;text-align:center;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.map-fab{position:absolute;left:12px;right:12px;bottom:calc(14px + var(--safe-b));z-index:500}.map-legend{position:absolute;right:10px;top:10px;z-index:500;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:8px 10px;font-size:calc(12px * var(--scale))}.map-legend .row{gap:6px}.map-search{position:absolute;left:10px;right:64px;top:10px;z-index:500}.map-search input{background:var(--surface);border:1px solid var(--line-strong);box-shadow:0 2px 10px #0006}.map-search-results{margin-top:6px;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #00000080;max-height:50vh;overflow-y:auto}.map-search-item{display:block;width:100%;text-align:left;background:none;border:0;color:var(--ink);padding:12px;min-height:var(--tap);border-bottom:1px solid var(--line);font-size:calc(14px * var(--scale));cursor:pointer}.map-search-item:active{background:var(--surface-2)}.progress{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.progress>i{display:block;height:100%;background:var(--brand)}.counters{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.counter{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px}.counter .n{font-size:calc(26px * var(--scale));font-weight:500}.counter .l{color:var(--muted);font-size:calc(12px * var(--scale))}.fullcenter{min-height:100%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:max(env(safe-area-inset-top),20px) 20px max(env(safe-area-inset-bottom),20px)}.auth-wrap{padding-top:max(var(--safe-t),16px);padding-bottom:var(--safe-b)}.dots{display:flex;gap:8px;justify-content:center}.dots i{width:8px;height:8px;border-radius:50%;background:var(--line)}.dots i.on{background:var(--brand)}.help{padding-bottom:8px}.help h1{font-size:calc(22px * var(--scale))}.help .card p{line-height:1.5;margin:0 0 8px}.help .card p:last-child{margin-bottom:0}.help .card ul,.help .card ol{margin:0;padding-left:20px;line-height:1.5}.help .card li{margin-bottom:8px}.help .card li:last-child{margin-bottom:0}.help-credits{text-align:center}
