:root{
  /* Core colors */
  --bg:#05040a;
  --fg:#ffffff;
  --muted:rgba(230,230,245,.78);

  /* K-POP inspired accents */
  --neon1:#ff2bd6;
  --neon2:#00e5ff;
  --neon3:#a8ff2a;

  --accent-soft:#ffd6f6;
  --accent-soft-blue:#d3f5ff;

  /* Surfaces */
  --glass:rgba(14,10,24,.86);
  --glass-soft:rgba(22,18,38,.92);
  --glass2:rgba(255,255,255,.12);
  --stroke:rgba(255,255,255,.16);

  /* Shadows + radius */
  --shadow: 0 20px 60px rgba(0,0,0,.55);
  --shadow-soft:0 16px 40px rgba(5,5,20,.75);
  --radius: 18px;

  /* Spacing scale */
  --space-xs:8px;
  --space-sm:12px;
  --space-md:16px;
  --space-lg:24px;
  --space-xl:32px;

  /* Typography */
  --letter-tight:0.04em;
  --letter-mid:0.09em;
  --letter-wide:0.14em;
}
