/* === Guide Quel mode choisir — CSS spécifique === */
/* Tableau comparatif */
.table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); }
.table-modes { width: 100%; border-collapse: collapse; font-size: 0.88rem; min-width: 540px; }
.table-modes thead { background: rgba(34,211,238,0.08); }
.table-modes th { padding: 12px 14px; text-align: left; font-weight: 700; color: #67e8f9; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; border-bottom: 1px solid rgba(255,255,255,0.1); }
.table-modes td { padding: 12px 14px; color: #cbd5e1; border-bottom: 1px solid rgba(255,255,255,0.06); }
.table-modes tr:last-child td { border-bottom: none; }
.table-modes tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
.table-modes .mode-name { font-weight: 700; color: #e2e8f0; white-space: nowrap; }
.table-modes .mode-icon { margin-right: 6px; }
/* Cartes de mode (sections détaillées) */
.mode-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 22px 26px; margin: 24px 0; }
.mode-card h2 { margin-top: 0; }
.mode-stats { display: flex; flex-wrap: wrap; gap: 16px; margin: 12px 0 16px; font-size: 0.85rem; color: #94a3b8; }
.mode-stats strong { color: #67e8f9; }
/* Profils — recommandations finales */
.profil-grid { display: grid; gap: 12px; margin: 24px 0; }
.profil-item { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 14px 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; }
.profil-arrow { font-weight: 800; color: #4ade80; font-size: 1rem; }
