/* ─── Style Spot Studio design tokens ─────────────────────────────────────────
   THE single source of truth for the Studio palette (thumb-first redesign,
   v2.0.0). Both studio.html and closet.html consume these; change a color
   here and every page follows. Rules:
   - --gold-fill (#D92F61) is the ONLY filled-CTA background, always white text.
   - --gold (#F23D72) is accent text/borders/selection.
   - --gold-c is REAL gold: commerce, tokens, Pro. Never beside pink.
   - Inputs are always 16px so iOS never zooms. */
:root {
  --bg:#131316; --card:#1C1C21; --card2:#26262C; --line:#33333A;
  --text:#F4F4F6; --text2:#A5A5B0;
  --gold:#F23D72; --gold-fill:#D92F61; --wash:rgba(242,61,114,.10);
  --gold-c:#C9A96A; --success:#57B368; --danger:#ED6A5A;
  --green:#57B368; --red:#ED6A5A;
  --blue:#F4F4F6; --wood:#b08d5f; --input:#26262C; --elev:#33333A; --skel-hi:#34343d;
}
:root.theme-light {
  --bg:#FAFAF8; --card:#FFFFFF; --card2:#F2F2F2; --line:#EAEAEA;
  --text:#0D0D0D; --text2:#6B6B70;
  --gold:#F23D72; --gold-fill:#D92F61; --wash:rgba(242,61,114,.10);
  --gold-c:#B08D48; --success:#2E7D32; --danger:#B7410E;
  --green:#2e7d32; --red:#B7410E;
  --blue:#0D0D0D; --wood:#b08d5f; --input:#FFFFFF; --elev:#FFFFFF; --skel-hi:#e9e2d8;
}
