@layer utilities{.mt-05{margin-top:var(--space-s)}.mt-075{margin-top:var(--space-m)}.mt-125{margin-top:var(--space-l)}.gap-05{gap:var(--space-s)}.gap-075{gap:var(--space-m)}.me-05{margin-right:var(--space-s)}.w-100{width:100%}.truncate-vh{max-height:60vh;position:relative;overflow:hidden}.spinner{border:2px solid color-mix(in oklab,var(--muted)15%,white);border-top:2px solid var(--brand);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.spinner--xs{width:12px;height:12px}.spinner--sm{width:16px;height:16px}.spinner--md{width:28px;height:28px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
