:root{--background: #ffffff;--foreground: #0a0a0a;--card: #ffffff;--card-foreground: #0a0a0a;--muted: #f1f5f9;--muted-foreground: #64748b;--border: #e2e8f0;--input: #cbd5e1;--primary: #000000;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #1e293b;--accent: #eff6ff;--accent-foreground: #1e40af;--ring: #93c5fd;--cta: #f97316;--cta-foreground: #ffffff;--radius: .5rem}.dark{--background: #0a0a0a;--foreground: #fafafa;--card: #171717;--card-foreground: #fafafa;--muted: #262626;--muted-foreground: #a3a3a3;--border: #333333;--input: #262626;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #262626;--secondary-foreground: #fafafa;--accent: #1e293b;--accent-foreground: #93c5fd;--ring: #1d4ed8;--cta: #fb923c;--cta-foreground: #000000}body{background-color:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;margin:0;padding:0}*{box-sizing:border-box}@keyframes pop-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-pop-in{animation:pop-in .8s cubic-bezier(.25,1,.5,1) forwards;opacity:0}.delay-100{animation-delay:.1s;transition-delay:.1s}.delay-200{animation-delay:.2s;transition-delay:.2s}.delay-300{animation-delay:.3s;transition-delay:.3s}.delay-400{animation-delay:.4s;transition-delay:.4s}n .animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,1,.5,1),transform .7s cubic-bezier(.25,1,.5,1);will-change:opacity,transform}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.section-divider-bottom{border-bottom:1px solid var(--border)}.section-divider-top{border-top:1px solid var(--border)}
