/* ============================================
   BASE & TYPOGRAPHIE
   ============================================ */
.s-post-content{color: #e8edf2;
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;}
/* ── H2 ── */
.s-post-content h2:not(.toc-title){display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    font-size: 1.5em !important;
    font-weight: 800 !important;
    color: #f8fafc !important;
    margin: 56px 0 24px !important;
    padding: 0 0 18px 0 !important;
    position: relative !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    border-bottom: none !important;}
.s-post-content h2:not(.toc-title)::before{content: '' !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 6px !important;
    height: 1.1em !important;
    border-radius: 3px !important;
    background: linear-gradient(180deg, var(--tech-cyan), var(--tech-purple)) !important;
    box-shadow: 0 0 12px rgba(0, 217, 255, 0.35) !important;}
.s-post-content h2:not(.toc-title)::after{content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(0, 217, 255, 0.4), rgba(153, 51, 255, 0.15) 45%, transparent 85%) !important;}
/* ── H3 ── */
.s-post-content > h3:not(.faq-question):not(.toc-title):not(.comparison-label):not(.case-study-title):not(.section-title):not(.important-title):not(.pros-title):not(.cons-title){display: inline-block !important;
    position: relative !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    color: #f1f5f9 !important;
    margin: 36px 0 20px !important;
    padding: 0 0 7px 0 !important;}
.s-post-content > h3:not(.faq-question):not(.toc-title):not(.comparison-label):not(.case-study-title):not(.section-title):not(.important-title):not(.pros-title):not(.cons-title)::after{content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 42px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: var(--tech-cyan) !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.5) !important;}
/* ── PARAGRAPHES ── */
.s-post-content > p:not([class]){color: #d1d9e6;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 24px;}
/* ── LISTES ── */
.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)),
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)){margin: 20px 0 28px;
    list-style: none !important;
    padding: 0;}
.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li,
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li{position: relative !important;
    margin-bottom: 14px !important;
    padding-left: 28px !important;
    color: #d1d9e6 !important;
    line-height: 1.7 !important;}
.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li::before{content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 2px !important;
    top: 0.55em !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-purple)) !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.4) !important;}
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)){counter-reset: custom-counter;}
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li::before{content: counter(custom-counter) !important;
    counter-increment: custom-counter;
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.05em !important;
    width: 20px !important;
    height: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.72em !important;
    font-weight: 700 !important;
    color: #0b0f19 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-purple)) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.3) !important;}
.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li strong:first-child,
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li strong:first-child{color: #f1f5f9 !important;}
/* ============================================
   TABLE OF CONTENTS (TOC) - Violet
   ============================================ */
.toc-bloc{background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 6px 6px 0;
    padding: 0;
    margin: 48px 0;
    overflow: hidden;}
.toc-title,
.toc-bloc .toc-title{display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 56px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    user-select: none !important;
    -webkit-user-select: none !important;
    caret-color: transparent !important;
    outline: none !important;}
.toc-title::before{content: none !important;}
.toc-bloc .toc-main-text{display: flex !important;
    align-items: center !important;
    height: 100% !important;
    margin-right: auto !important;
    font-size: 0 !important;
    z-index: 2 !important;}
.toc-bloc .toc-main-text::before{content: attr(data-text) !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--tech-purple) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;}
.toc-toggle-icon,
.toc-bloc .toc-toggle-icon{position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 32px !important;
    min-width: 80px !important;
    padding: 0 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    caret-color: transparent !important;
    outline: none !important;}
.toc-toggle-icon::before,
.toc-bloc .toc-toggle-icon::before{content: attr(data-text) !important;
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #cbd5e1 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;}
.toc-toggle-icon::after,
.toc-bloc .toc-toggle-icon::after{content: '▾' !important;
    font-size: 14px !important;
    display: inline-block !important;
    color: #cbd5e1 !important;
    transition: transform 0.3s ease !important;}
.toc-bloc.is-open .toc-toggle-icon::after{transform: rotate(180deg) !important;}
.toc-list{list-style: none !important;
    padding: 0 24px 24px 24px !important;
    margin: 0 !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;}
.toc-list.is-hidden{display: none;}
.toc-bloc.is-open .toc-list{max-height: 2000px;
    opacity: 1;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);}
.toc-list li{padding-left: 20px !important;
    margin-bottom: 10px !important;}
.toc-list li::before{content: '–';
    position: absolute;
    left: 0;
    top: 0;
    color: #475569;}
.toc-list a{color: #94a3b8 !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 0.9em !important;
    line-height: 1.6 !important;}
.toc-list a:hover{color: #e2e8f0 !important;}
/* ============================================
   CORRECTION : EFFET DU SOMMAIRE (:target)
   ============================================ */

/* 1. On tue définitivement tout fond de couleur injecté par le plugin */
.s-post-content h2[id^="toc-"],
.s-post-content h3[id^="toc-"],
.s-post-content h4[id^="toc-"],
.s-post-content h2[id^="toc-"][style],
.s-post-content h3[id^="toc-"][style]{background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;}
/* 2. On lance l'animation d'illumination uniquement lors de l'arrivée sur l'ancre */
.s-post-content h2[id^="toc-"]:target,
.s-post-content h3[id^="toc-"]:target,
.s-post-content h4[id^="toc-"]:target{animation: toc-text-glow 2s ease-out forwards !important;}
/* ============================================
   INTRO BLOCK - Bleu
   ============================================ */
.s-post-content .intro,
.s-post-content .intro-block{font-size: 1.1em;
    line-height: 1.85;
    color: #cbd5e1;
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-blue);
    padding: 24px 28px;
    margin: 0 0 40px;
    border-radius: 0 6px 6px 0;}
.faq-item:hover{background: var(--box-bg-hover);}
.faq-item.active .faq-question::after{content: '−';
    transform: rotate(180deg);}
.faq-item.active .faq-answer{max-height: 1000px;
    padding: 0 24px 24px 24px;}
/* ============================================
   ALERT BOX - Cyan/Vert/Jaune
   ============================================ */
.gemini-alert-box,
.alert-box,
.s-post-content .alert-content:not(.alert-box .alert-content):not(.gemini-alert-box .alert-content){display: flex;
    align-items: flex-start;
    padding: 24px 28px;
    margin: 40px 0;
    border-radius: 0 6px 6px 0;
    border: none;
    background: var(--box-bg);}
.s-post-content .alert-content:not(.alert-box .alert-content):not(.gemini-alert-box .alert-content){display: block; /* Fallback si généré sans wrapper flex */
    border-left: 3px solid var(--tech-yellow);}
.alert-box.info, .gemini-alert-info{border-left: 3px solid var(--tech-cyan);}
.alert-box.success, .gemini-alert-success{border-left: 3px solid var(--tech-green);}
.alert-box.warning, .gemini-alert-warning{border-left: 3px solid var(--tech-yellow);}
.alert-box.info .alert-icon{color: var(--tech-cyan);}
.alert-box.warning .alert-icon{color: var(--tech-yellow);}
.alert-content h4, .gemini-alert-content strong{display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-size: 0.85em;
    letter-spacing: 1.5px;}
.alert-box.info .alert-content h4{color: var(--tech-cyan);}
.alert-box.warning .alert-content h4{color: var(--tech-yellow);}
/* ============================================
   KEY POINT & IMPORTANT BOX - Jaune & Rose
   ============================================ */
.key-point{background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-yellow);
    border-radius: 0 6px 6px 0;
    padding: 24px 28px;
    margin: 40px 0;}
.important-box{background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-pink);
    border-radius: 0 6px 6px 0;
    padding: 24px 28px;
    margin: 40px 0;}
