:root {
  --brand-navy-900: #081d4c;
  --brand-blue-800: #123368;
  --brand-blue-600: #22477f;
  --brand-text-blue: #102f63;
  --brand-silver-400: #9e9e9d;
  --brand-gray-500: #777776;
  --brand-gray-700: #454545;
  --brand-white: #ffffff;
  --surface-page: #ffffff;
  --surface-subtle: #f7f9fc;
  --surface-border: #e4e8ef;
  --text-primary: #1f2937;
  --text-secondary: #454545;
  --success: #1b7f3b;
  --focus: #f4b400;
  --radius-control: 10px;
  --radius-card: 18px;
  --radius-large: 24px;
  --shadow-soft: 0 18px 50px rgba(8, 29, 76, .10);
  --shell: 1240px;
}
