.ui-spinner{display:inline-block;flex-shrink:0;border:2px solid #b5b5b5;border-top-color:#0a0a0a;border-radius:50%;animation:ui-spin .6s linear infinite}.ui-spinner--sm{width:12px;height:12px}.ui-spinner--md{width:16px;height:16px}.ui-spinner--lg{width:24px;height:24px;border-width:3px}@keyframes ui-spin{to{transform:rotate(1turn)}}.ui-button{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid transparent;border-radius:4px;font-family:Geist,Inter,system-ui,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.ui-button--primary{border-color:#2f5d57;background:#2f5d57;color:#fff}.ui-button--primary:hover:not(:disabled){background:#284f4a;border-color:#284f4a}.ui-button--secondary{border-color:#b5b5b5;background:transparent;color:#0a0a0a}.ui-button--secondary:hover:not(:disabled){border-color:#737373}.ui-button--ghost{background:transparent;color:#737373}.ui-button--ghost:hover:not(:disabled){background:#f5f5f5;color:#0a0a0a}.ui-button--danger{border-color:#e5e5e5;background:transparent;color:#ef4444}.ui-button--danger:hover:not(:disabled){border-color:#ef4444;background:#ef444414}.ui-button:disabled{opacity:.4;cursor:not-allowed}
