/* Base (light / white mode) styles moved from index.html */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #E5E5E5; border-radius: 10px; }
.zebra-row:nth-child(even) { background-color: #F8F9FA; }

/* PowerShell snippet background (base) */
#ps-snippet { background: #2f3131 !important; border: 1px solid rgba(255,255,255,0.04); }

/* (Dark-only rule removed from light.css) */
