:root{--bg: #0c0c0c;--text: #e0dfd6;--text-dim: #706f68;--text-bright: #faf9f2;--green: #80d494;--amber: #f0c040;--red: #e86060;--font: "Courier New", Courier, monospace;--glow-text: 0 0 8px rgba(224, 223, 214, .12);--glow-green: 0 0 8px rgba(128, 212, 148, .25);--glow-amber: 0 0 8px rgba(240, 192, 64, .25);--glow-red: 0 0 8px rgba(232, 96, 96, .25)}*{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;margin:0;min-height:100vh;-webkit-font-smoothing:antialiased;text-shadow:var(--glow-text)}body:after{content:"";position:fixed;inset:0;background:repeating-linear-gradient(to bottom,transparent,transparent 3px,rgba(0,0,0,.08) 3px,rgba(0,0,0,.08) 4px);pointer-events:none;z-index:9999}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.5) 100%);pointer-events:none;z-index:9998}.game{max-width:700px;margin:0 auto;padding:2rem 1rem}.game-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 3rem;max-width:1100px;margin:0 auto;padding:2rem 1rem;align-items:start}.col{min-width:0}.section{margin-bottom:2rem}.section-header{color:var(--text-dim);margin:0 0 .75rem;font-size:14px;font-weight:400}.resource-row{display:flex;gap:.5rem;font-variant-numeric:tabular-nums;margin-bottom:.25rem;line-height:1.6}.resource-name{min-width:14ch;color:var(--text)}.resource-amount{min-width:6ch;text-align:right}.resource-rate{min-width:5ch}.resource-rate.positive{color:var(--green);text-shadow:var(--glow-green)}.resource-rate.negative{color:var(--red);text-shadow:var(--glow-red)}.resource-rate.zero{color:var(--text-dim)}.status-warning{color:var(--amber);text-shadow:var(--glow-amber)}.status-critical{color:var(--red);text-shadow:var(--glow-red)}.btn{background:none;border:none;color:var(--text);cursor:pointer;font-family:var(--font);font-size:14px;padding:0;display:inline}.btn:before{content:"["}.btn:after{content:"]"}.btn:hover:not(:disabled){color:var(--text-bright)}.btn:disabled{color:var(--text-dim);cursor:not-allowed}.btn.affordable{color:var(--text-bright);text-shadow:0 0 6px rgba(250,249,242,.3)}.btn.not-affordable{color:var(--text-dim)}.build-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:.4rem;line-height:1.6;flex-wrap:wrap}.build-details{color:var(--text-dim);font-size:13px}.structure-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.4rem;line-height:1.6;flex-wrap:wrap}.structure-name{min-width:18ch}.structure-level{color:var(--text-dim);min-width:6ch}.structure-status{color:var(--amber)}.structure-actions{display:flex;gap:.5rem}.construction-row{display:flex;gap:1rem;margin-bottom:.4rem;line-height:1.6;font-variant-numeric:tabular-nums}.construction-name{min-width:18ch}.construction-time{color:var(--text-dim)}.log-entry{display:flex;gap:1ch;margin-bottom:.2rem;line-height:1.5}.log-timestamp{color:var(--text-dim);white-space:nowrap;flex-shrink:0}.log-message.info{color:var(--text)}.log-message.success{color:var(--green);text-shadow:var(--glow-green)}.log-message.warning{color:var(--amber);text-shadow:var(--glow-amber)}.log-message.error{color:var(--red);text-shadow:var(--glow-red)}.log-empty{color:var(--text-dim)}.transmission-title{color:var(--text-bright);margin-bottom:.5rem}.transmission-description{margin-bottom:1rem;line-height:1.6}.transmission-choices{display:flex;flex-direction:column;gap:.4rem}.transmission-choice{display:flex;align-items:baseline;gap:.5rem}.choice-unavailable{color:var(--text-dim);font-size:13px}.transmission-outcome{color:var(--green);text-shadow:var(--glow-green);margin-bottom:.75rem;line-height:1.6}.loading-line{color:var(--text-dim)}.error-line{color:var(--red);text-shadow:var(--glow-red)}.settle-area{margin-bottom:2rem}.arrival-line{line-height:1.5;margin-bottom:.2rem}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.arrival-cursor{animation:blink 1s step-end infinite;color:var(--text-bright);text-shadow:0 0 6px rgba(250,249,242,.4)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .8s ease-in}@keyframes crt-flicker{0%,to{opacity:1}92.5%{opacity:1}93%{opacity:.96}93.5%{opacity:1}97%{opacity:1}97.2%{opacity:.98}97.4%{opacity:1}}#root{animation:crt-flicker 8s infinite}
