/**
 * Pozitif Ekip Hub - Tasarım Değişkenleri ve Tokenlar
 * Dark Sidebar + Crisp White Main Content (Strapi / Shadcn UI Standardı)
 */
:root {
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* SAĞ İÇERİK ALANI: PÜRÜZSÜZ LIGHT / BEYAZ TEMA */
    --bg: #f8fafc;
    --bg-subtle: #f1f5f9;
    --card-bg: #ffffff;
    --card-border: #e2e8f0;
    --card-hover: #f8fafc;
    --border: #e2e8f0;
    --text: #1e293b;
    --text-muted: #64748b;
    --text-faint: #94a3b8;
    
    /* POZİTİF MERCAN / SHADCN ACCENT */
    --primary: #fd366e;
    --primary-hover: #e0285d;
    --primary-light: #fff1f4;
    --primary-border: #fecdd6;
    
    /* SOL MENÜ (SIDEBAR): ZARİF MODERN KOYU ANTRASİT */
    --sidebar-bg: #0f172a;
    --sidebar-border: #1e293b;
    --sidebar-active: #1e293b;
    --sidebar-text: #94a3b8;
    --sidebar-text-active: #ffffff;
    --sidebar-title: #475569;
    
    /* DURUM RENKLERİ */
    --success: #059669;
    --success-light: #ecfdf5;
    --success-border: #a7f3d0;
    --warning: #d97706;
    --warning-light: #fffbeb;
    --warning-border: #fde68a;
    --danger: #dc2626;
    --danger-light: #fef2f2;
    --danger-border: #fecaca;
    --info: #0284c7;
    --info-light: #e0f2fe;
    --info-border: #bae6fd;
    
    /* GÖLGE VE RADIUS */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --shadow-drawer: -10px 0 25px rgba(0, 0, 0, 0.1);
    --radius: 6px;
    --radius-sm: 4px;
    --radius-full: 9999px;
    
    --sidebar-width: 250px;
    --header-height: 52px;
}
