/* Genesis Core Dark — clean charcoal */
:root {
  --theme-has-bg-image: 1;
  --theme-bg-image: url('https://images.unsplash.com/photo-1631477076114-9123f721b9dc?q=80&w=2400&auto=format&fit=crop');
  --theme-bg-position: center center;
  --theme-bg-size: cover;
  --theme-bg-transform: none;
  --theme-bg-overlay: rgba(14, 14, 22, 0.6);
  --theme-body-bg: #0e0e16;

  --theme-text-primary: #e4e4f0;
  --theme-text-muted: rgba(228, 228, 240, 0.5);
  --theme-text-label: rgba(228, 228, 240, 0.35);
  --theme-section-label: rgba(228, 228, 240, 0.22);

  --theme-card-bg: rgba(255, 255, 255, 0.05);
  --theme-card-bg-hover: rgba(255, 255, 255, 0.09);
  --theme-card-border: rgba(255, 255, 255, 0.08);
  --theme-card-icon-bg: rgba(255, 255, 255, 0.07);
  --theme-card-icon-border: rgba(255, 255, 255, 0.08);
  --theme-card-shadow: rgba(0, 0, 0, 0.4);

  --theme-divider: rgba(255, 255, 255, 0.07);
  --theme-backdrop: blur(8px);

  --theme-btn-color: rgba(228, 228, 240, 0.38);
  --theme-btn-border: rgba(228, 228, 240, 0.12);
  --theme-btn-color-hover: rgba(228, 228, 240, 0.75);
  --theme-btn-border-hover: rgba(228, 228, 240, 0.3);

  --theme-env-badge-bg: rgba(0, 0, 0, 0.5);
  --theme-env-badge-border: rgba(255, 255, 255, 0.07);

  --theme-link-color: rgba(228, 228, 240, 0.45);
  --theme-link-border: rgba(228, 228, 240, 0.15);
  --theme-link-color-hover: rgba(228, 228, 240, 0.85);
  --theme-link-border-hover: rgba(228, 228, 240, 0.35);

  --theme-go-color: rgba(228, 228, 240, 0.25);
}
