.spinner-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#060608d9;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:fixed;inset:0}.spinner-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.platform-spinner{filter:drop-shadow(0 0 8px var(--primary-glow));animation:3s ease-in-out infinite spinner-pulse}.spinner-tail-path{fill:none;stroke:var(--primary);stroke-width:3px;stroke-linecap:round;stroke-dasharray:20 180;stroke-dashoffset:0;animation:1.5s cubic-bezier(.4,0,.2,1) infinite sweep-tail}.spinner-tail-secondary{fill:none;stroke:color-mix(in srgb, var(--primary) 20%, transparent);stroke-width:3px;stroke-linecap:round;stroke-dasharray:40 160;stroke-dashoffset:60px;animation:2.5s linear infinite sweep-tail}.spinner-message{font-family:var(--font-brand);color:var(--primary);letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 10px color-mix(in srgb, var(--primary) 30%, transparent);font-size:.9rem;animation:2s ease-in-out infinite text-fade}@keyframes sweep-tail{0%{stroke-dashoffset:0}to{stroke-dashoffset:-200px}}@keyframes spinner-pulse{0%,to{filter:drop-shadow(0 0 8px var(--primary-glow));transform:scale(1)}50%{filter:drop-shadow(0 0 15px color-mix(in srgb, var(--primary) 70%, transparent));transform:scale(1.05)}}@keyframes text-fade{0%,to{opacity:.6}50%{opacity:1}}.spinner-sm{width:24px;height:24px}.spinner-md{width:48px;height:48px}.spinner-lg{width:80px;height:80px}.spinner-xl{width:120px;height:120px}
