/* Vapor is already dark; keep custom CSS light and neon-friendly */
:root { --maxw: 1100px; }
main.container { max-width: var(--maxw); }

.thumb { width: 96px; height: 96px; object-fit: cover; background: #111; }

.article-surface {
  background: #0e0e0e;
}

.mw-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: .5rem 0;
}
.mw-article table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.mw-article th, .mw-article td { border: 1px solid rgba(255,255,255,.1); padding: .5rem; }
.mw-article a { text-decoration: underline; }

/* Print */
@media print {
  nav, #filters, #results .btn, #btn-clear { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000 !important; text-decoration: underline !important; }
  .card { border: 1px solid #333 !important; }
}
