html,body,#root{background-color:#0a0a1a;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}#root{background-image:linear-gradient(#00ffcc0d 1px,#0000 1px),linear-gradient(90deg,#00ffcc0d 1px,#0000 1px);background-position:50%;background-size:40px 40px;position:relative}#root:after{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000001f 2px 4px);width:100%;height:100%;position:fixed;top:0;left:0}#root:before{content:"";pointer-events:none;z-index:9998;background:radial-gradient(#0000 60%,#0006 100%);width:100%;height:100%;position:fixed;top:0;left:0}@keyframes crt-flicker{0%{opacity:1}3%{opacity:.97}6%{opacity:1}89%{opacity:1}92%{opacity:.98}95%{opacity:1}}#root>*{animation:4s infinite crt-flicker}@keyframes neon-pulse{0%,to{box-shadow:0 0 5px #0fc3,0 0 10px #00ffcc26,0 0 20px #00ffcc1a}50%{box-shadow:0 0 10px #00ffcc4d,0 0 20px #0fc3,0 0 40px #00ffcc26}}@keyframes text-glow{0%,to{text-shadow:0 0 4px #0fc6,0 0 8px #0fc3}50%{text-shadow:0 0 8px #0fc9,0 0 16px #00ffcc4d,0 0 24px #00ffcc1a}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a1a}::-webkit-scrollbar-thumb{background:#00ffcc4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00ffcc80}::selection{color:#e0e0f0;background:#00ffcc4d}input,textarea{caret-color:#0fc!important;font-family:Share Tech Mono,monospace!important}input::placeholder,textarea::placeholder{font-family:Share Tech Mono,monospace!important}.clip-corners{clip-path:polygon(8px 0%,calc(100% - 8px) 0%,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0% calc(100% - 8px),0% 8px)}