@layer theos.frames{.theos-button{width:fit-content;min-height:20px;padding:2px var(--theos-space-3);color:var(--theos-on-surface,#181818);border:1px solid var(--theos-border,#b7aa98);border-radius:var(--theos-radius-sm,0);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;background:0 0;justify-content:center;align-items:center;line-height:1.2;text-decoration:none;transition:border-color 80ms linear;display:inline-flex}.theos-button:hover:not(:disabled){border-color:var(--theos-text,#181818)}.theos-button:focus-visible{outline:2px solid var(--theos-focus,#8a3233);outline-offset:2px;border-color:var(--theos-focus,#8a3233)}.theos-button:active:not(:disabled){background:var(--theos-panel,#e0d6c8);color:var(--theos-on-panel,#181818)}.theos-button:disabled{opacity:.45;cursor:default}.theos-button--sm{min-height:16px;padding:1px var(--theos-space-2)}.theos-button--primary{border-color:var(--theos-accent,#8a3233)}.theos-button--primary:hover:not(:disabled){background:var(--theos-panel,#e0d6c8);color:var(--theos-on-panel,#181818);border-color:var(--theos-accent,#8a3233)}.theos-button--danger{color:var(--theos-danger,#8a3233);border-color:var(--theos-danger,#8a3233);background:0 0}.theos-button--danger:hover:not(:disabled){background:var(--theos-danger,#8a3233);color:var(--theos-on-danger,#f4efe7);border-color:var(--theos-danger,#8a3233)}.theos-button--loading{color:#0000;position:relative}.theos-button--loading:after{content:"";border:2px solid var(--theos-on-surface,#181818);border-top-color:#0000;border-radius:50%;width:12px;height:12px;margin:auto;animation:.6s linear infinite theos-btn-spin;position:absolute;inset:0}.theos-button--danger.theos-button--loading:after{border-color:var(--theos-on-danger,#f4efe7);border-top-color:#0000}@keyframes theos-btn-spin{to{transform:rotate(360deg)}}.theos-link-button{all:unset;cursor:pointer;color:var(--theos-accent,#8a3233);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.theos-link-button:hover{color:var(--theos-text,#181818)}.theos-link-button:focus-visible{outline:2px solid var(--theos-focus,#8a3233);outline-offset:2px}@media (prefers-reduced-motion:reduce){.theos-button{transition-duration:.01ms!important}.theos-button--loading:after{animation-duration:.01ms!important}}}
