.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}.dragon-spinner{filter:drop-shadow(0 0 8px #00fff566);animation:3s ease-in-out infinite spinner-pulse}.dragon-tail-path{fill:none;stroke:#00fff5;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}.dragon-tail-secondary{fill:none;stroke:#00fff533;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:#00fff5;letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 10px #00fff54d;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 #00fff566);transform:scale(1)}50%{filter:drop-shadow(0 0 15px #00fff5b3);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}
