.page-loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,var(--blue-95) 0);display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.page-loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:2;position:relative}.page-loading-spinner{margin-bottom:1rem}.spinner-ring{display:inline-block;position:relative;width:80px;height:80px}.spinner-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:5px solid var(--bx-green-55);border-radius:50%;animation:spinner-ring-animation 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--blue-60) transparent transparent transparent}.spinner-ring div:first-child{animation-delay:-.45s}.spinner-ring div:nth-child(2){animation-delay:-.3s}.spinner-ring div:nth-child(3){animation-delay:-.15s}@keyframes spinner-ring-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-loading-text{text-align:center;animation:fade-in-up .8s ease-out}.loading-title{font-family:Bodoni,serif;font-size:2.5rem;font-weight:400;color:#2c3e50;margin:0 0 .5rem;letter-spacing:2px;animation:title-glow 2s ease-in-out infinite alternate}.loading-message{font-family:Pretendard,sans-serif;font-size:1.1rem;color:#7f8c8d;margin:0;font-weight:300}@keyframes title-glow{0%{text-shadow:0 0 10px rgba(127,166,75,.3)}to{text-shadow:0 0 20px rgba(127,166,75,.6)}}.page-loading-dots{display:flex;gap:.5rem;margin-top:1rem}.dot{width:12px;height:12px;border-radius:50%;background-color:var(--blue-60);animation:dot-bounce 1.4s ease-in-out infinite both}.dot-1{animation-delay:-.32s}.dot-2{animation-delay:-.16s}.dot-3{animation-delay:0s}@keyframes dot-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.page-loading-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.floating-circle{position:absolute;border-radius:50%;background:rgba(127,166,75,.1);animation:float 6s ease-in-out infinite}.circle-1{width:150px;height:150px;top:10%;left:10%;animation-delay:0s}.circle-2{width:100px;height:100px;top:60%;right:15%;animation-delay:2s}.circle-3{width:200px;height:200px;bottom:20%;left:60%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}33%{transform:translateY(-20px) rotate(120deg);opacity:.4}66%{transform:translateY(20px) rotate(240deg);opacity:.8}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.loading-title{font-size:2rem}.loading-message{font-size:1rem}.spinner-ring{width:60px;height:60px}.spinner-ring div{width:48px;height:48px;margin:6px;border-width:6px}.floating-circle{opacity:.6}.circle-1{width:100px;height:100px}.circle-2{width:80px;height:80px}.circle-3{width:120px;height:120px}}
/*# sourceMappingURL=1d0431061832f7c1.css.map*/