:root{--bg:#0a0a0a;--surface:#151515;--surface-2:#1e1e1e;--red:#e8231a;--red-glow:#e8231a59;--green:#22c55e;--green-glow:#22c55e4d;--yellow:#f5a623;--text:#fff;--text-muted:#9ca3af;--border:#ffffff14;--border-card:#ffffff1a;--nav-bg:#151515e6;--r-sm:8px;--r-md:16px;--r-lg:24px;--r-pill:999px;--f-display:"Poppins", sans-serif;--f-body:"Hanken Grotesk", sans-serif;--f-mono:"Space Grotesk", sans-serif}[data-theme=light]{--bg:#f5f0e8;--surface:#fdfaf4;--surface-2:#ede8dc;--red:#c9271f;--red-glow:#c9271f2e;--green:#1a9e4a;--green-glow:#1a9e4a2e;--yellow:#c98a10;--text:#1a1714;--text-muted:#7a7269;--border:#00000014;--border-card:#00000017;--nav-bg:#fdfaf4eb}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--f-body);-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}.app{background:var(--bg);min-height:100vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes foodSwap{0%{opacity:0;transform:scale(.4)translateY(40px)rotate(-20deg)}55%{opacity:1;transform:scale(1.12)translateY(-6px)rotate(4deg)}to{opacity:1;transform:scale(1)translateY(0)rotate(0)}}@keyframes driftGreen{0%{transform:translate(0)rotate(0)}20%{transform:translate(10px,-20px)rotate(15deg)}45%{transform:translate(4px,-32px)rotate(5deg)}70%{transform:translate(-10px,-18px)rotate(-10deg)}to{transform:translate(0)rotate(0)}}@keyframes driftRed{0%{opacity:.9;transform:translate(0)scale(1)}25%{opacity:1;transform:translate(-14px,-20px)scale(1.5)}55%{opacity:.7;transform:translate(8px,-30px)scale(.7)}80%{opacity:1;transform:translate(-6px,-10px)scale(1.2)}to{opacity:.9;transform:translate(0)scale(1)}}@keyframes spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes sparkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(2)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatCard2{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.anim-1{animation:.45s 50ms both fadeUp}.anim-2{animation:.45s .18s both fadeUp}.anim-3{animation:.45s .32s both fadeUp}.anim-4{animation:.45s .46s both fadeUp}.anim-img{animation:.6s .1s both fadeUp}.float-hero{will-change:transform;animation:4s ease-in-out infinite floatY}.float-dot{will-change:transform;animation:6s ease-in-out 1s infinite floatY}.food-swap{animation:.55s cubic-bezier(.34,1.56,.64,1) both foodSwap;display:inline-block}.drift-green{will-change:transform;animation:6s ease-in-out infinite driftGreen}.drift-red{will-change:transform;animation:5s ease-in-out 1.2s infinite driftRed}.bounce-in{animation:.35s both bounceIn}.card-anim{animation:.32s ease-out both cardFadeUp}.spin-ring{will-change:transform;animation:28s linear infinite spinRing}.spin-ring-reverse{will-change:transform;animation:20s linear infinite reverse spinRing}.orbit-fast{will-change:transform;animation:7s linear infinite orbit}.orbit-slow-reverse{will-change:transform;animation:12s linear infinite reverse orbit}.pulse-glow{will-change:transform, opacity;animation:3.5s ease-in-out infinite pulseGlow}.sparkle-1{animation:2.4s ease-in-out infinite sparkle}.sparkle-2{animation:3.2s ease-in-out .7s infinite sparkle}.sparkle-3{animation:2.8s ease-in-out 1.4s infinite sparkle}.float-card{animation:5s ease-in-out .4s infinite floatCard}.float-card-2{animation:6.5s ease-in-out 1s infinite floatCard2}.shimmer-elem{border-radius:var(--r-sm);background:linear-gradient(90deg,#151515,#282828,#151515) 0 0/200% 100%;animation:1.4s linear infinite shimmer}[data-theme=light] .shimmer-elem{background:linear-gradient(90deg,#ede8dc,#f5f0e8,#ede8dc) 0 0/200% 100%}.glass-pill{-webkit-backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff24}[data-theme=light] .glass-pill{-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #00000014;box-shadow:0 6px 24px #00000017}.hero-bg{background:radial-gradient(at 80%,#2a0a0a 0%,#0a0a0a 60%);position:relative;overflow:hidden}[data-theme=light] .hero-bg{background:linear-gradient(135deg,#f5f0e8 60%,#ede8dc 100%)}.hero{grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding-top:80px;display:grid}.section-title{font-family:var(--f-display);color:var(--text);font-weight:800;display:inline-block}.section-title:after{content:"";background:var(--red);border-radius:2px;width:40px;height:3px;margin-top:5px;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:2px}.scroll-x{scrollbar-width:none;overflow-x:auto}.scroll-x::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:reduce){.anim-1,.anim-2,.anim-3,.anim-4,.anim-img{opacity:1;animation:none;transform:none}.float-hero,.float-dot,.drift-green,.drift-red,.food-swap,.spin-ring,.spin-ring-reverse,.orbit-fast,.orbit-slow-reverse,.pulse-glow,.sparkle-1,.sparkle-2,.sparkle-3,.float-card,.float-card-2{animation:none}.card-anim,.bounce-in{opacity:1;animation:none}}
/*# sourceMappingURL=path0.f3b09927.css.map */
