﻿/* =========================================================
   ۱) متغیرهای تم (Theme Variables) - محدوده جدول Tabulator
   هدف: تعریف رنگ‌ها و مقادیر پایه تم تاریک برای جدول
   وابستگی: تمام بخش‌های بعدی که از var(--tbl-...) استفاده می‌کنند به این متغیرها وابسته‌اند
   نکته: چون روی .tabulator تعریف شده، فقط داخل ساختار Tabulator اثر می‌گذارد (Scoped)
   ========================================================= */
.tabulator {
    --tbl-bg-primary: #2b2b2b;
    --tbl-bg-header: #1a1a1a;
    --tbl-bg-header-filter: #252525;
    --tbl-border: #444;
    --tbl-border-weak: #333;
    --tbl-border-weak2: #444;
    --tbl-text-main: #fff;
    --tbl-text-muted: #bbb;
    --tbl-row-alt: #323232;
    --tbl-row-hover: #3d3d3d;
    --tbl-row-open-parent: #3b3b3b;
    --tbl-subtable-bg: #1c1c1c;
    --tbl-subtable-header-bg: #222;
    --tbl-subtable-row-hover: #252525;
    --tbl-footer-bg: #1f1f1f;
    --tbl-page-bg: #2b2b2b;
    --tbl-highlight-bg: #ff9800;
    --tbl-highlight-text: #000;
    --tbl-group-bg: #333;
    --tbl-group-border: #444;
    --tbl-group-status-bg: #222;
    --tbl-group-status-tag-bg: #ff8f00;
    --tbl-toggle-blue: #3b82f6;
    --tbl-toggle-red: #ef4444;
    --tbl-checkbox-accent: #3b82f6;
}
