/* Dark theme */
html, body { background:#0b0b0b; color:#e5e7eb; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body { margin:24px; }
h1 { color:#fafafa; }
a { color:#60a5fa; text-decoration:none; }
a:hover { text-decoration:underline; }

table { width:100%; border-collapse:collapse; }
th, td { padding:10px 12px; border-bottom:1px solid #262626; }
th { text-align:left; font-weight:600; color:#e5e7eb; background:#171717; }
tr:hover td { background:#111827; }

/* stĺpce: po skrytí dátumu sú zvyčajne Name, Size, Description */
td:nth-child(1) { width:1%; }
td:nth-child(2) { width:29%; text-align:right; color:#cbd5e1; }
td:nth-child(3) { width:3%; color:#94a3b8; }

hr { border:0; border-top:1px solid #262626; }