.important-box h4,
.important-box .important-title{color: var(--tech-pink);
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;}
/* ============================================
   CITATIONS & BLOCKQUOTE - Violet
   ============================================ */
.s-post-content blockquote:not(.prompt-card):not(.quote-highlight){background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-purple);
    padding: 20px 28px;
    margin: 36px 0;
    border-radius: 0 6px 6px 0;
    font-size: 1.1em;
    font-style: italic;
    color: #c4cdd9;}
.s-post-content blockquote:not(.prompt-card):not(.quote-highlight) cite{display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 0.8em;
    color: var(--tech-purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;}
.quote-highlight{background: var(--box-bg);
    padding: 36px 40px;
    margin: 48px 0;
    border: none;
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 8px 8px 0;
    font-size: 1.2em;
    font-style: italic;
    color: #c8d0dc;}
.quote-highlight cite,
.quote-highlight .quote-author{display: block;
    margin-top: 20px;
    font-style: normal;
    font-size: 0.75em;
    color: var(--tech-purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;}
/* ============================================
   PROMPT CARD (TERMINAL) - Gris Clair / Cyan
   ============================================ */
.prompt-card,
.gemini-quote-card{background: #0d1117;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid var(--tech-cyan);
    border-radius: 10px;
    margin: 40px 0;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 217, 255, 0.03);}
/* Pastilles façon fenêtre de terminal (macOS) */
.prompt-card-dots{display: inline-flex;
    gap: 6px;
    flex-shrink: 0;}
.prompt-copy-btn:hover{background: rgba(0, 217, 255, 0.16);
    border-color: rgba(0, 217, 255, 0.45);}
.prompt-copy-btn:active{transform: scale(0.96);}
.prompt-card.terminal-warning{border-left-color: var(--tech-yellow);}
.prompt-card.terminal-warning .prompt-card-body p::before{color: var(--tech-yellow);}
.prompt-card.terminal-warning .prompt-copy-btn{color: var(--tech-yellow); background: rgba(255, 204, 0, 0.08); border-color: rgba(255, 204, 0, 0.25);}
.prompt-card.terminal-error{border-left-color: var(--tech-pink);}
.prompt-card.terminal-error .prompt-card-body p::before{color: var(--tech-pink);}
.prompt-card.terminal-error .prompt-copy-btn{color: var(--tech-pink); background: rgba(255, 51, 102, 0.08); border-color: rgba(255, 51, 102, 0.25);}
/* ============================================
   STATS & KEY NUMBERS - Vert / Bleu
   ============================================ */
.gemini-stat-highlight,
.key-number-card{background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-green);
    border-radius: 0 6px 6px 0;
    padding: 32px;
    margin: 40px 0;
    text-align: left;}
.gemini-stat-number,
.number-value{font-size: 3em;
    font-weight: 700;
    color: var(--tech-green);
    margin-bottom: 12px;}
.gemini-stat-label,
.number-label{font-size: 1.1em;
    color: #e8edf2;}
/* Terminal Wrap (Stats Tech simplifiées) */
.terminal-wrap{background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-cyan);
    border-radius: 0 6px 6px 0;
    padding: 24px;
    margin: 40px 0;}
.terminal-header{font-family: 'Courier New', monospace;
    color: var(--tech-cyan);
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;}
/* ============================================
   COMPARISON (PROS/CONS) - Vert & Rose
   ============================================ */
.gemini-comparison-card,
.pros-cons-grid{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
    background: transparent;
    box-shadow: none;}
.gemini-comparison-side,
.pros-column,
.cons-column{background: var(--box-bg);
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 28px;}
.gemini-comparison-right,
.pros-column{border-left: 3px solid var(--tech-green);}
.gemini-comparison-left,
.cons-column{border-left: 3px solid var(--tech-pink);}
.gemini-comparison-label,
.pros-title,
.cons-title{font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.9em;
    letter-spacing: 1.5px;}
.gemini-comparison-right .gemini-comparison-label, .pros-title{color: var(--tech-green);}
.gemini-comparison-left .gemini-comparison-label, .cons-title{color: var(--tech-pink);}
.gemini-comparison-side ul li,
.pro-item,
.con-item{padding-left: 24px !important;
    margin-bottom: 12px !important;
    color: #cbd5e1;
    position: relative;
    border: none;}
.gemini-comparison-right ul li::before,
.pros-column .pro-item::before{content: '✓';
    position: absolute;
    left: 0;
    color: var(--tech-green);
    font-weight: bold;}
.gemini-comparison-left ul li::before,
.cons-column .con-item::before{content: '✕';
    position: absolute;
    left: 0;
    color: var(--tech-pink);
    font-weight: bold;}
.strength-bar-container{flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;}
/* ============================================
   TIMELINE - Cyan
   ============================================ */
.gemini-timeline{background: transparent;
    border: none;
    padding: 20px 0 20px 24px;
    margin: 40px 0;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;}
.gemini-timeline-item{position: relative;
    padding-left: 24px;
    margin-bottom: 32px;}
.gemini-timeline-marker{position: absolute;
    left: -30px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: var(--tech-cyan);
    border-radius: 50%;}
.gemini-timeline-date{display: inline-block;
    color: var(--tech-cyan);
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;}
.tabs-bar{grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    margin-bottom: -10px;
    border: none;
    background: transparent;}
/* Simplification du contenu interne */
.zsh-prompt, .comparison-column h3{display: none !important;}
.cta-box .cta-button:hover{background: rgba(0, 217, 255, 0.2);}
/* ============================================
   ESPACE D'ILLUSTRATION (screenshot-placeholder)
   Cadre sombre cohérent, que la case soit encore
   vide (repère pour un humain) ou déjà remplie
   par une image insérée manuellement par-dessus.
   ============================================ */
.screenshot-placeholder{background: var(--box-bg) !important;
    border: 2px dashed rgba(0, 217, 255, 0.35) !important;
    border-radius: 14px !important;
    padding: 28px !important;
    margin: 40px 0 !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-family: 'Courier New', monospace !important;
    font-size: 13px !important;
    position: relative;
    overflow: hidden;}
/* Reste du dégradé cyan → violet en fond, très discret, pour rappeler
   le fil visuel du reste de l'article même sur une case encore vide. */
.screenshot-placeholder::before{content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(0, 217, 255, 0.06), transparent 55%),
                radial-gradient(circle at 80% 85%, rgba(153, 51, 255, 0.06), transparent 55%);
    pointer-events: none;}
