#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1e40af;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center}#loading-overlay.hidden{display:none}.loading-logo{margin-bottom:2rem}.logo-text{font-size:4rem;font-weight:700;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;letter-spacing:-.025em;text-transform:none}.loading-progress{width:200px;height:3px;background:rgba(255,255,255,.3);border-radius:2px;overflow:hidden;margin-bottom:1rem;position:relative}.progress-fill{height:100%;background:#fff;border-radius:2px;width:0%;transition:width .3s ease-out}@media (max-width:768px){.logo-text{font-size:3rem}.loading-progress{width:180px}}@media (max-width:480px){.logo-text{font-size:2.5rem}.loading-progress{width:160px}}@media (prefers-color-scheme:dark){#loading-overlay{background:#1e40af}}@media (prefers-reduced-motion:reduce){.logo-text{animation:none;opacity:1}}body.loading{overflow:hidden}body.loading #page-content,body.loading footer,body.loading nav{visibility:hidden;opacity:0}.content-reveal{animation:.8s ease-out forwards contentFadeIn}@keyframes contentFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}