.spd-loading-page{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 30%,#f0fdf4 60%,#ecfdf5 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.spd-loading-page:before{content:"";background:radial-gradient(circle at 30%,#0d94880d 0%,#0000 50%),radial-gradient(circle at 70% 80%,#0ea5e90d 0%,#0000 50%);width:200%;height:200%;animation:15s ease-in-out infinite alternate spd-bg-shift;position:absolute;top:-50%;left:-50%}@keyframes spd-bg-shift{0%{transform:translate(0)rotate(0)}to{transform:translate(5%,5%)rotate(5deg)}}.spd-loading-container{text-align:center;z-index:1;width:100%;max-width:500px;position:relative}.spd-loading-logo-wrapper{margin-bottom:2rem;display:inline-block;position:relative}.spd-loading-logo-pulse{border:3px solid #0d948826;border-radius:50%;animation:2s ease-out infinite spd-pulse-ring;position:absolute;inset:-15px}@keyframes spd-pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.3)}}.spd-loading-logo{background:#fff;border-radius:50%;padding:8px;animation:3s ease-in-out infinite spd-float;box-shadow:0 10px 40px #0d948826}@keyframes spd-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.spd-loading-title{color:#1f2937;letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.spd-loading-highlight{background:linear-gradient(135deg,#0d9488,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.spd-loading-subtitle{color:#6b7280;margin-bottom:2rem;font-size:1rem}.spd-loading-dots{justify-content:center;gap:8px;margin-bottom:2rem;display:flex}.spd-loading-dot{background:#0d9488;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both spd-dot-bounce}.spd-loading-dot:first-child{animation-delay:-.32s}.spd-loading-dot:nth-child(2){animation-delay:-.16s}.spd-loading-dot:nth-child(3){animation-delay:0s}@keyframes spd-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.spd-loading-progress{background:#e5e7eb;border-radius:4px;width:100%;max-width:320px;height:4px;margin:0 auto 2rem;overflow:hidden}.spd-loading-progress-bar{background:linear-gradient(90deg,#0d9488,#0ea5e9,#8b5cf6);border-radius:4px;width:0%;height:100%;animation:2.5s ease-in-out infinite spd-progress}@keyframes spd-progress{0%{width:0%;transform:translate(-100%)}50%{width:70%;transform:translate(0)}to{width:100%;transform:translate(0)}}.spd-loading-badges{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.spd-loading-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#374151;background:#fffc;border:1px solid #0d94881a;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;animation:1s ease-out both spd-badge-fade;display:flex;box-shadow:0 2px 10px #0000000d}.spd-loading-badge:first-child{animation-delay:.1s}.spd-loading-badge:nth-child(2){animation-delay:.2s}.spd-loading-badge:nth-child(3){animation-delay:.3s}@keyframes spd-badge-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spd-loading-badge svg{color:#0d9488;width:16px;height:16px}@media (max-width:640px){.spd-loading-title{font-size:1.25rem}.spd-loading-badges{gap:.5rem}.spd-loading-badge{padding:.3rem .8rem;font-size:.7rem}}
