/* ==========================================
   Tema: Default (Varsayılan - Koyu Lacivert / İndigo)
   ========================================== */

:root {
    --bg-color: #f8fafc;
    --text-color: #334155;
    --text-muted: #64748b;
    
    --sidebar-bg: #1e293b;
    --sidebar-color: #f1f5f9;
    --sidebar-hover: rgba(255, 255, 255, 0.1);
    
    --navbar-bg: #ffffff;
    
    --card-bg: #ffffff;
    --card-header-bg: #ffffff;
    --card-header-color: #1e293b;
    
    --accent-color: #4f46e5;
    --accent-hover: #4338ca;
    
    --border-color: #e2e8f0;
    --table-header-bg: #f1f5f9;
    
    --footer-bg: #ffffff;
}
