:root {
  --bg: #05070b;
  --bg-soft: #0b1018;
  --card: rgba(17, 22, 33, 0.68);
  --card-strong: rgba(20, 26, 39, 0.9);
  --text: #f6f8fc;
  --text-muted: #b8c1d6;
  --line: #323b4e;
  --accent: #0a4cad;
  --accent-hover: #093b86;
  --success: #1bbf8f;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px rgba(1, 7, 20, 0.45);
  --container: min(1140px, calc(100vw - 40px));
  --font-head: 'Montserrat', sans-serif;
  --font-text: 'Manrope', sans-serif;
}
