/* Critical CSS — above-the-fold styles (moved from inline <style> in index.html) */
html,body{margin:0;padding:0}
body{background-color:#0A1628;color:#fff;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#root{min-height:100vh}
header[role="banner"]{min-height:72px}
/* SEO fallback: visible to crawlers, hidden by JS after React mounts */
#seo-fallback{padding:20px;max-width:800px;margin:0 auto;line-height:1.6;font-size:14px;color:#94a3b8}
#seo-fallback h1{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem}
#seo-fallback h2{font-size:1.25rem;font-weight:700;color:#fff;margin-top:1.5rem;margin-bottom:0.5rem}
#seo-fallback h3{font-size:1.1rem;font-weight:600;color:#fff;margin-top:1rem;margin-bottom:0.5rem}
#seo-fallback p{margin-bottom:0.75rem}
#seo-fallback a{color:#4DA8FF;text-decoration:underline}
#seo-fallback ul{padding-left:1.5rem}
#seo-fallback li{margin-bottom:0.25rem}
#seo-fallback address{font-style:normal}
#seo-fallback nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1rem}
#seo-fallback nav a{font-size:0.875rem}
#seo-fallback footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #1E3A5F}