:root {
  --bg: #f4f6fb;
  --surface: #ffffff;
  --surface-soft: #f9fbff;
  --text: #101828;
  --muted: #667085;
  --brand: #0f3b7a;
  --brand-strong: #0b2e60;
  --accent: #fbbf24;
  --success: #039855;
  --danger: #d92d20;
  --border: #d0d5dd;
  --shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  --radius: 14px;
  --container: 1200px;
}
