/* Verified / Trusted badges */ .verified, .trusted background: var(--trusted-blue); color: #000; padding: 2px 6px; border-radius: 12px; font-size: 0.7rem; font-weight: bold;
/* Torrent table rows */ .table-list tbody tr background-color: var(--bg-secondary); border-bottom: 1px solid var(--border); transition: background 0.2s ease;
(daytime / high contrast) :root --bg-primary: #f8f9fc; --bg-secondary: #ffffff; --accent: #2c5f8a; --accent-hover: #1d4769; --text-primary: #1e2a3a; --text-muted: #5c6f87; --border: #dce3ec; --green-up: #1f8b4c; --vip-gold: #b86b00; --trusted-blue: #0066cc; 1337x colors
button, .btn background: var(--accent); border: none; color: white; padding: 8px 16px; border-radius: 24px; cursor: pointer; transition: 0.2s;
/* Top torrents section */ .top-torrents, .trending border-left: 3px solid var(--accent); background: var(--bg-secondary); padding: 10px; margin: 12px 0; border-radius: 8px; /* Verified / Trusted badges */
/* Torrent name links */ .table-list a:link color: var(--accent); text-decoration: none;
.table-list a:hover color: var(--accent-hover); text-decoration: underline; .trusted background: var(--trusted-blue)
.vip background: var(--vip-gold); color: #1e1a0c;