        /* Your custom dark-mode overrides */
        .bg-gray-50 { background-color: #0c1017 !important; }
        .bg-white { background-color: #1a202c !important; }
        .bg-gray-100 { background-color: #2d3748 !important; }
        .text-gray-900, .text-gray-800, .text-gray-700 { color: #cbd5e0 !important; }
        .text-gray-600, .text-gray-500, .text-gray-400 { color: #a0aec0 !important; }
        .text-red-700 { color: #f87171 !important; }
        .text-green-700 { color: #4ade80 !important; }
        .border-gray-200, .border-gray-100 { border-color: #4a5568 !important; }
        .border-emerald-500 { border-color: #064e3b !important; }
        .bg-red-50 { background-color: #450a0a !important; }
        .border-red-500 { border-color: #f87171 !important; }
        .text-red-600 { color: #f87171 !important; }
        .bg-amber-50 { background-color: #422006 !important; }
        .border-amber-500 { border-color: #f59e0b !important; }
        .text-amber-600 { color: #f59e0b !important; }
        .excel-table tbody tr:hover { background-color: #2d3748 !important; }
        .excel-table tbody tr>td {border-right:0;border-left:0;border-bottom:0;border-top:1px solid #444 !important;}
        .excel-table thead th { background-color: #111827 !important; border-bottom-color: #4a5568 !important;}
        .excel-table th, .excel-table td { padding: 6px !important; vertical-align: middle !important; color: #f9f9f9 !important;}
        .excel-table th.text-blue-500 { color: #60a5fa !important; }
        .excel-table th.text-blue-700 { color: #3b82f6 !important; }
        .excel-table th.text-emerald-700 { color: #34d399 !important; }
        .excel-table th.text-red-700 { color: #f87171 !important; }
        .excel-table .text-emerald-600 { color: #34d399 !important; }
        .excel-table .text-red-600 { color: #f87171 !important; }
        .excel-table .text-blue-600 { color: #60a5fa !important; }
        .excel-table td.flex svg,.excel-table td.flex button { vertical-align: middle !important; display: inline-block !important;}
        
        /* Custom class for score changes */
        .score-change-row { background-color: #2a3442 !important; border-left: 5px solid #f59e0b; }
