:root{color-scheme:light dark;--ground: #f4f5f3;--ink: #1b2422;--muted: #5e6b68;--accent: #0f6b5c;--line: #d8ddda}@media(prefers-color-scheme:dark){:root{--ground: #121716;--ink: #e6ebe8;--muted: #93a19d;--accent: #4fbfa8;--line: #2a3331}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{background:var(--ground);color:var(--ink);font:16px/1.6 Avenir Next,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;min-height:100dvh}img,video,svg,canvas{max-width:100%;height:auto}.shell{max-width:45rem;margin:0 auto;padding:2.5rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:1rem}h1{font-size:2rem;line-height:1.2;letter-spacing:-.02em}h2{font-size:1.15rem;letter-spacing:-.01em}.sub{color:var(--muted)}a{color:var(--accent)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}ul{padding-left:1.25rem}input,select,textarea,button{font:inherit;font-size:max(1rem,16px);color:inherit;max-width:100%}input,select,textarea{min-height:2.75rem;padding:.5rem .65rem;background:transparent;border:1px solid var(--line);border-radius:.5rem}button{min-height:2.75rem;cursor:pointer;touch-action:manipulation}.hero{display:flex;flex-direction:column;gap:.6rem}.eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600}.hero h1{font-size:clamp(1.9rem,7vw,2.6rem);line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.lede{font-size:1.05rem;color:var(--ink);max-width:34rem}.card{border:1px solid var(--line);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.actions{display:flex;flex-wrap:wrap;gap:.6rem}.btn{display:inline-block;padding:.7rem 1.1rem;border-radius:8px;border:1px solid var(--accent);color:var(--accent);text-decoration:none;font-weight:600;font-size:.95rem;min-height:44px;line-height:1.7}.btn.primary{background:var(--accent);color:var(--ground)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.fine{font-size:.85rem;color:var(--muted)}.rules{display:flex;flex-direction:column;gap:1rem;margin:0}.rules dt{font-weight:600}.rules dd{margin:.2rem 0 0;color:var(--muted);max-width:34rem}.status{border-top:1px solid var(--line);padding-top:1rem;display:flex;flex-direction:column;gap:.35rem}.status h2{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}.spz-map-wrap{display:flex;flex-direction:column;gap:.4rem}.spz-map{width:100%;height:clamp(260px,45vw,420px);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--ground)}.spz-map-note{font-size:.78rem}.spz-map-fallback{border:1px dashed var(--line);border-radius:10px;padding:1rem}
