/* ContextGrade — Light theme variables and overrides */

:root {
    --bg-color: #f1f5f9;
    --sidebar-bg: rgba(255, 255, 255, 0.8);
    --glass-bg: rgba(0, 0, 0, 0.03);
    --glass-border: rgba(0, 0, 0, 0.1);
    --accent-primary: #10B981;
    --accent-secondary: #1A365D;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --table-container-bg: rgba(255, 255, 255, 0.6);
    --sidebar-width: 220px;
    --sidebar-collapsed-width: 60px;
    --header-height: 38px;
    --footer-height: 28px;
    --transition-speed: 0.3s;
}

[data-theme='light'] .results-summary-divider {
    border-right: 2px solid rgba(0, 0, 0, 0.15) !important;
}

[data-theme='light'] .nav-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
