/* ==========================================================================
   GTA6Modding — Public news article (v480 editorial media)
   Premium journalism look. Accents only — no neon overload.
   Scoped under .g6m-article / .g6m-news-layout
   ========================================================================== */

.g6m-news-layout {
    --g6m-bg: #08080a;
    --g6m-surface: #111116;
    --g6m-surface-2: #15151c;
    --g6m-border: rgba(255, 255, 255, 0.08);
    --g6m-text: #f5f5f7;
    --g6m-muted: #a8a8b3;
    --g6m-cyan: #00d9ff;
    --g6m-magenta: #ff2daa;
    --g6m-violet: #8b3dff;
    --g6m-news-gap: 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g6m-news-gap);
    align-items: start;
    width: min(1240px, calc(100% - 2rem));
    margin-inline: auto;
    padding: 1.5rem 0 3rem;
    box-sizing: border-box;
}

@media (min-width: 960px) {
    .g6m-news-layout {
        --g6m-news-gap: 1.75rem;
        grid-template-columns: minmax(0, 1fr) 300px;
        width: min(1260px, calc(100% - 3rem));
        padding: 2rem 0 4rem;
    }
}

.g6m-news-main,
.g6m-news-aside {
    min-width: 0;
}

@media (min-width: 960px) {
    .g6m-news-aside .g6m-news-sidebar {
        position: sticky;
        top: 100px;
    }
}

/* —— Sidebar —— */
.g6m-news-sidebar {
    display: grid;
    gap: 1.15rem;
}

.g6m-news-sidebar__block {
    padding: 1rem 0.95rem 1.05rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
}

.g6m-news-sidebar__title {
    margin: 0 0 0.75rem;
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-muted);
}

.g6m-news-sidebar__block:first-child .g6m-news-sidebar__title {
    color: rgba(255, 43, 181, 0.9);
}

.g6m-news-sidebar__list {
    display: grid;
    gap: 0.55rem;
}

.g6m-news-sideitem {
    display: grid;
    grid-template-columns: auto 72px 1fr;
    gap: 0.65rem;
    align-items: center;
    padding: 0.4rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}

.g6m-news-sideitem:not(:has(.g6m-news-sideitem__rank)) {
    grid-template-columns: 72px 1fr;
}

.g6m-news-sideitem:hover {
    background: rgba(255, 255, 255, 0.04);
}

.g6m-news-sideitem__rank {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--g6m-magenta);
    width: 1.5rem;
    text-align: center;
}

.g6m-news-sideitem__thumb {
    display: block;
    width: 72px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--g6m-border);
    background: #0c0c10;
}

.g6m-news-sideitem__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.g6m-news-sideitem__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.3;
    color: var(--g6m-text);
}

.g6m-news-sideitem__date {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    color: var(--g6m-muted);
}

/* —— Article shell —— */
.g6m-article {
    --g6m-article-max: 50.5rem; /* ~808px */
    color: var(--g6m-text);
    padding: 0;
}

.g6m-article__frame {
    max-width: none;
    margin: 0;
}

.g6m-article__shell {
    max-width: var(--g6m-article-max);
    margin: 0;
}

/* —— Breadcrumb —— */
.g6m-article__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
    margin: 0 0 1.15rem;
    font-size: 0.78rem;
    color: var(--g6m-muted);
}

.g6m-article__breadcrumb a {
    color: var(--g6m-muted);
    text-decoration: none;
}

.g6m-article__breadcrumb a:hover {
    color: var(--g6m-cyan);
}

.g6m-article__breadcrumb-sep {
    opacity: 0.45;
}

/* —— Header —— */
.g6m-article__header {
    margin-bottom: 1.35rem;
}

.g6m-article__kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-muted);
}

.g6m-article__kicker a {
    color: inherit;
    text-decoration: none;
}

.g6m-article__kicker a:hover {
    color: var(--g6m-cyan);
}

.g6m-article__kicker-dot {
    color: var(--g6m-magenta);
    opacity: 0.85;
}

