@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";.consent-banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#141419f2;border:1px solid #ffffff1a;border-radius:.75rem;align-items:center;gap:1rem;max-width:calc(100% - 2rem);padding:.75rem 1.25rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.consent-banner__text{color:#fffc;margin:0;font-size:.875rem}.consent-banner__actions{flex-shrink:0;gap:.5rem;display:flex}.consent-banner__btn{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:opacity .15s}.consent-banner__btn:hover{opacity:.9}.consent-banner__btn--decline{color:#fff9;background:0 0;border:1px solid #fff3}.consent-banner__btn--accept{color:#fff;background:#e56bac}@media (width<=640px){.consent-banner{text-align:center;flex-direction:column;bottom:.75rem}.consent-banner__text{font-size:.8125rem}}.site{z-index:1;flex-direction:column;min-height:100dvh;display:flex;position:relative}.backdrop{z-index:0;pointer-events:none;background:#1a1828;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.backdrop__glow{filter:blur(80px);opacity:.8;background:radial-gradient(#863bff1f 0%,#cd28830d 40%,#0000 70%);width:800px;height:500px;animation:8s ease-in-out infinite alternate breathe;position:absolute;transform:translateY(-5%)}@keyframes breathe{0%{opacity:.6;transform:translateY(-5%)scale(1)}to{opacity:.9;transform:translateY(-5%)scale(1.1)}}.backdrop__noise{opacity:1;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.starfield{z-index:1;opacity:.8;position:absolute;inset:0;overflow:hidden}.star-layer{background:0 0;position:absolute;top:-2000px;left:0}.star-layer:after{content:"";box-shadow:inherit;background:0 0;position:absolute;top:2000px;left:0}.star-layer--1{width:1px;height:1px;animation:50s linear infinite star-move}.star-layer--1:after{width:1px;height:1px}.star-layer--2{border-radius:50%;width:2px;height:2px;animation:100s linear infinite star-move}.star-layer--2:after{border-radius:50%;width:2px;height:2px}.star-layer--3{border-radius:50%;width:3px;height:3px;animation:150s linear infinite star-move}.star-layer--3:after{border-radius:50%;width:3px;height:3px}@keyframes star-move{0%{transform:translateY(0)}to{transform:translateY(2000px)}}.nav{z-index:10;justify-content:space-between;align-items:center;padding:32px 48px;display:flex;position:relative}.nav__logo{align-items:center;display:flex}.nav__logo img{opacity:.9;width:auto;height:32px;transition:opacity .3s}.nav__logo:hover img{opacity:1}.nav__right{align-items:center;display:flex}.nav__link{letter-spacing:.04em;color:var(--text-dim);font-size:13px;font-weight:500;transition:color .3s}.nav__link:hover{color:var(--text)}.hero{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:64px 40px;display:flex;position:relative}.manifesto{text-align:left;flex-direction:column;align-items:flex-start;width:100%;max-width:620px;display:flex}.manifesto__headline{letter-spacing:-.025em;color:var(--text);margin-bottom:32px;font-size:clamp(34px,5.2vw,56px);font-weight:600;line-height:1.04}.manifesto__dot{color:var(--accent);text-shadow:0 0 24px #cd28838c;animation:4s ease-in-out infinite dot-pulse}@keyframes dot-pulse{0%,to{opacity:.85;text-shadow:0 0 18px #cd288366}50%{opacity:1;text-shadow:0 0 32px #cd2883d9}}.manifesto__lede{color:var(--text);margin-bottom:32px;font-size:clamp(20px,2.7vw,24px);font-weight:500;line-height:1.5}.manifesto__email{font-family:var(--font-mono);letter-spacing:.01em;background:linear-gradient(90deg, var(--accent), var(--purple));color:#0000;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;margin-top:12px;padding-bottom:3px;font-size:clamp(16px,2vw,19px);font-weight:500;transition:filter .3s;position:relative}.manifesto__email:after{content:"";background:linear-gradient(90deg, var(--accent), var(--purple));transform-origin:0;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.manifesto__email:hover{filter:brightness(1.25)saturate(1.1)}.manifesto__email:hover:after{transform:scaleX(1)}.manifesto>*{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards manifesto-rise}.manifesto>:first-child{animation-delay:80ms}.manifesto>:nth-child(2){animation-delay:.22s}.manifesto>:nth-child(3){animation-delay:.34s}.manifesto>:nth-child(4){animation-delay:.46s}.manifesto>:nth-child(5){animation-delay:.58s}.manifesto>:nth-child(6){animation-delay:.72s}@keyframes manifesto-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.manifesto>*{opacity:1;animation:none}.manifesto__dot{animation:none}}.platform-stats{z-index:10;justify-content:center;padding:48px 48px 0;display:flex;position:relative}.platform-stats__grid{align-items:center;gap:64px;display:flex}.platform-stats__item{flex-direction:column;align-items:center;gap:8px;display:flex}.counter__value{font-family:var(--font-mono);color:var(--text);opacity:.75;letter-spacing:.02em;text-shadow:0 0 30px #863bff26;font-size:28px;font-weight:500}.platform-stats__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:500}.footer{z-index:10;justify-content:space-between;align-items:center;padding:32px 48px;display:flex;position:relative}.footer__copy{color:var(--text-muted);letter-spacing:.02em;font-size:13px}.footer__links{align-items:center;gap:16px;display:flex}.footer__link{color:var(--text-muted);letter-spacing:.02em;font-size:13px}.footer__link:hover{color:var(--text-dim)}.footer__social{color:#fff;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.footer__social:hover{color:var(--text);background:#ffffff08;border-color:#ffffff1a}.footer__social svg{fill:currentColor;width:14px;height:14px}@media (width<=640px){.nav{padding:24px}.nav__logo img{height:24px}.hero{padding:40px 24px}.manifesto__headline{margin-bottom:24px}.platform-stats{padding:32px 24px 0}.platform-stats__grid{gap:32px}.counter__value{font-size:20px}.platform-stats__label{font-size:10px}.footer{text-align:center;flex-direction:column;gap:16px;padding:24px}.backdrop__glow{width:100%;height:300px}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1a1828;--text:#fff;--text-dim:#a1a1aa;--text-muted:#71717a;--accent:#cd2883;--purple:#863bff;--font-mono:"JetBrains Mono", "SF Mono", "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);height:100%}body{background:var(--bg);min-height:100dvh;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;overflow-x:clip}#root{flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;font-family:inherit}
