@layer dark {

/* AUTO-EXTRACTED from styles.css — DARK theme rules.
   Loaded AFTER styles.css for natural cascade override.
   Regenerate with: node scripts/theme-extract.cjs --apply
 */

html[data-theme="dark"] .wwm-cmp-modal-a .wwm-cmp-rows {

  padding: var(--space-1) var(--space-1-5);
}

/* K: export.js clone の inline background (universal 書込) 対抗 — S2-e 残 keep 確定。 strip するな */
html[data-theme="dark"] .wwm-cmp-modal-a {
  background: linear-gradient(180deg, #130f0d, #0d0a08) !important;
}

/* S2-e split: header / select で base pair が別 decl → 分離 */

/* S2-e split: val / val-input で base pair が別 decl → 分離 */

} /* end @layer dark */