/* Si une vraie image a été insérée manuellement à l'intérieur du bloc,
   elle est présentée comme une "capture encadrée" plutôt que posée nue
   en plein milieu du thème sombre : coins arrondis, ombre portée,
   liseré clair — ça atténue le contraste avec un visuel à fond clair. */
.screenshot-placeholder img{max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;}
.screenshot-placeholder figcaption,
.screenshot-placeholder p:last-child{margin-top: 14px !important;
    font-family: inherit;
    font-size: 0.85em;
    color: #94a3b8;
    font-style: italic;
    position: relative;
    z-index: 1;}
/* ============================================
   TABLEAU - Violet
   ============================================ */
.ai-table-wrapper{margin: 40px 0;
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);}
.terminal-topbar{display: none;}
.comparison-table{width: 100%;
    border-collapse: collapse;}
.comparison-table thead tr{background: rgba(153, 51, 255, 0.08);}
.comparison-table th{color: var(--tech-purple);
    font-size: 0.78em !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(153, 51, 255, 0.25);
    background: transparent;
    padding: 16px 18px;
    text-align: left;}
.comparison-table td{border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none;
    padding: 14px 18px;
    color: #cbd5e1;
    font-size: 0.94em;}
.comparison-table td:first-child{color: #f1f5f9;
    font-weight: 600;}
