@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";
:root{--brand-500:#6f4cff;--brand-600:#5a3fe0;--brand-700:#472fc2;--accent-500:#ff2e88;--accent-600:#e02676;--accent-700:#c21f64;--gradient-brand:linear-gradient(135deg,#6f4cff 0%,#b44cff 40%,#ff2e88 100%);--bg:#06070f;--bg-elevated:#0b0d18;--surface:#120f23bf;--surface-2:#181230bf;--surface-3:#1e163cd9;--text:#f4f1ff;--text-muted:#f4f1ffb3;--text-subtle:#f4f1ff73;--text-on-brand:#fff;--border:#ffffff0f;--border-strong:#ffffff24;--primary:var(--brand-500);--primary-hover:var(--brand-600);--primary-press:var(--brand-700);--secondary:var(--accent-500);--secondary-hover:var(--accent-600);--secondary-press:var(--accent-700);--link:var(--accent-500);--link-hover:#ff5aa5;--focus:#6f4cff59;--focus-strong:#ff2e8859;--success:#22c55e;--success-bg:#22c55e1f;--warning:#fbbf24;--warning-bg:#fbbf2424;--danger:#f87171;--danger-bg:#f871711f;--info:var(--brand-500);--info-bg:#6f4cff1f;--glow-purple:0 0 8px #6f4cff99,0 0 24px #6f4cff66,0 0 48px #6f4cff40;--glow-pink:0 0 8px #ff2e8899,0 0 24px #ff2e8866,0 0 48px #ff2e8840;--glow-soft:0 0 40px #ff2e8826;--shadow-sm:0 2px 6px #00000080;--shadow-md:0 12px 40px #0009;--shadow-lg:0 24px 80px #000000b3;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--glass:#0a081499}html,body{max-width:100vw;font-family:Roboto,sans-serif;overflow-x:hidden}body{color:var(--text);background:var(--bg)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#000}::-webkit-scrollbar-thumb:hover{background:#000}section{border:1px solid red}
.Header-module__85i50G__header{z-index:100;background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:1200px;box-shadow:var(--glow-soft);border:1px solid #ff2e8826;border-radius:999px;position:fixed;top:10px;left:50%;transform:translate(-50%)}.Header-module__85i50G__container{justify-content:space-between;align-items:center;max-width:1200px;height:clamp(64px,5vh,90px);margin:0 auto;padding:16px 24px;display:flex}.Header-module__85i50G__logo{height:100%}.Header-module__85i50G__logo img{width:auto;height:100%}.Header-module__85i50G__nav{align-items:center;gap:24px;display:flex}.Header-module__85i50G__nav a{color:var(--text-muted);font-size:clamp(14px,.8vw,18px);font-weight:500;transition:color .2s}.Header-module__85i50G__nav a:hover{color:var(--text)}.Header-module__85i50G__cta{background:var(--primary);color:var(--text-on-brand);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:8px 14px;font-size:clamp(14px,.9vw,18px);font-weight:600;transition:background .2s,transform .15s}.Header-module__85i50G__cta:hover{background:var(--primary-hover);transform:translateY(-1px)}.Header-module__85i50G__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Header-module__85i50G__hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:transform .25s,opacity .2s}.Header-module__85i50G__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__85i50G__open span:nth-child(2){opacity:0}.Header-module__85i50G__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__85i50G__mobileMenu{background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;gap:20px;padding:24px;display:none}.Header-module__85i50G__mobileMenu a{color:var(--text);font-size:18px;font-weight:500}.Header-module__85i50G__show{display:flex}@media (max-width:768px){.Header-module__85i50G__desktop{display:none}.Header-module__85i50G__hamburger{display:flex}}
.Main-module__0L3xna__main{width:100dvw;min-height:100dvh;position:relative}
.Footer-module__hP-FLq__footer{z-index:1;background:var(--surface-2);border-top:1px solid var(--border);margin-top:25px;position:relative}.Footer-module__hP-FLq__container{justify-content:space-between;gap:32px;max-width:1200px;margin:0 auto;padding:48px 24px;display:flex}.Footer-module__hP-FLq__left{max-width:420px}.Footer-module__hP-FLq__brand{color:var(--text);font-size:18px;font-weight:700}.Footer-module__hP-FLq__tagline{color:var(--text-subtle);margin-top:8px;font-size:14px;line-height:1.5}.Footer-module__hP-FLq__right{flex-direction:column;gap:10px;display:flex}.Footer-module__hP-FLq__right a{color:var(--text-muted);font-size:14px;transition:color .2s}.Footer-module__hP-FLq__right a:hover{color:var(--text)}.Footer-module__hP-FLq__bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-subtle);padding:16px 24px;font-size:13px}@media (max-width:768px){.Footer-module__hP-FLq__container{flex-direction:column;gap:40px}}
