:root {
  --bg: #07111b;
  --bg-deep: #091321;
  --bg-soft: #f4f6f8;
  --bg-card: #ffffff;
  --text: #172230;
  --text-soft: #5e6979;
  --text-on-dark: rgba(255, 255, 255, 0.78);
  --line: rgba(18, 30, 50, 0.12);
  --brand: #f15830;
  --brand-dark: #cc4321;
  --brand-blue: #42ccff;
  --gold: #e3d56c;
  --cyan: #37f3ff;
  --blue: #89dbff;
  --shadow: 0 18px 45px rgba(8, 20, 37, 0.12);
  --shadow-strong: 0 28px 80px rgba(7, 17, 27, 0.35);
  --radius-sm: 18px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --container: min(1180px, calc(100vw - 32px));
}
