:root{--bg: #0b132b;--surface: #1c2541;--surface-2: #283655;--text: #ffffff;--muted: #c7d0e0;--accent: #5bc0be;--accent-ink: #06281f;--warn: #ffd166;--bad: #ff6b6b;--good: #7CFFB2;--focus: #ffd166;--radius: 12px}*{box-sizing:border-box}html{font-size:18px}@media (max-width: 360px){html{font-size:17px}}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%}h1,h2,h3{line-height:1.2;margin:0 0 .4em}h1{font-size:1.7rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 .6em}a{color:var(--accent)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}button{font:inherit;font-weight:600;cursor:pointer;border:2px solid transparent;border-radius:var(--radius);padding:.6rem 1rem;min-height:48px;background:var(--accent);color:var(--accent-ink)}button.secondary{background:var(--surface-2);color:var(--text);border-color:var(--surface-2)}button.ghost{background:transparent;color:var(--text);border-color:var(--muted)}button.danger{background:var(--bad);color:#2a0000}button:disabled{opacity:.5;cursor:not-allowed}input,select{font:inherit;min-height:48px;padding:.5rem .7rem;border-radius:var(--radius);border:2px solid var(--surface-2);background:var(--surface);color:var(--text);width:100%}label{display:block;font-weight:600;margin-bottom:.25rem}.app{max-width:760px;margin:0 auto;padding:.75rem .75rem 4rem}header.top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0 .75rem}header.top .brand{font-size:1.4rem;font-weight:800}header.top .brand span{color:var(--accent)}.tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.tabs button{flex:1;background:var(--surface);color:var(--text);border-color:var(--surface-2)}.tabs button[aria-pressed=true]{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:.9rem;margin-bottom:.8rem}.row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.spread{justify-content:space-between}.muted{color:var(--muted)}.small{font-size:.9rem}.stack>*+*{margin-top:.6rem}.pill{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.85rem;font-weight:700;background:var(--surface-2);color:var(--text)}.pill.good{background:var(--good);color:#062b16}.pill.warn{background:var(--warn);color:#3a2c00}.pill.bad{background:var(--bad);color:#2a0000}.game-line{display:flex;justify-content:space-between;gap:.5rem;padding:.45rem 0;border-top:1px solid var(--surface-2)}.game-line:first-child{border-top:none}.game-name{font-weight:700}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 480px){.grid2{grid-template-columns:1fr}}#map{height:260px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--surface-2)}.banner{border-radius:var(--radius);padding:.8rem;margin-bottom:.8rem;background:var(--surface-2);border:2px solid var(--accent)}.banner.position-big{font-size:1.2rem}.position-number{font-size:2.4rem;font-weight:800;color:var(--accent)}.eta{font-weight:700}.toast{position:sticky;bottom:.5rem;background:var(--good);color:#062b16;padding:.7rem;border-radius:var(--radius);font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
