:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-muted: #eef2f6;
  --text: #18212b;
  --text-muted: #526172;
  --accent: #007f66;
  --accent-strong: #00614d;
  --success: #1b8f4b;
  --warning: #b7791f;
  --danger: #c53b3b;
  --border: #d6dee6;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-card: 18px;

  --shadow-sm: 0 8px 20px rgba(24, 33, 43, 0.06);
  --shadow-md: 0 14px 30px rgba(24, 33, 43, 0.08);

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;

  --container: 1200px;
  --content: 800px;

  --font-main: "Segoe UI", "Noto Sans", "Arial", sans-serif;
  --lh: 1.6;
}
