/**
 * StrikeSystem admin – semleges sötét szürke (dark mode).
 * A Filament gray palettáját egészíti ki; nincs kék/slate tónus.
 */
.dark .fi-body {
    background-color: rgb(28 28 28) !important;
    color: rgb(232 232 232);
}

.dark .fi-topbar,
.dark .fi-sidebar-header {
    background-color: rgb(38 38 38) !important;
    border-color: rgb(58 58 58 / 0.6);
}

.dark .fi-sidebar {
    background-color: rgb(32 32 32) !important;
}

.dark .fi-main {
    background-color: rgb(28 28 28);
}

.dark .fi-section,
.dark .fi-ta-ctn,
.dark .fi-wi-stats-overview-stat,
.dark .fi-ta-header-cell,
.dark .fi-fo-field-wrp {
    --tw-ring-color: rgb(70 70 70 / 0.45);
}

.dark .fi-section:not(.fi-section-not-contained) {
    background-color: rgb(38 38 38);
    border-color: rgb(58 58 58 / 0.5);
}

.dark .fi-ta-ctn,
.dark .fi-wi-widget {
    background-color: rgb(38 38 38);
}

.dark .fi-ta-row:hover,
.dark .fi-sidebar-item-active a,
.dark .fi-sidebar-item a:hover {
    background-color: rgb(48 48 48 / 0.85) !important;
}

.dark .fi-simple-main {
    background-color: rgb(38 38 38) !important;
}

.dark input:not([type='checkbox']):not([type='radio']),
.dark select,
.dark textarea,
.dark .choices__inner {
    background-color: rgb(32 32 32) !important;
    border-color: rgb(70 70 70) !important;
    color: rgb(232 232 232);
}

.dark .fi-dropdown-panel {
    background-color: rgb(38 38 38) !important;
    border-color: rgb(58 58 58);
}
