*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}body{min-height:100vh;position:relative}a{color:inherit;text-decoration:none}#__next{width:100%;overflow-x:hidden}
.global-loader-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#673ab7f2 0%,#512da8fa 100%);justify-content:center;align-items:center;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.global-loader-container{flex-direction:column;align-items:center;gap:2rem;animation:.5s ease-out slideUp;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.global-loader-spinner{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.spinner-ring{border:3px solid #0000;border-radius:50%;width:100%;height:100%;animation:2s linear infinite rotate;position:absolute}.spinner-ring:first-child{border-top-color:#fff;animation-delay:0s}.spinner-ring:nth-child(2){border-top-color:#ffffffb3;width:80%;height:80%;animation-direction:reverse;animation-delay:-.5s}.spinner-ring:nth-child(3){border-top-color:#fff6;width:60%;height:60%;animation-delay:-1s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-logo{color:#fff;width:40px;height:40px;animation:2s ease-in-out infinite pulse}.spinner-logo svg{width:100%;height:100%}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.global-loader-message{color:#fff;letter-spacing:.5px;margin:0;font-size:1.25rem;font-weight:500;animation:.5s ease-out .2s both fadeInText}@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.global-loader-dots{gap:.5rem;animation:.5s ease-out .3s both fadeInText;display:flex}.dot{background-color:#fff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite bounce}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.global-loader-spinner{width:100px;height:100px}.spinner-logo{width:32px;height:32px}.global-loader-message{font-size:1.1rem}}@media (max-width:480px){.global-loader-spinner{width:80px;height:80px}.spinner-logo{width:28px;height:28px}.global-loader-message{font-size:1rem}.dot{width:6px;height:6px}}
