/* ═══════════════════════════════════════════════
   THEME: Sakura (Pastel Pink)
   ═══════════════════════════════════════════════ */

:root {
  --bg:          #1a0d10;
  --bg2:         #200f14;
  --bg3:         #281319;
  --surface:     #2d1520;
  --surface2:    #341a25;
  --border:      #3d2030;
  --text:        #fce8ee;
  --text2:       #c0899c;
  --text3:       #7a4f5e;
  --accent:      #ff8fab;
  --accent2:     #ffb3c6;
  --accent-glow: rgba(255,143,171,0.2);
  --tag-bg:      rgba(255,143,171,0.1);
  --tag-text:    #ffb3c6;

  --shadow: 0 4px 24px rgba(0,0,0,0.5);
  --glow:   0 0 24px rgba(255,143,171,0.2);
}
