.loader{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.loader--lg{padding:6rem 1rem}.loader .loader-ring{border:3px solid #1c2e4a26;border-top-color:#1c2e4a;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite loader-spin}.loader--lg .loader-ring{border-width:4px;width:52px;height:52px}.loader .loader-label{color:#5a6577;letter-spacing:.01em;margin:0;font-size:.95rem}@keyframes loader-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loader .loader-ring{border-top-color:#1c2e4a26;border-left-color:#1c2e4a;animation:1.6s ease-in-out infinite loader-pulse}@keyframes loader-pulse{0%,to{opacity:1}50%{opacity:.35}}}
