/* === Guide Démineur vs Windows - CSS spécifique === */
.table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); }
.table-comparatif { width: 100%; border-collapse: collapse; font-size: 0.86rem; min-width: 640px; }
.table-comparatif thead { background: rgba(34,211,238,0.08); }
.table-comparatif th { padding: 12px 14px; text-align: left; font-weight: 700; color: #67e8f9; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid rgba(255,255,255,0.1); }
.table-comparatif td { padding: 11px 14px; color: #cbd5e1; border-bottom: 1px solid rgba(255,255,255,0.06); vertical-align: top; }
.table-comparatif tr:last-child td { border-bottom: none; }
.table-comparatif tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.table-comparatif .ligne-titre { font-weight: 700; color: #e2e8f0; white-space: nowrap; }
.table-comparatif .positif { color: #6ee7b7; font-weight: 600; }
.table-comparatif .negatif { color: #fca5a5; font-weight: 600; }