.g6m-article__title {
    margin: 0;
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.875rem, 4vw, 3.25rem); /* ~30–52px */
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 28ch;
}

@media (min-width: 768px) {
    .g6m-article__title {
        max-width: 26ch;
        font-size: clamp(2.25rem, 3.2vw, 3.4rem); /* ~36–54px */
    }
}

.g6m-article__lead {
    margin: 1rem 0 0;
    max-width: 42rem;
    font-size: clamp(1.05rem, 1.6vw, 1.175rem);
    line-height: 1.7;
    color: rgba(245, 245, 247, 0.92);
    font-weight: 500;
}

.g6m-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.55rem;
    margin-top: 1.05rem;
    font-size: 0.88rem;
    color: var(--g6m-muted);
}

.g6m-article__meta-author {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.g6m-article__meta-sep {
    opacity: 0.55;
}

/* —— Hero —— */
.g6m-article__hero {
    position: relative;
    margin: 0 0 1.75rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--g6m-border);
    background: #0b0b10;
    aspect-ratio: 16 / 9;
    max-height: min(42vh, 420px);
}

.g6m-article__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.g6m-article__hero.is-broken,
.g6m-article__hero.is-broken img {
    display: none !important;
}

.g6m-article__hero-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 10rem;
    padding: 1.5rem;
    color: var(--g6m-muted);
    font-size: 0.9rem;
    text-align: center;
    border: 1px dashed var(--g6m-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.g6m-article__hero.is-broken + .g6m-article__hero-fallback,
.g6m-article__hero-fallback.is-visible {
    display: flex;
}

.g6m-article__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 7, 7, 0.45) 100%);
    pointer-events: none;
}

/* —— TOC —— */
.g6m-article__toc {
    margin: 0 0 1.85rem;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
}

.g6m-article__toc-title {
    margin: 0 0 0.45rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-cyan);
}

.g6m-article__toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.g6m-article__toc-item a {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.55rem;
    align-items: center;
    min-height: 46px;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    text-decoration: none;
    color: rgba(235, 235, 245, 0.88);
    font-size: 0.92rem;
    line-height: 1.35;
    transition: background 0.15s ease, color 0.15s ease;
}

.g6m-article__toc-item a:hover,
.g6m-article__toc-item a:focus-visible {
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    outline: none;
}

.g6m-article__toc-num {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--g6m-magenta);
}

.g6m-article__toc-num--end {
    color: var(--g6m-muted);
}

/* —— Content —— */
.g6m-article__content {
    font-size: 1.0625rem; /* 17px */
    line-height: 1.75;
    color: rgba(232, 232, 240, 0.92);
}

.g6m-article__content > *:first-child {
    margin-top: 0;
}

.g6m-article__content p {
    margin: 0 0 1.25rem; /* ~20px */
    color: rgba(220, 220, 232, 0.92);
}

.g6m-article__body-lead,
.g6m-article__content .g6m-article__body-lead {
    margin: 0 0 1.35rem;
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 550;
    color: rgba(245, 245, 247, 0.96);
}

.g6m-article__intro {
    margin: 0 0 1.25rem;
}

.g6m-article__content strong,
.g6m-article__content b {
    color: #fff;
    font-weight: 650;
}

.g6m-article__section-title,
.g6m-article__content h2.g6m-article__section-title {
    display: grid;
    gap: 0.25rem;
    margin: 2rem 0 0.85rem;
    padding-top: 0.1rem;
    scroll-margin-top: 6.5rem;
}

.g6m-article__section-index {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--g6m-magenta);
}

.g6m-article__section-label {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem); /* ~19–25 → target ~30-34 via clamp upper */
    font-weight: 700;
    line-height: 1.22;
    color: #fff;
    letter-spacing: -0.01em;
    text-transform: none;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .g6m-article__section-label {
        font-size: clamp(1.45rem, 2.1vw, 2rem); /* ~23–32px */
    }
}

