.sangano-loader { display:inline-block; width:32px; height:32px; }
.sangano-loader svg { display:block; width:100%; height:100%; animation:sangano-turn 1.6s linear infinite; transform-origin:50% 50%; }
@keyframes sangano-turn { to { transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce) { .sangano-loader svg { animation:none; } }
/* Pair with a stable visible status message. Never rotate the wordmark. */
