/*
 * ADM runtime skin for shared Emersion UI primitives (em-modal, …).
 *
 * Baseline ships with the framework (/vendor/emersion/framework/v1/ui/*.css)
 * inside @layer em-ui — rules here are unlayered, so they always win over the
 * baseline regardless of load order. Prefer overriding the --em-modal-*
 * custom properties; full rule overrides are the escalation path.
 *
 * Keep this file scoped to em-* components only. Admin-native styles belong
 * to style.css / Tabler.
 */

.em-modal {
    --em-modal-radius: 8px;
    --em-modal-header-bg: #1d273b;   /* Tabler dark — matches admin window chrome */
    --em-modal-header-fg: #f5f7fb;
    --em-modal-btn-bg: #206bc4;      /* Tabler primary */
    --em-modal-btn-fg: #ffffff;
}
