@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-950:#042f2e;--primary-900:#064e3b;--primary-800:#065f46;--primary-700:#047857;--primary-600:#059669;--primary-500:#10b981;--primary-400:#34d399;--primary-300:#6ee7b7;--primary-200:#a7f3d0;--primary-100:#d1fae5;--primary-50:#ecfdf5;--accent-900:#78350f;--accent-800:#92400e;--accent-700:#b45309;--accent-600:#d97706;--accent-500:#f59e0b;--accent-400:#fbbf24;--accent-300:#fcd34d;--accent-200:#fde68a;--accent-100:#fef3c7;--accent-50:#fffbeb;--surface-950:#0c1222;--surface-900:#111827;--surface-800:#1e293b;--surface-700:#334155;--surface-600:#475569;--surface-500:#64748b;--surface-400:#94a3b8;--surface-300:#cbd5e1;--surface-200:#e2e8f0;--surface-100:#f1f5f9;--surface-50:#f8fafc;--blue-700:#1867d5;--blue-500:#3b82f6;--blue-300:#93c5fd;--blue-100:#dbeafe;--red-700:#b91c1c;--red-500:#ef4444;--red-100:#fef2f2;--emerald-500:#10b981;--emerald-700:#047857;--green-950:var(--surface-950);--green-900:var(--surface-900);--green-800:var(--primary-800);--green-700:var(--primary-700);--green-600:var(--primary-600);--green-500:var(--primary-500);--green-400:var(--primary-400);--green-300:var(--primary-300);--green-200:var(--primary-200);--green-100:var(--primary-100);--green-50:var(--primary-50);--earth-900:var(--accent-900);--earth-800:var(--accent-800);--earth-700:var(--accent-700);--earth-600:var(--accent-600);--earth-500:var(--accent-500);--earth-400:var(--accent-400);--earth-300:var(--accent-300);--earth-200:var(--accent-200);--earth-100:var(--accent-100);--earth-50:var(--accent-50);--gold-500:#d4a017;--gold-400:#e6b422;--gold-300:#f0c94e;--neutral-950:#0a0a0a;--neutral-900:#111827;--neutral-800:#1f2937;--neutral-700:#374151;--neutral-600:#4b5563;--neutral-500:#6b7280;--neutral-400:#9ca3af;--neutral-300:#d1d5db;--neutral-200:#e5e7eb;--neutral-100:#f3f4f6;--neutral-50:#f9fafb;--ivory:#faf9f6}html{scroll-behavior:smooth}body{color:var(--neutral-900);background:var(--ivory);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--surface-900)}::-webkit-scrollbar-thumb{background:var(--primary-600);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}
