/* Home Loading Skeleton Styles */ body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;margin:0;padding:0;background-color:#f8fafc;color:#111827;}.noscript-message{margin:2rem auto;max-width:720px;padding:1.5rem 2rem;border-radius:1rem;background:#fef3c7;color:#92400e;text-align:center;font-weight:600;}.home-loading{min-height:100vh;padding:1.75rem 1.5rem 3rem;display:flex;flex-direction:column;gap:2rem;background:linear-gradient(180deg, rgba(240, 253, 244, 0.65) 0%, rgba(255, 255, 255, 0.95) 100%);}.home-loading__header{display:flex;align-items:center;gap:1.5rem;}.home-loading__logo, .home-loading__cta, .home-loading__nav span, .home-loading__line, .home-loading__hero-media, .home-loading__cards span, .home-loading__button-group span{background:linear-gradient(90deg, rgba(226, 232, 240, 0.7) 0%, rgba(203, 213, 225, 0.4) 50%, rgba(226, 232, 240, 0.7) 100%);animation:loadingShimmer 1.6s ease-in-out infinite;background-size:200% 100%;border-radius:999px;display:inline-block;}.home-loading__logo{width:48px;height:48px;border-radius:16px;}.home-loading__nav{display:flex;align-items:center;gap:0.75rem;flex:1;}.home-loading__nav span{height:12px;width:80px;}.home-loading__cta{width:120px;height:36px;}.home-loading__hero{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:2rem;align-items:center;}.home-loading__hero-text{display:flex;flex-direction:column;gap:1rem;}.home-loading__line{height:16px;border-radius:12px;}.home-loading__line--lg{width:85%;height:24px;}.home-loading__line--md{width:70%;}.home-loading__button-group{display:flex;gap:0.75rem;}.home-loading__button-group span{height:42px;width:120px;border-radius:14px;}.home-loading__hero-media{width:100%;height:220px;border-radius:20px;}.home-loading__cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1rem;}.home-loading__cards span{height:160px;border-radius:18px;}.home-loading__card--delay{animation-delay:0.2s;}.home-loading__card--delay-2{animation-delay:0.4s;}@keyframes loadingShimmer{0%{background-position:0% 0;}50%{background-position:100% 0;}100%{background-position:0% 0;}}@media (max-width:640px){.home-loading{padding:1.5rem 1rem 2.5rem;}.home-loading__header{flex-direction:column;align-items:stretch;}.home-loading__hero{grid-template-columns:1fr;}.home-loading__button-group{flex-direction:column;}.home-loading__button-group span{width:100%;}}