/* ============================================================
   Skin: default — Warm Clinic (baseline)
   ============================================================
   The default skin IS the baseline token set defined in
   backend/static/css/style.css (:root + [data-theme="dark"]).
   This file is intentionally near-empty: selecting "default"
   simply means no skin overrides are layered on top.

   It exists so the runtime <link id="skin-css"> always points
   at a valid stylesheet and switching back to default is a
   plain href swap (no special-casing in JS).
   ============================================================ */

[data-skin="default"] { /* inherits :root baseline */ }
