:root{--bg-dark:#0a0a0a;--bg-panel:#0d1117;--bg-hover:#161b22;--border-color:#21262d;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-muted:#484f58;--accent-green:#0f8;--accent-red:#ff4757;--accent-yellow:#ffc107;--accent-blue:#00b4d8;--accent-purple:#a855f7;--metal-color:#8b9dc3;--crystal-color:#e0a0ff;--deuterium-color:#00b4d8;--energy-color:#ffc107;--sanity-high:#0f8;--sanity-medium:#ffc107;--sanity-low:#ff4757}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;background:var(--bg-dark);background-image:radial-gradient(ellipse at top,#00ff8808 0,#0000 50%),linear-gradient(180deg,#0a0a0a,#0d1117);color:#e6edf3;color:var(--text-primary);font-family:Share Tech Mono,monospace;min-height:100vh}.cockpit-container{display:flex;flex-direction:column;min-height:100vh}.hud-bar{background:linear-gradient(180deg,#161b22,#0d1117);border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);padding:.75rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.hud-top{justify-content:space-between;margin-bottom:.5rem}.hud-top,.hud-user{align-items:center;display:flex}.hud-user{gap:1rem}.hud-user .avatar{align-items:center;background:#a855f7;background:var(--accent-purple);border-radius:4px;display:flex;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.hud-user .username{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-weight:700}.hud-planet-selector{align-items:center;display:flex;gap:.5rem}.hud-planet-selector select{background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:4px;color:#e6edf3;color:var(--text-primary);cursor:pointer;font-family:Share Tech Mono,monospace;padding:.4rem .8rem}.hud-planet-selector select:focus{border-color:#0f8;border-color:var(--accent-green);outline:none}.hud-actions{display:flex;gap:.5rem}.resource-bar{border-top:1px solid #21262d;border-top:1px solid var(--border-color);display:flex;gap:2rem;margin-top:.5rem;padding:.75rem 0 .5rem}.resource-item{align-items:center;display:flex;gap:.5rem}.resource-icon{font-size:1.2rem}.resource-value{font-family:Orbitron,sans-serif;font-size:.95rem;font-weight:700;min-width:100px}.resource-value.metal{color:#8b9dc3;color:var(--metal-color)}.resource-value.crystal{color:#e0a0ff;color:var(--crystal-color)}.resource-value.deuterium{color:#00b4d8;color:var(--deuterium-color)}.resource-value.energy{color:#ffc107;color:var(--energy-color)}.resource-rate{color:#8b949e;color:var(--text-secondary);font-size:.75rem}.resource-rate.positive{color:#0f8;color:var(--accent-green)}.resource-rate.negative{color:#ff4757;color:var(--accent-red)}.sanity-meter{align-items:center;display:flex;gap:.5rem;margin-left:auto}.sanity-label{color:#8b949e;color:var(--text-secondary);font-size:.75rem}.sanity-bar{background:#0a0a0a;background:var(--bg-dark);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:4px;height:8px;overflow:hidden;width:120px}.sanity-fill{height:100%;transition:width .3s ease,background-color .3s ease}.sanity-fill.high{background:#0f8;background:var(--sanity-high)}.sanity-fill.medium{background:#ffc107;background:var(--sanity-medium)}.sanity-fill.low{background:#ff4757;background:var(--sanity-low)}.sanity-value{font-size:.85rem;font-weight:700;min-width:40px}.cockpit-nav{background:#0d1117;background:var(--bg-panel);border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);padding:0 1.5rem}.cockpit-nav ul{display:flex;gap:0;list-style:none}.cockpit-nav li{position:relative}.cockpit-nav a{border-bottom:2px solid #0000;color:#8b949e;color:var(--text-secondary);display:block;font-size:.85rem;letter-spacing:1px;padding:.75rem 1.25rem;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.cockpit-nav a:hover{background:#161b22;background:var(--bg-hover);color:#e6edf3;color:var(--text-primary)}.cockpit-nav a.active{border-bottom-color:#0f8;border-bottom-color:var(--accent-green);color:#0f8;color:var(--accent-green)}.cockpit-main{flex:1 1;margin:0 auto;max-width:1400px;padding:1.5rem;width:100%}.login-container{align-items:center;background:radial-gradient(ellipse at center,#00ff880d 0,#0000 60%),#0a0a0a;background:radial-gradient(ellipse at center,#00ff880d 0,#0000 60%),var(--bg-dark);display:flex;justify-content:center;min-height:100vh}.login-box{background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 0 60px #00ff881a;max-width:420px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-size:1.8rem;margin-bottom:.5rem;text-shadow:0 0 20px #00ff884d}.login-header p{color:#8b949e;color:var(--text-secondary);font-size:.85rem}.login-tabs{border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);display:flex;margin-bottom:1.5rem}.login-tab{background:none;border:none;color:#8b949e;color:var(--text-secondary);cursor:pointer;flex:1 1;font-family:Share Tech Mono,monospace;letter-spacing:1px;padding:.75rem;text-transform:uppercase;transition:all .2s ease}.login-tab:hover{color:#e6edf3;color:var(--text-primary)}.login-tab.active{border-bottom:2px solid #0f8;border-bottom:2px solid var(--accent-green);color:#0f8;color:var(--accent-green)}.form-group{margin-bottom:1.25rem}.form-group label{color:#8b949e;color:var(--text-secondary);display:block;font-size:.8rem;letter-spacing:.5px;margin-bottom:.4rem;text-transform:uppercase}.form-input{background:#0a0a0a;background:var(--bg-dark);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:4px;color:#e6edf3;color:var(--text-primary);font-family:Share Tech Mono,monospace;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.form-input:focus{border-color:#0f8;border-color:var(--accent-green);box-shadow:0 0 0 3px #00ff881a;outline:none}.form-input::placeholder{color:#484f58;color:var(--text-muted)}.btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Share Tech Mono,monospace;font-size:.9rem;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-primary{background:#0f8;background:var(--accent-green);color:#000;font-weight:700}.btn-primary:hover{background:#00cc6a;box-shadow:0 0 20px #00ff884d}.btn-secondary{background:#161b22;background:var(--bg-hover);border:1px solid #21262d;border:1px solid var(--border-color);color:#e6edf3;color:var(--text-primary)}.btn-secondary:hover{background:#21262d;background:var(--border-color)}.btn-danger{background:#ff4757;background:var(--accent-red);color:#fff}.btn-full{width:100%}.btn-small{font-size:.8rem;padding:.4rem .8rem}.panel{background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1.5rem}.panel-header{align-items:center;border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 1.25rem}.panel-header h2{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-size:1rem;letter-spacing:1px;text-transform:uppercase}.panel-content{padding:1.25rem}.planet-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:300px 1fr}.planet-visual{background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;text-align:center}.planet-image{background:linear-gradient(135deg,#2a4a6a,#1a2a3a 50%,#0a1a2a);border-radius:50%;box-shadow:inset -20px -20px 40px #00000080,0 0 60px #00b4d833;height:200px;margin:0 auto 1rem;overflow:hidden;position:relative;width:200px}.planet-image:before{background:radial-gradient(ellipse at 30% 30%,#ffffff1a 0,#0000 50%);border-radius:50%;content:"";height:80%;left:10%;position:absolute;top:10%;width:80%}.planet-name{font-family:Orbitron,sans-serif;font-size:1.4rem;margin-bottom:.25rem}.planet-coords{color:#00b4d8;color:var(--accent-blue);font-size:.9rem}.planet-details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail-card{background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;padding:1.25rem}.detail-card h3{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase}.building-list{display:flex;flex-direction:column;gap:.75rem}.building-item{background:#0a0a0a;background:var(--bg-dark);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:4px;justify-content:space-between;padding:.75rem}.building-info,.building-item{align-items:center;display:flex}.building-info{gap:.75rem}.building-icon{font-size:1.5rem}.building-name{font-weight:700}.building-level{color:#8b949e;color:var(--text-secondary);font-size:.8rem}.building-action .btn{padding:.4rem .8rem}.fleet-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.ship-card{background:#0a0a0a;background:var(--bg-dark);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:6px;padding:1rem;text-align:center}.ship-icon{font-size:2rem;margin-bottom:.5rem}.ship-name{color:#8b949e;color:var(--text-secondary);font-size:.8rem;margin-bottom:.25rem}.ship-count{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-size:1.2rem}.alert{border-radius:4px;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem}.alert-error{background:#ff47571a;border:1px solid #ff4757;border:1px solid var(--accent-red);color:#ff4757;color:var(--accent-red)}.alert-success{background:#00ff881a;border:1px solid #0f8;border:1px solid var(--accent-green);color:#0f8;color:var(--accent-green)}.alert-warning{background:#ffc1071a;border:1px solid #ffc107;border:1px solid var(--accent-yellow);color:#ffc107;color:var(--accent-yellow)}.data-table{border-collapse:collapse;width:100%}.data-table td,.data-table th{border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;text-align:left}.data-table th{background:#0a0a0a;background:var(--bg-dark);color:#8b949e;color:var(--text-secondary);font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.data-table tbody tr:hover{background:#00ff880d}.modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{animation:slideIn .2s ease;background:#0d1117;background:var(--bg-panel);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 1.5rem}.modal-header h3{color:#e6edf3;color:var(--text-primary);font-size:1rem;margin:0}.modal-content{padding:1.5rem}@keyframes tickUp{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.ticking{animation:tickUp 1s ease-in-out infinite}@keyframes criticalFlicker{0%,to{border-color:#ff4757;border-color:var(--accent-red);box-shadow:0 0 10px #ff47574d;opacity:1}50%{border-color:#ff475780;box-shadow:0 0 20px #ff475799;opacity:.7}75%{opacity:.85}}.building-critical{animation:criticalFlicker 1.5s ease-in-out infinite;position:relative}.building-critical:before{animation:warningPulse .5s ease-in-out infinite;background:#ff4757;background:var(--accent-red);border-radius:2px;color:#000;content:"⚠ STRUCTURAL FAILURE";font-size:.6rem;font-weight:700;padding:2px 6px;position:absolute;right:8px;top:-8px}@keyframes warningPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glitch{0%{filter:hue-rotate(0deg);transform:translate(0)}10%{filter:hue-rotate(90deg);transform:translate(-2px,1px)}20%{filter:hue-rotate(180deg);transform:translate(2px,-1px)}30%{filter:hue-rotate(270deg);transform:translate(-1px,2px)}40%{filter:hue-rotate(1turn);transform:translate(1px,-2px)}50%{filter:hue-rotate(0deg);transform:translate(0)}to{filter:hue-rotate(0deg);transform:translate(0)}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes noise{0%,to{background-position:0 0}10%{background-position:-5% -10%}20%{background-position:-15% 5%}30%{background-position:7% -25%}40%{background-position:-5% 25%}50%{background-position:-15% 10%}60%{background-position:15% 0}70%{background-position:0 15%}80%{background-position:3% 35%}90%{background-position:-10% 10%}}.sanity-critical-overlay{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9999}.sanity-critical-overlay:before{animation:noise .3s steps(5) infinite;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.sanity-critical-overlay:after{animation:scanline 4s linear infinite;background:#ff47574d;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes textGlitch{0%{text-shadow:2px 0 #ff4757b3,-2px 0 #00ff88b3;transform:translate(0)}25%{text-shadow:-2px 0 #ff4757b3,2px 0 #00ff88b3;transform:translate(1px)}50%{text-shadow:2px 0 #00b4d8b3,-2px 0 #ffc107b3;transform:translate(-1px)}75%{text-shadow:-1px 0 #ff4757b3,1px 0 #00ff88b3;transform:translateY(1px)}to{text-shadow:2px 0 #ff4757b3,-2px 0 #00ff88b3;transform:translate(0)}}.glitch-text{animation:textGlitch .3s ease-in-out infinite}.combat-log{background:#0a0a0a;background:var(--bg-dark);border:1px solid #21262d;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.combat-log-header{align-items:center;background:linear-gradient(90deg,#ff475733,#0000);border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 1.5rem}.combat-log-header h3{color:#ff4757;color:var(--accent-red);font-family:Orbitron,sans-serif;font-size:.9rem;text-transform:uppercase}.combat-round{border-bottom:1px solid #21262d;border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;transition:background .2s ease}.combat-round:last-child{border-bottom:none}.combat-round:hover{background:#ff47570d}.round-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.round-number{color:#ffc107;color:var(--accent-yellow);font-family:Orbitron,sans-serif;font-size:.85rem}.round-phase{color:#484f58;color:var(--text-muted);font-size:.7rem;text-transform:uppercase}.attack-action{align-items:center;display:flex;font-size:.85rem;gap:.75rem;padding:.5rem 0}.attacker{color:#ff4757;color:var(--accent-red);min-width:120px}.defender{color:#00b4d8;color:var(--accent-blue);min-width:120px}.attack-icon{color:#ffc107;color:var(--accent-yellow)}.damage-value{color:#ff4757;color:var(--accent-red);font-family:Orbitron,sans-serif;font-weight:700}.shield-absorbed{color:#a855f7;color:var(--accent-purple);font-size:.75rem}.combat-summary{background:#0000004d;padding:1rem 1.5rem}.summary-row{display:flex;font-size:.85rem;justify-content:space-between;padding:.25rem 0}.summary-label{color:#8b949e;color:var(--text-secondary)}.summary-value{font-family:Orbitron,sans-serif}.summary-value.victory{color:#0f8;color:var(--accent-green)}.summary-value.defeat{color:#ff4757;color:var(--accent-red)}.loot-section{border-top:1px solid #21262d;border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.loot-title{color:#ffc107;color:var(--accent-yellow);font-size:.8rem;margin-bottom:.5rem}.loot-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.loot-item{background:#00ff881a;border-radius:4px;padding:.5rem;text-align:center}.loot-item .resource-icon{font-size:1rem}.loot-item .loot-amount{color:#0f8;color:var(--accent-green);font-family:Orbitron,sans-serif;font-size:.85rem}@keyframes typewriter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.combat-round{animation:typewriter .3s ease-out forwards}.combat-round:first-child{animation-delay:.1s}.combat-round:nth-child(2){animation-delay:.2s}.combat-round:nth-child(3){animation-delay:.3s}.combat-round:nth-child(4){animation-delay:.4s}.combat-round:nth-child(5){animation-delay:.5s}.combat-round:nth-child(6){animation-delay:.6s}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:3px solid #21262d;border-top-color:#0f8;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--accent-green);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.resource-bar{flex-wrap:wrap;gap:1rem}.planet-overview{grid-template-columns:1fr}.cockpit-nav ul{overflow-x:auto}.hud-top{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=main.62c44ed8.css.map*/