.splash-screen{z-index:9999;background:linear-gradient(145deg,#1a0a12 0%,#2d0519 40%,#3d1025 70%,#2a0a1a 100%);justify-content:center;align-items:center;animation:.6s 3.2s forwards splash-out;display:flex;position:fixed;inset:0}.splash-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.splash-title{letter-spacing:-.02em;color:#fff;font-size:2rem;font-weight:800}.splash-progress-track{background:#ffffff1a;border-radius:3px;width:280px;height:6px;overflow:hidden}.splash-progress-bar{background:linear-gradient(90deg,#ff385c,#e61e4d,#d70466);border-radius:3px;width:0%;height:100%;animation:3s ease-in-out forwards splash-fill;box-shadow:0 0 10px #ff385c66}.splash-loading{color:#eaedef80;font-size:.8rem;font-weight:800;animation:2s ease-in-out infinite splash-pulse}@keyframes splash-out{to{opacity:0;pointer-events:none}}@keyframes splash-fill{0%{width:0%}to{width:100%}}@keyframes splash-pulse{0%,to{opacity:.3}50%{opacity:.7}}