/* comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; font-size: 0.86rem; min-width: 480px; }
thead th { text-align: left; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
           color: var(--fg-muted); padding: 0.7rem 1rem; background: var(--surface-2); border-bottom: 1px solid var(--border); }
tbody td { padding: 0.7rem 1rem; border-bottom: 1px solid var(--border); color: var(--fg); }
tbody tr:last-child td { border-bottom: none; }
td.us { color: var(--accent); font-weight: 500; }
th.us { color: var(--accent); }
.ok { color: var(--success); } .no { color: var(--flag); } .meh { color: var(--fg-muted); }
