:root {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --surface-alt: #eef5f3;
  --text: #18201f;
  --muted: #64716f;
  --border: #d9e1df;
  --primary: #146b5f;
  --primary-dark: #0d4d45;
  --accent: #c76b2a;
  --danger: #b42318;
  --warning: #ad6d00;
  --info: #1f5f99;
  --shadow: 0 8px 24px rgba(24, 32, 31, .08);
  --radius: 8px;
}