.g6m-article__subheading,
.g6m-article__content h3 {
    margin: 1.35rem 0 0.55rem;
    scroll-margin-top: 6.5rem;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    font-weight: 700;
    color: rgba(245, 245, 247, 0.96);
    line-height: 1.35;
}

.g6m-article__conclusion-title,
.g6m-article__content h2.g6m-article__conclusion-title {
    display: grid;
    gap: 0.25rem;
    margin: 2.25rem 0 0.85rem;
    scroll-margin-top: 6.5rem;
}

.g6m-article__conclusion-kicker {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--g6m-cyan);
}

.g6m-article__content hr {
    border: 0;
    height: 1px;
    margin: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
}

/* —— Lists (journalistic) —— */
.g6m-article__list,
.g6m-article__list--bullets {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.g6m-article__list-item {
    position: relative;
    padding-left: 1.1rem;
    color: rgba(220, 220, 232, 0.92);
    line-height: 1.55;
}

.g6m-article__list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--g6m-cyan);
    opacity: 0.85;
}

.g6m-article__list-item--check::before {
    content: '✓';
    color: var(--g6m-magenta);
    font-size: 0.85em;
}

.g6m-article__list-body {
    color: inherit;
}

.g6m-article__list--ordered {
    list-style: decimal;
    padding-left: 1.35rem;
}

.g6m-article__list--ordered > li {
    margin: 0.35rem 0;
}

.g6m-article__list--ordered > li::before {
    content: none;
}

/* —— Cards / features / stats —— */
.g6m-article__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
    margin: 1.25rem 0 1.35rem;
}

.g6m-article__card {
    padding: 1rem 1.05rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.03), transparent 55%),
        var(--g6m-surface);
    transition: transform 200ms ease, border-color 200ms ease;
}

.g6m-article__card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 45, 170, 0.28);
}

.g6m-article__card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.g6m-article__card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--g6m-muted);
}

/* —— Info cards (Netflix / date / hour) —— */
.g6m-article__info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.25rem 0 1.5rem;
}

@media (min-width: 560px) {
    .g6m-article__info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .g6m-article__info-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.g6m-article__info-card {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    text-align: center;
    padding: 1.15rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
    transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.g6m-article__info-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 45, 170, 0.32);
    background: var(--g6m-surface-2);
}

.g6m-article__info-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-muted);
}

.g6m-article__info-card-value {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--g6m-magenta);
    line-height: 1.2;
}

/* —— Confirmé / Non confirmé —— */
.g6m-article__status-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.25rem 0 1.5rem;
}

@media (min-width: 720px) {
    .g6m-article__status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.g6m-article__status {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    margin: 1.15rem 0 1.35rem;
    padding: 1rem 1.05rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
}

.g6m-article__status-grid .g6m-article__status {
    margin: 0;
}

.g6m-article__status--confirmed {
    border-color: rgba(97, 230, 163, 0.28);
    background:
        linear-gradient(145deg, rgba(97, 230, 163, 0.06), transparent 55%),
        var(--g6m-surface);
}

.g6m-article__status--unconfirmed {
    border-color: rgba(255, 154, 120, 0.28);
    background:
        linear-gradient(145deg, rgba(255, 154, 120, 0.05), transparent 55%),
        var(--g6m-surface);
}

.g6m-article__status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    color: #fff;
    background: rgba(255, 45, 170, 0.85);
}

.g6m-article__status--confirmed .g6m-article__status-icon {
    background: rgba(61, 180, 120, 0.95);
}

.g6m-article__status--unconfirmed .g6m-article__status-icon {
    background: rgba(180, 110, 70, 0.95);
    font-family: Georgia, serif;
    font-style: italic;
}

.g6m-article__status-label {
    margin: 0 0 0.25rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-magenta);
}

.g6m-article__status--confirmed .g6m-article__status-label {
    color: #61e6a3;
}

.g6m-article__status--unconfirmed .g6m-article__status-label {
    color: #ff9a78;
}

.g6m-article__status-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.g6m-article__status-text,
.g6m-article__status-text p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--g6m-muted);
}

