/* ── Theme: Flower ───────────────────────────────────────────────────────── */
[data-theme="flower"] {
  --bg: #fdf2f8; --bg2: #fce7f3; --bg3: #fad8ee;
  --surface: #fff0f8; --surface2: #ffe4f2;
  --cyan: #e91e8c; --cyan-dim: #e91e8c55;
  --cyan-glow: 0 0 10px #e91e8c44, 0 0 30px #e91e8c18;
  --magenta: #9b59b6; --magenta-dim: #9b59b655;
  --magenta-glow: 0 0 10px #9b59b644, 0 0 30px #9b59b618;
  --yellow: #ff8fab; --yellow-dim: #ff8fab33;
  --text: #3d1a3a; --text2: #8b3a6a; --text3: #c07a9c;
  --border: #f4a7c3;
  --overlay-bg: rgba(253,242,248,.85);
  --scanline: rgba(233,30,140,.018);
  --row-hover: rgba(233,30,140,.06);
  --row-stripe: rgba(233,30,140,.025);
}

/* ── Flower background pattern: flowers + unicorn horns ─────────────────── */
[data-theme="flower"] body::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg transform='translate(30,35)'%3E%3Cellipse cx='0' cy='-9' rx='4' ry='7' fill='%23e91e8c' opacity='.14'/%3E%3Cellipse cx='0' cy='-9' rx='4' ry='7' fill='%23e91e8c' opacity='.14' transform='rotate(72)'/%3E%3Cellipse cx='0' cy='-9' rx='4' ry='7' fill='%23e91e8c' opacity='.14' transform='rotate(144)'/%3E%3Cellipse cx='0' cy='-9' rx='4' ry='7' fill='%23e91e8c' opacity='.14' transform='rotate(216)'/%3E%3Cellipse cx='0' cy='-9' rx='4' ry='7' fill='%23e91e8c' opacity='.14' transform='rotate(288)'/%3E%3Ccircle cx='0' cy='0' r='4' fill='%23ffb7c5' opacity='.18'/%3E%3C/g%3E%3Cg transform='translate(125,42)'%3E%3Cpolygon points='0,-14 5.5,0 -5.5,0' fill='%239b59b6' opacity='.12'/%3E%3Cline x1='-3' y1='-4' x2='2.5' y2='-4' stroke='%23c77dff' stroke-width='1' opacity='.15' fill='none'/%3E%3Cline x1='-4.5' y1='-8' x2='1' y2='-8' stroke='%23c77dff' stroke-width='1' opacity='.13' fill='none'/%3E%3Ccircle cx='9' cy='-5' r='1.5' fill='%23ff8fab' opacity='.22'/%3E%3Ccircle cx='-10' cy='-4' r='1' fill='%23ff8fab' opacity='.16'/%3E%3Ccircle cx='7' cy='5' r='1' fill='%23ffb7c5' opacity='.16'/%3E%3C/g%3E%3Cg transform='translate(100,105)'%3E%3Cellipse cx='0' cy='-6' rx='3' ry='5' fill='%23e91e8c' opacity='.10'/%3E%3Cellipse cx='0' cy='-6' rx='3' ry='5' fill='%23e91e8c' opacity='.10' transform='rotate(72)'/%3E%3Cellipse cx='0' cy='-6' rx='3' ry='5' fill='%23e91e8c' opacity='.10' transform='rotate(144)'/%3E%3Cellipse cx='0' cy='-6' rx='3' ry='5' fill='%23e91e8c' opacity='.10' transform='rotate(216)'/%3E%3Cellipse cx='0' cy='-6' rx='3' ry='5' fill='%23e91e8c' opacity='.10' transform='rotate(288)'/%3E%3Ccircle cx='0' cy='0' r='2.5' fill='%23ffb7c5' opacity='.14'/%3E%3C/g%3E%3Cpath d='M65,115 L66.5,119.5 L71,121 L66.5,122.5 L65,127 L63.5,122.5 L59,121 L63.5,119.5 Z' fill='%23ff8fab' opacity='.13'/%3E%3Ccircle cx='152' cy='72' r='2' fill='%239b59b6' opacity='.10'/%3E%3Ccircle cx='78' cy='58' r='1.5' fill='%23e91e8c' opacity='.09'/%3E%3Ccircle cx='40' cy='138' r='2' fill='%23ff8fab' opacity='.10'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 1;
}
