:root {
  --bg: #eef2f6;
  --surface: #ffffff;
  --surface-muted: #f7f9fc;
  --surface-hover: #f3f4f6;
  --text: #111827;
  --text-soft: #374151;
  --muted: #6b7280;
  --border: #d8dee8;
  --border-strong: #c5ceda;

  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --whro: #2563eb;
  --whrv: #8b1e3f;

  --success-bg: #ecfdf3;
  --success-text: #166534;
  --warning-bg: #fffbeb;
  --warning-text: #92400e;
  --danger-bg: #fef2f2;
  --danger-text: #991b1b;
  --info-bg: #eff6ff;
  --info-text: #1d4ed8;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;

  --shadow-sm: none;
  --shadow: none;

  --content-width: 1500px;
}

html[data-theme="dark"] {
  --bg: #0f172a;
  --surface: #111827;
  --surface-muted: #151f2e;
  --surface-hover: #1f2937;
  --text: #f8fafc;
  --text-soft: #d1d5db;
  --muted: #94a3b8;
  --border: #273244;
  --border-strong: #3b4658;

  --primary: #60a5fa;
  --primary-hover: #93c5fd;
  --whro: #60a5fa;
  --whrv: #fb7185;

  --success-bg: #052e16;
  --success-text: #86efac;
  --warning-bg: #422006;
  --warning-text: #facc15;
  --danger-bg: #450a0a;
  --danger-text: #fca5a5;
  --info-bg: #082f49;
  --info-text: #7dd3fc;
}
