.brand-loader{display:grid;place-items:center;min-height:220px;padding:32px}.brand-loader-overlay{position:fixed;inset:0;width:100vw;height:100dvh;margin:0;padding:0;z-index:1000;display:grid;place-items:center;background:rgb(255 255 255/38%);backdrop-filter:blur(1px);pointer-events:none}.brand-loader-content{display:grid;justify-items:center;gap:10px;color:#183c45}.brand-loader-symbol{position:relative;display:grid;place-items:center;width:58px;height:58px}.brand-loader-symbol:before{content:"";position:absolute;inset:0;border-color:#078868 #cba95c #e0eee8 #e0eee8;border-style:solid;border-width:2px;border-radius:50%;animation:brand-loader-spin 1.2s linear infinite}.brand-loader-symbol img{width:34px;height:34px;object-fit:contain;animation:brand-loader-breathe 1.8s ease-in-out infinite}.brand-loader-content strong{font-size:13px;font-weight:600}.brand-loader-caption{font-size:12px;color:#667b82}@keyframes brand-loader-spin{to{transform:rotate(1turn)}}@keyframes brand-loader-breathe{50%{opacity:.6;transform:scale(.94)}}@media(prefers-reduced-motion:reduce){.brand-loader-symbol img,.brand-loader-symbol:before{animation:none}}