input, select, textarea, button {
  font: inherit; color: var(--text);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-1); padding: 8px 10px;
}
input::placeholder, textarea::placeholder { color: var(--muted); }
button { cursor: pointer; }
button.primary { background: var(--accent); color: white; border-color: transparent; }
