.manga-view-toggle{display:flex;gap:.5rem}
.manga-view-toggle button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:.5rem;border:1px solid var(--border-color, #e5e7eb);background:var(--bg, #fff);color:var(--fg,#111827)}
.manga-view-toggle button.active{background:#111827;color:#fff;border-color:#111827}

.manga-list{width:100%;border-collapse:separate;border-spacing:0 8px}
.manga-list thead th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;padding:.5rem .75rem}
.manga-list tbody tr{background:#111827;border:1px solid #1f2937;border-radius:.5rem}
.dark .manga-list tbody tr{background:#0b1220;border-color:#1f2430}
.manga-list td{padding:.75rem}
.manga-list .ml-cover{width:42px;height:56px;border-radius:.25rem;object-fit:cover}
.manga-list .ml-title{font-weight:600;color:#e5e7eb}
.manga-list .ml-genres{color:#9ca3af;font-size:.85rem}
.manga-list .ml-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .4rem;border-radius:.375rem;font-size:.75rem}
.ml-badge.info{background:#0ea5e91a;color:#7dd3fc}
.ml-badge.success{background:#22c55e1a;color:#86efac}
.ml-badge.warn{background:#f59e0b1a;color:#fcd34d}
.ml-meta{color:#94a3b8;font-size:.85rem}

@media (max-width: 640px){
  .manga-list .hide-sm{display:none}
}

