/* ════════════════════════════════════════════════════════════════════════════
 * AUTO INVOICE (Daftra) — styles (موديول مستقل قابل للحذف)
 * يعيد استخدام متغيرات اللوحة (var(--*)) ويحترم الوضع الداكن/الفاتح.
 * ════════════════════════════════════════════════════════════════════════════ */
#pg-auto-invoice .page-header { margin-bottom: 14px; }
#aiHost { max-width: 980px; margin: 0 auto; }
#aiHost .a-card h6 { font-weight: 600; color: var(--text); }
#aiHost .badge-s {
  display: inline-block; padding: 2px 8px; border-radius: 999px;
  font-size: 0.72rem; font-weight: 600;
}
#aiHost .a-group { margin: 6px 0; }
#aiHost a.a-btn { text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
#aiRuleModal .modal-box .a-label { font-size: 0.82rem; color: var(--text2, var(--muted)); }
