/* Critical CSS for faster FCP - loaded before main bundle */
body{margin:0;background:#0f172a}
#root{min-height:100vh;background:linear-gradient(to bottom,#0f172a,#1e293b,#0f172a)}
/* Skeleton loader matching hero section structure to prevent CLS */
.skeleton-page{max-width:72rem;margin:0 auto;padding:4rem 1rem;text-align:center}
.skeleton-nav{height:64px;background:#0f172a;border-bottom:1px solid #334155}
.skeleton-badge{display:inline-block;width:160px;height:32px;background:#1e293b;border-radius:9999px;margin-bottom:1rem}
.skeleton-title{height:48px;background:#1e293b;border-radius:8px;max-width:600px;margin:0 auto 1rem}
.skeleton-title-2{height:48px;background:linear-gradient(90deg,#10b981 0%,#06b6d4 50%,#a855f7 100%);opacity:0.3;border-radius:8px;max-width:500px;margin:0 auto 1.5rem}
.skeleton-text{height:24px;background:#1e293b;border-radius:4px;max-width:400px;margin:0 auto 3rem}
.skeleton-input{height:56px;background:#1e293b;border-radius:12px;max-width:600px;margin:0 auto}
.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}
@keyframes skeleton-pulse{0%,100%{opacity:1}50%{opacity:0.5}}