/* —— Steps (01 / 02 / 03) —— */
.g6m-article__step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.25rem 0 1.5rem;
}

@media (min-width: 560px) {
    .g6m-article__step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .g6m-article__step-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.g6m-article__step-card {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    text-align: center;
    padding: 1.1rem 0.95rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
    transition: transform 200ms ease, border-color 200ms ease;
}

.g6m-article__step-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 45, 170, 0.28);
}

.g6m-article__step-num {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--g6m-magenta);
}

.g6m-article__step-title {
    font-size: 0.98rem;
    color: #fff;
}

.g6m-article__step-text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--g6m-muted);
}

/* —— Schedule rows —— */
.g6m-article__schedule {
    margin: 1.25rem 0 1.5rem;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 45, 170, 0.18);
    background:
        linear-gradient(145deg, rgba(139, 61, 255, 0.08), rgba(255, 45, 170, 0.04)),
        var(--g6m-surface);
}

.g6m-article__schedule-title {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-magenta);
}

.g6m-article__schedule-rows {
    display: grid;
    gap: 0;
}

.g6m-article__schedule-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1.25rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.g6m-article__schedule-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.g6m-article__schedule-key {
    color: var(--g6m-muted);
    font-size: 0.92rem;
}

.g6m-article__schedule-val {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
}

/* —— Timeline —— */
.g6m-article__timeline {
    margin: 1.25rem 0 1.5rem;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(97, 230, 163, 0.22);
    background:
        linear-gradient(145deg, rgba(97, 230, 163, 0.05), transparent 60%),
        var(--g6m-surface);
}

.g6m-article__timeline-title {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #61e6a3;
}

.g6m-article__timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
    border-left: 2px solid rgba(255, 45, 170, 0.35);
    padding-left: 1rem;
}

.g6m-article__timeline-item {
    display: grid;
    gap: 0.15rem;
    position: relative;
}

.g6m-article__timeline-item::before {
    content: '';
    position: absolute;
    left: -1.3rem;
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--g6m-magenta);
    box-shadow: 0 0 0 3px rgba(8, 8, 10, 1);
}

.g6m-article__timeline-date {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.g6m-article__timeline-label {
    font-size: 0.92rem;
    color: var(--g6m-muted);
    line-height: 1.45;
}

/* —— Facts / À retenir —— */
.g6m-article__facts {
    margin: 1.5rem 0;
    padding: 1.2rem 1.2rem 1.05rem;
    border-radius: 14px;
    border: 1px solid var(--g6m-border);
    background:
        linear-gradient(160deg, rgba(255, 45, 170, 0.06), transparent 50%),
        var(--g6m-surface);
}

.g6m-article__facts-title {
    margin: 0 0 0.85rem;
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--g6m-magenta);
}

.g6m-article__facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.g6m-article__facts-item {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.65rem;
    align-items: start;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.g6m-article__facts-item:last-child {
    border-bottom: 0;
    padding-bottom: 0.15rem;
}

.g6m-article__facts-num {
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--g6m-magenta);
    letter-spacing: 0.04em;
}

.g6m-article__facts-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(232, 232, 240, 0.92);
}

/* —— Spotlight / POV —— */
.g6m-article__spotlight {
    margin: 1.35rem 0 1.5rem;
    padding: 1.25rem 1.3rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 45, 170, 0.35);
    background:
        linear-gradient(135deg, rgba(255, 45, 170, 0.88), rgba(139, 61, 255, 0.82));
    color: #fff;
}

.g6m-article__spotlight-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
}

.g6m-article__spotlight-title {
    margin: 0 0 0.55rem;
    font-family: Orbitron, Rajdhani, system-ui, sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 800;
    line-height: 1.2;
}

.g6m-article__spotlight-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.96;
}

.g6m-article__pov {
    margin: 1.35rem 0 1.5rem;
    padding: 1.2rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 45, 170, 0.22);
    background:
        linear-gradient(145deg, rgba(139, 61, 255, 0.1), rgba(255, 45, 170, 0.05)),
        var(--g6m-surface);
}

