@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--bg:#05060a;--panel:rgba(10,13,22,.85);--panel-border:hsla(0,0%,100%,.05);--accent:#65f7d1;--accent-strong:#49a6ff;--text:#f5f7fb;--text-soft:#9aa2b7;--warning:#ffb347;--danger:#ff6b6b;--success:#6bffcb;--radius-lg:28px;--radius-md:20px;--radius-sm:14px;--blur:blur(30px)}*{box-sizing:border-box;padding:0;margin:0;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body,html{background:var(--bg);color:var(--text);min-height:100%;overflow-x:hidden}body{position:relative}body:before{inset:-20% -10% auto;height:110vh;background:radial-gradient(circle at 15% 20%,rgba(101,247,209,.25),transparent 55%),radial-gradient(circle at 80% 5%,rgba(73,166,255,.2),transparent 50%),radial-gradient(circle at 60% 70%,rgba(255,107,255,.12),transparent 70%);filter:var(--blur);z-index:-2}body:after,body:before{content:"";position:fixed}body:after{inset:0;background-image:linear-gradient(120deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:140px 140px;opacity:.3;z-index:-1}a{color:inherit;text-decoration:none}button{font:inherit}