@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Rajdhani:wght@300;400;600;700&display=swap");:root{--bg:#080c0a;--surface:#0d1410;--border:#1a2e20;--border-glow:#2aff6b33;--green:#2aff6b;--green-dim:#1adb55;--green-faint:#2aff6b18;--text:#c8f5d8;--text-dim:#6b9e7a;--error:#ff4d6d;--mono:"Space Mono",monospace;--display:"Rajdhani",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg)}body{font-family:var(--display);color:var(--text);min-height:100vh;overflow-x:hidden}body:before{background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 4px);z-index:100}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");z-index:99;opacity:.6}