:root {
  --color-page: #eef4f8;
  --color-shell: #f9fcff;
  --color-surface: #ffffff;
  --color-surface-soft: #edf5fb;
  --color-surface-blue: #e4f1fa;
  --color-line: #bfd0dc;
  --color-line-soft: rgba(73, 112, 140, 0.18);

  --color-text: #19344a;
  --color-text-soft: #496274;
  --color-text-muted: #5a6e7d;
  --color-placeholder: #5a6e7d;

  --color-blue: #3279aa;
  --color-blue-deep: #1f5f8d;
  --color-blue-light: #8bc8ed;
  --color-blue-pale: #e6f4fc;
  --color-silver: #dce5eb;
  --color-silver-strong: #aebfcb;
  --color-success: #2f7b5a;
  --color-warning: #9a6814;
  --color-error: #b33a35;

  --focus-color: #0b5f8a;
  --focus-ring: 0 0 0 2px rgba(11, 95, 138, 0.32);

  --font-family-base: "Segoe UI", Inter, system-ui, sans-serif;
  --font-size-body: 1rem;
  --line-height: 1.55;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.4rem;
  --space-6: 2rem;
  --space-7: 2.8rem;

  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 13px;

  --shadow-shell: 0 18px 55px rgba(32, 71, 98, 0.17);
  --shadow-soft: 0 8px 22px rgba(35, 78, 108, 0.09);
  --shadow-button: 0 3px 8px rgba(34, 80, 112, 0.16);

  --content-width: 1180px;
  --shell-width: 1280px;

  --z-header: 100;
  --z-dropdown: 180;
  --z-overlay: 240;
  --z-sidebar: 260;
}
