/* =====================================================================
   SKIN: Midnight (dark hero, hot-red CTA)
   The current PawGlow look — moody, premium, high-contrast.
   This is the DEFAULT skin. Loaded via <link id="skinSheet"> in index.html.
   ===================================================================== */
:root{
  --bg:#0E0D0D;            /* near-black base */
  --bg-2:#171514;          /* slightly lifted panel */
  --bg-3:#241F1C;
  --ink:#FFFFFF;
  --ink-dim:#D8D1C8;       /* secondary text on dark, still high contrast */
  --paper:#FAF6EF;         /* light sections */
  --paper-2:#F0E6D2;
  --paper-ink:#15120F;     /* body text ON light sections */
  --paper-ink-dim:#5A5246;
  --cta:#FF3B30;           /* hot action red — CTA color */
  --cta-dark:#D62A20;
  --cta-deep:#8C1A14;
  --accent-gold:#FFC23A;        /* urgency / savings accent */
  --accent-trust:#3FAE6B;         /* trust / confirm only */
  --line: rgba(255,255,255,0.14);
  --line-dark: rgba(0,0,0,0.14);

  /* Skin metadata — used only by the internal skin-gallery tool, not the live site */
  --skin-name: "Midnight";
  --skin-swatch-1: #0E0D0D;
  --skin-swatch-2: #FF3B30;
  --skin-swatch-3: #FAF6EF;
}
