:root {
	--helix-bg-black: #05070a;
	--helix-bg-navy: #08111a;
	--helix-bg-card: #0b1118;
	--helix-bg-card-elevated: #0e1722;
	--helix-border: rgba(255, 255, 255, 0.12);
	--helix-border-strong: rgba(34, 211, 238, 0.35);
	--helix-text-primary: #f5f7fa;
	--helix-text-secondary: #b7c0cc;
	--helix-text-muted: #7e8a99;
	--helix-text-silver: #d8dee8;
	--helix-accent-cyan: #00c8ff;
	--helix-accent-blue: #1e7bff;
	--helix-glow-cyan: rgba(0, 200, 255, 0.25);
	--helix-gold: #d4af37;
	--helix-gradient-bg: linear-gradient(135deg, #07111c 0%, #020408 100%);
	--helix-gradient-accent: linear-gradient(90deg, rgba(0, 200, 255, 0.18), rgba(30, 123, 255, 0.04));
	--helix-gradient-btn: linear-gradient(135deg, #00c8ff 0%, #1e7bff 100%);
	--helix-font-heading: "Cinzel", "Inter", Georgia, serif;
	--helix-font-body: "Inter", "Manrope", system-ui, sans-serif;
	--helix-container: 1240px;
	--helix-container-wide: 1440px;
	--helix-container-narrow: 860px;
	--helix-radius: 12px;
	--helix-radius-sm: 8px;
	--helix-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
	--helix-transition: 0.25s ease;
	--helix-spacing-section: clamp(48px, 8vw, 80px);
}
