*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f4f5f7;color:#1a1a1a}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:24px;padding:12px 24px;padding-top:max(12px,env(safe-area-inset-top));background:#1c2b3a;color:#fff}.topbar .brand{font-weight:700}.topbar nav{display:flex;gap:16px;flex:1}.topbar nav a{color:#cfd8e3;text-decoration:none}.topbar nav a.active{color:#fff;font-weight:600}.user-chip{display:flex;align-items:center;gap:8px}.link-button{background:transparent;color:#cfd8e3;border:none;padding:0;text-decoration:underline;font-size:.9em}.link-button:hover{color:#fff}.changelog-modal{width:460px;max-width:90vw}.changelog-list{margin:12px 0 4px;padding-left:20px}.changelog-list li{margin-bottom:6px}.user-chip img{width:28px;height:28px;border-radius:50%}main{flex:1;padding:24px;max-width:1100px;width:100%;margin:0 auto}.centered{text-align:center;margin-top:80px}.login-page{text-align:center;margin-top:80px;max-width:480px;margin-left:auto;margin-right:auto}.google-button{display:inline-block;margin-top:16px;padding:12px 24px;background:#4285f4;color:#fff;border-radius:6px;text-decoration:none;font-weight:600}.dev-login{margin-top:24px;text-align:left}.hint{color:#6b7280;font-size:.9em}.quick-capture{position:relative;margin-bottom:4px}.quick-capture-row{display:flex;gap:8px}.quick-capture-input{flex:1;width:100%;font-size:1.2em;padding:14px 16px;border:2px solid #1c2b3a;border-radius:8px}.voice-button{flex-shrink:0;width:52px;font-size:1.3em;border-radius:8px;background:#1c2b3a}.voice-button.listening{background:#dc2626;animation:pulse 1.4s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #dc262680}50%{box-shadow:0 0 0 8px #dc262600}}.voice-hint{margin-top:6px;margin-bottom:0;color:#dc2626;font-weight:600}.voice-debug{margin-top:8px;font-size:.85em}.voice-debug summary{cursor:pointer;color:#6b7280}.voice-debug-body{margin-top:8px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.voice-debug-table{width:100%;border-collapse:collapse}.voice-debug-table td{padding:4px 8px 4px 0;vertical-align:top;border-bottom:1px solid #f3f4f6}.voice-debug-table td:first-child{color:#6b7280;white-space:nowrap;width:40%}.voice-debug-ua{word-break:break-all;font-family:monospace;font-size:.9em}.voice-debug-log{list-style:none;padding:0;margin:4px 0 0;max-height:160px;overflow-y:auto;font-family:monospace;font-size:.9em}.voice-debug-time{color:#6b7280;margin-right:6px}.quick-capture-suggestions{position:absolute;z-index:10;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 12px #00000026;list-style:none;margin:0;padding:4px;max-height:320px;overflow-y:auto}.quick-capture-suggestions li{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer}.quick-capture-suggestions li.highlighted{background:#e0e7ff}.quick-capture-suggestions li.collected{opacity:.7}.quick-capture-suggestions .flag{font-size:1.2em;width:24px;text-align:center}.quick-capture-suggestions .plate-code{font-weight:800;min-width:44px}.quick-capture-suggestions .plate-district{flex:1;color:#374151;font-size:.9em}.already-badge{font-size:.75em;color:#b45309;background:#fef3c7;padding:2px 8px;border-radius:12px}.quick-capture-hint{margin-top:8px;margin-bottom:20px}.capture-toast{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ecfdf3;border:1px solid #22c55e;border-radius:8px;padding:10px 16px;margin-bottom:16px}.capture-toast button{background:transparent;color:#1c2b3a;border:1px solid #1c2b3a}.overview-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:8px}.progress-summary-card{flex:1;min-width:220px;background:#fff;border-radius:10px;padding:16px 20px;box-shadow:0 1px 3px #00000014}.progress-summary-card h3{margin:0 0 4px}.progress-summary-card p{margin:0 0 8px;color:#374151}.section-title{margin-top:28px;margin-bottom:8px;font-size:1.05em;color:#374151}.progress-header{margin-bottom:24px}.progress-bar{height:10px;background:#e2e5ea;border-radius:6px;overflow:hidden}.progress-bar-fill{height:100%;background:#22c55e}.state-group{margin-bottom:8px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f}.state-group summary{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;font-weight:600;list-style:none}.state-group summary::-webkit-details-marker{display:none}.state-group summary:before{content:"▸";margin-right:8px;color:#6b7280}.state-group[open] summary:before{content:"▾"}.state-name{flex:1}.state-progress{color:#6b7280;font-weight:500;font-size:.9em}.state-group .plate-grid{padding:0 16px 16px}.plate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.plate-tile{border:2px solid #d1d5db;background:#fff;border-radius:8px;padding:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center}.plate-tile.collected{border-color:#22c55e;background:#ecfdf3}.plate-flag{font-size:1.3em;line-height:1}.plate-code{font-weight:800;font-size:1.2em}.plate-district{font-size:.75em;color:#6b7280}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center}.modal{background:#fff;padding:24px;border-radius:10px;width:360px}.modal form{display:flex;flex-direction:column;gap:12px}.modal label{display:flex;flex-direction:column;gap:4px;font-size:.9em}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.already-collected{color:#b45309;font-size:.9em}.card{background:#fff;border-radius:10px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.card-row{display:flex;gap:16px;flex-wrap:wrap}.card-row .card{flex:1;min-width:260px}.card label,.inline-form{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.inline-form{flex-direction:row;align-items:center;gap:8px}input{padding:8px;border:1px solid #d1d5db;border-radius:6px}button{padding:8px 16px;border-radius:6px;border:none;background:#1c2b3a;color:#fff;cursor:pointer}button.danger{background:#dc2626;margin-top:12px}.member-list{list-style:none;padding:0;display:flex;gap:16px}.member-list li{display:flex;align-items:center;gap:6px}.member-list img{width:24px;height:24px;border-radius:50%}.group-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:2px solid #d1d5db;margin-bottom:16px}.group-tab{background:transparent;color:#374151;border:none;border-bottom:3px solid transparent;border-radius:0;padding:10px 16px;font-weight:600}.group-tab.active{color:#1c2b3a;border-bottom-color:#1c2b3a}.group-panel{background:transparent}.team-leaderboard{margin:16px 0}.leaderboard{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.leaderboard li{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 16px;border-radius:8px}.leaderboard li.first{border:2px solid #facc15}.leaderboard .rank{font-weight:700;width:32px}.leaderboard img{width:28px;height:28px;border-radius:50%}.leaderboard .name{flex:1}.team-badge{margin-left:8px;font-size:.7em;font-weight:700;text-transform:uppercase;color:#1c2b3a;background:#e0e7ff;padding:2px 8px;border-radius:12px}.team-members{font-size:.85em}.leaderboard .score{font-weight:700}.compare-button{margin-left:12px;padding:4px 10px;font-size:.8em;background:transparent;color:#1c2b3a;border:1px solid #1c2b3a}.compare-modal{width:720px;max-width:90vw}.compare-columns{display:flex;gap:20px;margin-top:8px}.compare-columns>div{flex:1;min-width:0}.compare-columns-3{gap:12px}.compare-columns-3>div{border-right:1px solid #e5e7eb;padding-right:12px}.compare-columns-3>div:last-child{border-right:none;padding-right:0}.compare-columns h4{margin:0 0 8px;font-size:.95em}.compare-chip-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px;max-height:240px;overflow-y:auto}.compare-chip{font-weight:700;font-size:.85em;padding:4px 10px;border-radius:12px}.compare-chip.mine{background:#ecfdf3;color:#15803d}.compare-chip.both{background:#e0e7ff;color:#3730a3}.compare-chip.theirs{background:#fef3c7;color:#92400e}.error{color:#dc2626}.voice-error{line-height:1.5;max-width:480px}.driving-mode-toggle{display:block;width:100%;margin-bottom:16px;padding:18px;font-size:1.15em;font-weight:700;background:#15803d;border-radius:10px}.driving-mode{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0b1220;color:#fff;display:flex;flex-direction:column;padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))}.driving-exit{align-self:flex-end;background:transparent;border:2px solid #4b5563;color:#cbd5e1;font-size:1.1em;padding:12px 20px;min-height:56px}.driving-settings{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:8px}.driving-toggle{display:flex;align-items:center;gap:8px;font-size:1.05em;color:#cbd5e1}.driving-toggle input{width:22px;height:22px}.driving-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.driving-status{display:flex;flex-direction:column;align-items:center;gap:16px;font-size:1.4em;color:#cbd5e1}.driving-mic{font-size:6rem}.driving-mic.pulsing{animation:driving-pulse 1.6s infinite}@keyframes driving-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}.driving-flag{font-size:5rem;line-height:1}.driving-code{font-size:8rem;font-weight:800;line-height:1}.driving-district{font-size:2rem;color:#cbd5e1}.driving-error{font-size:1.5em;line-height:1.5;color:#fca5a5;max-width:90%}.driving-status-text{font-size:1.6em;color:#fbbf24}.driving-candidates{display:flex;flex-direction:column;gap:12px;width:100%;max-width:480px}.driving-candidates-label{font-size:1.3em;color:#cbd5e1;margin:0 0 4px}.driving-candidate{display:flex;align-items:center;gap:16px;min-height:84px;padding:12px 20px;background:#1c2b3a;border:2px solid #334155;border-radius:16px;text-align:left}.driving-candidate-flag{font-size:2.2rem}.driving-candidate-code{font-size:2.2rem;font-weight:800;min-width:90px}.driving-candidate-district{font-size:1.2rem;color:#cbd5e1}.driving-actions{display:flex;gap:16px}.driving-button{flex:1;min-height:88px;font-size:1.4em;font-weight:700;border-radius:16px}.driving-mic-button{background:#1d4ed8}.driving-undo{background:#b45309}.driving-button:disabled{opacity:.4}