.comparison-table tbody tr{transition: background 0.15s ease;}
.comparison-table tbody tr:nth-child(even){background: rgba(255, 255, 255, 0.02);}
.comparison-table tbody tr:hover{background: rgba(153, 51, 255, 0.06);}
.comparison-table tbody tr:last-child td{border-bottom: none;}

/* ============================================
   VARIABLES & CONFIGURATION
   ============================================ */
:root {
    /* Palette tech variée */
    --tech-cyan: #00d9ff;
    --tech-blue: #0066ff;
    --tech-purple: #9933ff;
    --tech-pink: #ff3366;
    --tech-green: #00ff66;
    --tech-orange: #ff9933;
    --tech-yellow: #ffcc00;
    
    /* Background global pour les box */
    --box-bg: rgba(255, 255, 255, 0.03);
    --box-bg-hover: rgba(255, 255, 255, 0.05);
}

/* ============================================
   BASE & TYPOGRAPHIE
   ============================================ */
.s-post-content {
    color: #e8edf2;
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ── H2 ── */
.s-post-content h2:not(.toc-title) {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    font-size: 1.5em !important;
    font-weight: 800 !important;
    color: #f8fafc !important;
    margin: 56px 0 24px !important;
    padding: 0 0 18px 0 !important;
    position: relative !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    border-bottom: none !important;
}

.s-post-content h2:not(.toc-title)::before {
    content: '' !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 6px !important;
    height: 1.1em !important;
    border-radius: 3px !important;
    background: linear-gradient(180deg, var(--tech-cyan), var(--tech-purple)) !important;
    box-shadow: 0 0 12px rgba(0, 217, 255, 0.35) !important;
}

.s-post-content h2:not(.toc-title)::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(0, 217, 255, 0.4), rgba(153, 51, 255, 0.15) 45%, transparent 85%) !important;
}

/* ── H3 ── */
.s-post-content > h3:not(.faq-question):not(.toc-title):not(.comparison-label):not(.case-study-title):not(.section-title):not(.important-title):not(.pros-title):not(.cons-title) {
    display: inline-block !important;
    position: relative !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    color: #f1f5f9 !important;
    margin: 36px 0 20px !important;
    padding: 0 0 7px 0 !important;
}

.s-post-content > h3:not(.faq-question):not(.toc-title):not(.comparison-label):not(.case-study-title):not(.section-title):not(.important-title):not(.pros-title):not(.cons-title)::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 42px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: var(--tech-cyan) !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.5) !important;
}

/* ── PARAGRAPHES ── */
.s-post-content > p:not([class]) {
    color: #d1d9e6;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 24px;
}

/* ── LISTES ── */
.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)),
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) {
    margin: 20px 0 28px;
    list-style: none !important;
    padding: 0;
}

.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li,
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li {
    position: relative !important;
    margin-bottom: 14px !important;
    padding-left: 28px !important;
    color: #d1d9e6 !important;
    line-height: 1.7 !important;
}

.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 2px !important;
    top: 0.55em !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-purple)) !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.4) !important;
}

.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) {
    counter-reset: custom-counter;
}

.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li::before {
    content: counter(custom-counter) !important;
    counter-increment: custom-counter;
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.05em !important;
    width: 20px !important;
    height: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.72em !important;
    font-weight: 700 !important;
    color: #0b0f19 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-purple)) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.3) !important;
}

.s-post-content ul:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li strong:first-child,
.s-post-content ol:not(:where(.pros-column *, .cons-column *, .gemini-comparison-card *, .toc-bloc *, .gemini-timeline *, .faq-section *)) li strong:first-child {
    color: #f1f5f9 !important;
}

/* ============================================
   TABLE OF CONTENTS (TOC) - Violet
   ============================================ */
.toc-bloc {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 6px 6px 0;
    padding: 0;
    margin: 48px 0;
    overflow: hidden;
}

.toc-title,
.toc-bloc .toc-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 56px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    user-select: none !important;
    -webkit-user-select: none !important;
    caret-color: transparent !important;
    outline: none !important;
}

.toc-title::before { content: none !important; }

.toc-bloc .toc-main-text {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    margin-right: auto !important;
    font-size: 0 !important;
    z-index: 2 !important;
}

.toc-bloc .toc-main-text::before {
    content: attr(data-text) !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--tech-purple) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

.toc-toggle-icon,
.toc-bloc .toc-toggle-icon {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 32px !important;
    min-width: 80px !important;
    padding: 0 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    caret-color: transparent !important;
    outline: none !important;
}

