@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";.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:0 40px;display:flex;position:relative}.hero__center{flex-direction:column;align-items:center;gap:36px;display:flex;transform:translateY(-4vh)}.hero__main-logo{filter:drop-shadow(0 4px 24px #ffffff1a);width:auto;height:64px}.logo-dot{transform-origin:578px 340px;animation:4s ease-in-out infinite dot-float,4s ease-in-out infinite dot-glow}@keyframes dot-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.1)}}@keyframes dot-glow{0%,to{filter:drop-shadow(0 0 10px #fff3);fill:#f4f5f7}50%{filter:drop-shadow(0 0 25px #cd2883cc);fill:#fff}}.hero__tagline{color:var(--text-dim);letter-spacing:.25em;text-transform:uppercase;text-align:center;font-size:15px;font-weight:400}.hero__status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:12px;margin-top:8px;padding:8px 20px;display:flex}.hero__pulse{background:var(--text);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite status-pulse;box-shadow:0 0 10px #fffc}.hero__status-text{color:var(--text-dim);letter-spacing:.05em;font-size:12px;font-weight:500}@keyframes status-pulse{0%,to{opacity:.4;box-shadow:0 0 6px #fff6}50%{opacity:1;box-shadow:0 0 12px #ffffffe6}}.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__socials{gap:12px;display:flex}.footer__social{width:36px;height:36px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;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:0 24px}.hero__main-logo{height:40px}.hero__tagline{letter-spacing:.15em;font-size:12px}.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}
