:root{--bg:#07080c;--fg:#f2f3f7;--muted:#8b90a3;--accent:#7c8cff;--accent-2:#4fd1c5;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}.hero{text-align:center;isolation:isolate;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:2rem;display:flex;position:relative}.glow{z-index:-1;background:radial-gradient(60% 50% at 50% 60%,#7c8cff38,#0000 70%),radial-gradient(40% 40% at 70% 30%,#4fd1c51f,#0000 70%);animation:14s ease-in-out infinite alternate drift;position:absolute;inset:0}.axes{width:min(260px,60vw);height:auto;margin-bottom:.5rem;overflow:visible}.plane{opacity:0;animation:1s ease-out forwards fade}.grid line{stroke:var(--fg);stroke-opacity:.08;stroke-width:1px}.axis{stroke:var(--muted);stroke-opacity:.6;stroke-width:1.5px;stroke-linecap:round}.label{fill:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic}.origin{fill:var(--muted)}.zline{stroke:var(--accent);stroke-width:4px;stroke-linecap:round;stroke-dasharray:170;stroke-dashoffset:170px;animation:1.3s cubic-bezier(.22,1,.36,1) .7s forwards arise}.zhead{fill:var(--accent);opacity:0;transform-box:fill-box;transform-origin:50% 100%;animation:.4s ease-out 1.8s forwards pop}.zvec{animation:3s ease-in-out 2.4s infinite pulse}.zlabel{fill:var(--accent);opacity:0;font-size:20px;animation:.6s ease-out 2.1s forwards fade}.wordmark{letter-spacing:-.04em;margin:0;font-size:clamp(3rem,12vw,7rem);font-weight:700;line-height:1;animation:.9s ease-out 1.2s both rise}.wordmark span{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#0000;-webkit-background-clip:text;background-clip:text}.tagline{letter-spacing:.35em;text-transform:uppercase;color:var(--muted);margin:1rem 0 0;font-size:clamp(1rem,2.5vw,1.35rem);animation:.9s ease-out 1.6s both rise}.foot{color:var(--muted);opacity:.6;font-size:.75rem;position:absolute;bottom:1.5rem}@keyframes fade{to{opacity:1}}@keyframes arise{to{stroke-dashoffset:0}}@keyframes pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{transform:translate(-3%,-2%)scale(1)}to{transform:translate(3%,2%)scale(1.08)}}@media (prefers-reduced-motion:reduce){.glow,.plane,.zline,.zhead,.zlabel,.wordmark,.tagline{animation:none}.plane,.zhead,.zlabel{opacity:1}.zline{stroke-dashoffset:0}}
