.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(17,24,39,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-screen__logo-container{position:relative;width:150px;height:150px}.loading-screen__logo{position:absolute;top:0;left:0;width:100%;height:100%;transition:-webkit-clip-path .3s ease-out;transition:clip-path .3s ease-out;transition:clip-path .3s ease-out,-webkit-clip-path .3s ease-out}.loading-screen__logo--background{filter:grayscale(100%) brightness(.4);opacity:.5}.loading-screen__logo--fill{filter:drop-shadow(0 0 20px rgba(147,51,234,.5))}.loading-screen__text{display:flex;flex-direction:column;align-items:center;gap:.75rem}.loading-screen__message{font-size:1.125rem;font-weight:600;color:#f9f7ff;margin:0;letter-spacing:.05em;text-transform:uppercase}.loading-screen__dots{display:flex;gap:.5rem;align-items:center;height:8px}.loading-screen__dot{width:8px;height:8px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.loading-screen__dot:first-child{animation-delay:0s}.loading-screen__dot:nth-child(2){animation-delay:.2s}.loading-screen__dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media (prefers-color-scheme:light){.loading-screen{background:rgba(247,242,255,.95)}.loading-screen__message{color:#1f1237}.loading-screen__logo--fill{filter:drop-shadow(0 0 20px rgba(124,58,237,.4))}}[data-theme=light] .loading-screen{background:rgba(247,242,255,.95)}[data-theme=light] .loading-screen__message{color:#1f1237}[data-theme=light] .loading-screen__logo--fill{filter:drop-shadow(0 0 20px rgba(124,58,237,.4))}@media (max-width:768px){.loading-screen__logo-container{width:120px;height:120px}.loading-screen__message{font-size:1rem}}