:root{--bg-deepest: #0A0E14;--bg-surface: #1A1F2B;--bg-elevated: #232937;--bg-hover: #2A3040;--text-primary: #E2E8F0;--text-secondary: #8B95A5;--text-muted: #5A6478;--green: #00FF88;--green-dim: #00CC6E;--green-bg: rgba(0, 255, 136, .08);--amber: #FFB800;--amber-dim: #CC9300;--amber-bg: rgba(255, 184, 0, .1);--red: #FF3B3B;--red-bg: rgba(255, 59, 59, .1);--orange: #FF8C42;--orange-bg: rgba(255, 140, 66, .1);--sunk: #7F1D1D;--miss: #2A3040;--info: #38BDF8;--info-bg: rgba(56, 189, 248, .1);--radius-sm: 2px;--radius-md: 8px;--radius-lg: 12px;--font-display: "Geist", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", "SF Mono", monospace}[data-theme=light]{--bg-deepest: #F8FAFC;--bg-surface: #FFFFFF;--bg-elevated: #F1F5F9;--bg-hover: #E2E8F0;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--green: #059669;--green-dim: #047857;--green-bg: rgba(5, 150, 105, .08);--amber: #D97706;--amber-dim: #B45309;--amber-bg: rgba(217, 119, 6, .08);--red: #DC2626;--red-bg: rgba(220, 38, 38, .08);--orange: #EA580C;--orange-bg: rgba(234, 88, 12, .08);--sunk: #FCA5A5;--miss: #E2E8F0;--info: #0284C7;--info-bg: rgba(2, 132, 199, .08)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--bg-deepest);color:var(--text-primary);font-family:var(--font-display);font-size:16px;line-height:1.5}#app{min-height:100vh;display:flex;flex-direction:column;align-items:center}.hidden{display:none!important}.desktop-only{display:inline}.mobile-only{display:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:24px;min-width:280px;max-width:360px;width:90%}.modal-option-row{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.modal-option-row input[type=checkbox]{accent-color:var(--green)}.theme-toggle{position:fixed;top:12px;right:12px;z-index:100;background:var(--bg-elevated);border:1px solid var(--bg-hover);color:var(--text-secondary);padding:6px 12px;border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-mono);font-size:11px;transition:all .15s ease-out}.theme-toggle:hover{color:var(--green);border-color:var(--green)}.mute-toggle{position:fixed;top:12px;right:80px;z-index:100;background:var(--bg-elevated);border:1px solid var(--bg-hover);color:var(--text-secondary);padding:6px 12px;border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-mono);font-size:11px;transition:all .15s ease-out}.mute-toggle:hover{color:var(--green);border-color:var(--green)}.label{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.screen{width:100%;max-width:1100px;padding:24px;display:flex;flex-direction:column;align-items:center}.game-title{font-family:var(--font-mono);font-size:clamp(28px,6vw,48px);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);text-shadow:0 0 40px rgba(0,255,136,.2);text-align:center;margin:32px 0 8px}.game-subtitle{font-size:14px;color:var(--text-secondary);letter-spacing:.05em;text-align:center;margin-bottom:4px}.online-count{font-family:var(--font-mono);font-size:11px;color:var(--green);text-align:center;margin-bottom:24px;letter-spacing:.05em;min-height:17px}.lobby-cards{display:flex;gap:24px;width:100%;max-width:600px;justify-content:center}.lobby-card{flex:1;background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:24px}.lobby-card h2{font-family:var(--font-mono);font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px}.quickplay-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--bg-hover)}.btn-quickplay{font-size:16px;font-weight:600;padding:14px 16px;min-height:44px}.queue-wait{background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:48px 32px;width:100%;max-width:400px;text-align:center}.queue-label{font-size:13px;margin-bottom:24px;color:var(--text-secondary)}.queue-dots{display:flex;justify-content:center;gap:16px;font-size:32px;margin-bottom:8px}.queue-dot{color:var(--text-muted);transition:color .15s ease-out}.queue-dot.filled{color:var(--green);animation:queue-pulse 2s infinite ease-in-out}@keyframes queue-pulse{0%,to{opacity:1}50%{opacity:.5}}.queue-count{font-size:14px;color:var(--text-secondary)}.waiting-room{background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:560px;text-align:center}.join-code{font-family:var(--font-mono);font-size:36px;font-weight:700;letter-spacing:.3em;color:var(--green);padding:16px;background:var(--green-bg);border-radius:var(--radius-md);border:1px solid rgba(0,255,136,.15);margin-bottom:8px;cursor:pointer;transition:background .15s ease-out}.join-code:hover{background:#00ff8826}.join-code-hint{font-size:12px;color:var(--text-muted);margin-bottom:16px}.player-list{list-style:none;margin-bottom:16px;text-align:left}.player-list li{padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:14px;border-bottom:1px solid var(--bg-hover)}.player-list li:last-child{border-bottom:none}.player-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.player-dot.waiting{background:var(--text-muted);animation:pulse 2s infinite}.player-dot.dead{background:var(--red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.host-badge{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--amber);background:var(--amber-bg);padding:2px 6px;border-radius:var(--radius-sm)}.bot-badge{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--info);background:var(--info-bg);padding:2px 6px;border-radius:var(--radius-sm);margin-left:4px}.team-badge{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;padding:2px 6px;border-radius:var(--radius-sm);margin-left:4px}.team-badge.alpha{color:var(--green);background:var(--green-bg)}.team-badge.bravo{color:var(--red);background:var(--red-bg)}.team-badge.small{font-size:9px;padding:1px 4px;margin-left:2px}.turn-order-dot{display:inline-block;width:12px;height:12px;border-radius:50%}.turn-order-dot.alpha{background:var(--green)}.turn-order-dot.bravo{background:var(--red)}.btn-remove-bot{margin-left:auto;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:16px;padding:0 4px;transition:color .15s}.btn-remove-bot:hover{color:var(--red)}.player-icon{display:inline-flex;width:14px;height:14px;vertical-align:middle;margin-right:4px;flex-shrink:0}.player-icon svg{width:100%;height:100%}.player-count{font-size:12px;color:var(--text-muted);margin-top:8px}.input{width:100%;padding:10px 14px;background:var(--bg-deepest);border:1px solid var(--bg-hover);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-display);font-size:14px;margin-bottom:12px;outline:none;transition:border-color .15s ease-out}.input:focus{border-color:var(--green)}.input::placeholder{color:var(--text-muted)}.input-code{text-transform:uppercase;letter-spacing:.3em;font-family:var(--font-mono);text-align:center}.input-label{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:4px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:var(--radius-md);font-family:var(--font-display);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s ease-out;width:100%}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--green);color:var(--bg-deepest)}.btn-primary:hover:not(:disabled){background:var(--green-dim)}.btn-amber{background:var(--amber);color:var(--bg-deepest)}.btn-amber:hover:not(:disabled){background:var(--amber-dim)}.btn-danger{background:#8b2020;color:var(--text-primary)}.btn-danger:hover:not(:disabled){background:#a02525}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--bg-hover)}.btn-outline-green{background:transparent;color:var(--green);border:1px solid var(--green)}.btn-outline-green:hover:not(:disabled){background:var(--green-bg)}.btn-dice{display:flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;padding:0;background:var(--bg-elevated);color:var(--text-muted);border:1px solid var(--bg-hover);border-radius:var(--radius-md);cursor:pointer;transition:background .15s,color .15s}.btn-dice:hover{background:var(--bg-surface);color:var(--text-primary)}.btn-chat-team{background:var(--green);color:var(--bg-deepest);width:auto;padding:6px 12px;font-size:12px}.btn-chat-team:hover:not(:disabled){background:var(--green-dim)}.btn-chat-global{background:var(--amber);color:var(--bg-deepest);width:auto;padding:6px 12px;font-size:12px}.btn-chat-global:hover:not(:disabled){background:var(--amber-dim)}.reset-btn{min-height:44px}.reset-btn:disabled{opacity:.3;cursor:not-allowed}.timer-config{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;color:var(--text-secondary)}.timer-config input[type=checkbox]{accent-color:var(--green)}.timer-config select{background:var(--bg-deepest);border:1px solid var(--bg-hover);color:var(--text-primary);padding:4px 8px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:12px}.placement-screen{display:flex;gap:24px;align-items:start;width:100%;max-width:700px}.ship-dock{background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:16px;min-width:160px}.ship-dock h3{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px}.dock-ship{display:flex;gap:2px;padding:8px;margin-bottom:8px;cursor:grab;border-radius:var(--radius-md);transition:background .15s;align-items:center}.dock-ship:hover{background:var(--bg-hover)}.dock-ship.placed{opacity:.3;cursor:default}.dock-ship-cell{width:24px;height:24px;background:var(--green);border-radius:var(--radius-sm)}.dock-ship-name{font-family:var(--font-mono);font-size:11px;color:var(--text-secondary);margin-left:8px}.placement-hint{font-size:12px;color:var(--text-muted);margin-top:12px;line-height:1.6}.placement-timer{font-family:var(--font-mono);font-size:24px;font-weight:600;color:var(--text-primary);text-align:center;margin-bottom:12px;padding:8px 16px;background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-md)}.placement-timer.warning{color:var(--red);border-color:#ff3b3b4d;background:var(--red-bg)}.readiness-indicator{display:inline-block;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:4px 8px;border-radius:var(--radius-sm);margin:0 4px}.readiness-indicator.placing{color:var(--amber);background:var(--amber-bg)}.readiness-indicator.ready{color:var(--green);background:var(--green-bg)}.placing-dots{animation:placing-dots-anim 1.5s infinite}@keyframes placing-dots-anim{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.grid-container{position:relative}.grid-panel h3{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.hex-grid{width:100%;max-width:500px;height:auto;touch-action:manipulation;-webkit-user-select:none;user-select:none}.hex-cell{stroke:var(--text-muted);stroke-width:1;transition:fill .15s ease-out;cursor:pointer}.hex-text{font-family:var(--font-mono);font-size:8px;fill:currentColor;pointer-events:none}.cell-empty{fill:var(--bg-elevated)}.cell-empty:hover{fill:var(--bg-hover)}.cell-ship{fill:var(--green)}.cell-miss{fill:var(--miss);cursor:default}.cell-hit{fill:var(--red)}.cell-ff{fill:var(--orange)}.cell-sunk{fill:var(--sunk)}.cell-selected{fill:var(--amber)}.cell-ghost{fill:#0f83;stroke:var(--green);stroke-dasharray:4 2}.cell-invalid{fill:#ff3b3b33;stroke:var(--red);stroke-dasharray:4 2}.hex-island{fill:#3d3520;stroke:#5c4f30;stroke-width:1.5;cursor:default;pointer-events:none}.cell-teammate-ship{fill:#00ff8880;stroke:var(--green);stroke-dasharray:3 1}.cell-teammate-ghost{fill:#00ff8826;stroke:#00ff884d;stroke-dasharray:3 1}.cell-highlight polygon{fill:#fff!important}.hit-count-badge{font-family:var(--font-mono);font-size:7px;fill:var(--red);pointer-events:none}.battle-layout{display:grid;grid-template-columns:auto 240px;gap:24px;align-items:start;width:100%;max-width:800px}.side-panel{background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:16px}.turn-indicator{text-align:center;padding:12px;border-radius:var(--radius-md);margin-bottom:16px;font-weight:600;font-size:14px}.turn-indicator.your-turn{background:var(--amber-bg);border:1px solid rgba(255,184,0,.15);color:var(--amber);font-size:18px;font-weight:700;animation:turn-pulse-text 2s ease-in-out infinite}.grid-panel.your-turn-glow{box-shadow:0 0 20px #ffb8004d,0 0 40px #ffb8001a;animation:turn-glow 2s ease-in-out infinite}@keyframes turn-glow{0%,to{box-shadow:0 0 20px #ffb80026,0 0 40px #ffb8000d}50%{box-shadow:0 0 20px #ffb8004d,0 0 40px #ffb8001a}}@keyframes turn-pulse-text{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.turn-indicator.waiting{background:var(--bg-elevated);border:1px solid var(--bg-hover);color:var(--text-secondary)}.turn-timer{font-family:var(--font-mono);font-size:20px;margin-top:4px}.turn-timer.warning{color:var(--red)}.game-mode-label{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);text-align:center;margin-bottom:12px;padding:6px 12px;background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-md)}.fire-btn{width:100%;padding:12px;margin:12px 0;font-size:16px;font-weight:700;font-family:var(--font-mono);letter-spacing:.05em}.shot-count{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);text-align:center;margin-bottom:12px}.shot-log{height:200px;overflow-y:auto;font-size:12px}.shot-log-salvo{padding:6px 0;border-bottom:1px solid var(--bg-hover)}.shot-log-header{color:var(--text-secondary);font-size:12px;font-weight:500;margin-bottom:2px}.shot-log-line{padding-left:12px;font-size:12px;line-height:1.5}.shot-log-sink{padding-left:12px;font-size:12px;font-weight:600;color:var(--red)}.shot-log .coord{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.shot-log .hit{color:var(--red)}.shot-log .miss-text{color:var(--text-muted)}.shot-log .ff{color:var(--orange);font-weight:600}.shot-log-salvo:hover{background:var(--bg-elevated);cursor:pointer}.cell-highlight{box-shadow:inset 0 0 0 2px var(--info)!important;animation:cell-highlight-pulse 1.5s ease-in-out infinite}@keyframes cell-highlight-pulse{0%,to{opacity:.6}50%{opacity:1}}.chat-panel{margin-top:16px;border-top:1px solid var(--bg-hover);padding-top:12px}.chat-panel h3{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.chat-toggle{display:flex;margin-bottom:8px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--bg-hover)}.chat-toggle-tab{flex:1;padding:6px 12px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-elevated);border:none;color:var(--text-muted);cursor:pointer;transition:all .15s ease-out;min-height:32px}.chat-toggle-tab:hover{color:var(--text-primary)}.chat-toggle-tab.active.team{background:var(--green-bg);color:var(--green);border-bottom:2px solid var(--green)}.chat-toggle-tab.active.global{background:var(--amber-bg);color:var(--amber);border-bottom:2px solid var(--amber)}.chat-messages{height:120px;overflow-y:auto;margin-bottom:8px;font-size:12px}.chat-msg{padding:2px 0;color:var(--text-secondary)}.chat-msg-game{font-style:italic;color:var(--text-muted);border-left:2px solid var(--bg-elevated);padding-left:8px;margin:4px 0;font-size:11px}.chat-msg-player{margin:4px 0}.chat-msg-header{display:flex;align-items:center;gap:4px;font-size:11px}.chat-msg-body{padding-left:2px;font-size:12px;color:var(--text-secondary)}.chat-msg .chat-name{color:var(--green);font-weight:500}.chat-time{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);margin-left:auto}.chat-input-row{display:flex;gap:4px}.chat-input-row .input{margin-bottom:0;flex:1;font-size:12px;padding:6px 10px}.chat-input-row .btn{width:auto;padding:6px 12px;font-size:12px}.alert{padding:10px 14px;border-radius:var(--radius-md);font-size:13px;margin-bottom:12px;width:100%;max-width:440px}.alert-error{background:var(--red-bg);color:var(--red);border:1px solid rgba(255,59,59,.15)}.alert-ff{background:var(--orange-bg);color:var(--orange);border:1px solid rgba(255,140,66,.15)}.alert-info{background:var(--info-bg);color:var(--info);border:1px solid rgba(56,189,248,.15)}.game-over{text-align:center;padding:48px 24px}.lobby-footer{margin-top:24px;font-family:var(--font-mono);font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.lobby-footer a{color:var(--text-secondary);text-decoration:none;transition:color .15s}.lobby-footer a:hover{color:var(--green)}.footer-sep{color:var(--bg-hover)}.changelog{max-width:720px;width:100%;text-align:left;max-height:70vh;overflow-y:auto}.changelog h1{font-family:var(--font-mono);font-size:20px;font-weight:600;color:var(--green);margin-bottom:16px}.changelog h2{font-family:var(--font-mono);font-size:16px;font-weight:600;color:var(--green);margin:0;padding-top:24px;border-top:1px solid var(--bg-elevated)}.changelog h2:first-child{border-top:none;padding-top:0}.changelog h3{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:8px 0 4px}.changelog ul{list-style:disc;padding-left:20px;margin:4px 0 8px}.changelog li{padding:3px 0;color:var(--text-secondary);font-size:14px}.changelog li::marker{color:var(--text-muted)}.changelog p{color:var(--text-secondary);font-size:14px;margin:4px 0}.changelog strong{color:var(--text-primary)}.game-over h1{font-family:var(--font-mono);font-size:36px;font-weight:700;color:var(--green);margin-bottom:8px}.game-over .draw{color:var(--amber)}.game-over .team-win-alpha{color:var(--green)}.game-over .team-win-bravo{color:var(--red)}.stats-table{margin:24px auto;border-collapse:collapse;font-size:14px}.stats-table th,.stats-table td{padding:8px 16px;text-align:left;border-bottom:1px solid var(--bg-hover)}.stats-table th{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.highlight{font-size:14px;color:var(--amber);margin-bottom:4px}.mobile-tab-bar{display:none;gap:0;width:100%;margin-bottom:16px}.mobile-tab{flex:1;padding:10px;text-align:center;font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface);border:1px solid var(--bg-hover);color:var(--text-secondary);cursor:pointer}.mobile-tab:first-child{border-radius:var(--radius-md) 0 0 var(--radius-md)}.mobile-tab:last-child{border-radius:0 var(--radius-md) var(--radius-md) 0}.mobile-tab.active{background:var(--bg-elevated);color:var(--green);border-color:var(--green)}@media(max-width:768px){.game-title{font-size:clamp(20px,5vw,32px);letter-spacing:.08em}.lobby-cards,.lobby-body{flex-direction:column}.game-options-panel{width:100%}.placement-screen{flex-direction:column;align-items:center}.battle-layout{grid-template-columns:1fr;max-width:100%}.hex-grid{max-width:380px}.desktop-only{display:none}.mobile-only{display:inline}.chat-toggle{width:100%}}@media(max-width:400px){.hex-grid{max-width:320px}}@media(min-width:1200px){html,body{font-size:17px}.hex-grid{max-width:550px}.player-list li{font-size:15px}.chat-messages,.shot-log-salvo{font-size:13px}.label{font-size:12px}}@media(min-width:1440px){html,body{font-size:18px}.screen{max-width:1300px}.hex-grid{max-width:600px}.battle-layout{max-width:960px}.player-list li{font-size:16px}.chat-messages,.shot-log-salvo{font-size:14px}}.lobby-body{display:flex;gap:16px;text-align:left;margin-top:20px}.lobby-players{flex:1;min-width:0}.game-options-panel{width:180px;flex-shrink:0;background:var(--bg-elevated);border:1px solid var(--bg-hover);border-radius:var(--radius-lg);padding:16px;align-self:flex-start}.game-options-panel .section-label{margin-bottom:16px;text-align:center}.option-group{margin-bottom:16px}.option-group:last-child{margin-bottom:0}.option-label{font-family:var(--font-mono);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px}.custom-select{position:relative;width:100%}.custom-select.disabled{opacity:.5;pointer-events:none}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;background:var(--bg-deepest);border:1px solid var(--bg-hover);border-radius:var(--radius-md);padding:8px 10px;cursor:pointer;transition:border-color .15s}.custom-select-trigger:hover{border-color:var(--text-muted)}.custom-select-trigger:focus-visible{outline:2px solid var(--green);outline-offset:2px}.select-value{font-size:13px;color:var(--text-primary)}.select-subtitle{display:block;font-size:10px;color:var(--text-muted);margin-top:2px}.select-arrow{color:var(--text-muted);font-size:10px;margin-left:4px}.custom-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-deepest);border:1px solid var(--bg-hover);border-radius:var(--radius-md);overflow:hidden;z-index:10;box-shadow:0 4px 12px #0000004d}.custom-select-menu.hidden{display:none}.select-option{padding:8px 10px;cursor:pointer;transition:background-color .1s;border-bottom:1px solid var(--bg-hover)}.select-option:last-child{border-bottom:none}.select-option:hover{background:var(--bg-hover)}.select-option.selected{background:var(--bg-elevated)}.select-option-name{font-size:13px;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center}.select-option-desc{font-size:10px;color:var(--text-muted);margin-top:2px}.check{color:var(--green);font-size:12px}.leave-btn{background:transparent;border:1px solid var(--bg-hover);color:var(--text-muted);width:100%;margin-top:8px;padding:10px;border-radius:var(--radius-lg);font-size:14px;cursor:pointer;transition:border-color .15s,color .15s}.leave-btn:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.lobby-stacked{width:100%}.team-section{margin-bottom:8px}.team-section-header{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:12px;margin-bottom:8px;margin-top:12px;text-align:center}.team-section-header.alpha{color:var(--green)}.team-section-header.bravo{color:var(--red)}.team-section-header.charlie{color:var(--amber)}.seat-card{background:var(--bg-surface);border-radius:var(--radius-lg);padding:8px 12px;display:flex;align-items:center;gap:8px;margin-bottom:8px;position:relative;min-width:0;overflow:visible}.seat-card.open{background:var(--bg-elevated);border:1px dashed var(--bg-hover)}.player-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.seat-menu-trigger{margin-left:auto;flex-shrink:0;background:none;border:1px solid var(--bg-hover);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;font-size:16px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s}.seat-menu-trigger:hover{color:var(--text-secondary);border-color:var(--text-muted)}.seat-menu{display:none;position:absolute;top:100%;right:0;z-index:10;background:var(--bg-surface);border:1px solid var(--bg-hover);border-radius:var(--radius-md);min-width:160px;padding:4px 0;opacity:0;transform:translateY(-4px);transition:opacity .1s,transform .1s}.seat-menu.open{display:block;opacity:1;transform:translateY(0)}.seat-menu.flip-up{top:auto;bottom:100%;transform:translateY(4px)}.seat-menu.flip-up.open{transform:translateY(0)}.seat-menu-item{display:block;width:100%;padding:8px 12px;background:none;border:none;color:var(--text-primary);font-size:14px;text-align:left;cursor:pointer;font-family:inherit}.seat-menu-item:hover{background:var(--bg-hover)}.seat-menu-item-danger:hover{color:var(--red)}@media(max-width:767px){.seat-menu{position:relative;top:auto;right:auto;width:100%;min-width:auto}.seat-card{flex-wrap:wrap}}
