:root { color-scheme: dark; }
body { font-family: Arial, sans-serif; margin: 24px; line-height: 1.5; background: #0f1115; color: #e7ecf5; }
section { margin-bottom: 28px; }
h1, h2 { margin: 0 0 12px; }
h2 { color: #9fb5ff; }
.card { display: flex; gap: 12px; border: 1px solid #1f2735; background: #161b22; border-radius: 8px; padding: 12px; margin-bottom: 10px; }
.title a { color: #cce0ff; text-decoration: none; }
.title a:hover { text-decoration: underline; }
.meta { color: #a9b7d0; font-size: 0.95rem; margin: 6px 0; }
.links a { margin-right: 8px; color: #80c8ff; }
.thumb { width: 96px; height: 96px; object-fit: cover; border-radius: 6px; background: #0f1115; border: 1px solid #1f2735; }
