@layer components;:root{--surface-0:#06060a;--surface-1:#0b0b10;--surface-2:#111116;--surface-3:#18181f;--surface-4:#1f1f28;--surface-5:#272731;--text-primary:#e4e4eb;--text-secondary:#a8a8bb;--text-muted:#9090a3;--text-faint:#7e7e9c;--color-green:#19E321;--color-blue:#0099FF;--color-pink:#FF0099;--color-btc:#FF9900;--accent:#5eead4;--accent-hover:#99f6e4;--accent-muted:rgba(94,234,212,0.12);--glow-green:0 0 20px rgba(25,227,33,0.15);--glow-accent:0 0 20px rgba(94,234,212,0.12);--glow-warm:0 0 24px rgba(212,160,83,0.08);--tube-color:195,200,215;--tube-line:rgba(var(--tube-color),0.09);--tube-bloom-tight:0 0 8px rgba(var(--tube-color),0.06);--tube-bloom-wide:0 0 25px rgba(var(--tube-color),0.025);--glass-bg:rgba(11,11,16,0.65);--glass-border:rgba(255,255,255,0.04);--glass-blur:20px;--border-subtle:rgba(255,255,255,0.04);--border-default:rgba(255,255,255,0.08);--border-bright:rgba(255,255,255,0.14);--shadow-sm:0 2px 8px rgba(0,0,0,0.3);--shadow-md:0 4px 16px rgba(0,0,0,0.4);--shadow-lg:0 8px 40px rgba(0,0,0,0.5);--shadow-xl:0 20px 60px rgba(0,0,0,0.6);--text-hero:clamp(3.25rem,10vw,8rem);--text-display-xl:clamp(2.5rem,7vw,5.5rem);--text-display-lg:clamp(1.75rem,4vw,3rem);--text-display-md:clamp(1.35rem,2.5vw,2rem);--text-xl:1.25rem;--text-lg:1.0625rem;--text-base:1rem;--text-sm:0.875rem;--text-xs:0.75rem;--text-mono-label:0.6875rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--space-section:clamp(5rem,12vw,10rem);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:9999px;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:150ms;--duration-normal:250ms;--duration-slow:500ms;--z-base:0;--z-elevated:10;--z-sticky:100;--z-overlay:1000;--z-grain:9999;--z-progress:10000}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;background:var(--surface-1);color:var(--text-secondary);font-family:var(--font-body),system-ui,sans-serif}::selection{background:rgba(94,234,212,.2);color:var(--text-primary)}body:after{content:"";position:fixed;inset:0;z-index:var(--z-grain);pointer-events:none;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-bright)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}