.toc-toggle-icon::before,
.toc-bloc .toc-toggle-icon::before {
    content: attr(data-text) !important;
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #cbd5e1 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.toc-toggle-icon::after,
.toc-bloc .toc-toggle-icon::after {
    content: '▾' !important;
    font-size: 14px !important;
    display: inline-block !important;
    color: #cbd5e1 !important;
    transition: transform 0.3s ease !important;
}

.toc-bloc.is-open .toc-toggle-icon::after {
    transform: rotate(180deg) !important;
}

.toc-list {
    list-style: none !important;
    padding: 0 24px 24px 24px !important;
    margin: 0 !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}

.toc-list.is-hidden { display: none; }

.toc-bloc.is-open .toc-list {
    max-height: 2000px;
    opacity: 1;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.toc-list li {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.toc-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    top: 0;
    color: #475569;
}

.toc-list a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 0.9em !important;
    line-height: 1.6 !important;
}

.toc-list a:hover { color: #e2e8f0 !important; }

/* ============================================
   CORRECTION : EFFET DU SOMMAIRE (:target)
   ============================================ */

/* 1. On tue définitivement tout fond de couleur injecté par le plugin */
.s-post-content h2[id^="toc-"],
.s-post-content h3[id^="toc-"],
.s-post-content h4[id^="toc-"],
.s-post-content h2[id^="toc-"][style],
.s-post-content h3[id^="toc-"][style] {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 2. On lance l'animation d'illumination uniquement lors de l'arrivée sur l'ancre */
.s-post-content h2[id^="toc-"]:target,
.s-post-content h3[id^="toc-"]:target,
.s-post-content h4[id^="toc-"]:target {
    animation: toc-text-glow 2s ease-out forwards !important;
}

/* 3. L'animation : Allumage violet -> Extinction vers le blanc/gris par défaut */
@keyframes toc-text-glow {
    0%, 30% {
        color: var(--tech-purple, #9933ff) !important;
        text-shadow: 0 0 20px rgba(153, 51, 255, 0.8) !important;
    }
    100% {
        /* Force le retour à la couleur normale de tes titres */
        color: #f1f5f9 !important; 
        text-shadow: none !important;
    }
}

/* ============================================
   INTRO BLOCK - Bleu
   ============================================ */
.s-post-content .intro,
.s-post-content .intro-block {
    font-size: 1.1em;
    line-height: 1.85;
    color: #cbd5e1;
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-blue);
    padding: 24px 28px;
    margin: 0 0 40px;
    border-radius: 0 6px 6px 0;
}

/* ============================================
   FAQ - Rose
   ============================================ */
.faq-section { margin: 48px 0; }

.faq-item {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-pink);
    border-radius: 0 6px 6px 0;
    margin-bottom: 16px;
    transition: background 0.2s ease;
}

.faq-item:hover { background: var(--box-bg-hover); }

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--tech-pink);
    line-height: 1.6;
}

.faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    color: #d1d5db;
    font-size: 0.95em;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 24px 24px 24px;
}

/* ============================================
   ALERT BOX - Cyan/Vert/Jaune
   ============================================ */
.gemini-alert-box,
.alert-box,
.s-post-content .alert-content:not(.alert-box .alert-content):not(.gemini-alert-box .alert-content) {
    display: flex;
    align-items: flex-start;
    padding: 24px 28px;
    margin: 40px 0;
    border-radius: 0 6px 6px 0;
    border: none;
    background: var(--box-bg);
}

.s-post-content .alert-content:not(.alert-box .alert-content):not(.gemini-alert-box .alert-content) {
    display: block; /* Fallback si généré sans wrapper flex */
    border-left: 3px solid var(--tech-yellow);
}

.alert-box.info, .gemini-alert-info { border-left: 3px solid var(--tech-cyan); }
.alert-box.success, .gemini-alert-success { border-left: 3px solid var(--tech-green); }
.alert-box.warning, .gemini-alert-warning { border-left: 3px solid var(--tech-yellow); }

.alert-icon {
    font-size: 1.4em;
    margin-right: 18px;
    flex-shrink: 0;
}

.alert-box.info .alert-icon { color: var(--tech-cyan); }
.alert-box.success .alert-icon { color: var(--tech-green); }
.alert-box.warning .alert-icon { color: var(--tech-yellow); }

.alert-content { flex: 1; }

.alert-content h4, .gemini-alert-content strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-size: 0.85em;
    letter-spacing: 1.5px;
}

.alert-box.info .alert-content h4 { color: var(--tech-cyan); }
.alert-box.success .alert-content h4 { color: var(--tech-green); }
.alert-box.warning .alert-content h4 { color: var(--tech-yellow); }

.alert-content p {
    margin: 0;
    color: #d1d9e6;
    font-size: 15px;
}

.alert-content a {
    color: inherit;
    text-decoration: underline;
}

/* ============================================
   KEY POINT & IMPORTANT BOX - Jaune & Rose
   ============================================ */
.key-point {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-yellow);
    border-radius: 0 6px 6px 0;
    padding: 24px 28px;
    margin: 40px 0;
}

.important-box {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-pink);
    border-radius: 0 6px 6px 0;
    padding: 24px 28px;
    margin: 40px 0;
}

.important-box h4,
.important-box .important-title {
    color: var(--tech-pink);
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

/* ============================================
   CASE STUDY - Orange
   ============================================ */
.case-study {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-orange);
    border-radius: 0 6px 6px 0;
    padding: 28px 32px;
    margin: 48px 0;
}

