/* ============================================================
   HIP-HOP THEME — bold, dark, high contrast, gold/purple accents
   For: hip-hop, rap, r&b, soul, funk
   ============================================================ */

[data-theme='hiphop'] {
  --color-bg: #0c0a12;
  --color-surface: #16121f;
  --color-surface-hover: #201a2e;
  --color-border: #2d2540;
  --color-text: #f0ecf5;
  --color-text-muted: #9088a0;
  --color-accent: #d4a843;
  --color-accent-hover: #c49530;
  --color-accent-text: #0c0a12;
  --color-danger: #ff4466;
  --color-success: #4ade80;
  --font-heading: 'DM Sans', system-ui, sans-serif;
  --radius: 6px;

  --hero-image: url('/images/hero-hiphop.png');
  --texture-image: none;
  --hero-overlay-color: rgba(12, 10, 18, 0.7);
  --hero-overlay-opacity: 0.7;
  --card-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  --card-hover-shadow: 0 8px 25px rgba(212, 168, 67, 0.15);
  --gradient-start: #d4a843;
  --gradient-end: #9b59b6;
  --gradient-accent: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  --glow-color: rgba(212, 168, 67, 0.25);
  --font-heading-weight: 800;
  --letter-spacing-heading: -0.02em;
  --text-transform-heading: none;
  --animation-speed: 0.15s;
}
