.button{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.02em;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;min-width:140px;min-height:40px;padding:.6rem 1rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:normal;transition:all .2s;display:flex}.button--primary{background:var(--primary);color:var(--on-primary);border:none}.button--primary:hover:not(:disabled){background-color:#ff9442}.button--primary:active:not(:disabled){background-color:#ff7d17}.button--default{background:var(--surface-high);color:var(--on-surface);border:none}.button--default:hover:not(:disabled){background-color:var(--primary)}.button--default:active:not(:disabled){background-color:#ff7d17}.button--secondary{color:var(--on-surface);border:1px solid var(--outline);background:0 0}.button--secondary:hover:not(:disabled){background-color:var(--surface-high)}.button--secondary:active:not(:disabled){opacity:.95}.button--success{background:var(--gradient-primary);color:var(--text-primary);border:none}.button--success:hover:not(:disabled){box-shadow:var(--shadow-coral);transform:translateY(-2px)}.button--success:active:not(:disabled){transform:translateY(0)}.button--outline{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color)}.button--outline:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--border-hover);color:var(--primary-color)}.button--ghost{color:var(--text-secondary);background:0 0;border:none}.button--ghost:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.button--ghost:active:not(:disabled){background:var(--bg-tertiary)}.button--danger{color:#ef4444;background:#dc262626;border:1px solid #dc26264d}.button--danger:hover:not(:disabled){background:#dc262640;border-color:#dc262680}.button--danger:active:not(:disabled){background:#dc262659}.button--small{min-width:auto;padding:.6rem 1.2rem;font-size:.8rem}.button--medium{padding:.7rem 1.4rem;font-size:.9rem}.button--large{padding:14px 28px;font-size:1rem}.button--full-width{width:100%}.button--short{min-width:auto}.button--icon-only{min-width:auto;padding:10px}.button:disabled{opacity:.3;pointer-events:none;cursor:default}
