*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#000;font-family:Courier New,Courier,monospace;color:#e8e8e8;-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}#root{width:100vw;height:100vh;position:relative;overflow:hidden}.app{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.game-canvas{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;user-select:none;-webkit-user-select:none;-moz-user-select:none;outline:none;border:none;touch-action:none}#root:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;background:repeating-linear-gradient(to bottom,#0000,#0000 1px,#00000026 1px,#00000026 2px);animation:crt-flicker .15s infinite}#root:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;background:radial-gradient(ellipse at center,#0000 60%,#0006)}@keyframes crt-flicker{0%{opacity:.95}50%{opacity:1}to{opacity:.97}}body{user-select:none;-webkit-user-select:none;-moz-user-select:none}input,textarea{user-select:text;-webkit-user-select:text;-moz-user-select:text}*:focus{outline:none}*:focus-visible{outline:2px solid #00bfe0;outline-offset:2px}canvas:focus,canvas:focus-visible{outline:none}
