.loading-screen-overlay{z-index:10000;background:#f5f0e8;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.loading-sunburst-bg{opacity:.9;pointer-events:none;background:conic-gradient(#ff6b35 0deg 15deg,#ffe66d 15deg 30deg,#ff8c42 30deg 45deg,#ffc857 45deg 60deg,#ff6b9d 60deg 75deg,#ffe66d 75deg 90deg,#ff6b35 90deg 105deg,#ffa07a 105deg 120deg,#ffe66d 120deg 135deg,#ff8c42 135deg 150deg,#ffc857 150deg 165deg,#ff6b9d 165deg 180deg,#ff6b35 180deg 195deg,#ffe66d 195deg 210deg,#ff8c42 210deg 225deg,#ffc857 225deg 240deg,#ff6b9d 240deg 255deg,#ffe66d 255deg 270deg,#ff6b35 270deg 285deg,#ffa07a 285deg 300deg,#ffe66d 300deg 315deg,#ff8c42 315deg 330deg,#ffc857 330deg 345deg,#ff6b9d 345deg 360deg);width:250vmax;height:250vmax;animation:40s linear infinite sunburstSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes sunburstSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.loading-sunburst-fade{pointer-events:none;z-index:1;background:radial-gradient(circle,#ffffff4d 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.loading-screen-content{z-index:2;text-align:center;background:#fff;border:3px solid #1a1a1a;border-radius:0;width:calc(100% - 32px);max-width:360px;padding:2.5rem 2rem;position:relative;box-shadow:8px 8px #1a1a1a}.loading-screen-logo{margin-bottom:2rem}.loading-screen-logo-img{width:auto;height:64px;margin:0 auto;display:block}.sunburst-icon{background:conic-gradient(#ff6b35 0deg 15deg,#ffe66d 15deg 30deg,#ff8c42 30deg 45deg,#ffc857 45deg 60deg,#ff6b9d 60deg 75deg,#ffe66d 75deg 90deg,#ff6b35 90deg 105deg,#ffa07a 105deg 120deg,#ffe66d 120deg 135deg,#ff8c42 135deg 150deg,#ffc857 150deg 165deg,#ff6b9d 165deg 180deg,#ff6b35 180deg 195deg,#ffe66d 195deg 210deg,#ff8c42 210deg 225deg,#ffc857 225deg 240deg,#ff6b9d 240deg 255deg,#ffe66d 255deg 270deg,#ff6b35 270deg 285deg,#ffa07a 285deg 300deg,#ffe66d 300deg 315deg,#ff8c42 315deg 330deg,#ffc857 330deg 345deg,#ff6b9d 345deg 360deg);border:2px solid #1a1a1a;border-radius:50%;width:64px;height:64px;margin:0 auto .75rem;animation:8s linear infinite sunburstIconSpin}@keyframes sunburstIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen-logo h3{font-family:var(--inter), Inter, sans-serif;color:#1a1a1a;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:1.6rem;font-weight:800}.loading-screen-progress{margin-bottom:2rem}.progress-bar{background:#e8e0d4;border:2px solid #1a1a1a;border-radius:0;width:100%;height:12px;margin-bottom:.75rem;position:relative;overflow:hidden}.progress-fill{background:#ff9800;border-radius:0;height:100%;transition:width .15s linear;position:relative}.progress-text{color:#1a1a1a;min-height:1.2em;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700}.loading-screen-dots{justify-content:center;gap:.6rem;display:flex}.loading-screen-dots span{background:#ff9800;border:2px solid #1a1a1a;border-radius:0;width:10px;height:10px;animation:1.5s infinite pulse}.loading-screen-dots span:nth-child(2){animation-delay:.2s}.loading-screen-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.loading-screen-content{max-width:300px;padding:2rem 1.5rem}.loading-screen-logo-img{height:48px}.progress-text{font-size:.8rem}}