:root {
  --bg: #07070b;
  --bg-soft: #101018;
  --surface: rgba(255, 255, 255, 0.075);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-hover: rgba(255, 255, 255, 0.16);

  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.78);
  --text-muted: rgba(255, 255, 255, 0.56);

  --accent: #c6a7ff;
  --accent-strong: #8b5cf6;
  --accent-soft: rgba(198, 167, 255, 0.22);

  --border: rgba(255, 255, 255, 0.14);
  --border-strong: rgba(255, 255, 255, 0.24);

  --danger: #ff6b6b;
  --success: #7ee787;

  --container: 1180px;

  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 70px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 60px rgba(198, 167, 255, 0.28);

  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bodoni Moda", serif;

  --transition-fast: 160ms ease;
  --transition: 260ms ease;
  --transition-slow: 520ms ease;

  --header-height: 78px;
}