.case-study h3,
.case-study .case-study-title {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--tech-orange);
    margin-bottom: 12px;
}

.case-study-meta {
    display: flex;
    gap: 8px;
    font-size: 0.8em;
    margin-bottom: 24px;
}

.case-study-meta span {
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #94a3b8;
}

.case-study-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.case-study-result-item {
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}

.case-study-result-value {
    font-size: 2em;
    font-weight: 700;
    color: var(--tech-orange);
    margin-bottom: 6px;
}

/* ============================================
   CITATIONS & BLOCKQUOTE - Violet
   ============================================ */
.s-post-content blockquote:not(.prompt-card):not(.quote-highlight) {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-purple);
    padding: 20px 28px;
    margin: 36px 0;
    border-radius: 0 6px 6px 0;
    font-size: 1.1em;
    font-style: italic;
    color: #c4cdd9;
}

.s-post-content blockquote:not(.prompt-card):not(.quote-highlight) cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 0.8em;
    color: var(--tech-purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quote-highlight {
    background: var(--box-bg);
    padding: 36px 40px;
    margin: 48px 0;
    border: none;
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 8px 8px 0;
    font-size: 1.2em;
    font-style: italic;
    color: #c8d0dc;
}

.quote-highlight cite,
.quote-highlight .quote-author {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-size: 0.75em;
    color: var(--tech-purple);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* La fameuse citation étendue (remise en place et épurée) */
.extended-quote {
    text-align: center;
    padding: 40px 30px;
    margin: 60px 0;
    border-top: 2px solid var(--tech-purple);
    border-bottom: 2px solid var(--tech-purple);
    background: rgba(153, 51, 255, 0.02);
}

.quote-mark-top, .quote-mark-bottom {
    font-size: 3em;
    line-height: 0;
    color: rgba(153, 51, 255, 0.4);
    font-family: Georgia, serif;
    display: block;
    margin: 20px 0;
}

.quote-text {
    font-size: 1.4em;
    font-style: italic;
    color: #e8edf2;
    line-height: 1.6;
    margin: 0;
}

.quote-attribution {
    margin-top: 30px;
    display: inline-block;
}

.extended-quote .author-name {
    display: block;
    font-weight: 800;
    color: var(--tech-purple);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.extended-quote .author-title {
    display: block;
    font-size: 0.85em;
    color: #cbd5e1;
    margin-top: 4px;
}

/* ============================================
   PROMPT CARD (TERMINAL) - Gris Clair / Cyan
   ============================================ */
.prompt-card,
.gemini-quote-card {
    background: #0d1117;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid var(--tech-cyan);
    border-radius: 10px;
    margin: 40px 0;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 217, 255, 0.03);
}

.prompt-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Pastilles façon fenêtre de terminal (macOS) */
.prompt-card-dots {
    display: inline-flex;
    gap: 6px;
    flex-shrink: 0;
}

.prompt-card-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ff5f56;
}

.prompt-card-dots span:nth-child(2) { background: #ffbd2e; }
.prompt-card-dots span:nth-child(3) { background: #27c93f; }

.prompt-card-command {
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.78em;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex: 1;
}

.prompt-card-command::before {
    content: '⚡ ';
}

.prompt-card-body {
    padding: 22px 24px;
    font-size: 0.92em;
    line-height: 1.7;
    color: #e2e8f0;
    position: relative;
}

.prompt-card-body p {
    margin: 0;
}

.prompt-card-body p::before {
    content: '$ ';
    color: var(--tech-cyan);
    font-weight: 700;
}

/* Bouton "Copier" */
.prompt-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    background: rgba(0, 217, 255, 0.08);
    border: 1px solid rgba(0, 217, 255, 0.25);
    color: var(--tech-cyan);
    font-family: inherit;
    font-size: 0.78em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.prompt-copy-btn:hover {
    background: rgba(0, 217, 255, 0.16);
    border-color: rgba(0, 217, 255, 0.45);
}

.prompt-copy-btn:active {
    transform: scale(0.96);
}

.prompt-copy-btn .dashicons {
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.prompt-card.terminal-warning { border-left-color: var(--tech-yellow); }
.prompt-card.terminal-warning .prompt-card-body p::before { color: var(--tech-yellow); }
.prompt-card.terminal-warning .prompt-copy-btn { color: var(--tech-yellow); background: rgba(255, 204, 0, 0.08); border-color: rgba(255, 204, 0, 0.25); }

.prompt-card.terminal-error { border-left-color: var(--tech-pink); }
.prompt-card.terminal-error .prompt-card-body p::before { color: var(--tech-pink); }
.prompt-card.terminal-error .prompt-copy-btn { color: var(--tech-pink); background: rgba(255, 51, 102, 0.08); border-color: rgba(255, 51, 102, 0.25); }



/* ============================================
   STATS & KEY NUMBERS - Vert / Bleu
   ============================================ */
.gemini-stat-highlight,
.key-number-card {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-green);
    border-radius: 0 6px 6px 0;
    padding: 32px;
    margin: 40px 0;
    text-align: left;
}

.gemini-stat-number,
.number-value {
    font-size: 3em;
    font-weight: 700;
    color: var(--tech-green);
    margin-bottom: 12px;
}

.gemini-stat-label,
.number-label {
    font-size: 1.1em;
    color: #e8edf2;
}

.key-numbers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.key-number-card {
    margin: 0;
    border-left-color: var(--tech-blue);
}
.key-number-card .number-value { color: var(--tech-blue); }

/* Terminal Wrap (Stats Tech simplifiées) */
.terminal-wrap {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-cyan);
    border-radius: 0 6px 6px 0;
    padding: 24px;
    margin: 40px 0;
}

.terminal-header {
    font-family: 'Courier New', monospace;
    color: var(--tech-cyan);
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.stats-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    padding: 20px;
}

.stats-card h3 {
    font-size: 2em;
    color: var(--tech-cyan);
    margin-bottom: 8px;
    font-family: 'Courier New', monospace;
}

.stats-card p {
    font-size: 0.9em;
    color: #94a3b8;
    margin: 0;
}

/* ============================================
   COMPARISON (PROS/CONS) - Vert & Rose
   ============================================ */
.gemini-comparison-card,
.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
    background: transparent;
    box-shadow: none;
}

.gemini-comparison-side,
.pros-column,
.cons-column {
    background: var(--box-bg);
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 28px;
}

.gemini-comparison-right,
.pros-column {
    border-left: 3px solid var(--tech-green);
}

.gemini-comparison-left,
.cons-column {
    border-left: 3px solid var(--tech-pink);
}

.gemini-comparison-label,
.pros-title,
.cons-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.9em;
    letter-spacing: 1.5px;
}

