.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;opacity:1;transition:opacity .5s ease-out}.splash-screen.hidden{opacity:0;pointer-events:none}.splash-logo{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}.splash-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.splash-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:3rem;text-align:center}.splash-progress{width:100%;max-width:500px;margin-bottom:2rem}.splash-progress-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;font-weight:500}.splash-progress-bar{width:100%;height:8px;background:rgba(255,255,255,.2);border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 3px #0003}.splash-progress-fill{height:100%;background:linear-gradient(90deg,#ffffff,#f0f0f0);border-radius:4px;transition:width .3s ease;box-shadow:0 1px 3px #ffffff4d;width:0%}.splash-status{min-height:2rem;font-size:1rem;opacity:.8;text-align:center;margin-bottom:1rem;animation:fadeInOut 2s infinite}.splash-speed-metrics{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);flex-wrap:wrap;justify-content:center;max-width:500px}.speed-item{display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.speed-icon{font-size:1.2rem}.speed-label{font-size:.9rem;opacity:.8;font-weight:500}.speed-value{font-size:1rem;font-weight:700;font-family:Monaco,Menlo,Consolas,monospace;color:#90ee90;text-shadow:0 0 8px rgba(144,238,144,.3)}@media (max-width: 600px){.splash-speed-metrics{gap:1rem;padding:.8rem}.speed-item{min-width:100px;font-size:.9rem}.speed-icon{font-size:1rem}.speed-label{font-size:.8rem}.speed-value{font-size:.9rem}}.splash-details{background:rgba(0,0,0,.1);padding:1.5rem;border-radius:12px;max-width:600px;width:90%;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.splash-step{display:flex;align-items:center;margin-bottom:.8rem;font-size:.95rem;opacity:.7;transition:opacity .3s ease}.splash-step.active{opacity:1;font-weight:500}.splash-step.completed{opacity:.6}.splash-step-icon{width:20px;margin-right:.8rem;text-align:center}.splash-step-text{flex:1}.splash-step-size{font-size:.85rem;opacity:.7;margin-left:auto}.splash-loading-dots{margin-top:2rem;text-align:center}.splash-loading-dots span{display:inline-block;width:8px;height:8px;background:white;border-radius:50%;margin:0 3px;animation:loadingDots 1.4s infinite both}.splash-loading-dots span:nth-child(1){animation-delay:-.32s}.splash-loading-dots span:nth-child(2){animation-delay:-.16s}.splash-loading-dots span:nth-child(3){animation-delay:0s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeInOut{0%,to{opacity:.8}50%{opacity:1}}@keyframes loadingDots{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.splash-step{animation:slideUp .5s ease-out}@media (max-width: 768px){.splash-logo{font-size:3rem}.splash-title{font-size:2rem}.splash-subtitle{font-size:1rem}.splash-details{padding:1rem}.splash-step{font-size:.9rem}}
