@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";
*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}html,body{color:#00ff41;-webkit-user-select:none;user-select:none;background:#000;height:100%;font-family:JetBrains Mono,monospace;overflow:hidden}::selection{color:#00ff41;background:0 0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#020;border-radius:2px}@keyframes flagPulse{0%,to{opacity:1}50%{opacity:.5}}.flag-line{animation:1.2s ease-in-out 4 flagPulse}@keyframes screenFlicker{0%{opacity:1}15%{opacity:.82}30%{opacity:1}45%{opacity:.91}to{opacity:1}}.flicker{animation:.25s screenFlicker}.scanlines:before{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#0000000a 2px 4px);position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(#00ff4104 0%,#0000 70%);position:fixed;inset:0}
.light-rays-container{pointer-events:none;z-index:3;width:100%;height:100%;position:relative;overflow:hidden}
