/* ============================================
   GAME REVIEW COMPONENT — Zen Minimalist v2
   Single source of truth. Edit ONLY this file.
   ============================================ */

/* ── Container ── */
.game-review {
    margin: 5rem 0 !important;
    padding: 3rem !important;
    border-radius: 2rem !important;
    background: rgba(15, 15, 17, 0.5) !important;
    backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-family: 'Outfit', sans-serif !important;
    position: relative !important;
    color: #fff !important;
    overflow: hidden !important;
}

/* ── Hard Reset: kill Tailwind prose bullets ── */
.prose .game-review h3,
.prose .game-review h4,
.game-review h3,
.game-review h4 {
    margin: 0 !important;
    color: #fff !important;
    max-width: none !important;
    font-family: 'Outfit', sans-serif !important;
}

.prose .game-review ul,
.game-review ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.prose .game-review li,
.game-review li {
    list-style-type: none !important;
}

.prose .game-review li::marker,
.game-review li::marker {
    content: none !important;
    display: none !important;
    font-size: 0 !important;
    color: transparent !important;
}

/* Global ::before reset — re-specified per section below */
.prose .game-review li::before,
.game-review li::before {
    content: none !important;
    display: none !important;
}

/* ── Header (Title + Score) ── */
.game-review .review-header {
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.game-review .review-title {
    display: flex !important;
    align-items: center !important;
    gap: 1.2rem !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    max-width: none !important;
    flex-wrap: wrap !important;
}

.game-review .review-rating {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 3.2rem;
    height: 2.2rem;
    padding: 0 0.8rem !important;
    border-radius: 0.6rem !important;
    background: rgba(255, 62, 62, 0.12) !important;
    border: 1px solid rgba(255, 62, 62, 0.25) !important;
    color: #ff6b6b !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    letter-spacing: 0;
    line-height: 1;
    flex-shrink: 0;
    order: -1;
}

/* ── Review Sheet (Specs + Appreciation) ── */
.game-review .review-sheet {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Specs list */
.game-review .review-sheet > ul:first-child {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.4rem !important;
}

.game-review .review-sheet > ul:first-child > li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 1rem !important;
    padding-bottom: 0.8rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    color: #fff !important;
    font-size: 0.88rem !important;
}

.game-review .review-sheet > ul:first-child > li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.game-review .review-sheet li strong {
    color: rgba(255, 255, 255, 0.35) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

/* Appreciation / Progress bars */
.game-review .review-progress,
.game-review .review-progress ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.game-review .review-progress li {
    display: grid !important;
    gap: 0.4rem !important;
    padding: 0 !important;
    border: none !important;
}

.game-review .review-progress li strong {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.game-review progress {
    width: 100% !important;
    height: 3px !important;
    border: none !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    -webkit-appearance: none;
    appearance: none;
}

.game-review progress::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
}

.game-review progress::-webkit-progress-value {
    background: linear-gradient(90deg, #ff4d4d, #ff6b6b);
    border-radius: 4px;
}

.game-review progress::-moz-progress-bar {
    background: linear-gradient(90deg, #ff4d4d, #ff6b6b);
    border-radius: 4px;
}

/* ── Pros & Cons ── */
.game-review .review-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.game-review .positive-points,
.game-review .negative-points {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.game-review .positive-points::before,
.game-review .negative-points::before {
    display: block !important;
    margin-bottom: 1.5rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.game-review .positive-points::before {
    content: "✓  Points Forts" !important;
    color: #4ade80;
}

.game-review .negative-points::before {
    content: "✕  Points Faibles" !important;
    color: #f87171;
}

/* Individual pros/cons items */
.game-review .positive-points li,
.game-review .negative-points li {
    position: relative !important;
    margin: 0 0 0.9rem !important;
    padding: 0 0 0 0 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    list-style: none !important;
    border: none !important;
    display: block !important;
}

.game-review .positive-points li:last-child,
.game-review .negative-points li:last-child {
    margin-bottom: 0 !important;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .game-review .review-sheet {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .game-review {
        margin: 3rem 0 !important;
        padding: 1.5rem !important;
        border-radius: 1.5rem !important;
    }

    .game-review .review-header {
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
        gap: 1.5rem !important;
        margin-bottom: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .game-review .review-rating {
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
        font-size: 1.4rem !important;
    }

    .game-review .review-sheet {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        margin-bottom: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .game-review .review-points {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
}