/* ============================================================
   Component Library
   :root tokens. Theme-ready.
   ============================================================ */
   
/* --- C35: SPINNER --- */
.spinner{width:36px;height:36px;border-radius:50%;border:4px solid var(--color-bg-secondary);border-top-color:var(--color-link);animation:spin .7s linear infinite;display:inline-block}.spinner--sm{width:20px;height:20px;border-width:2px}.spinner--lg{width:52px;height:52px;border-width:5px}@keyframes spin{to{transform:rotate(360deg)}}.spinner-wrap{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;flex-direction:column}.spinner-wrap__label{font-size:.82rem;color:var(--color-text-secondary)}
