@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");.crt-container{width:100vw;height:100vh;background:#0a0a0a;display:flex;align-items:center;justify-content:center;-webkit-text-size-adjust:100%}.crt-container,.crt-screen{position:relative;overflow:hidden}.crt-screen{width:95%;height:92%;background:#000800;border:3px solid #1a1a1a;border-radius:18px;box-shadow:inset 0 0 80px rgba(0,255,65,.06),0 0 40px rgba(0,255,65,.08);animation:flicker 4s infinite}.crt-screen:before{top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 4px);z-index:10}.crt-screen:after,.crt-screen:before{content:"";position:absolute;pointer-events:none}.crt-screen:after{top:-50%;left:-50%;right:-50%;bottom:-50%;background:radial-gradient(ellipse at center,transparent 0,rgba(0,0,0,.25) 70%,rgba(0,0,0,.65) 100%);z-index:11}.screen-content{position:relative;width:100%;height:100%;padding:24px 30px;overflow-y:auto;overflow-x:hidden;z-index:5;scrollbar-width:none}.screen-content::-webkit-scrollbar{display:none}.terminal-text{font-family:VT323,monospace;font-size:20px;color:#3f6;line-height:1.5;text-shadow:0 0 8px rgba(51,255,102,.5);white-space:pre-wrap;word-break:break-word}.terminal-line{min-height:1.5em}.cursor-blink{display:inline-block;width:12px;height:20px;background:#3f6;animation:blink .8s step-end infinite;vertical-align:text-bottom;margin-left:2px;box-shadow:0 0 6px rgba(51,255,102,.6)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.input-line{display:flex;align-items:center}.terminal-input{font-family:VT323,monospace;font-size:20px;color:#3f6;background:transparent;border:none;outline:none;text-shadow:0 0 8px rgba(51,255,102,.5);caret-color:transparent;width:100%;line-height:1.5}.ttt-board{display:inline-block;margin:8px 0}.ttt-cell,.ttt-row{display:flex}.ttt-cell{width:52px;height:44px;align-items:center;justify-content:center;font-family:VT323,monospace;font-size:28px;color:#3f6;text-shadow:0 0 8px rgba(51,255,102,.5);border:1px solid #1a5c2a;cursor:pointer;transition:background .1s}.ttt-cell:hover{background:rgba(51,255,102,.08)}.ttt-cell.taken{cursor:default}.war-map-container{position:relative;margin:12px 0}.war-map-canvas{display:block;image-rendering:pixelated}.learn-grid{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0;max-width:600px}.mini-board{display:inline-grid;grid-template-columns:repeat(3,16px);grid-template-rows:repeat(3,14px);gap:0;border:1px solid #1a5c2a}.mini-cell{width:16px;height:14px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#3f6;text-shadow:0 0 4px rgba(51,255,102,.4);border:1px solid #0d3316}.defcon-display,.mini-cell{font-family:VT323,monospace}.defcon-display{font-size:32px;color:#f33;text-shadow:0 0 12px rgba(255,50,50,.7);text-align:center;margin:8px 0;letter-spacing:4px}.defcon-1{animation:defcon-flash .5s infinite}@keyframes defcon-flash{0%,to{opacity:1}50%{opacity:.4}}.exit-link{position:fixed;top:12px;right:16px;font-family:VT323,monospace;font-size:14px;color:rgba(51,255,102,.3);text-decoration:none;z-index:100;transition:color .2s}.exit-link:hover{color:rgba(51,255,102,.7)}@keyframes flicker{0%{opacity:.98}5%{opacity:.95}10%{opacity:.98}15%{opacity:.92}20%{opacity:.98}to{opacity:.98}}.mobile-action-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,.85);padding:12px 16px calc(12px + env(safe-area-inset-bottom));z-index:50;flex-wrap:wrap;gap:8px;justify-content:center;border-top:1px solid #1a5c2a;backdrop-filter:blur(8px)}.mobile-action-btn{font-family:VT323,monospace;font-size:16px;color:#3f6;background:transparent;border:1px solid #3f6;border-radius:4px;padding:10px 16px;min-height:44px;cursor:pointer;text-shadow:0 0 6px rgba(51,255,102,.4);transition:background .1s,transform .1s;-webkit-tap-highlight-color:transparent}.mobile-action-btn:active{background:rgba(51,255,102,.2);transform:scale(.95)}.mobile-hint{font-family:VT323,monospace;font-size:14px;color:rgba(51,255,102,.4);text-align:center;width:100%;animation:pulse-hint 2s ease-in-out infinite}@keyframes pulse-hint{0%,to{opacity:.4}50%{opacity:.8}}@media (hover:none) and (pointer:coarse){.mobile-action-bar{display:flex}.screen-content{padding-bottom:100px}.terminal-text{font-size:16px}.crt-screen{width:100%;height:100%;border-radius:0;border:none}.crt-container{padding:0}.war-map-canvas{max-width:100%!important;height:auto!important}.ttt-cell{width:60px;height:52px;font-size:32px}}@media (max-width:480px){.terminal-text{font-size:15px}.screen-content{padding:12px 14px}.defcon-display{font-size:24px}.exit-link{font-size:12px;top:6px;right:8px}}