:root {
  --bg: #f6f7f9;
  --surface: #fff;
  --ink: #15181e;
  --ink-soft: #5b6472;
  --brand: #0071e3;
  --brand-soft: #e8f1fd;
  --success: #1a8f5c;
  --warn: #b7791f;
  --danger: #c0392b;
  --gray: #6b7280;
  --border: #e7eaee;
  --radius: 12px;
  --shadow: 0 1px 3px rgb(21 24 30 / .08);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
