:root {
  --bg: #f4f6f8;
  --card: #ffffff;
  --text: #18202f;
  --muted: #667085;
  --border: #dde3ea;
  --primary: #111827;
  --primary-text: #ffffff;
  --focus: #2563eb;
  --danger: #dc2626;
  --danger-bg: #fef2f2;
  --shadow: 0 18px 45px rgba(15, 23, 42, .08);
  --radius: 22px;
}
