*{box-sizing:border-box;margin:0}:root{--bg: #0e2a4d;--surface: #163a66;--surface-2: #1e4a7d;--text: #f8fafc;--muted: #9fb4cc;--accent: #ffd23f;--magenta: #e63c8f;--ok: #34d399;--warn: #fbbf24;--err: #f87171}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.shell{min-height:100dvh;display:flex;flex-direction:column;gap:12px;padding:calc(env(safe-area-inset-top) + 8px) 14px calc(env(safe-area-inset-bottom) + 20px);max-width:480px;margin:0 auto}.statusbar{display:flex;flex-direction:column;gap:8px;padding:6px 0}.statusbar-row{display:flex;align-items:center;gap:10px}.brand{font-weight:700;color:var(--accent);flex:1}.station-tag{background:var(--magenta);color:#fff;border-radius:6px;padding:1px 7px;font-size:.8rem;margin-left:4px}.pill{font-size:.78rem;padding:4px 10px;border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer;white-space:nowrap}.pill-ok{color:var(--ok)}.pill-warn{color:var(--warn)}.pill-muted{color:var(--muted)}.gear{background:none;border:none;color:var(--muted);font-size:1.1rem;cursor:pointer;padding:2px 6px;min-width:44px;min-height:44px}.progress{flex:1;height:8px;background:var(--surface);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--magenta));transition:width .4s}.count{font-variant-numeric:tabular-nums;font-weight:700;font-size:.95rem}.tabs{display:flex;gap:6px}.tab{flex:1;padding:10px;border:none;border-radius:10px;background:var(--surface);color:var(--muted);font-size:1rem;font-weight:600;cursor:pointer}.tab.active{background:var(--accent);color:#17253b}.input{width:100%;padding:13px 14px;border-radius:10px;border:1px solid var(--surface-2);background:var(--surface);color:var(--text);font-size:1.05rem}.input::placeholder{color:var(--muted)}.input-mono{font-family:ui-monospace,monospace;letter-spacing:.06em}.btn{padding:12px 16px;border:none;border-radius:10px;background:var(--surface-2);color:var(--text);font-size:1rem;font-weight:600;cursor:pointer}.btn:disabled{opacity:.4;cursor:default}.btn-primary{background:var(--accent);color:#17253b}.btn-big{padding:16px;font-size:1.1rem;width:100%}.btn-small{padding:8px 12px;font-size:.9rem;min-height:44px}.btn-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.95rem;padding:12px 0;text-decoration:underline}.error{color:var(--err);font-size:.92rem;padding:8px 2px;overflow-wrap:anywhere}.card{background:var(--surface);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:12px}.card h1{font-size:1.35rem}.card p{color:var(--muted);line-height:1.5}.setup{gap:18px}.setup-title{font-size:1.5rem;color:var(--accent);padding-top:8px}.setup-step{display:flex;flex-direction:column;gap:10px}.setup-step h2{font-size:1rem;color:var(--muted)}.setup-or{color:var(--muted);font-size:.9rem;text-align:center}.setup-note{color:var(--muted);font-size:.85rem;line-height:1.45}.setup-note a{color:var(--accent)}.station-grid,.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.station-grid{grid-template-columns:repeat(3,1fr)}.station-btn{padding:14px 6px;border:2px solid var(--surface-2);border-radius:10px;background:var(--surface);color:var(--text);font-weight:700;font-size:1rem;cursor:pointer}.station-btn.selected{border-color:var(--accent);background:var(--accent);color:#17253b}.roster-loaded{background:#34d3991f;border:1px solid var(--ok);color:var(--ok);border-radius:10px;padding:12px 14px;font-weight:600}.roster-version{font-weight:400;font-size:.8rem;opacity:.8}.scanview{display:flex;flex-direction:column;gap:12px}.viewfinder{position:relative;border-radius:14px;overflow:hidden;background:#000;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.viewfinder video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.viewfinder-idle{background:var(--surface)}.viewfinder-idle .btn{position:relative;z-index:1;max-width:260px}.torch{position:absolute;right:12px;bottom:12px;z-index:2;border:none;border-radius:50%;width:48px;height:48px;font-size:1.3rem;background:#0000008c;cursor:pointer}.torch-on{background:var(--accent)}.manual-entry{display:flex;gap:8px}.manual-entry .input{flex:1}.result{border-radius:14px;padding:18px;text-align:center;display:flex;flex-direction:column;gap:6px;border:3px solid transparent}.result-ok{background:var(--surface);border-color:var(--ok)}.result-already{background:var(--surface);border-color:var(--warn)}.result-notfound{background:var(--surface);border-color:var(--err)}.result-banner{font-weight:800;letter-spacing:.04em;border-radius:8px;padding:6px;font-size:.95rem}.result-already .result-banner{background:var(--warn);color:#3b2a00}.result-notfound .result-banner{background:var(--err);color:#3d0a0a}.result-shirt{font-size:5rem;font-weight:900;line-height:1;color:var(--accent)}.result-name{font-size:1.5rem;font-weight:700}.result-post{font-size:1.15rem;color:var(--text)}.result-meta{color:var(--muted);font-size:.95rem}.result-assignments{text-align:left;color:var(--muted);font-size:.88rem;list-style:none;padding:8px 10px;background:var(--bg);border-radius:8px;display:flex;flex-direction:column;gap:4px}.result-notes{background:var(--surface-2);border-radius:8px;padding:8px;font-size:.95rem}.result-token{font-family:ui-monospace,monospace;font-size:1.6rem;letter-spacing:.1em}.result-help{color:var(--muted)}.flag-minor{background:var(--magenta);color:#fff;font-weight:800;border-radius:8px;padding:6px;letter-spacing:.06em}.searchview{display:flex;flex-direction:column;gap:10px}.search-results{list-style:none;display:flex;flex-direction:column;gap:8px}.search-row{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:10px;padding:10px 12px}.search-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.search-sub{color:var(--muted);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-actions{display:flex;gap:6px}.search-empty{color:var(--muted);padding:10px;text-align:center}.walkupview{display:flex;flex-direction:column;gap:10px}.walkup-hint{color:var(--muted);font-size:.95rem}.ctg-row{background:var(--surface);border-radius:10px;overflow:hidden}.ctg-row-head{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;min-height:44px;border:none;background:var(--surface);color:var(--text);font-size:1rem;text-align:left;cursor:pointer;border-radius:10px}.ctg-code{font-family:ui-monospace,monospace;font-weight:800;font-size:1.05rem;letter-spacing:.05em;background:var(--surface-2);color:var(--accent);border-radius:8px;padding:8px 10px;min-width:52px;text-align:center}.ctg-caret{color:var(--muted)}.ctg-detail{display:flex;flex-direction:column;gap:10px;padding:4px 12px 14px}.ctg-field{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;border-bottom:1px solid var(--surface-2);padding-bottom:6px}.ctg-field span{color:var(--muted)}.ctg-field b{text-align:right}.ctg-field a{color:var(--accent)}.ctg-field-block{flex-direction:column;gap:4px}.ctg-field-block p{line-height:1.45}.mc-shell{max-width:620px}.mc-search{font-size:1.3rem;text-transform:uppercase}.mc-card{background:var(--surface);border:3px solid var(--accent);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:10px}.mc-card-top{display:flex;align-items:baseline;justify-content:space-between}.mc-code{font-family:ui-monospace,monospace;font-size:3.2rem;font-weight:900;line-height:1;color:var(--accent);letter-spacing:.06em}.mc-number{color:var(--muted);font-size:1.2rem;font-weight:700}.mc-name{font-size:1.7rem;line-height:1.2}.mc-bio{font-size:1.15rem;line-height:1.55}.mc-fun{background:#e63c8f24;border-left:4px solid var(--magenta);border-radius:8px;padding:10px 12px}.mc-fun-label{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800;color:var(--magenta)}.mc-fun p{font-size:1.1rem;line-height:1.5;margin-top:4px}.mc-nav{display:flex;gap:8px}.mc-nav .btn{flex:1;padding:14px;font-size:1.05rem}.mc-upnext{color:var(--muted);text-align:center}.mc-upnext b{color:var(--accent)}.mc-row-current{outline:2px solid var(--accent)}.pass-shell{max-width:420px}.pass{background:#fff;color:#17253b;border-radius:16px;padding:0 0 18px;display:flex;flex-direction:column;align-items:center;gap:8px;overflow:hidden}.pass-screenshot-banner{width:100%;background:var(--accent);color:#17253b;font-weight:800;text-align:center;padding:12px;font-size:1.05rem}.pass-qr-wrap{padding:8px 8px 0}.pass-qr{width:min(78vw,320px,52dvh);height:auto;display:block}.pass-token{font-family:ui-monospace,monospace;font-size:1.8rem;font-weight:700;letter-spacing:.12em}.pass-name{font-size:1.3rem;font-weight:700}.pass-details{width:100%;padding:0 20px;display:flex;flex-direction:column;gap:6px}.pass-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e5e9f0;padding:6px 0;font-size:.98rem}.pass-row span{color:#64748b}.pass-row b{text-align:right}.pass-assignments{font-size:.85rem;color:#475569;background:#f1f5f9;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.pass-hint{color:#64748b;font-size:.85rem;padding:0 20px;text-align:center}.help{max-width:620px;gap:0}.help-lede{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.help-nav{position:sticky;top:0;z-index:5;background:var(--bg);display:flex;gap:8px;padding:10px 0;border-bottom:1px solid var(--surface-2)}.help-nav a{color:var(--text);text-decoration:none;font-weight:700;font-size:.9rem;padding:7px 14px;border-radius:999px;background:var(--surface);border:1.5px solid var(--surface-2)}.help-nav a:hover{border-color:var(--accent)}.help-chapter{padding-top:30px}.help-chapter h1{font-size:1.55rem;line-height:1.2;margin:10px 0 6px}.help-chapter h2{font-size:1.05rem;color:var(--accent);margin:26px 0 10px}.help-sub{color:var(--muted);margin-bottom:4px}.chapter-tag{display:inline-block;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;padding:4px 12px;border-radius:999px}.tag-volunteer{background:var(--accent);color:#17253b}.tag-coordinator{background:var(--magenta);color:#fff}.help-steps{list-style:none;counter-reset:step;padding:0;display:flex;flex-direction:column;gap:8px}.help-steps>li{counter-increment:step;background:var(--surface);border-radius:10px;padding:12px 14px 12px 48px;position:relative;line-height:1.5}.help-steps>li:before{content:counter(step);position:absolute;left:13px;top:13px;width:22px;height:22px;border-radius:50%;background:var(--accent);color:#17253b;font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center}.help-callout{background:#fbbf241f;border-left:4px solid var(--warn);border-radius:8px;padding:12px 14px;margin:14px 0;font-weight:600;line-height:1.5}.help-list{padding-left:20px;display:flex;flex-direction:column;gap:8px;line-height:1.5}.help-list li::marker{color:var(--accent)}.help a{color:var(--accent)}.help code{font-family:ui-monospace,monospace;font-size:.9em;background:var(--surface);border-radius:5px;padding:1px 6px}.help-chips{display:flex;flex-direction:column;gap:10px}.chip-row{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:start}.chip-row p{margin:2px 0 0;line-height:1.45}.chip{font-weight:800;font-size:.72rem;letter-spacing:.04em;padding:7px 6px;border-radius:8px;text-align:center;border:1.5px solid}.chip-ok{background:#34d39924;color:var(--ok);border-color:var(--ok)}.chip-warn{background:#fbbf2424;color:var(--warn);border-color:var(--warn)}.chip-err{background:#f8717124;color:var(--err);border-color:var(--err)}.help-table-scroll{overflow-x:auto}.help table{border-collapse:collapse;width:100%;background:var(--surface);border-radius:10px;overflow:hidden;font-size:.92rem}.help th,.help td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--surface-2);vertical-align:top;line-height:1.45}.help th{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--muted)}.help tr:last-child td{border-bottom:none}.help-hero{width:100%;max-height:260px;object-fit:cover;border-radius:14px;display:block}.maps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}.map-link{display:block;padding:14px 16px;border-radius:12px;background:var(--surface);color:var(--text);text-decoration:none;font-weight:700;border:1px solid var(--surface-2)}.map-link:hover{border-color:var(--accent)}.credit{margin-top:14px;color:var(--muted);font-size:.85rem;text-align:center}.credit a{color:var(--muted)}.help-footer{margin-top:36px;padding-top:16px;border-top:1px solid var(--surface-2);color:var(--muted);font-size:.9rem;line-height:1.5}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#040c18cc;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal-body{width:100%;max-width:400px;max-height:92dvh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.modal-body>*{flex-shrink:0}
