html[data-theme="dark"] {
    --bg-base: #0f1117 !important;
    --bg-panel: #1a1d28 !important;
    --bg-card: #1a1d28 !important;
    --bg-sidebar: #161822 !important;
    --bg-dark: #0f1117 !important;
    --bg-body: #0f1117 !important;
    --bg-card-hover: #222633 !important;
    
    --border-light: rgba(255, 255, 255, 0.06) !important;
    --border-color: rgba(255, 255, 255, 0.08) !important;
    --border-hover: rgba(255, 255, 255, 0.12) !important;
    --border-highlight: rgba(255, 255, 255, 0.15) !important;

    --primary: #00b172 !important;
    --primary-light: #00c985 !important;
    --primary-gradient: linear-gradient(135deg, #00b172 0%, #00d492 100%) !important;
    
    --success: #00b172 !important;
    --success-gradient: #00b172 !important;
    
    --text-white: #ffffff !important;
    --text-heading: #f1f5f9 !important;
    --text-main: #f1f5f9 !important;
    --text-body: #cbd5e1 !important;
    --text-muted: #8b96a5 !important;

    --shadow-glass: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

body, .dashboard-body, .main-content, .sidebar, .glass-panel, .card, .section-card, * {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}
