:root{--ink:#0f172a;--muted:#64748b;--accent:#2563eb;--surface:#fff;--bg:#f8fafc;--border:#e2e8f0;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}@media (prefers-color-scheme:dark){:root{--ink:#f1f5f9;--muted:#94a3b8;--accent:#3b82f6;--surface:#111827;--bg:#0b1120;--border:#1e293b}}.stage{color:#f1f5f9;background:radial-gradient(900px 600px at 50% 30%,#3b82f61f,#0000 70%),radial-gradient(700px 500px at 50% 80%,#7c3aed1a,#0000 70%),#05080f;flex-direction:column;justify-content:center;align-items:center;gap:48px;min-height:100vh;padding:64px 24px;display:flex;position:relative;overflow:hidden}.elixir{place-items:center;width:220px;height:360px;display:grid;position:relative}.elixir-aura{filter:blur(8px);background:radial-gradient(circle,#3b82f673,#7c3aed2e 45%,#0000 70%);border-radius:50%;width:320px;height:320px;animation:4s ease-in-out infinite aura;position:absolute}@keyframes aura{0%,to{opacity:.65;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}.flask{filter:drop-shadow(0 0 22px #3b82f68c);width:200px;height:320px;animation:6s ease-in-out infinite sway;position:relative}@keyframes sway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.flask-outline,.flask-neck{fill:none;stroke:#dcebff8c;stroke-width:3px}.flask-neck{stroke-width:3px}.liquid{animation:5s ease-in-out infinite bob}@keyframes bob{0%,to{transform:translateY(2px)}50%{transform:translateY(-6px)}}.wave{animation:7s linear infinite drift}.wave-front{animation-duration:4.5s;animation-direction:reverse}@keyframes drift{0%{transform:translate(0)}to{transform:translate(-100px)}}.bubble{fill:#ffffffbf;opacity:0;animation:4s ease-in infinite rise}.b1{animation-delay:0s}.b2{animation-delay:.8s}.b3{animation-delay:1.6s}.b4{animation-delay:2.3s}.b5{animation-delay:3s}.b6{animation-delay:3.6s}@keyframes rise{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:.9}80%{opacity:.7}to{opacity:0;transform:translateY(-120px)scale(1)}}.spark{opacity:0;background:#7df9ff;border-radius:50%;width:6px;height:6px;animation:5s ease-in-out infinite float;position:absolute;box-shadow:0 0 10px 2px #7df9ffcc}.s1{animation-delay:0s;top:30%;left:12%}.s2{animation-delay:.9s;top:18%;left:78%}.s3{animation-delay:1.7s;top:60%;left:8%}.s4{animation-delay:2.4s;top:48%;left:88%}.s5{animation-delay:3.1s;top:75%;left:20%}.s6{animation-delay:3.8s;top:72%;left:80%}@keyframes float{0%,to{opacity:0;transform:translateY(8px)}35%{opacity:1}65%{opacity:.6}50%{transform:translateY(-14px)}}.headline{text-align:center;letter-spacing:-.01em;background:linear-gradient(#fff,#b9c6e6);color:#0000;-webkit-background-clip:text;background-clip:text;max-width:760px;margin:0;font-size:clamp(1.5rem,3.4vw,2.6rem);font-weight:600;line-height:1.3}.headline span{color:#8aa0c9;-webkit-text-fill-color:#8aa0c9;margin-top:8px;font-size:.78em;font-weight:500;display:block}.legal{align-items:center;gap:16px;font-size:.92rem;display:flex}.legal a{color:#94a3b8;text-decoration:none;transition:color .2s}.legal a:hover{color:#e2e8f0}.sep{background:#475569;border-radius:50%;width:4px;height:4px}@media (width<=768px){.stage{gap:36px}.elixir{width:180px;height:300px}.flask{width:168px;height:270px}}@media (prefers-reduced-motion:reduce){.elixir-aura,.flask,.liquid,.wave,.bubble,.spark{animation:none}}
