*,*:before,*:after{box-sizing:border-box}:root{--background: #191919;--foreground: #D8D8D8;--accent: #D8D8D8;--accent-green: #4ade80;--accent-green-muted: rgba(74, 222, 128, .1);--accent-foreground: #191919;--muted: #2a2a2a;--muted-foreground: #999999;--border: rgba(216, 216, 216, .1);--glass: rgba(25, 25, 25, .8);--font-sans: "Inter", sans-serif;--font-heading: "Space Grotesk", sans-serif}*{margin:0;padding:0;font:inherit}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.glass{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.gradient-text{background:linear-gradient(to right,#D8D8D8,var(--accent-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-8{gap:2rem}.z-50{z-index:50}.fixed{position:fixed}.top-0{top:0}.w-full{width:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:fadeUp .6s ease-out forwards}.reveal-0{animation-delay:.1s}.reveal-1{animation-delay:.2s}.reveal-2{animation-delay:.3s}.reveal-3{animation-delay:.4s}.bg-accent{background-color:var(--accent-green)}.text-accent-foreground{color:var(--accent-foreground)}.rounded-lg{border-radius:.5rem}.w-8{width:2rem}.h-8{height:2rem}
