*{box-sizing:border-box;margin:0;padding:0}html,body{background:#0b0b1a;width:100%;height:100%;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.game-container{width:100vw;height:100vh;position:relative;overflow:hidden}.game-canvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;position:absolute;inset:0}.crt-overlay{pointer-events:none;z-index:2;background:repeating-linear-gradient(#0000 0 3px,#0000000a 3px 4px);position:absolute;inset:0;box-shadow:inset 0 0 60px #00000040}
