:root {
  --color-ink: #05070a;
  --color-muted: #5a6472;
  --color-line: #dfe8ee;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f8f7;
  --color-green: #003f82;
  --color-green-dark: #002f63;
  --color-blue: #003f82;
  --color-blue-soft: #e8f1fb;
  --color-mint: #eef6ff;
  --color-red: #f60606;
  --color-red-dark: #c70000;
  --brand-red: #f60606;
  --brand-blue: #003f82;
  --brand-white: #ffffff;
  --surface-light: #f6f9fc;
  --text-primary: #05070a;
  --text-secondary: #5a6472;
  --color-warning: #f1b44c;
  --shadow-soft: 0 18px 45px rgba(0, 63, 130, 0.1);
  --shadow-card: 0 10px 28px rgba(0, 63, 130, 0.08);
  --radius-sm: 6px;
  --radius-md: 8px;
  --container: 1180px;
  --font-main: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}
