:root {
  --bg: #071018;
  --bg-alt: #0b1520;
  --panel: rgba(9, 20, 28, 0.92);
  --panel-strong: rgba(13, 26, 36, 0.98);
  --line: rgba(133, 186, 203, 0.18);
  --line-strong: rgba(133, 186, 203, 0.34);
  --text: #edf8ff;
  --muted: #89a6b3;
  --faint: #5e7280;
  --accent: #7cff83;
  --accent-2: #49c9ff;
  --accent-3: #ffb84d;
  --danger: #ff6d72;
  --success: #51f09b;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.38);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --site-width: 1220px;
  --font-display: "Arial Narrow", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Trebuchet MS", "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
}
