/*
Theme Name:  MUSE AI Child
Description: Child theme for MUSE AI Shop — Hello Elementor child
Template:    hello-elementor
Version:     1.0.0
Author:      MUSE AI Shop
Text Domain: museai-child
*/

/* ═══════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════ */
:root {
  --bg-0:           #06060f;
  --bg-1:           #0b0b18;
  --bg-2:           #10102a;
  --bg-card:        rgba(255,255,255,0.04);
  --bg-card-hover:  rgba(139,92,246,0.08);

  --purple:         #8b5cf6;
  --purple-light:   #c4b5fd;
  --purple-dark:    #6d28d9;
  --purple-glow:    rgba(139,92,246,0.35);
  --purple-border:  rgba(139,92,246,0.25);

  --gold:           #f59e0b;
  --gold-light:     #fde68a;
  --gold-glow:      rgba(245,158,11,0.35);
  --gold-border:    rgba(245,158,11,0.25);

  --text-1:         #f3f4f6;
  --text-2:         #a1a1aa;
  --text-3:         #6b7280;

  --radius:         18px;
  --radius-sm:      10px;
  --radius-xs:      6px;

  --transition:     0.3s cubic-bezier(0.4,0,0.2,1);
  --shadow-purple:  0 0 40px rgba(139,92,246,0.25);
  --shadow-gold:    0 0 40px rgba(245,158,11,0.2);
}
