.square-loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.premium-loader{--loader-size:132px;min-width:180px;color:var(--brand-gold,#f6c84c);isolation:isolate;place-items:center;gap:10px;display:grid}.premium-loader__mark{width:var(--loader-size);height:var(--loader-size);place-items:center;display:grid;position:relative}.premium-loader__logo{z-index:2;object-fit:contain;filter:drop-shadow(0 8px 16px #c9231b6b);width:88px;height:88px;animation:1.8s ease-in-out infinite premium-logo-breathe}.premium-loader__orbit{border:2px solid #0000;border-radius:50%;position:absolute}.premium-loader__orbit--outer{border-top-color:var(--brand-gold,#f6c84c);filter:drop-shadow(0 0 7px #f6c84c8c);border-right-color:#f05a1f80;animation:1.4s linear infinite premium-orbit;top:0;bottom:0;left:0;right:0}.premium-loader__orbit--inner{border-bottom-color:var(--brand-red,#c9231b);border-left-color:#f05a1fb8;animation:1.05s linear infinite premium-orbit-reverse;top:10px;bottom:10px;left:10px;right:10px}.premium-loader__glow{z-index:-1;filter:blur(10px);background:radial-gradient(circle,#f05a1f3d,#0000 70%);border-radius:50%;position:absolute;top:20%;bottom:20%;left:20%;right:20%}.premium-loader__name{letter-spacing:.22em;text-indent:.22em;color:#0000;background:linear-gradient(90deg,#b77a16,#f6c84c 45%,#f05a1f 72%,#c9231b);-webkit-background-clip:text;background-clip:text;font-size:13px;font-weight:700}.premium-loader__progress{background:#f6c84c1a;border-radius:999px;width:112px;height:3px;overflow:hidden}.premium-loader__progress span{border-radius:inherit;background:linear-gradient(90deg,#c9231b,#f05a1f,#f6c84c);width:45%;height:100%;animation:1.1s ease-in-out infinite alternate premium-progress;display:block;box-shadow:0 0 10px #f05a1fcc}.premium-loader--compact{--loader-size:76px;gap:6px;min-width:110px;padding-block-start:8px;padding-block-end:8px}.premium-loader--compact .premium-loader__logo{width:52px;height:52px}.premium-loader--compact .premium-loader__name{font-size:9px}.premium-loader--compact .premium-loader__progress{width:76px;height:2px}@keyframes premium-orbit{to{transform:rotate(360deg)}}@keyframes premium-orbit-reverse{to{transform:rotate(-360deg)}}@keyframes premium-logo-breathe{50%{filter:drop-shadow(0 9px 20px #f05a1f8c);transform:scale(1.045)}}@keyframes premium-progress{0%{transform:translate(-25%)}to{transform:translate(145%)}}@media (prefers-reduced-motion:reduce){.premium-loader__logo,.premium-loader__orbit,.premium-loader__progress span{animation:none}}
