@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#ffe600;--yellow-dim:#ffe60012;--yellow-glow:#ffe6002e;--black:#000;--surface:#0a0a0a}body{background-color:var(--black);color:#ffffffd9;min-height:100vh;font-family:Orbitron,monospace;position:relative;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(118deg,#0000,#0000 60px,#ffe60008 60px 61px),repeating-linear-gradient(-62deg,#0000,#0000 80px,#ffe60005 80px 81px);position:fixed;inset:0}body:after{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#ffe6000a 1px,#0000 1px),linear-gradient(90deg,#ffe6000a 1px,#0000 1px);background-size:48px 48px;animation:4s ease-in-out infinite gridPulse;position:fixed;inset:0}@keyframes gridPulse{0%,to{opacity:.6}50%{opacity:1}}#lightning-canvas{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;inset:0}#root{z-index:1;position:relative}.bg-glow{pointer-events:none;z-index:0;filter:blur(90px);border-radius:50%;animation:6s ease-in-out infinite glowPulse;position:fixed}.bg-glow-1{background:radial-gradient(#ffe60012 0%,#0000 70%);width:500px;height:300px;animation-delay:0s;top:10%;left:-100px}.bg-glow-2{background:radial-gradient(#ffe6000d 0%,#0000 70%);width:400px;height:400px;animation-delay:3s;bottom:15%;right:-80px}.bg-glow-3{background:radial-gradient(#ffe6000a 0%,#0000 70%);width:300px;height:300px;animation-delay:1.5s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}
