.brand-loader{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.brand-loader--fullscreen{z-index:9999;background:var(--theme-bg,#fff);position:fixed;inset:0}.brand-loader--inline{width:100%;min-height:260px;padding:2rem 0}.brand-loader--inline .brand-loader__stage{width:84px;height:84px}.brand-loader--inline .brand-loader__logo{width:44px;height:44px}.brand-loader__stage{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.brand-loader__ring{border:3px solid var(--theme-elevation-100,#00000014);border-top-color:#d9202a;border-radius:50%;animation:.9s linear infinite brand-loader-spin;position:absolute;inset:0}.brand-loader__logo{object-fit:contain;width:64px;height:64px;animation:1.6s ease-in-out infinite brand-loader-pulse}.brand-loader__text{letter-spacing:.02em;color:var(--theme-elevation-500,#6b7280);margin:0;font-size:.9rem;animation:1.6s ease-in-out infinite brand-loader-fade}@keyframes brand-loader-spin{to{transform:rotate(360deg)}}@keyframes brand-loader-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.12)}}@keyframes brand-loader-fade{0%,to{opacity:.4}50%{opacity:1}}
