.fullscreen-loading-wrapper{z-index:99999;background:#f8fcff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.fullscreen-loading-wrapper .ambient-bubbles{pointer-events:none;position:absolute;inset:0}.fullscreen-loading-wrapper .ambient-bubbles .bubble{background:#00a8962e;border:2px solid #00a8964d;border-radius:50%;animation:4s ease-in-out infinite floatBubble;position:absolute}.fullscreen-loading-wrapper .ambient-bubbles .bubble.b1{width:90px;height:90px;top:15%;left:10%}.fullscreen-loading-wrapper .ambient-bubbles .bubble.b2{background:#f5a62333;border-color:#f5a62359;width:140px;height:140px;bottom:18%;right:10%}.fullscreen-loading-wrapper .ambient-bubbles .bubble.b3{background:#104e7f26;border-color:#104e7f40;width:65px;height:65px;top:55%;left:15%}.fullscreen-loading-wrapper .ambient-bubbles .bubble.b4{background:#f5a62326;border-color:#f5a62340;width:110px;height:110px;top:20%;right:20%}.fullscreen-loading-wrapper .loading-content-center{z-index:2;text-align:center;flex-direction:column;align-items:center;padding:20px;display:flex;position:relative}.fullscreen-loading-wrapper .loading-content-center .mascot-bounce-wrapper{flex-direction:column;align-items:center;margin-bottom:28px;display:flex;position:relative}.fullscreen-loading-wrapper .loading-content-center .mascot-bounce-wrapper .mascot-img-box{justify-content:center;align-items:center;width:130px;height:130px;display:flex}@media (max-width:576px){.fullscreen-loading-wrapper .loading-content-center .mascot-bounce-wrapper .mascot-img-box{width:100px;height:100px}}.fullscreen-loading-wrapper .loading-content-center .mascot-bounce-wrapper .mascot-img-box img{object-fit:contain;filter:drop-shadow(0 8px 16px #0a31521f);width:100%;height:auto}.fullscreen-loading-wrapper .loading-content-center .mascot-bounce-wrapper .mascot-shadow{background:#0a315240;border-radius:50%;width:80px;height:14px;margin-top:-6px}.fullscreen-loading-wrapper .loading-content-center .progress-bar-3d{border:2px solid var(--primary-color);width:220px;height:14px;box-shadow:0 3px 0 var(--primary-color);background:#eef4f8;border-radius:20px;margin-bottom:20px;position:relative;overflow:hidden}.fullscreen-loading-wrapper .loading-content-center .progress-bar-3d .progress-fill{background:linear-gradient(90deg, var(--accent-teal), var(--secondary-color));border-radius:20px;width:45%;animation:1.5s ease-in-out infinite loadingProgress;position:absolute;top:0;bottom:0;left:0}.fullscreen-loading-wrapper .loading-content-center .loading-title{color:var(--primary-color);margin-bottom:6px;font-size:22px;font-weight:800}@media (max-width:576px){.fullscreen-loading-wrapper .loading-content-center .loading-title{font-size:18px}}.fullscreen-loading-wrapper .loading-content-center .loading-subtitle{color:var(--text-dark);opacity:.8;font-size:14px;font-weight:600}@media (max-width:576px){.fullscreen-loading-wrapper .loading-content-center .loading-subtitle{font-size:13px}}@keyframes floatBubble{0%,to{transform:translateY(0)scale(1)rotate(0)}50%{transform:translateY(-45px)scale(1.15)rotate(10deg)}}@keyframes loadingProgress{0%{left:-45%}to{left:100%}}
