/* Small overrides on top of Tailwind CDN. */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
table.data th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: #64748b; padding: 8px 10px; }
table.data td { padding: 8px 10px; border-top: 1px solid #1e293b; font-size: 13px; }
table.data tr:hover td { background: #0f172a; }
