﻿:root {
    /* Paleta base */
    --mac-bg: #ffffff;
    --mac-border: #d1d5db;
    --mac-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    --mac-titlebar-bg: #f5f6f7;
    --mac-titlebar-border: #e5e7eb;
    --mac-title-color: #111827;
    
    /* Sidebar footer */
    --sidebar-footer-bg: rgba(245, 245, 247, 0.75);
    --sidebar-footer-border: rgba(0, 0, 0, 0.06);
    --sidebar-footer-text: #1d1d1f;
    --sidebar-footer-text-muted: rgba(0, 0, 0, 0.55);
    --sidebar-footer-hover: rgba(0, 0, 0, 0.08);
    --sidebar-footer-radius: 0;
    --sidebar-footer-padding: 12px;
    
    /* Dots estilo Mac */
    --dot-red: #ff5f56;
    --dot-yellow: #ffbd2e;
    --dot-green: #27c93f;
}

@media (prefers-color-scheme: dark) {
    :root {
        --mac-bg: #1f2937;
        --mac-border: #374151;
        --mac-shadow: 0 12px 30px rgba(0,0,0,0.35);
        --mac-titlebar-bg: #111827;
        --mac-titlebar-border: #374151;
        --mac-title-color: #e5e7eb;
        --sidebar-footer-bg: rgba(24, 24, 27, 0.55);
        --sidebar-footer-border: rgba(255, 255, 255, 0.10);
        --sidebar-footer-text: #f5f5f7;
        --sidebar-footer-text-muted: rgba(255, 255, 255, 0.65);
        --sidebar-footer-hover: rgba(255, 255, 255, 0.08);
    }
}
