@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap";
:root{--bg:#10141a;--surface:#1c2026;--surface-2:#252b33;--border:#2a3040;--primary:#00d4ff;--primary-dim:#00d4ff26;--secondary:#00ff85;--ai-purple:#a78bfa;--ai-purple-dim:#a78bfa1f;--text:#e2e8f0;--text-muted:#64748b;--text-dim:#94a3b8;--amber:#fbbf24;--red:#f87171;--green:#00ff85;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px}.font-sora{font-family:Sora,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.btn-primary{border-radius:var(--radius);background:var(--primary);width:100%;height:52px;color:var(--bg);cursor:pointer;border:none;justify-content:center;align-items:center;min-height:44px;font-family:Sora,sans-serif;font-size:1rem;font-weight:700;transition:opacity .15s;display:flex}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-primary:hover:not(:disabled){opacity:.9}.btn-outline{border-radius:var(--radius);width:100%;height:52px;color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-height:44px;font-family:Sora,sans-serif;font-size:1rem;font-weight:600;transition:background .15s;display:flex}.btn-outline:hover{background:var(--primary-dim)}.input{background:var(--surface);width:100%;height:48px;color:var(--text);border-radius:var(--radius-sm);border:1.5px solid #0000;outline:none;padding:0 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .15s}.input::placeholder{color:var(--text-muted)}.input:focus{border-color:var(--primary)}.card{background:var(--surface);border-radius:var(--radius);padding:16px}.score-ticker{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding:10px 16px;display:flex}.score-ticker .score-main{color:var(--primary);white-space:nowrap;text-overflow:ellipsis;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;overflow:hidden}.score-ticker .score-sub{color:var(--text-muted);letter-spacing:.02em;font-size:.72rem}.bottom-nav{border-top:1px solid var(--border);background:var(--surface);display:flex}.bottom-nav button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:56px;padding:10px 0;font-family:Inter,sans-serif;font-size:.65rem;transition:color .15s;display:flex}.bottom-nav button.active{color:var(--primary)}.bottom-nav button .nav-icon{font-size:1.3rem;line-height:1}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.at_seat{background:var(--green)}.status-dot.getting_food,.status-dot.restroom{background:var(--amber)}.status-dot.merch_shop{background:var(--primary)}.status-dot.other{background:var(--text-muted)}.pill{border:1.5px solid var(--border);color:var(--text-dim);cursor:pointer;white-space:nowrap;background:0 0;border-radius:99px;min-height:36px;padding:6px 14px;font-family:Inter,sans-serif;font-size:.78rem;transition:border-color .15s,color .15s,background .15s}.pill:hover,.pill.active{border-color:var(--primary);color:var(--primary);background:var(--primary-dim)}.bubble-human{background:var(--surface-2);border-radius:16px 16px 4px;align-self:flex-end;max-width:82%;padding:10px 14px}.bubble-other{background:var(--surface);border-radius:16px 16px 16px 4px;max-width:82%;padding:10px 14px}.bubble-ai{background:var(--ai-purple-dim);border-left:3px solid var(--ai-purple);border-radius:0 16px 16px 0;max-width:88%;padding:10px 14px}.page{background:var(--bg);flex-direction:column;max-width:430px;min-height:100dvh;margin:0 auto;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #00d4ff4d;border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}
