/* Dark Theme - Zeta Reference Style */

/* Sidebar */
.fi-sidebar {
    background: #0a0f1c !important;
}

.fi-sidebar-header {
    background: #0a0f1c !important;
    border-bottom: 1px solid #1e293b;
}

.fi-sidebar-item a {
    color: #94a3b8 !important;
    border-radius: 8px !important;
    margin: 2px 8px;
}

.fi-sidebar-item a:hover {
    background: rgba(59, 130, 246, 0.1) !important;
    color: #3b82f6 !important;
}

.fi-sidebar-item-active a {
    background: rgba(59, 130, 246, 0.15) !important;
    color: #3b82f6 !important;
}

.fi-sidebar-group-title {
    color: #64748b !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    padding: 8px 16px 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Main content */
.fi-main {
    background: #0f172a !important;
}

.fi-page {
    background: #0f172a !important;
}

/* Cards */
.fi-card {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    border-radius: 12px !important;
}

.fi-card-header {
    border-bottom: 1px solid #334155 !important;
}

/* Tables */
.fi-ta-table {
    background: transparent !important;
}

.fi-ta-header-cell {
    background: #1e293b !important;
    border-bottom: 1px solid #334155 !important;
}

.fi-ta-row:hover {
    background: rgba(255, 255, 255, 0.03) !important;
}

/* Buttons */
.fi-btn-primary {
    background: #3b82f6 !important;
    border-radius: 8px !important;
}

.fi-btn-primary:hover {
    background: #2563eb !important;
}

/* Badge/Pills */
.fi-badge {
    border-radius: 6px !important;
}

/* Top bar */
.fi-topbar {
    background: #0a0f1c !important;
    border-bottom: 1px solid #1e293b !important;
}

/* Breadcrumbs */
.fi-breadcrumbs {
    color: #64748b !important;
}

/* Icons in sidebar */
.fi-sidebar-item-icon {
    color: #64748b !important;
}

.fi-sidebar-item-active .fi-sidebar-item-icon {
    color: #3b82f6 !important;
}

/* Toggle sidebar button */
.fi-sidebar-toggle-btn {
    background: #1e293b !important;
    border-radius: 8px !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #1e293b;
}

::-webkit-scrollbar-thumb {
    background: #475569;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}

/* Form inputs */
.fi-input {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    color: #f1f5f9 !important;
}

.fi-input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.fi-select {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
}

/* User avatar */
.fi-user-avatar {
    border-radius: 50% !important;
}

/* Stats cards */
.fi-wn-card {
    background: #1e293b !important;
    border-radius: 12px !important;
}

/* Navigation collapsed */
.fi-sidebar-collapsed .fi-sidebar-item a {
    justify-content: center;
}

.fi-sidebar-collapsed .fi-sidebar-item-label {
    display: none;
}