.gemini-comparison-right .gemini-comparison-label, .pros-title { color: var(--tech-green); }
.gemini-comparison-left .gemini-comparison-label, .cons-title { color: var(--tech-pink); }

.gemini-comparison-side ul li,
.pro-item,
.con-item {
    padding-left: 24px !important;
    margin-bottom: 12px !important;
    color: #cbd5e1;
    position: relative;
    border: none;
}

.gemini-comparison-right ul li::before,
.pros-column .pro-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--tech-green);
    font-weight: bold;
}

.gemini-comparison-left ul li::before,
.cons-column .con-item::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: var(--tech-pink);
    font-weight: bold;
}

/* ============================================
   COMPETITORS COMPARISON - Multicolore
   ============================================ */
.competitors-comparison {
    margin: 40px 0;
}

.comparison-header h3 {
    font-size: 1.2em;
    color: #e8edf2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.competitor-row {
    display: flex;
    align-items: center;
    background: var(--box-bg);
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin-bottom: 12px;
}

.competitor-row:nth-child(2) { border-left: 3px solid var(--tech-green); }
.competitor-row:nth-child(3) { border-left: 3px solid var(--tech-cyan); }
.competitor-row:nth-child(4) { border-left: 3px solid var(--tech-yellow); }
.competitor-row:nth-child(5) { border-left: 3px solid var(--tech-purple); }

.competitor-name {
    font-weight: 700;
    font-size: 1em;
    width: 200px;
    color: #e8edf2;
}