.g6m-article__pov-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-magenta);
}

.g6m-article__pov-title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
}

.g6m-article__pov-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--g6m-muted);
}

/* —— Sources —— */
.g6m-article__sources {
    margin: 1.75rem 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--g6m-border);
}

.g6m-article__sources-label {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-muted);
}

.g6m-article__sources-list {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(168, 168, 179, 0.95);
}

.g6m-article__sources-note {
    margin: 0.65rem 0 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: rgba(120, 120, 132, 0.95);
}

.g6m-article__feature-list {
    display: grid;
    gap: 0.65rem;
    margin: 1.15rem 0 1.35rem;
}

.g6m-article__feature {
    display: grid;
    gap: 0.15rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
}

.g6m-article__feature h3 {
    margin: 0;
    font-size: 0.98rem;
    color: #fff;
}

.g6m-article__feature p {
    margin: 0.25rem 0 0;
    font-size: 0.92rem;
    color: var(--g6m-muted);
}

.g6m-article__stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.65rem;
    margin: 1.15rem 0 1.35rem;
}

.g6m-article__stat {
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface-2);
}

.g6m-article__stat strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.88rem;
    color: var(--g6m-cyan);
}

.g6m-article__stat span {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--g6m-muted);
}

.g6m-article__checklist {
    display: grid;
    gap: 0.55rem;
    margin: 1.1rem 0 1.25rem;
}

.g6m-article__check {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid var(--g6m-border);
    background: rgba(255, 255, 255, 0.02);
}

.g6m-article__check p {
    margin: 0;
    font-size: 0.95rem;
}

.g6m-article__highlight {
    margin: 1.25rem 0;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    border-left-width: 3px;
    border-left-color: var(--g6m-cyan);
    background: rgba(0, 217, 255, 0.04);
}

.g6m-article__highlight-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-cyan);
}

.g6m-article__highlight p {
    margin: 0;
}

.g6m-article__closing {
    margin-top: 1.1rem;
    padding-top: 0.25rem;
}

/* —— Quote —— */
.g6m-article__quote {
    position: relative;
    margin: 1.85rem 0;
    padding: 1.15rem 1.15rem 1.15rem 1.35rem;
    border-left: 3px solid rgba(255, 43, 181, 0.7);
    border-radius: 0 12px 12px 0;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(245, 245, 250, 0.94);
    font-size: 1.12rem;
    line-height: 1.55;
    font-style: italic;
}

.g6m-article__quote::before {
    content: '“';
    position: absolute;
    top: 0.05rem;
    left: 0.55rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.6rem;
    line-height: 1;
    color: rgba(255, 43, 181, 0.35);
    font-style: normal;
}

.g6m-article__quote p {
    margin: 0;
    color: inherit;
}

.g6m-article__quote footer {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    font-style: normal;
    color: var(--g6m-muted);
}

.g6m-article__quote-label {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    color: var(--g6m-magenta);
}

.g6m-article__quote--pull {
    font-style: normal;
}

.g6m-article__quote--editorial {
    border-left-color: rgba(0, 217, 255, 0.55);
}

.g6m-article__quote--editorial::before {
    color: rgba(0, 217, 255, 0.3);
}

/* —— Callout À retenir —— */
.g6m-article__callout,
.g6m-article__content .g6m-news-callout {
    margin: 2rem 0;
    padding: 1.15rem 1.2rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 217, 255, 0.22);
    background:
        linear-gradient(145deg, rgba(0, 217, 255, 0.05), rgba(255, 43, 181, 0.03)),
        var(--g6m-surface);
}

.g6m-article__callout-title,
.g6m-article__content .g6m-news-callout__title {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-cyan);
}

.g6m-article__callout .g6m-article__list-item--check::before,
.g6m-article__callout .g6m-article__list-item::before {
    content: '✓';
    color: var(--g6m-magenta);
}

