@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--blue-900:#0a1628;--blue-800:#0d2040;--blue-700:#122d5a;--blue-600:#1a4a8a;--blue-500:#1e5fbb;--blue-400:#2d7dd2;--blue-300:#5da0e8;--blue-100:#dbeafe;--blue-50:#eff6ff;--white:#fff;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#334155;--accent:#f59e0b;--accent-light:#fef3c7;--success:#10b981;--font-display:"Space Grotesk",sans-serif;--font-body:"Inter",sans-serif;--radius:14px;--shadow:0 4px 24px rgba(10,22,40,.1);--shadow-lg:0 8px 40px rgba(10,22,40,.16)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--blue-900);line-height:1.6}a{text-decoration:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@keyframes ring{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.3)}}