:root {
    /* Colors corporatius de CineForja */
    --cineforja-blue: #0066cc;
    --cineforja-blue-dark: #004d99;
    --cineforja-blue-light: #3385d6;
    
    /* Mode clar (per defecte) */
    --primary-color: #0066cc;
    --toolbar-bg: #f5f5f5;
    --header-bg: #ffffff;
    --sidebar-bg: #fafafa;
    --search-panel-bg: #f5f5f5;
    --button-bg: #ffffff;
    --button-hover-bg: #e8e8e8;
    --input-bg: #ffffff;
    --border-color: #d0d0d0;
    --text-color: #333333;
    --text-secondary: #666666;
    --scene-item-bg: #ffffff;
    --scene-item-hover-bg: #f0f8ff;
    --scene-item-selected-bg: #e6f2ff;
    --stats-bg: #e8e8e8;
    --danger-bg: #dc3545;
    --danger-hover-bg: #c82333;
    
    /* Menú principal - Blau CineForja */
    --menu-bg: #0066cc;
    --menu-text: #ffffff;
    --menu-hover-bg: #0052a3;
}

[data-theme="dark"] {
    /* Mode fosc (només per l'editor) */
    --primary-color: #4da6ff;
    --toolbar-bg: #2b2b2b;
    --header-bg: #1e1e1e;
    --sidebar-bg: #252525;
    --search-panel-bg: #2b2b2b;
    --button-bg: #3a3a3a;
    --button-hover-bg: #4a4a4a;
    --input-bg: #3a3a3a;
    --border-color: #404040;
    --text-color: #e0e0e0;
    --text-secondary: #a0a0a0;
    --scene-item-bg: #2f2f2f;
    --scene-item-hover-bg: #3a3a3a;
    --scene-item-selected-bg: #1a4d7a;
    --stats-bg: #3a3a3a;
    --danger-bg: #c82333;
    --danger-hover-bg: #bd2130;
    
    /* Menú principal - es manté blau sempre */
    --menu-bg: #0066cc;
    --menu-text: #ffffff;
    --menu-hover-bg: #0052a3;
}