.splash-screen{z-index:99999;pointer-events:all;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.splash-screen.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.05)}.splash-background{z-index:-2;background:linear-gradient(135deg,#0f2027 0%,#1a3a3a 50%,#0d1f1f 100%);width:100%;height:100%;position:absolute;top:0;left:0}.splash-gradient-mesh{z-index:-1;opacity:.6;background:radial-gradient(80% 60% at 20% 30%,#228a6566 0%,#0000 50%),radial-gradient(60% 50% at 80% 70%,#37c2cc4d 0%,#0000 50%),radial-gradient(40% 40%,#8ddecf33 0%,#0000 50%);width:100%;height:100%;animation:8s ease-in-out infinite meshFloat;position:absolute;top:0;left:0}@keyframes meshFloat{0%,to{opacity:.6;transform:translate(0)scale(1)}25%{opacity:.7;transform:translate(-2%,2%)scale(1.02)}50%{opacity:.5;transform:translateY(-2%)scale(1)}75%{opacity:.65;transform:translate(2%,1%)scale(.98)}}.splash-particles{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.particle{background:#8ddecf4d;border-radius:50%;animation:linear infinite particleFloat;position:absolute}.particle:first-child{width:8px;height:8px;animation-duration:12s;animation-delay:0s;left:10%}.particle:nth-child(2){width:6px;height:6px;animation-duration:15s;animation-delay:-3s;left:25%}.particle:nth-child(3){width:12px;height:12px;animation-duration:18s;animation-delay:-6s;left:40%}.particle:nth-child(4){width:5px;height:5px;animation-duration:14s;animation-delay:-2s;left:55%}.particle:nth-child(5){width:10px;height:10px;animation-duration:16s;animation-delay:-5s;left:70%}.particle:nth-child(6){width:7px;height:7px;animation-duration:13s;animation-delay:-8s;left:85%}.particle:nth-child(7){width:4px;height:4px;animation-duration:11s;animation-delay:-1s;left:95%}.particle:nth-child(8){width:9px;height:9px;animation-duration:17s;animation-delay:-4s;left:5%}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh)rotate(720deg)}}.splash-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:flex}.splash-logo-container{opacity:0;justify-content:center;align-items:center;animation:1s cubic-bezier(.34,1.56,.64,1) forwards logoEntrance;display:flex;position:relative;transform:scale(.5)translateY(30px)}@keyframes logoEntrance{0%{opacity:0;transform:scale(.5)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.logo-glow-ring{background:0 0;border:2px solid #37c2cc4d;border-radius:50%;width:180px;height:180px;animation:2s ease-in-out infinite ringPulse;position:absolute}.logo-glow-ring:before{content:"";border:1px solid #8ddecf26;border-radius:50%;animation:2s ease-in-out .5s infinite ringPulse;position:absolute;inset:-10px}.logo-glow-ring:after{content:"";border:1px solid #8ddecf14;border-radius:50%;animation:2s ease-in-out 1s infinite ringPulse;position:absolute;inset:-20px}@keyframes ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.splash-logo{z-index:2;background:linear-gradient(145deg,#fff 0%,#f8fffe 100%);border-radius:30px;justify-content:center;align-items:center;width:120px;height:120px;animation:3s ease-in-out infinite logoBreath;display:flex;position:relative;box-shadow:0 20px 60px #0000004d,0 0 40px #37c2cc33,inset 0 1px #fffc}@keyframes logoBreath{0%,to{box-shadow:0 20px 60px #0000004d,0 0 40px #37c2cc33,inset 0 1px #fffc}50%{box-shadow:0 25px 70px #00000059,0 0 60px #37c2cc66,inset 0 1px #fffc}}.splash-logo img{object-fit:contain;width:75%;height:auto}.splash-brand{opacity:0;flex-direction:column;align-items:center;gap:8px;animation:.8s cubic-bezier(.34,1.56,.64,1) .3s forwards brandEntrance;display:flex;transform:translateY(20px)}@keyframes brandEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.splash-brand h1{color:#fff;letter-spacing:2px;text-shadow:0 2px 20px #37c2cc4d;margin:0;font-family:YekanBakh,sans-serif;font-size:28px;font-weight:900}.splash-brand span{color:#8ddecfcc;letter-spacing:4px;font-family:YekanBakh,sans-serif;font-size:14px;font-weight:500}.splash-loader{opacity:0;flex-direction:column;align-items:center;gap:20px;animation:.6s ease-out .5s forwards loaderEntrance;display:flex;transform:translateY(15px)}@keyframes loaderEntrance{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.splash-progress-container{background:#ffffff1a;border-radius:10px;width:200px;height:4px;position:relative;overflow:hidden}.splash-progress-bar{background:linear-gradient(90deg,#228a65,#37c2cc,#8ddecf) 0 0/200% 100%;border-radius:10px;width:0%;height:100%;transition:width .3s ease-out;animation:2s linear infinite progressGradient}@keyframes progressGradient{0%{background-position:0%}to{background-position:200%}}.splash-dots{align-items:center;gap:8px;display:flex}.splash-dot{background:#37c2cccc;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite dotBounce}.splash-dot:first-child{animation-delay:0s}.splash-dot:nth-child(2){animation-delay:.16s}.splash-dot:nth-child(3){animation-delay:.32s}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;background:#8ddecf;transform:scale(1.2)}}.splash-text{color:#fff9;letter-spacing:1px;font-family:YekanBakh,sans-serif;font-size:13px;font-weight:500}.splash-corner{opacity:.1;width:100px;height:100px;position:absolute}.splash-corner--top-right{border-top:2px solid #37c2cc;border-right:2px solid #37c2cc;top:40px;right:40px}.splash-corner--top-left{border-top:2px solid #37c2cc;border-left:2px solid #37c2cc;top:40px;left:40px}.splash-corner--bottom-right{border-bottom:2px solid #37c2cc;border-right:2px solid #37c2cc;bottom:40px;right:40px}.splash-corner--bottom-left{border-bottom:2px solid #37c2cc;border-left:2px solid #37c2cc;bottom:40px;left:40px}@media screen and (width<=768px){.splash-logo{border-radius:25px;width:100px;height:100px}.logo-glow-ring{width:150px;height:150px}.splash-brand h1{font-size:24px}.splash-brand span{letter-spacing:3px;font-size:12px}.splash-progress-container{width:160px}.splash-corner{width:60px;height:60px}.splash-corner--top-right,.splash-corner--top-left{top:20px}.splash-corner--top-right,.splash-corner--bottom-right{right:20px}.splash-corner--top-left,.splash-corner--bottom-left{left:20px}.splash-corner--bottom-right,.splash-corner--bottom-left{bottom:20px}}@media screen and (width<=480px){.splash-logo{border-radius:20px;width:80px;height:80px}.logo-glow-ring{width:120px;height:120px}.splash-content{gap:30px}.splash-brand h1{font-size:20px}.splash-brand span{font-size:10px}.splash-corner{display:none}}body.page-loaded main{animation:.8s cubic-bezier(.4,0,.2,1) forwards contentReveal}@keyframes contentReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.page-loaded header{animation:.6s cubic-bezier(.4,0,.2,1) .1s forwards headerSlide}@keyframes headerSlide{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}body.page-loaded footer{animation:.6s cubic-bezier(.4,0,.2,1) .3s forwards footerSlide}@keyframes footerSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}body:not(.page-loaded) main,body:not(.page-loaded) header,body:not(.page-loaded) footer{opacity:0}body.splash-active{overflow:hidden}.splash-screen.quick-mode{backdrop-filter:blur(10px);background:#fffffff7;transition:opacity .3s ease-out,visibility .3s ease-out}.splash-screen.quick-mode .splash-background,.splash-screen.quick-mode .splash-gradient-mesh,.splash-screen.quick-mode .splash-particles,.splash-screen.quick-mode .splash-corner,.splash-screen.quick-mode .splash-brand,.splash-screen.quick-mode .splash-dots,.splash-screen.quick-mode .splash-text,.splash-screen.quick-mode .logo-glow-ring{display:none!important}.splash-screen.quick-mode .splash-content{gap:20px}.splash-screen.quick-mode .splash-logo-container{opacity:1;animation:none;transform:none}.splash-screen.quick-mode .splash-logo{border-radius:18px;width:70px;height:70px;animation:.8s ease-in-out infinite quickPulse;box-shadow:0 4px 20px #0000001a}@keyframes quickPulse{0%,to{transform:scale(1)}50%{transform:scale(.95)}}.splash-screen.quick-mode .splash-loader{opacity:1;animation:none;transform:none}.splash-screen.quick-mode .splash-progress-container{background:#228a6526;width:120px;height:3px}.splash-screen.quick-mode .splash-progress-bar{background:linear-gradient(90deg,#228a65,#37c2cc)}.splash-screen.quick-mode.hidden{opacity:0;visibility:hidden;transform:none}body.page-loaded.quick-loaded main,body.page-loaded.quick-loaded header,body.page-loaded.quick-loaded footer{animation-duration:.3s}