.loading-container{background:var(--black);z-index:9999;touch-action:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.spinner{border:4px solid #ffffff1a;border-top-color:var(--purple);will-change:transform;backface-visibility:hidden;border-radius:50%;width:clamp(40px,10vw,60px);height:clamp(40px,10vw,60px);animation:1s ease-in-out infinite spin}@media (max-width:768px){.spinner{border-width:3px;width:40px;height:40px}}@media (min-width:1200px){.spinner{border-width:5px;width:60px;height:60px}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation:2s linear infinite spin}}
