:root{
  --c-bg:#ffffff;
  --c-surface:#f5f7fa;
  --c-surface-2:#eef2f7;
  --c-ink:#1f2a37;
  --c-ink-soft:#46566b;
  --c-primary:#1e3a5f;
  --c-primary-600:#16314f;
  --c-primary-700:#102338;
  --c-accent:#2f80ed;
  --c-accent-soft:#e8f1fd;
  --c-muted:#6b7280;
  --c-line:#e4e9f0;
  --c-success:#1f9d6b;
  --c-success-soft:#e6f5ee;
  --c-warning:#b9770b;
  --c-warning-soft:#fbf1de;
  --radius:14px;
  --radius-sm:10px;
  --shadow:0 6px 24px rgba(31,42,55,.08);
  --shadow-sm:0 2px 10px rgba(31,42,55,.06);
  --font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --maxw:1140px;
}
