/* Minimal "Apple glass" feel (black) */
:root { color-scheme: dark; }
a { text-decoration: none; }
.table-row-hover:hover { background: rgba(255,255,255,0.06); }
