@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");.wargames-container{background-color:#000;min-height:100vh;color:#33ff00;font-family:VT323,monospace;font-size:24px;position:relative;overflow:hidden;padding:160px 2rem 2rem}.crt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.25) 0),linear-gradient(90deg,rgba(255,0,0,.06),rgba(0,255,0,.02),rgba(0,0,255,.06));background-size:100% 2px,3px 100%;pointer-events:none;z-index:10}.terminal-screen{max-width:1200px;margin:0 auto;position:relative;z-index:101;text-shadow:0 0 5px #33ff00;pointer-events:auto}.start-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;gap:2rem;pointer-events:auto}.system-prompt{font-size:1.5rem;text-align:center;line-height:1.6;margin-bottom:1rem;color:#33ff00}.system-footer{font-size:1.1rem;color:rgba(51,255,0,.5);margin-top:1rem}.terminal-line{margin-bottom:.5rem}.menu-options{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem;align-items:flex-start;pointer-events:auto}.terminal-btn{background:transparent;border:none;color:#33ff00;font-family:VT323,monospace;font-size:28px;text-align:left;cursor:pointer;text-shadow:0 0 5px #33ff00;padding:.5rem 1rem;display:block;width:100%;max-width:500px;transition:all .2s ease;text-decoration:none}.terminal-btn:hover{background:#33ff00;color:#000}.menu-options .exit-btn{margin-top:2rem}.exit-btn{color:#ff3333;text-shadow:0 0 5px #ff3333}.exit-btn:hover{background:#ff3333;color:#000}.blink-btn{animation:blink 1s infinite}@keyframes blink{50%{opacity:.5}}.game-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem}.hud{width:100%;display:flex;justify-content:space-between;border-bottom:2px solid #33ff00;padding-bottom:1rem;margin-bottom:1rem}.status{color:#33ff00;animation:blink 1s infinite}.board{display:grid;grid-template-columns:repeat(3,100px);gap:10px}.square{width:100px;height:100px;background:transparent;border:2px solid #33ff00;color:#33ff00;font-size:64px;font-family:VT323,monospace;cursor:pointer;display:flex;align-items:center;justify-content:center}.square:hover{background:rgba(51,255,0,.1)}.controls{display:flex;gap:2rem;margin-top:1rem}.war-room{display:flex;flex-direction:column;gap:1rem;width:100%}.war-room .hud{display:flex;justify-content:space-between;border-bottom:2px solid #ff3333;color:#ff3333;padding-bottom:.5rem}.simulation-container{display:flex;gap:1rem;justify-content:center}.map-container{position:relative;width:800px;height:475px;border:2px solid #004400;background-color:#000;background-image:url(/images/world_map.png);background-size:contain;background-repeat:no-repeat;background-position:50%;flex-shrink:0}.war-map{z-index:2;opacity:.9}.map-overlay,.war-map{position:absolute;top:0;left:0}.map-overlay{width:100%;height:100%;z-index:10;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}.impact-log,.map-overlay{display:flex;flex-direction:column}.impact-log{width:250px;min-width:250px;flex-shrink:0;border:2px solid #ff3333;padding:1rem;height:475px;overflow:hidden}.impact-log h3{color:#ff3333;border-bottom:1px solid #ff3333;margin:0 0 1rem;padding-bottom:.5rem;text-align:center}.log-entries{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.5rem}.log-entry{color:#ff3333;font-size:18px}.blink-text{animation:blink .5s infinite}.death-screen h1{font-size:64px;color:#ff0000;margin:0;text-shadow:0 0 10px #ff0000}.death-screen p{font-size:32px;margin-bottom:2rem}@media (max-width:1100px){.simulation-container{flex-direction:column;align-items:center}.impact-log{width:800px;height:150px;min-width:auto}}