.brand-loader{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:#090f1b;color:#fff;padding:24px;box-sizing:border-box}.brand-loader img{width:220px;max-width:70vw;height:88px;object-fit:contain}.brand-loader-spinner{width:28px;height:28px;border:3px solid #ffffff26;border-top-color:#ff6900;border-radius:50%;animation:brand-loading-spin .9s linear infinite}@keyframes brand-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.brand-loader-spinner{animation:none}}
