.compare-wrap { overflow-x: auto; }
table.compare { width: 100%; border-collapse: collapse; border: 1px solid var(--border); border-radius: var(--r2); overflow: hidden; }
table.compare th, table.compare td { padding: 13px 18px; border-bottom: 1px solid var(--border); text-align: left; font-size: 13.5px; }
table.compare th + th, table.compare td + td { border-left: 1px solid var(--border); }
table.compare thead th { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text3); background: var(--bg1); font-weight: 500; }
table.compare thead th.hl { background: rgba(59,110,245,0.08); color: var(--blue2); }
table.compare tbody tr:last-child td { border-bottom: 0; }
table.compare td.fn { font-weight: 500; color: var(--text); }
table.compare td.hl { background: rgba(59,110,245,0.03); }
.yes { color: var(--green); font-weight: 600; }
.no { color: var(--text3); }
.part { color: var(--amber); }
