@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg: #060c12;--bg2: #0b1520;--card: #0f1e2d;--card2: #112030;--teal: #00c9b1;--cyan: #00e5ff;--white: #e8f0f7;--muted: #4a6278;--dim: #2a3f52;--red: #ff3f5a;--gold: #f0a500;--green: #22c55e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:IBM Plex Sans,sans-serif;background:var(--bg);color:var(--white);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,201,177,.011) 2px,rgba(0,201,177,.011) 4px);pointer-events:none;z-index:9999}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--teal);border-radius:2px}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}@keyframes sweep{to{transform:rotate(360deg)}}@keyframes blip{0%{opacity:0}6%{opacity:1}30%{opacity:.5}to{opacity:0}}@keyframes blink{50%{opacity:0}}@keyframes pulse-mark{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}@keyframes growbar{0%{width:0}}@keyframes fadein{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes slidein{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes scrlpulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.font-display{font-family:Orbitron,monospace}.font-mono{font-family:IBM Plex Mono,monospace}.text-teal{color:var(--teal)}.text-muted{color:var(--muted)}.animate-fadein{animation:fadein .8s ease both}.animate-slidein{animation:slidein .9s ease .2s both}
