:root{--bg:#1b1f2a;--panel-bg:#ffffff0f;--text:#e8e8ef;--text-dim:#9a9fb0;--border:#3a3f52;--accent:#f0b429;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font:15px/1.4 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}h1,h2,h3{color:var(--text);margin:0 0 8px}button{font:inherit;cursor:pointer}.galaxy-map-viewport{touch-action:none;cursor:grab;background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;width:100%;height:700px;position:relative;overflow:hidden}.galaxy-map-viewport:active{cursor:grabbing}.galaxy-map-world{transform-origin:0 0;will-change:transform;position:absolute;top:0;left:0}.galaxy-overview-anchor{width:0;height:0;position:absolute;top:0;left:0}.galaxy-map-reset{border:1px solid var(--border);background:var(--panel-bg);width:32px;height:32px;color:var(--text);cursor:pointer;z-index:5;border-radius:50%;font-size:1.1em;position:absolute;top:10px;right:10px}.galaxy-map-reset:hover{border-color:var(--accent);color:var(--accent)}.galaxy-elythar-clickable{cursor:pointer}.elythar-detail-inworld{overflow-wrap:break-word;text-align:center;background:#0a0b148c;border-radius:16px;width:260px;padding:10px 14px;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.elythar-detail-stats{color:var(--text-dim);margin-bottom:12px;font-size:.85em}.elythar-detail-ships{flex-direction:column;gap:12px;display:flex}.faction-detail-inworld{width:0;height:0;position:absolute;top:0;left:0}.sector-wheel-expansion-arrow{stroke:#e24b4a;stroke-width:2.5px;opacity:.85;fill:none}.faction-detail-ships{background:#0a0b148c;border-radius:16px;width:max-content;max-width:750px;padding:10px 16px;position:absolute;transform:translate(-50%,-50%)}.faction-detail-info{text-align:center;border-bottom:1px solid var(--border);margin-bottom:10px;padding-bottom:10px}.faction-detail-status{color:var(--text-dim);margin-bottom:6px;font-size:.9em}.faction-detail-abilities{text-align:left;flex-direction:column;gap:2px;margin:0 0 6px;padding-left:18px;font-size:.85em;display:flex}.combat-scene{z-index:200;color:var(--text);position:fixed;inset:0;overflow-y:auto}.combat-starfield{z-index:-1;display:block;position:fixed;inset:0}.combat-scene-content{flex-direction:column;gap:14px;max-width:1400px;margin:0 auto;padding:16px 24px 32px;display:flex}.combat-scene-title{text-align:center;text-shadow:0 0 10px #000c}.combat-tech-row{justify-content:space-between;gap:16px;display:flex}.combat-tech-side{border:1px solid var(--border);background:#0a0c148c;border-radius:8px;flex:1;min-width:0;padding:6px 10px}.combat-tech-side h4{color:var(--text-dim);margin:0 0 4px;font-size:.85em}.combat-intro,.combat-interim{border:1px solid var(--border);background:#0a0c1499;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.9em;display:flex}.combat-battlefield{align-items:stretch;gap:12px;min-height:320px;display:flex}.battle-side{border:1px solid var(--border);background:#0a0c1466;border-radius:10px;flex-direction:column;flex:1;gap:8px;min-width:0;padding:10px;display:flex}.battle-side-label{text-align:center;text-shadow:0 0 6px #000c;font-weight:700}.attacker-side .battle-side-label{color:#7fd8ff}.defender-side .battle-side-label{color:#ff9a7f}.battle-ships{flex-wrap:wrap;place-content:flex-start center;gap:10px;display:flex}.battle-ship{border:2px solid var(--border);background:#111;border-radius:8px;width:96px;transition:opacity .4s,transform .4s;position:relative;overflow:hidden}.battle-ship.clickable{cursor:pointer}.battle-ship.zoomable{transition:opacity .4s,transform .15s}.battle-ship.zoomable:hover{transform:scale(2.2);box-shadow:0 16px 32px #0009}.battle-ship.destroyed{opacity:0;pointer-events:none;transform:scale(.6)}.battle-ship-image{object-fit:cover;width:100%;height:110px;display:block}.battle-ship-stats{background:#0000008c;flex-wrap:wrap;justify-content:center;gap:4px 8px;padding:4px 2px;font-size:.78em;display:flex}.battle-ship-bonus{color:#4ade80;font-weight:700}.battle-center{flex-direction:column;flex:0 0 220px;justify-content:flex-start;align-items:center;gap:10px;padding-top:10px;display:flex}.battle-target-planet{object-fit:cover;border:3px solid var(--border);border-radius:50%;width:140px;height:140px;box-shadow:0 0 20px #0009}.battle-phase-zone{border:1px solid var(--border);background:#0a0c14a6;border-radius:10px;width:100%;min-height:80px;padding:10px}.combat-hand-row{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.battle-hand{border:1px solid var(--border);background:#0a0c1480;border-radius:8px;flex:1;min-width:220px;padding:8px 10px}.battle-hand h4{color:var(--text-dim);margin:0 0 6px;font-size:.85em}.battle-hand-cards{flex-wrap:wrap;gap:-10px;display:flex}.battle-hand-card{object-fit:cover;border:1px solid #ffffff40;border-radius:5px;width:60px;height:84px;margin-left:-14px;transition:transform .12s;box-shadow:1px 1px 4px #0009}.battle-hand-card:first-child{margin-left:0}.battle-hand-card.clickable{cursor:pointer}.battle-hand-card.clickable:hover{z-index:5;position:relative;transform:translateY(-10px)scale(1.15)}.battle-phase-zone h3{text-align:center;margin-top:0}.phase-option-block{border:1px solid var(--border);background:#00000040;border-radius:6px;margin:8px 0;padding:8px}.results-summary{text-align:center;font-size:1.05em;font-weight:700}.results-columns{text-align:center;justify-content:space-around;gap:16px;font-size:.9em;display:flex}.phase-bombardment-instructions,.phase-fighters-instructions{text-align:center}.phase-bombardment-instructions p,.phase-fighters-instructions p{color:var(--text-dim);font-size:.85em}.battle-ship.fighter-clickable{cursor:pointer;box-shadow:0 0 8px 2px #7fd8ff80}.fighter-token-stack{flex-wrap:wrap-reverse;justify-content:flex-end;gap:1px;max-width:70%;display:flex;position:absolute;top:2px;right:2px}.fighter-token{background:#0a0c14bf;border-radius:50%;width:18px;height:18px;box-shadow:0 0 3px #000c}.battle-ship.bombard-source{cursor:grab;box-shadow:0 0 10px 2px #ffc85099}.battle-ship.bombard-source:active{cursor:grabbing}.battle-ship.bombard-selected{border-color:#ffcf5c;box-shadow:0 0 14px 4px #ffcf5cd9}.battle-ship.bombard-target{border:2px dashed #ff4d4d;box-shadow:0 0 10px 2px #ff4d4d80}.bombard-assigned-label{text-align:center;color:#ff8a8a;background:#0009;padding:1px 0;font-size:.72em;position:absolute;bottom:2px;left:0;right:0}.bombard-arrow-overlay{z-index:205;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.bombard-arrow-line{stroke:#ff4d4d;stroke-width:3px;opacity:.9}.bombard-arrow-line.dragging{stroke-dasharray:6 4}.bombard-arrow-label{fill:#ffdada;text-anchor:middle;paint-order:stroke;stroke:#000;stroke-width:3px;font-size:13px;font-weight:700}.bombard-arrow-line.blocker-mode{stroke:#7fd8ff}.battle-ship.bombard-source,.battle-ship.bombard-target{cursor:default}.combat-phase-reveal-overlay{z-index:500;cursor:pointer;background:#080a14d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.combat-phase-reveal-content{border:1px solid var(--border);cursor:default;text-align:center;max-width:min(90vw,560px);max-height:80vh;color:var(--text);background:#0e101af2;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:28px 32px;display:flex;overflow-y:auto}.combat-phase-reveal-icon{font-size:2.4em}.combat-phase-reveal-title{margin:0}.combat-phase-reveal-body{text-align:left;width:100%}.combat-phase-reveal-body ul{margin:6px 0;padding-left:20px}.combat-phase-reveal-body .results-summary{text-align:center}.phase-reveal-log{color:var(--text-dim);font-size:.85em}.combat-phase-reveal-continue{margin-top:8px}.results-final-events{text-align:left;font-size:.9em}.results-final-events ul{margin:4px 0;padding-left:20px}.turn-start-overlay{z-index:2000;cursor:pointer;background:#04050af0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.turn-start-rig{width:60vw;max-height:90vh;animation:3s cubic-bezier(.19,1,.22,1) forwards turn-start-zoom-out;position:relative}@keyframes turn-start-zoom-out{0%{transform:scale(6)}to{transform:scale(1)}}.turn-start-image{object-fit:contain;width:100%;height:auto;max-height:90vh;display:block;box-shadow:0 30px 80px #000000b3}.turn-start-image.glow-active{animation:1.5s ease-in-out forwards own-glow-intro}@keyframes own-glow-intro{0%{box-shadow:0 0 #a855f700}33.33%,66.67%,to{box-shadow:0 0 20px 4px #a855f78c,0 0 48px 20px #7e22ce52}50%,83.33%{box-shadow:0 0 36px 12px #c084fccc,0 0 72px 32px #7e22ce7a}}.turn-start-image.mono{filter:grayscale()}.turn-start-image.mono.flicker-active{animation:2s ease-in-out forwards mono-color-flicker}@keyframes mono-color-flicker{0%{filter:grayscale()}10%{filter:grayscale(85%)}30%{filter:grayscale(0%)}45%{filter:grayscale(55%)}70%{filter:grayscale(0%)saturate(1.5)}to{filter:grayscale(0%)}}.turn-start-dissolve-wrap.dissolving{animation:.7s ease-out forwards turn-start-dissolve}@keyframes turn-start-dissolve{0%{opacity:1;filter:blur()}to{opacity:0;filter:blur(14px)}}.turn-start-caption{text-align:center;color:#ffffff8c;letter-spacing:.04em;width:100%;font-size:.85rem;position:absolute;bottom:-48px;left:0}.ai-replay-overlay{z-index:1900;cursor:pointer;background:#06080eeb;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0;overflow:hidden}.ai-replay-heading{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.ai-replay-heading .faction{letter-spacing:.06em;color:#ffffff8c;text-transform:uppercase;font-size:.95rem}.ai-replay-heading .category{font-size:1.6rem;font-weight:700}.ai-replay-stage{justify-content:center;width:100%;max-width:1100px;display:flex;position:relative}.ai-replay-cursor{pointer-events:none;z-index:300;background:#ffffff40;border:2px solid #fff;border-radius:50%;width:22px;height:22px;transition:left .9s cubic-bezier(.65,0,.35,1),top .9s cubic-bezier(.65,0,.35,1);position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 12px 4px #ffffff80}.ai-replay-cursor.arrived{animation:.35s ease-out ai-replay-click-pulse}@keyframes ai-replay-click-pulse{0%{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.8)}to{transform:translate(-50%,-50%)scale(1)}}.game-card.ai-replay-target{box-shadow:0 0 0 3px #fff,0 16px 32px #0009;z-index:260!important}.ai-replay-caption{color:#fff;text-align:center;background:#0000008c;border-radius:10px;max-width:640px;padding:12px 20px;font-size:1rem;line-height:1.4;animation:.3s ease-out ai-replay-caption-in}@keyframes ai-replay-caption-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-replay-fallback-text{color:#fff;text-align:center;max-width:640px;font-size:1.1rem;line-height:1.5}.ai-replay-exploration-card{border-radius:10px;width:220px;animation:.3s ease-out ai-replay-caption-in;box-shadow:0 20px 50px #0009}.ai-replay-controls{z-index:320;gap:10px;display:flex;position:absolute;top:20px;right:24px}.ai-replay-skip-all,.ai-replay-hide{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff59;border-radius:6px;padding:6px 14px;font-size:.85rem}.ai-replay-skip-all:hover,.ai-replay-hide:hover{background:#ffffff38}.ai-replay-hidden{visibility:hidden;pointer-events:none}.ai-replay-pause-hint{color:#ffffff80;font-size:.8rem;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.setup-screen,.handoff-screen,.loading-screen{background:var(--panel-bg);border:1px solid var(--border);text-align:center;border-radius:8px;max-width:480px;margin:60px auto;padding:24px}.home-title-glow{color:#e0bbfcf2;animation:2.72s ease-in-out infinite vapor-pulse-text}@keyframes vapor-pulse-text{0%,to{text-shadow:0 0 10px #a855f7a6,0 0 24px #7e22ce66}50%{text-shadow:0 0 16px #c084fce6,0 0 34px #7e22ce99}}.setup-screen form{text-align:left;flex-direction:column;gap:14px;display:flex}.setup-screen label{justify-content:space-between;align-items:center;gap:10px;display:flex}.setup-screen input,.setup-screen select{font:inherit;color:var(--text);border:1px solid var(--border);background:#10121a;border-radius:4px;padding:4px 8px}.setup-screen button,.handoff-screen button{background:var(--accent);color:#1b1f2a;border:none;border-radius:6px;padding:10px 16px;font-weight:600}.error-text{color:#ff6b6b}.setup-warning{background:#e24b4a26;border-left:3px solid #e24b4a;border-radius:4px;margin:0;padding:6px 10px}.setup-buttons{gap:10px;display:flex}.setup-buttons button[type=button]{border:1px solid var(--border);color:var(--text);background:0 0}.app-shell{min-height:100vh;position:relative}html,body,.top-tile,.peek-tab-content,.opponent-modal-content{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.top-tile::-webkit-scrollbar{display:none}.peek-tab-content::-webkit-scrollbar{display:none}.opponent-modal-content::-webkit-scrollbar{display:none}.faction-background{z-index:-1;position:fixed;inset:0;overflow:hidden}.faction-background-image{object-fit:cover;width:182%;height:192%;position:absolute;top:-50%;left:-9.1%}.top-strip{z-index:40;border-bottom:1px solid var(--border);background:#10121af0;align-items:center;gap:16px;padding:4px 12px;display:flex;position:fixed;top:0;left:0;right:0}.top-strip-status{color:#39ff14;text-shadow:0 0 6px #39ff1459;white-space:nowrap;flex:1;min-width:0;font-size:.8em;overflow-x:auto}.peek-tab-row{flex-shrink:0;gap:6px;display:flex}.peek-tab{flex-direction:column;align-items:center;display:flex;position:relative}.peek-tab-handle{border:1px solid var(--border);color:var(--accent);white-space:nowrap;background:#10121aeb;border-top:none;border-radius:0 0 8px 8px;flex-shrink:0;padding:10px 6px;font-size:.8em}.peek-tab-content-wrapper{max-height:0;transition:max-height .2s;position:absolute;top:100%;left:0;overflow:hidden}.peek-tab:hover .peek-tab-content-wrapper{max-height:60vh}.peek-tab-content{border:1px solid var(--border);background:#10121aeb;border-top:none;border-radius:0 0 8px 8px;width:480px;max-height:320px;padding:10px 12px;font-size:.85em;overflow-y:auto;box-shadow:0 2px 10px #0006}.peek-tab-content h3{margin:0 0 6px;font-size:1em}.peek-tab-content.compact{width:max-content;max-width:90vw}.peek-tab-content ul{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.faction-background:after{content:"";background:#10121acc;position:absolute;inset:0}.app-root{flex-direction:column;gap:14px;max-width:1400px;margin:0 auto;padding:52px 16px 16px;display:flex}.action-error-banner{background:#e24b4a2e;border:1px solid #e24b4a;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.action-error-banner button{color:var(--text);background:0 0;border:none;padding:0 4px;font-size:1.2em;line-height:1}.exploration-error-overlay{z-index:600;max-width:90vw;position:fixed;top:16px;left:50%;transform:translate(-50%)}.top-tile{background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;flex:1;min-width:0;max-height:160px;padding:8px 12px;font-size:.85em;overflow-y:auto}.status-tile{flex-direction:column;gap:3px;display:flex}.status-tile-header{font-size:1.05em}.abilities-tile h3{margin:0 0 6px;font-size:1em}.abilities-tile ul{flex-direction:column;gap:4px;margin:0;padding-left:18px;display:flex}.sector-wheel-planet{object-fit:contain;filter:drop-shadow(0 0 14px #f0b42959);position:absolute;top:50%;left:50%}.sector-wheel-boundaries{pointer-events:none;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.sector-wheel-boundary-line,.sector-wheel-boundary-circle{stroke:var(--accent);stroke-width:2px;stroke-dasharray:7 6;opacity:.75;fill:none}.sector-wheel-seat{flex-direction:column;align-items:center;gap:2px;display:flex;position:absolute;transform:translate(-50%,-50%)}.sector-wheel-seat-name,.sector-wheel-seat-count{color:var(--text);text-align:center;text-shadow:0 1px 3px #000000e6,0 0 6px #000000b3;white-space:nowrap;font-size:.78em}.sector-wheel-seat-count{opacity:.85;font-size:.72em}.sector-wheel-symbol{object-fit:cover;background:var(--panel-bg);border:2px solid var(--border);border-radius:50%;transition:transform .12s,border-color .12s}.sector-wheel-seat.clickable{cursor:pointer}.sector-wheel-seat.clickable:hover .sector-wheel-symbol{border-color:var(--accent);transform:scale(1.15)}.sector-wheel-seat.own-seat .sector-wheel-symbol{border-width:3px;border-color:#c084fce6;animation:2.72s ease-in-out infinite vapor-pulse}.new-game-trigger{border:1px solid var(--border);color:var(--accent);background:0 0;border-radius:6px;flex-shrink:0;padding:6px 15px;font-size:1.28em}.new-game-trigger:hover{color:var(--text);border-color:var(--border-strong,var(--border))}.new-game-trigger.floating{z-index:50;background:var(--panel-bg);position:fixed;top:12px;right:12px}.watch-opponent-button{z-index:2100;background:var(--panel-bg);border:1px solid var(--border);color:var(--accent);cursor:pointer;border-radius:6px;padding:6px 15px;font-size:1.05em;position:fixed;top:12px;right:160px}.watch-opponent-button:hover{color:var(--text);border-color:var(--border-strong,var(--border))}.peek-toggle-button{z-index:600;background:var(--panel-bg);border:1px solid var(--border);color:var(--accent);cursor:pointer;border-radius:6px;padding:6px 15px;font-size:1.05em;position:fixed;top:50%;left:24px;transform:translateY(-50%)}.peek-toggle-button:hover{color:var(--text);border-color:var(--border-strong,var(--border))}.peek-hidden{display:none}.message-banner{z-index:45;background-color:var(--bg);border-left:3px solid var(--accent);background-image:linear-gradient(#f0b42926,#f0b42926);border-radius:4px;align-items:center;gap:10px;max-width:700px;padding:6px 10px;display:flex;position:fixed;bottom:56px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0006}.exploration-thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:66px}.ai-turn-hint{color:var(--text-dim);font-style:italic}.gameover-banner{text-align:center;background:#2ecc7126;border:2px solid #2ecc71;border-radius:8px;padding:16px;font-size:1.2em;font-weight:700}.main-stack{flex-direction:column;gap:16px;display:flex}.tableau-row{background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;padding:12px}.empty-hint{color:var(--text-dim);font-style:italic}.sector-zones{gap:16px;display:flex}.sector-zone{border:1px dashed #0000;border-radius:8px;flex:1;min-width:0;padding:6px;transition:background .12s,border-color .12s}.sector-zone h4{color:var(--text-dim);margin:0 0 8px;font-size:.85em;font-weight:500}.opponent-hand-fan{padding:4px 0 2px;display:flex}.opponent-hand-fan img{object-fit:cover;border:1px solid #ffffff40;border-radius:3px;width:22px;height:31px;margin-left:-10px;box-shadow:1px 1px 3px #00000080}.opponent-hand-fan img:first-child{margin-left:0}.opponent-modal-hand{margin:8px 0}.opponent-modal-hand .opponent-hand-fan img{width:44px;height:62px;margin-left:-18px}.opponent-modal-hand .opponent-hand-fan img:first-child{margin-left:0}@keyframes opponent-modal-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.opponent-modal-overlay{z-index:500;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.opponent-modal-box{background:var(--bg);border:1px solid var(--border);border-radius:10px;width:80vw;height:80vh;animation:.18s ease-out opponent-modal-in;position:relative;overflow:hidden;box-shadow:0 12px 40px #0009}.opponent-modal-background{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.opponent-modal-background:after{content:"";background:#10121ad1;position:absolute;inset:0}.opponent-modal-content{z-index:1;height:100%;padding:20px;position:relative;overflow-y:auto}.planet-placement-overlay{z-index:500;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.planet-placement-box{background:var(--bg);border:1px solid var(--border);border-radius:10px;width:80vw;height:80vh;padding:24px;animation:.18s ease-out opponent-modal-in;position:relative;overflow-y:auto;box-shadow:0 12px 40px #0009}.planet-placement-box h3{margin-top:0}.planet-placement-row{margin-top:80px}.planet-ghost-slot{cursor:pointer;background:#90ee900f;border:2px dashed #90ee90bf;border-radius:8px;justify-content:center;align-items:center;height:235px;transition:background .15s,border-color .15s;animation:3.4s ease-in-out infinite vapor-pulse-green;display:flex;position:absolute}.planet-ghost-slot:hover{background:#90ee9029;border-color:#beffbef2}.planet-ghost-slot.unaffordable{filter:grayscale()}.planet-ghost-slot-hint{opacity:0;color:#fff;text-align:center;pointer-events:none;background:#000c;border-radius:6px;padding:6px 10px;font-size:.85em;transition:opacity .15s}.planet-ghost-slot:hover .planet-ghost-slot-hint{opacity:1}.improvement-placement-overlay{z-index:500;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.improvement-placement-starfield{z-index:-1;position:fixed;inset:0}.improvement-placement-box{border:1px solid var(--border);background:#0a0c1499;border-radius:10px;width:80vw;height:80vh;padding:24px;animation:.18s ease-out opponent-modal-in;position:relative;overflow-y:auto;box-shadow:0 12px 40px #0009}.improvement-placement-box .card-row{justify-content:center}.improvement-placement-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.improvement-placement-header h3{margin:0}.improvement-placement-close{padding:6px 16px}@keyframes vapor-pulse-red{0%,to{box-shadow:0 0 10px 2px #f8717199,0 0 24px 10px #dc262659}50%{box-shadow:0 0 18px 6px #fca5a5d9,0 0 36px 16px #dc262680}}.improvement-target-eligible:hover{cursor:pointer;animation:.9s ease-in-out infinite vapor-pulse-red}.game-card.fleet-limit-selected{animation:.9s ease-in-out infinite vapor-pulse-red}.improvement-cursor-ghost{z-index:501;opacity:.7;filter:drop-shadow(0 4px 10px #0009);pointer-events:none;border-radius:50%;width:64px;height:64px;position:fixed;transform:translate(-50%,-50%)}.card-row{flex-wrap:wrap;gap:12px;display:flex}.planet-row .card-row{justify-content:center;width:100%;position:relative}.planet-anchor-row{min-height:235px}@keyframes vapor-pulse{0%,to{box-shadow:0 0 10px 2px #a855f78c,0 0 24px 10px #7e22ce52}50%{box-shadow:0 0 18px 6px #c084fccc,0 0 36px 16px #7e22ce7a}}.game-card{color:#fff;-webkit-user-select:none;user-select:none;border:1px solid #ffffff26;border-radius:8px;flex-direction:column;gap:2px;width:144px;min-height:120px;padding:8px;transition:transform .12s,box-shadow .12s;display:flex;position:relative;box-shadow:0 2px 5px #0006}.game-card.clickable{cursor:pointer}.game-card:hover:not(.menu-open){z-index:60;transform:scale(2.2);box-shadow:0 16px 32px #0009}.game-card.menu-open{z-index:150}.purchasable-card.clickable:not(.unaffordable){animation:3.4s ease-in-out infinite vapor-pulse-green}.purchasable-card.unaffordable{filter:grayscale()}@keyframes vapor-pulse-green{0%,to{box-shadow:0 0 5px 1px #90ee904d,0 0 10px 3px #4ade8026}50%{box-shadow:0 0 8px 2px #90ee9080,0 0 14px 5px #4ade8040}}.exploration-reveal-overlay{z-index:500;cursor:pointer;background:#080a14b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.exploration-reveal-content{flex-direction:column;align-items:center;gap:16px;display:flex}.exploration-reveal-hint{color:#fff;text-align:center;background:#000c;border-radius:6px;padding:6px 14px;font-size:.85em}.exploration-reveal-cards{gap:32px;display:flex}.exploration-reveal-card{object-fit:cover;border-radius:14px;height:min(70vh,520px)}.exploration-reveal-cards:has(.exploration-reveal-card:only-child) .exploration-reveal-card{cursor:default}.exploration-reveal-cards>.exploration-reveal-card:not(:only-child){cursor:pointer}@keyframes vapor-pulse-lightblue{0%,to{box-shadow:0 0 6px 1px #60a5fa47,0 0 14px 4px #3b82f629}50%{box-shadow:0 0 10px 3px #93c5fd6b,0 0 20px 7px #3b82f63d}}.exploration-card-glow{animation:2.2s ease-in-out infinite vapor-pulse-lightblue}.game-card-cost-badge{border:1px solid var(--accent);color:var(--accent);white-space:nowrap;opacity:0;pointer-events:none;z-index:2;background:#140f02e0;border-radius:4px;padding:2px 8px;font-size:.7em;font-weight:700;transition:opacity .12s;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.game-card:hover .game-card-cost-badge{opacity:1}.game-card-title{font-size:.95em;font-weight:700}.game-card-subtitle{opacity:.9;font-size:.8em}.game-card-lines{opacity:.85;flex-direction:column;gap:1px;margin-top:auto;font-size:.72em;display:flex}.game-card.has-image{width:168px;min-height:235px;padding:0}.game-card.has-image.improvement-card{clip-path:polygon(27% 11%,73% 11%,95% 50%,73% 89%,27% 89%,5% 50%);background:var(--panel-bg);border:1px solid var(--border);width:112px;height:112px;min-height:0}.improvement-card .game-card-image{clip-path:polygon(27% 11%,73% 11%,95% 50%,73% 89%,27% 89%,5% 50%)}.game-card-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.game-card-backface{object-fit:cover;width:100%;height:100%;transition:opacity .15s;display:block;position:absolute;inset:0}.game-card.tapped .game-card-image{transition:opacity .15s}.game-card.tapped:hover .game-card-image{opacity:1}.game-card.tapped:hover .game-card-backface{opacity:0}.game-card.hover-suppressed.hover-suppressed:hover{z-index:auto;transform:none}.game-card.hover-suppressed.hover-suppressed.tapped:hover .game-card-backface{opacity:1}.game-card.hover-suppressed.hover-suppressed.tapped:hover .improvement-badge{opacity:0}.game-card.deployment-delay{border:2px solid #d4b83c}.deployment-delay-label{z-index:4;text-align:center;letter-spacing:.02em;color:#f0e4b8;background:#00000080;padding:1px 2px;font-size:.58em;position:absolute;bottom:0;left:0;right:0}.improvement-badge{filter:drop-shadow(0 2px 3px #00000080);z-index:5;width:40px;height:40px;transition:opacity .15s;position:absolute}.game-card.tapped .improvement-badge{opacity:0}.game-card.tapped:hover .improvement-badge{opacity:1}.improvement-badge img{clip-path:polygon(27% 11%,73% 11%,95% 50%,73% 89%,27% 89%,5% 50%);width:40px;height:40px;display:block}.improvement-badge.c1{bottom:-8px;left:-8px}.improvement-badge.c2{bottom:26px;left:-8px}.improvement-badge.c3{bottom:60px;left:-8px}.improvement-badge.c4{bottom:94px;left:-8px}.game-card.has-image .game-card-text{background:#0000009e;margin-top:0;padding:8px 10px;position:absolute;bottom:0;left:0;right:0}.game-card.has-image .game-card-title{color:#fff}.game-card.has-image .game-card-subtitle{color:#e8e8e8}.game-card.has-image .game-card-lines{color:#cfcfcf}.game-card-menu{z-index:50;border:1px solid var(--border);background:#10121a;border-radius:6px;flex-direction:column;gap:2px;width:220px;padding:4px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 6px 16px #0009}.game-card-menu-item{text-align:left;color:var(--text);background:0 0;border:none;border-radius:4px;padding:6px 8px;font-size:.85em}.game-card-menu-item:hover{background:#ffffff14}.game-card-menu-item.unaffordable{color:#ff8a8a}.hand-fan{padding-top:12px;padding-left:20px;display:flex}.hand-fan .game-card:not(.has-image){width:120px;min-height:96px}.hand-fan .game-card{transform-origin:bottom;transform:rotate(var(--fan-rotate,0deg)) translateY(var(--fan-offset,0px));z-index:var(--fan-z,0);margin-left:-24px}.hand-fan .game-card:hover:not(.menu-open){z-index:100;transform:scale(2.4)translateY(-20px)}.actions-panel,.pending-panel{background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;padding:12px}.action-category{color:var(--text-dim);margin-top:10px;font-weight:700}.actions-text-buttons{flex-wrap:wrap;align-items:flex-start;gap:4px 10px;margin-bottom:10px;display:flex}.action-button{color:var(--text);border:1px solid var(--border);background:#223018;border-radius:4px;padding:8px 14px}.action-button.unaffordable{background:#301818}.action-card-grid{flex-wrap:wrap;gap:14px;display:flex}.tech-groups-row{align-items:flex-start;gap:14px;display:flex}.tech-subgroup{flex-direction:column;display:flex}.tech-group-divider{background:var(--text);opacity:.5;align-self:stretch;width:2px}.pending-options{flex-wrap:wrap;gap:6px;margin:6px 0;display:flex}.pending-options button,.pending-panel>button,.combat-card-option button{color:var(--text);border:1px solid var(--border);background:#262b3a;border-radius:4px;padding:6px 10px}.pending-options button.selected{background:var(--accent);color:#1b1f2a;font-weight:700}.confirm-button{margin-top:10px;font-weight:700;background:var(--accent)!important;color:#1b1f2a!important}.confirm-button:disabled{opacity:.4;cursor:not-allowed}.combat-card-option{border:1px solid var(--border);border-radius:6px;margin:10px 0;padding:8px}.combat-intro{background:#5b7fa633;border-left:3px solid #5b7fa6;border-radius:4px;align-items:center;gap:10px;padding:6px 10px;display:flex}.combat-intro p{margin:0}.combat-interim{border-left:3px solid var(--accent);background:#f0b42926;border-radius:4px;padding:6px 10px}.pooled-value{padding:0 8px;font-weight:700}.popup-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-box{border:1px solid var(--border);background:#1b1f2a;border-radius:8px;width:85%;max-width:480px;max-height:70vh;padding:20px;overflow-y:auto}.popup-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.popup-close{color:var(--text);background:0 0;border:none;font-size:1.4em;line-height:1}.popup-body{white-space:pre-wrap}.faction-picker-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.faction-picker-fullscreen{border:1px solid var(--border);background:#1b1f2a;border-radius:8px;flex-direction:column;width:96vw;height:94vh;padding:20px;display:flex}.faction-picker-grid{flex:1;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:16px;min-height:0;display:grid}.faction-picker-option{text-align:left;border:1px solid var(--border);cursor:pointer;color:var(--text);font:inherit;background:#10121a;border-radius:6px;flex-direction:row;align-items:stretch;gap:12px;min-height:0;padding:10px;display:flex;overflow:hidden}.faction-picker-option:hover:not(.taken){border-color:var(--accent)}.faction-picker-option.taken{opacity:.35;cursor:not-allowed}.faction-picker-option.selected,.faction-picker-option.selected:hover{border-color:#dc2626e6;animation:.9s ease-in-out infinite vapor-pulse-red}.lobby-share-link{width:100%;font:inherit;color:var(--text);border:1px solid var(--border);background:#10121a;border-radius:4px;margin-top:4px;padding:6px 8px}.lobby-player-list{text-align:left;margin:10px 0;padding:0;list-style:none}.lobby-player-list li{border:1px solid var(--border);background:#10121a;border-radius:4px;margin-bottom:6px;padding:6px 10px}.waiting-for-turn-banner{z-index:2100;background:var(--panel-bg);border:1px solid var(--border);color:var(--accent);border-radius:6px;padding:6px 15px;font-size:1.05em;position:fixed;top:12px;left:50%;transform:translate(-50%)}.faction-picker-option img{object-fit:cover;border-radius:4px;flex-shrink:0;width:auto;max-width:40%;height:100%}.faction-picker-option-text{flex-direction:column;min-height:0;display:flex;overflow-y:auto}.faction-picker-name{margin-bottom:4px;font-size:1.1em;font-weight:600}.faction-picker-abilities{opacity:.85;margin:0;padding-left:16px;font-size:.85em}.faction-picker-taken-label{color:#ff6b6b;margin-top:6px;font-size:.8em}