.g6m-article__disclaimer,
.g6m-article__content .g6m-news-disclaimer {
    margin-top: 1.75rem;
    padding: 0.95rem 1.05rem;
    border-radius: 10px;
    border: 1px solid var(--g6m-border);
    background: rgba(0, 0, 0, 0.28);
    color: var(--g6m-muted);
    font-size: 0.9rem;
}

/* —— Media / links —— */
.g6m-article__inline-img,
.g6m-article__content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
}

.g6m-article__content figure {
    margin: 1.5rem 0;
}

.g6m-article__content figcaption {
    margin-top: 0.55rem;
    font-size: 0.82rem;
    color: var(--g6m-muted);
    text-align: center;
}

.g6m-article__link,
.g6m-article__content a {
    color: var(--g6m-cyan);
    text-decoration: underline;
    text-decoration-color: rgba(0, 217, 255, 0.3);
    text-underline-offset: 0.18em;
}

.g6m-article__link:hover,
.g6m-article__content a:hover {
    color: var(--g6m-magenta);
    text-decoration-color: rgba(255, 43, 181, 0.45);
}

.g6m-article__content a:focus-visible {
    outline: 2px solid var(--g6m-cyan);
    outline-offset: 2px;
}

/* —— Tags / share / next —— */
.g6m-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 2.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--g6m-border);
}

.g6m-article__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid var(--g6m-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--g6m-muted);
    font-size: 0.74rem;
    text-decoration: none;
}

.g6m-article__tag:hover {
    border-color: rgba(0, 217, 255, 0.35);
    color: var(--g6m-cyan);
}

.g6m-article__share {
    margin-top: 1.5rem;
}

.g6m-article__share-title {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--g6m-muted);
}

.g6m-article__share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.g6m-article__share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--g6m-border);
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    text-decoration: none;
    cursor: pointer;
}

.g6m-article__share-btn:hover {
    border-color: rgba(255, 43, 181, 0.4);
    color: #fff;
}

.g6m-article__next {
    display: block;
    margin-top: 1.75rem;
    padding: 1.1rem 1.15rem;
    border-radius: 12px;
    border: 1px solid var(--g6m-border);
    background: var(--g6m-surface);
    text-decoration: none;
    color: inherit;
}

.g6m-article__next:hover {
    border-color: rgba(0, 217, 255, 0.35);
}

.g6m-article__next-kicker {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--g6m-cyan);
}

.g6m-article__next-title {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
}

.g6m-article__next-cta {
    display: inline-block;
    margin-top: 0.55rem;
    font-size: 0.86rem;
    color: var(--g6m-muted);
}

.g6m-article__next:hover .g6m-article__next-cta {
    color: var(--g6m-cyan);
}

.g6m-article__back {
    display: inline-flex;
    margin-top: 1.75rem;
    color: var(--g6m-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.g6m-article__back:hover {
    color: var(--g6m-cyan);
}

/* Community */
.g6m-article__shell #community {
    margin-top: 2.5rem;
    scroll-margin-top: 6rem;
}

.g6m-article__shell #comments {
    scroll-margin-top: 6rem;
}

/* Rumor */
.g6m-article .g6m-news-rumor-banner {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin: 0 0 1.35rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-radius: 10px;
    background: rgba(255, 193, 7, 0.08);
    color: #ffe9a8;
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
    .g6m-news-sideitem,
    .g6m-article__toc-item a,
    .g6m-article__share-btn,
    .g6m-article__next {
        transition: none;
    }
}

@media (max-width: 640px) {
    .g6m-article__hero {
        max-height: 36vh;
        border-radius: 12px;
    }

    .g6m-article__title {
        max-width: none;
        font-size: clamp(1.85rem, 8vw, 2.35rem);
    }

    .g6m-article__meta {
        font-size: 0.82rem;
    }

    .g6m-news-sideitem {
        grid-template-columns: auto 64px 1fr;
    }

    .g6m-news-sideitem:not(:has(.g6m-news-sideitem__rank)) {
        grid-template-columns: 64px 1fr;
    }

    .g6m-news-sideitem__thumb {
        width: 64px;
        height: 48px;
    }
}
