:root{--bg-base: #0c0c10;--surface: #111116;--elevated: #16161c;--border: rgba(255, 255, 255, .07);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .45);--text-muted: rgba(255, 255, 255, .22);--accent: #1CC9B7;--font-mono: "Outfit", sans-serif;--font-sans: "Outfit", sans-serif;--topbar-h: 48px;--stepper-h: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden;cursor:none}*{cursor:none!important}#cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .08s ease,opacity .2s ease,width .2s ease,height .2s ease;mix-blend-mode:screen}#cursor-ring{position:fixed;top:0;left:0;width:32px;height:32px;border:1px solid rgba(28,201,183,.35);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .18s ease,width .2s ease,height .2s ease,opacity .2s ease}body:has(button:hover) #cursor-dot,body:has(a:hover) #cursor-dot{width:12px;height:12px}body:has(button:hover) #cursor-ring,body:has(a:hover) #cursor-ring{width:44px;height:44px;border-color:#1cc9b799}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9990;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px 180px}#root{min-height:100vh;background:var(--bg-base);animation:fadeIn .9s ease forwards}@keyframes heroUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-item{opacity:0;animation:heroUp .7s cubic-bezier(.22,1,.36,1) forwards}.hero-item:nth-child(1){animation-delay:.1s}.hero-item:nth-child(2){animation-delay:.22s}.hero-item:nth-child(3){animation-delay:.34s}.hero-item:nth-child(4){animation-delay:.46s}.hero-item:nth-child(5){animation-delay:.58s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes stepEnter{0%{opacity:0}to{opacity:1}}.step-enter{animation:stepEnter .28s ease both}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{display:inline-block;width:2px;height:1.1em;background:var(--accent);vertical-align:text-bottom;margin-left:2px;animation:blink .8s step-end infinite}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