.competitor-strength {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.strength-bar-container {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
}

.strength-bar {
    height: 100%;
}

.competitor-row:nth-child(2) .strength-bar { background: var(--tech-green); }
.competitor-row:nth-child(3) .strength-bar { background: var(--tech-cyan); }
.competitor-row:nth-child(4) .strength-bar { background: var(--tech-yellow); }
.competitor-row:nth-child(5) .strength-bar { background: var(--tech-purple); }

.strength-label {
    font-size: 0.85em;
    color: #94a3b8;
    min-width: 100px;
}

/* ============================================
   TIMELINE - Cyan
   ============================================ */
.gemini-timeline {
    background: transparent;
    border: none;
    padding: 20px 0 20px 24px;
    margin: 40px 0;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.gemini-timeline-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 32px;
}

.gemini-timeline-marker {
    position: absolute;
    left: -30px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: var(--tech-cyan);
    border-radius: 50%;
}

.gemini-timeline-date {
    display: inline-block;
    color: var(--tech-cyan);
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* ============================================
   BEFORE-AFTER COMPARISON - Rose & Vert
   ============================================ */
.before-after-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.comparison-column {
    background: var(--box-bg);
    border-radius: 0 6px 6px 0;
    padding: 24px;
}

.comparison-column.before { border-left: 3px solid var(--tech-pink); }
.comparison-column.after { border-left: 3px solid var(--tech-green); }

.tabs-bar {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    margin-bottom: -10px;
    border: none;
    background: transparent;
}

.tab {
    padding: 6px 12px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    color: #94a3b8;
}

.tab[data-tab="before"] { color: var(--tech-pink); border-left: 2px solid var(--tech-pink); }
.tab[data-tab="after"] { color: var(--tech-green); border-left: 2px solid var(--tech-green); }

/* Simplification du contenu interne */
.zsh-prompt, .comparison-column h3 { display: none !important; }
.comparison-column p, .comparison-column ul li { font-family: monospace; font-size: 13px; color: #cbd5e1; }
.comparison-column ul { padding-left: 16px !important; }

/* ============================================
   PROCESS STEPS - Séquentiel (Bleu, Cyan, Violet, Rose)
   ============================================ */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.process-step {
    background: var(--box-bg);
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 28px 24px;
    position: relative;
}

.process-step:nth-child(1) { border-left: 3px solid var(--tech-blue); }
.process-step:nth-child(2) { border-left: 3px solid var(--tech-cyan); }
.process-step:nth-child(3) { border-left: 3px solid var(--tech-purple); }
.process-step:nth-child(4) { border-left: 3px solid var(--tech-pink); }

.step-number {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 16px;
}

.process-step:nth-child(1) .step-number { color: var(--tech-blue); }
.process-step:nth-child(2) .step-number { color: var(--tech-cyan); }
.process-step:nth-child(3) .step-number { color: var(--tech-purple); }
.process-step:nth-child(4) .step-number { color: var(--tech-pink); }

.step-content h4 {
    font-size: 1.1em;
    margin-bottom: 12px;
    color: #e8edf2;
}

/* ============================================
   CTA BOX - Cyan
   ============================================ */
.cta-box {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-cyan);
    border-radius: 0 6px 6px 0;
    padding: 40px;
    margin: 48px 0;
    text-align: left;
}

.cta-box h3 {
    font-size: 1.5em;
    color: var(--tech-cyan);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cta-box p {
    color: #cbd5e1;
    margin-bottom: 24px;
}

.cta-box .cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid var(--tech-cyan);
    color: var(--tech-cyan);
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
}

.cta-box .cta-button:hover {
    background: rgba(0, 217, 255, 0.2);
}

/* ============================================
   ESPACE D'ILLUSTRATION (screenshot-placeholder)
   Cadre sombre cohérent, que la case soit encore
   vide (repère pour un humain) ou déjà remplie
   par une image insérée manuellement par-dessus.
   ============================================ */
.screenshot-placeholder {
    background: var(--box-bg) !important;
    border: 2px dashed rgba(0, 217, 255, 0.35) !important;
    border-radius: 14px !important;
    padding: 28px !important;
    margin: 40px 0 !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-family: 'Courier New', monospace !important;
    font-size: 13px !important;
    position: relative;
    overflow: hidden;
}

/* Reste du dégradé cyan → violet en fond, très discret, pour rappeler
   le fil visuel du reste de l'article même sur une case encore vide. */
.screenshot-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(0, 217, 255, 0.06), transparent 55%),
                radial-gradient(circle at 80% 85%, rgba(153, 51, 255, 0.06), transparent 55%);
    pointer-events: none;
}

/* Si une vraie image a été insérée manuellement à l'intérieur du bloc,
   elle est présentée comme une "capture encadrée" plutôt que posée nue
   en plein milieu du thème sombre : coins arrondis, ombre portée,
   liseré clair — ça atténue le contraste avec un visuel à fond clair. */
.screenshot-placeholder img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.screenshot-placeholder figcaption,
.screenshot-placeholder p:last-child {
    margin-top: 14px !important;
    font-family: inherit;
    font-size: 0.85em;
    color: #94a3b8;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* ============================================
   TABLEAU - Violet
   ============================================ */
.ai-table-wrapper {
    margin: 40px 0;
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--tech-purple);
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.terminal-topbar { display: none; }

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead tr {
    background: rgba(153, 51, 255, 0.08);
}

.comparison-table th {
    color: var(--tech-purple);
    font-size: 0.78em !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(153, 51, 255, 0.25);
    background: transparent;
    padding: 16px 18px;
    text-align: left;
}

.comparison-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none;
    padding: 14px 18px;
    color: #cbd5e1;
    font-size: 0.94em;
}

.comparison-table td:first-child {
    color: #f1f5f9;
    font-weight: 600;
}

.comparison-table tbody tr {
    transition: background 0.15s ease;
}

.comparison-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.comparison-table tbody tr:hover {
    background: rgba(153, 51, 255, 0.06);
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
.ai-table-wrapper{overflow-x: auto;
        -webkit-overflow-scrolling: touch;}
.comparison-table{min-width: 480px;}
}


/* ============================================
   TECH SPECS BOX - Cyan
   ============================================ */
.tech-specs-box {
    background: var(--box-bg);
    border: none;
    border-left: 3px solid var(--tech-cyan);
    border-radius: 0 6px 6px 0;
    padding: 24px;
    margin: 40px 0;
}

.tech-header {
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    margin-bottom: 16px;
}

.tech-header h4 {
    color: var(--tech-cyan);
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.tech-spec-row {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    display: flex;
    justify-content: space-between;
}

.spec-label { color: #888; }
.spec-value { color: #e8edf2; font-weight: 600; }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
.gemini-comparison-card,
    .before-after-comparison,
    .pros-cons-grid{grid-template-columns: 1fr;}
.s-post-content h2{font-size: 1.3em;}
.s-post-content h3{font-size: 1.1em;}
}
