/*
Theme Name: Vice Central
Theme URI: https://vice-central.com
Author: Vice Central
Description: Thème éditorial GTA VI — actu, leaks, théories, personnages et lieux.
Version: 1.0.0
Text Domain: gta6wire
*/

/* ===================== RESET & BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --neon:    #D6235F;
  --neon2:   #EA6000;
  --neon3:   #0099BB;
  --gold:    #D4920A;
  --violet:  #7C3AED;

  --bg:      #F7F4F0;
  --bg2:     #EDE9E3;
  --bg3:     #E5E0D8;
  --surface: #FFFFFF;
  --surface2:#F0EDE8;

  --border:  rgba(214,35,95,0.14);

  --text:    #1A1014;
  --muted:   #5E4E54;

  --font-display: 'Bebas Neue', sans-serif;
  --font-ui:      'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { font: inherit; background: none; border: none; }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9000;
}

.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.screen-reader-text { position: absolute; left: -9999px; }

/* ===================== TICKER ===================== */
.ticker {
  background: linear-gradient(90deg, #D6235F, #EA6000, #FBBF24, #EA6000, #D6235F);
  background-size: 300% 100%;
  animation: ticker-gradient 6s ease-in-out infinite;
  overflow: hidden;
  height: 34px;
  display: flex;
  align-items: center;
}
@keyframes ticker-gradient { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.ticker-label {
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 1;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.ticker-dot { width: 6px; height: 6px; background: #fff; border-radius: 50%; flex-shrink: 0; animation: pulse-dot 1.5s ease-in-out infinite; }
.ticker-viewport {
  flex: 1; overflow: hidden; height: 100%;
  mask-image: linear-gradient(90deg, transparent, black 24px, black calc(100% - 24px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 24px, black calc(100% - 24px), transparent);
}
.ticker-track { display: flex; align-items: center; height: 100%; animation: ticker-scroll 35s linear infinite; white-space: nowrap; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-track a {
  font-family: var(--font-ui); font-weight: 700; font-size: 13px;
  letter-spacing: 0.5px; color: #fff; text-decoration: none;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
  padding: 0 40px;
  transition: opacity 0.2s;
}
.ticker-track a:hover { text-decoration: underline; opacity: .85; }
.ticker-track a::before { content: '◆ '; opacity: 0.7; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===================== HEADER ===================== */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(214,35,95,0.12);
  box-shadow: 0 1px 24px rgba(214,35,95,0.06), 0 4px 16px rgba(0,0,0,0.04);
  position: sticky; top: 0; z-index: 500;
}
.header-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 24px;
  height: 70px; display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
}
.logo { display: flex; align-items: baseline; gap: 4px; flex-shrink: 0; }
.logo-gta {
  font-family: var(--font-display); font-size: 38px; letter-spacing: 2px;
  background: linear-gradient(90deg, #D6235F, #EA6000);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(214,35,95,0.25));
}
.logo-wire { font-family: var(--font-display); font-size: 38px; letter-spacing: 2px; color: var(--text); line-height: 1; }
.logo-dot {
  width: 8px; height: 8px; background: var(--neon); border-radius: 50%;
  margin-bottom: 4px; animation: pulse-dot 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }

.main-nav { display: flex; gap: 4px; align-items: center; }
.main-nav-list { display: flex; gap: 4px; align-items: center; list-style: none; margin: 0; padding: 0; }
.main-nav-list li { list-style: none; }
.main-nav a {
  font-family: var(--font-ui); font-size: 14px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); padding: 6px 14px; border-radius: 4px;
  transition: color 0.2s, background 0.2s; position: relative;
}
.main-nav a:hover, .main-nav a.active { color: var(--text); background: var(--surface2); }
.main-nav a.active::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 16px; height: 2px;
  background: var(--neon); border-radius: 2px;
}
.nav-badge {
  background: var(--neon); color: #fff; font-size: 9px; font-weight: 700;
  padding: 1px 5px; border-radius: 3px; margin-left: 4px;
  vertical-align: middle; letter-spacing: 0.5px;
}

.header-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.search-btn {
  background: var(--bg); border: 1px solid var(--border);
  color: var(--muted); padding: 8px 16px; border-radius: 6px;
  font-family: var(--font-ui); font-size: 13px; letter-spacing: 1px;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.search-btn:hover { border-color: var(--neon); color: var(--text); box-shadow: 0 0 0 3px rgba(214,35,95,0.08); }
.search-btn kbd { background: var(--surface2); padding: 1px 5px; border-radius: 3px; font-size: 10px; border: 1px solid var(--border); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-inner { position: relative; }
@media (max-width: 768px) {
  .hamburger { display: flex; }
  .main-nav {
    display: block; max-height: 0; overflow: hidden;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid var(--border);
    box-shadow: 0 16px 32px rgba(0,0,0,.1); z-index: 400;
    transition: max-height .25s ease;
  }
  .main-nav.open { max-height: 480px; }
  .main-nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; }
  .main-nav-list li { list-style: none; }
  .main-nav-list a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--border); }
  .main-nav a.active::after { display: none; }
}

/* ===================== BREADCRUMB ===================== */
.breadcrumb { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); transition: .2s; }
.breadcrumb a:hover { color: var(--neon); }
.bc-sep { opacity: .4; }

/* ===================== HERO (home) ===================== */
.hero { position: relative; height: 580px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 15% 40%, rgba(214,35,95,0.4) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(234,96,0,0.3) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 50% 20%, rgba(0,153,187,0.22) 0%, transparent 50%),
    linear-gradient(180deg, #2A0F1C 0%, #1A1014 60%, #1A1014 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
}
.hero-img { position: absolute; inset: 0; z-index: 2; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: saturate(1.12) contrast(1.05); }
.hero-img::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(20,10,14,.94) 0%, rgba(20,10,14,.82) 26%, rgba(20,10,14,.5) 46%, rgba(20,10,14,.15) 64%, rgba(20,10,14,0) 80%),
    linear-gradient(0deg, rgba(20,10,14,.65) 0%, rgba(20,10,14,0) 42%);
}
@media (max-width: 900px) {
  .hero-img::after { background: linear-gradient(180deg, rgba(20,10,14,.2) 0%, rgba(20,10,14,.82) 70%, rgba(20,10,14,.92) 100%); }
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 180px;
  background: linear-gradient(to bottom, transparent, var(--bg)); z-index: 5; pointer-events: none;
}
.hero-content { position: relative; z-index: 10; max-width: 1400px; margin: 0 auto; padding: 48px 24px 64px; width: 100%; }
.hero-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; background: var(--neon); color: #fff;
  font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 4px 12px; border-radius: 3px;
  box-shadow: 0 4px 16px rgba(214,35,95,0.35);
}
.hero-tag::before { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; animation: pulse-dot 1.5s ease-in-out infinite; }
.hero-tags .cat-tag { position: static; font-size: 11px; letter-spacing: 1.5px; padding: 5px 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.hero-title {
  font-family: var(--font-display); font-size: clamp(30px, 4.4vw, 64px); line-height: 1.05; letter-spacing: 1px;
  margin-bottom: 16px; max-width: 780px; color: #FFF8EF;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
  text-shadow: 0 2px 6px rgba(0,0,0,.5), 0 8px 40px rgba(0,0,0,.4);
}
.hero-title em {
  font-style: normal; color: var(--neon2);
  filter: drop-shadow(0 2px 10px rgba(234,96,0,0.5));
}
.hero-excerpt {
  font-family: var(--font-ui); font-size: 16px; line-height: 1.55; color: rgba(255,248,239,.88); max-width: 620px;
  margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0,0,0,.45);
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.hero-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; max-width: 780px; }
.hero-meta-author { font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: #FFF8EF; letter-spacing: 0.5px; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-meta-date { font-family: var(--font-ui); font-size: 13px; color: rgba(255,248,239,.8); text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-meta-sep { color: rgba(255,248,239,.35); }
.hero-read-btn {
  display: inline-flex; align-items: center; gap: 10px; background: var(--neon); color: #fff;
  font-family: var(--font-ui); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; padding: 12px 28px; border-radius: 4px;
  margin-top: 28px; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 6px 24px rgba(214,35,95,0.4);
}
.hero-read-btn:hover { background: #B81D50; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(214,35,95,0.5); }
.hero-read-btn svg { transition: transform 0.2s; }
.hero-read-btn:hover svg { transform: translateX(4px); }

@keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
.fade-in { animation: fadeUp .6s ease both; }
.delay-1 { animation-delay: .1s; } .delay-2 { animation-delay: .2s; } .delay-3 { animation-delay: .3s; } .delay-4 { animation-delay: .4s; } .delay-5 { animation-delay: .5s; }

/* ===================== SECTION LABEL ===================== */
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.section-label h2 { font-family: var(--font-display); font-size: 28px; letter-spacing: 2px; color: var(--text); }
.section-label::before { content: ''; display: block; width: 4px; height: 28px; background: var(--neon); border-radius: 2px; flex-shrink: 0; }
.section-label .see-all { margin-left: auto; font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.section-label .see-all:hover { color: var(--neon); }
.section-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(214,35,95,0.15), transparent); }

/* ===================== NEWS GRID ===================== */
.news-section { padding: 60px 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: var(--surface); border: 1px solid rgba(214,35,95,0.1); border-radius: 10px; overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.news-card:hover { transform: translateY(-6px); border-color: rgba(214,35,95,0.3); box-shadow: 0 16px 48px rgba(214,35,95,0.12), 0 4px 16px rgba(0,0,0,0.08); }
.news-card-img { height: 200px; position: relative; overflow: hidden; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
.news-card-img .img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 48px; letter-spacing: 3px; position: relative; }
.news-card-img .img-placeholder::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(255,255,255,0.95)); }
.news-card-img .cat-tag { position: absolute; top: 12px; left: 12px; z-index: 2; font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 3px; }
.tag-news   { background: var(--neon); color: #fff; }
.tag-tuto   { background: var(--neon3); color: #fff; }
.tag-video  { background: var(--neon2); color: #fff; }
.tag-rumeur { background: var(--gold); color: #fff; }
.tag-leak   { background: linear-gradient(90deg, #7C3AED, #D6235F); color: #fff; }
.tag-analyse{ background: var(--violet); color: #fff; }
.tag-guide  { background: var(--neon3); color: #fff; }
.role-protagoniste { background: linear-gradient(90deg,#7C3AED,#D6235F); color: #fff; }
.role-secondaire   { background: var(--neon3); color: #fff; }
.role-antagoniste  { background: var(--neon); color: #fff; }
.role-faction      { background: var(--gold); color: #fff; }
.type-ville    { background: var(--neon2); color: #fff; }
.type-quartier { background: var(--neon3); color: #fff; }
.type-nature   { background: #16a34a; color: #fff; }
.type-poi      { background: var(--gold); color: #fff; }
.status-rumeur        { background: var(--gold); color: #fff; }
.status-en-discussion { background: var(--violet); color: #fff; }
.status-confirmee     { background: #16a34a; color: #fff; }
.status-dementie       { background: var(--neon); color: #fff; }

.news-card-body { padding: 20px; }
.news-card-body h3 { font-family: var(--font-ui); font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; color: var(--text); transition: color 0.2s; }
.news-card:hover .news-card-body h3 { color: var(--neon); }
.news-card-body p { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 16px; }
.news-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.07); }
.news-card-author { display: flex; align-items: center; gap: 8px; }
.author-avatar { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-ui); font-size: 12px; font-weight: 700; flex-shrink: 0; color: #fff; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.av1 { background: linear-gradient(135deg, #D6235F, #EA6000); }
.av2 { background: linear-gradient(135deg, #0099BB, #7C3AED); }
.av3 { background: linear-gradient(135deg, #D4920A, #EA6000); }
.av4 { background: linear-gradient(135deg, #7C3AED, #D6235F); }
.av5 { background: linear-gradient(135deg, #0099BB, #D6235F); }
.author-name { font-family: var(--font-ui); font-size: 12px; color: var(--muted); }
.news-date { font-family: var(--font-ui); font-size: 11px; color: var(--muted); letter-spacing: 0.5px; }
.news-card.featured { grid-column: 1 / 3; }
.news-card.featured .news-card-img { height: 320px; }
.news-card.featured .news-card-body h3 { font-size: 26px; }

/* ===================== SIDEBAR LAYOUT (home) ===================== */
.content-sidebar { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding: 60px 0; }

/* Tutos / list */
.tuto-list { display: flex; flex-direction: column; gap: 14px; }
.tuto-card { background: var(--surface); border: 1px solid rgba(214,35,95,0.1); border-radius: 8px; display: flex; overflow: hidden; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.tuto-card:hover { transform: translateX(6px); border-color: rgba(0,153,187,0.35); box-shadow: 0 4px 20px rgba(0,153,187,0.1); }
.tuto-num { background: linear-gradient(180deg, #FFF0F4, #FFE8EE); width: 56px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 28px; color: rgba(214,35,95,0.25); border-right: 1px solid rgba(214,35,95,0.1); }
.tuto-card:hover .tuto-num { color: var(--neon3); background: linear-gradient(180deg, #EFF9FB, #E0F5F9); }
.tuto-body { padding: 16px 18px; flex: 1; }
.tuto-body .tuto-tag { display: inline-block; font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--neon3); text-transform: uppercase; margin-bottom: 4px; }
.tuto-body h3 { font-family: var(--font-ui); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; transition: color 0.2s; }
.tuto-card:hover .tuto-body h3 { color: var(--neon3); }
.tuto-body p { font-size: 13px; color: var(--muted); }
.tuto-meta { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-left: 1px solid rgba(214,35,95,0.08); flex-direction: column; justify-content: center; flex-shrink: 0; }
.tuto-meta span { font-family: var(--font-ui); font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 4px; white-space: nowrap; }

/* Sidebar widgets */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-widget { background: var(--surface); border: 1px solid rgba(214,35,95,0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.widget-header { padding: 14px 18px; border-bottom: 1px solid rgba(214,35,95,0.1); font-family: var(--font-display); font-size: 18px; letter-spacing: 1.5px; color: var(--text); display: flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #FFF8FA, #FFF4EE); }
.widget-header span.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neon); flex-shrink: 0; }

.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 16px; gap: 8px; }
.countdown-unit { background: linear-gradient(135deg, #FFF0F4, #FFE8EE); border: 1px solid rgba(214,35,95,0.1); border-radius: 8px; padding: 14px 8px; text-align: center; }
.countdown-num { font-family: var(--font-display); font-size: 36px; color: var(--neon); line-height: 1; }
.countdown-lbl { font-family: var(--font-ui); font-size: 10px; font-weight: 600; letter-spacing: 1.5px; color: var(--muted); margin-top: 4px; }
.countdown-note { padding: 10px 20px 16px; font-family: var(--font-ui); font-size: 12px; color: var(--muted); text-align: center; letter-spacing: 0.3px; }
.countdown-note strong { color: var(--neon2); }

.hot-topics { padding: 6px 0; }
.hot-topic-item { display: flex; align-items: center; gap: 12px; padding: 10px 18px; transition: background 0.2s; border-bottom: 1px solid rgba(0,0,0,0.05); }
.hot-topic-item:last-child { border-bottom: none; }
.hot-topic-item:hover { background: #FDF5F7; }
.hot-rank { font-family: var(--font-display); font-size: 22px; color: rgba(214,35,95,0.12); width: 24px; flex-shrink: 0; line-height: 1; }
.hot-topic-item:nth-child(1) .hot-rank { color: var(--neon); }
.hot-topic-item:nth-child(2) .hot-rank { color: var(--neon2); }
.hot-topic-item:nth-child(3) .hot-rank { color: var(--gold); }
.hot-info h4 { font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.3; margin-bottom: 2px; transition: color 0.2s; }
.hot-topic-item:hover .hot-info h4 { color: var(--neon); }
.hot-info span { font-family: var(--font-ui); font-size: 11px; color: var(--muted); }

.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px; }
.social-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border-radius: 6px; border: 1px solid rgba(214,35,95,0.14); font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.5px; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s; cursor: pointer; }
.social-btn:hover { background: #FDF5F7; border-color: rgba(214,35,95,0.3); box-shadow: 0 2px 8px rgba(214,35,95,0.1); }

/* ===================== VIDEOS SECTION ===================== */
.videos-section { padding: 60px 0; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.video-card { background: var(--surface); border: 1px solid rgba(214,35,95,0.1); border-radius: 10px; overflow: hidden; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.video-card:hover { transform: translateY(-4px); border-color: rgba(234,96,0,0.3); box-shadow: 0 12px 36px rgba(234,96,0,0.12); }
.video-thumb { height: 140px; position: relative; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; position: absolute; inset: 0; }
.video-thumb .vthumb-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
.play-btn { width: 48px; height: 48px; background: var(--neon); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; transition: transform 0.2s, background 0.2s; box-shadow: 0 4px 16px rgba(214,35,95,0.4); position: relative; }
.video-card:hover .play-btn { transform: scale(1.1); background: #B81D50; }
.play-btn svg { margin-left: 3px; }
.video-duration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.65); color: #fff; font-family: var(--font-ui); font-size: 11px; font-weight: 700; padding: 2px 6px; border-radius: 3px; letter-spacing: 0.5px; z-index: 2; }
.video-info { padding: 14px; }
.video-info h3 { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: 6px; transition: color 0.2s; }
.video-card:hover .video-info h3 { color: var(--neon2); }
.video-meta { display: flex; justify-content: space-between; font-family: var(--font-ui); font-size: 11px; color: var(--muted); }

/* ===================== LEAKS BAND ===================== */
.leaks-band { background: linear-gradient(135deg, #F5F0FF, #F8F0F8, #FFF0F5); border-top: 1px solid rgba(124,58,237,0.15); border-bottom: 1px solid rgba(124,58,237,0.15); padding: 40px 0; position: relative; overflow: hidden; }
.leaks-band::before { content: 'LEAKS'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-size: 160px; color: rgba(124,58,237,0.06); letter-spacing: 10px; pointer-events: none; user-select: none; }
.leaks-inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; position: relative; }
.leaks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.leak-card { background: #fff; border: 1px solid rgba(124,58,237,0.15); border-radius: 8px; padding: 20px; position: relative; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(124,58,237,0.06); }
.leak-card:hover { border-color: rgba(124,58,237,0.4); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(124,58,237,0.12); }
.leak-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #7C3AED, #D6235F, transparent); border-radius: 8px 8px 0 0; }
.leak-cred { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.cred-bar { height: 4px; border-radius: 2px; background: rgba(124,58,237,0.12); width: 80px; overflow: hidden; }
.cred-fill { height: 100%; background: linear-gradient(90deg, #7C3AED, #D6235F); border-radius: 2px; }
.cred-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1px; color: #7C3AED; }
.leak-card h3 { font-family: var(--font-ui); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.leak-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }
.leak-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.07); }
.leak-source { font-family: var(--font-ui); font-size: 11px; color: var(--muted); }
.leak-votes { font-family: var(--font-ui); font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 4px; }

/* ===================== NEWSLETTER ===================== */
.newsletter-section { padding: 80px 0; text-align: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #FFF4EE 0%, #FFF0F4 50%, #F4F0FF 100%); border-top: 1px solid rgba(214,35,95,0.1); border-bottom: 1px solid rgba(214,35,95,0.1); }
.newsletter-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 10% 50%, rgba(214,35,95,0.06), transparent 60%), radial-gradient(ellipse 50% 80% at 90% 50%, rgba(0,153,187,0.05), transparent 60%); }
.nl-inner { position: relative; z-index: 1; max-width: 520px; margin: 0 auto; }
.nl-tag { display: inline-block; font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--neon); border: 1px solid rgba(214,35,95,0.3); background: rgba(214,35,95,0.06); padding: 4px 14px; border-radius: 20px; margin-bottom: 20px; }
.nl-title { font-family: var(--font-display); font-size: 52px; letter-spacing: 2px; color: var(--text); margin-bottom: 12px; line-height: 0.95; }
.nl-sub { font-size: 15px; color: var(--muted); margin-bottom: 32px; }
.nl-form { display: flex; gap: 10px; }
.nl-input { flex: 1; background: #fff; border: 1px solid rgba(214,35,95,0.2); color: var(--text); font-family: var(--font-body); font-size: 15px; padding: 14px 18px; border-radius: 6px; outline: none; transition: border-color 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.nl-input:focus { border-color: var(--neon); box-shadow: 0 0 0 3px rgba(214,35,95,0.1); }
.nl-input::placeholder { color: var(--muted); }
.nl-btn { background: linear-gradient(135deg, var(--neon), var(--neon2)); color: #fff; border: none; font-family: var(--font-ui); font-size: 14px; font-weight: 700; letter-spacing: 1.5px; padding: 14px 24px; border-radius: 6px; cursor: pointer; transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; box-shadow: 0 6px 20px rgba(214,35,95,0.35); }
.nl-btn:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(214,35,95,0.45); }

/* ===================== ARCHIVE HERO (simple) ===================== */
.archive-hero { padding: 48px 24px 8px; max-width: 1400px; margin: 0 auto; }
.archive-hero h1 { font-family: var(--font-display); font-size: clamp(38px,6vw,64px); letter-spacing: 1px; margin-bottom: 8px; }
.archive-hero p { color: var(--muted); font-size: 15px; max-width: 640px; }
.archive-grid-wrap { padding: 32px 0 80px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; font-family: var(--font-ui); }
.pagination a, .pagination span { padding: 8px 14px; border: 1px solid var(--border); border-radius: 6px; color: var(--muted); font-size: 13px; font-weight: 600; }
.pagination .current { background: var(--neon); color: #fff; border-color: var(--neon); }
.pagination a:hover { border-color: var(--neon); color: var(--neon); }

/* ===================== ARTICLE HERO ===================== */
.article-hero { max-width: 1200px; margin: 0 auto; padding: 0 24px 40px; }
.article-cats { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.cat-pill { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 4px 14px; border-radius: 3px; color: #fff; }
.cat-pill::before { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; animation: pulse-dot 1.5s ease-in-out infinite; }
.cat-leak { background: linear-gradient(90deg,#7C3AED,#D6235F); box-shadow: 0 4px 16px rgba(124,58,237,.3); }
.cat-hot  { background: var(--neon2); box-shadow: 0 4px 16px rgba(234,96,0,.3); }

.article-title { font-family: var(--font-display); font-size: clamp(38px,6vw,72px); line-height: .95; letter-spacing: 1px; margin-bottom: 22px; max-width: 860px; }
.article-title em { font-style: normal; background: linear-gradient(90deg,#7C3AED,#D6235F,#EA6000); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,.07); margin-bottom: 32px; }
.meta-author { display: flex; align-items: center; gap: 10px; }
.author-av { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#7C3AED,#D6235F); display: flex; align-items: center; justify-content: center; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; overflow: hidden; }
.author-av img { width: 100%; height: 100%; object-fit: cover; }
.author-info { display: flex; flex-direction: column; }
.author-name-lg { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: var(--text); }
.author-role { font-family: var(--font-ui); font-size: 11px; color: var(--muted); }
.meta-sep { color: rgba(0,0,0,.12); font-size: 18px; }
.meta-item { font-family: var(--font-ui); font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.share-row { display: flex; gap: 8px; margin-left: auto; }
.share-row a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--muted); transition: .2s; }
.share-row a:hover { border-color: var(--neon); color: var(--neon); }

.reliability-badge { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#F5F0FF,#EDE8FF); border: 1px solid rgba(124,58,237,.2); border-radius: 6px; padding: 6px 14px; }
.rb-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: #7C3AED; }
.rb-bar { width: 80px; height: 5px; background: rgba(124,58,237,.15); border-radius: 3px; overflow: hidden; }
.rb-fill { height: 100%; background: linear-gradient(90deg,#7C3AED,#D6235F); border-radius: 3px; }
.rb-val { font-family: var(--font-display); font-size: 18px; color: #7C3AED; line-height: 1; }

/* Cover image */
.article-cover { max-width: 1200px; margin: 0 auto; padding: 0 24px 40px; }
.cover-wrap { width: 100%; height: 460px; border-radius: 14px; overflow: hidden; position: relative; }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
.cover-inner { width: 100%; height: 100%; position: relative; background: linear-gradient(135deg,#EDE8FF 0%,#F5E8FF 30%,#FFE8F0 60%,#FFF0E0 100%); display: flex; align-items: center; justify-content: center; }
.cover-inner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(124,58,237,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(124,58,237,.06) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,transparent,black 25%,black 75%,transparent); }
.cover-glow-left  { position: absolute; top: 20%; left: -5%; width: 50%; height: 70%; background: radial-gradient(ellipse,rgba(124,58,237,.18),transparent 65%); pointer-events: none; }
.cover-glow-right { position: absolute; bottom: 10%; right: 0%; width: 45%; height: 60%; background: radial-gradient(ellipse,rgba(214,35,95,.14),transparent 65%); pointer-events: none; }
.cover-text { font-family: var(--font-display); font-size: clamp(70px,14vw,160px); letter-spacing: 6px; background: linear-gradient(135deg,rgba(124,58,237,.25),rgba(214,35,95,.2),rgba(234,96,0,.15)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; z-index: 1; user-select: none; }
.cover-caption { font-family: var(--font-ui); font-size: 12px; color: var(--muted); margin-top: 10px; text-align: center; letter-spacing: .5px; }

/* Layout */
.article-layout { max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; }
.article-body { min-width: 0; }

/* Chapô */
.article-intro { font-size: 18px; font-weight: 500; line-height: 1.6; color: #3a2a30; border-left: 3px solid var(--violet); padding: 14px 20px; margin-bottom: 32px; background: linear-gradient(135deg,rgba(124,58,237,.04),transparent); border-radius: 0 6px 6px 0; }

/* Body typography */
.article-body p { margin-bottom: 20px; color: #3a2a30; font-size: 16px; }
.article-body p strong { color: var(--text); font-weight: 600; }
.article-body h2 { font-family: var(--font-display); font-size: 34px; letter-spacing: 1.5px; color: var(--text); margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); position: relative; }
.article-body h2::before { content: ''; position: absolute; left: 0; bottom: -1px; width: 40px; height: 2px; background: linear-gradient(90deg,var(--violet),var(--neon)); border-radius: 2px; }
.article-body h3 { font-family: var(--font-ui); font-size: 20px; font-weight: 700; color: var(--text); margin: 28px 0 10px; letter-spacing: .5px; }
.article-body img { border-radius: 10px; margin: 16px 0; }
.article-body ul, .article-body ol { margin: 0 0 20px 20px; color: #3a2a30; }
.article-body ul { list-style: disc; } .article-body ol { list-style: decimal; }
.article-body li { margin-bottom: 8px; }

/* Claim box (leak citation) */
.claim-box { background: linear-gradient(135deg,#F5F0FF,#EDE8FF); border: 1px solid rgba(124,58,237,.2); border-left: 3px solid var(--violet); border-radius: 8px; padding: 20px 24px; margin: 28px 0; position: relative; }
.claim-box::before { content: '💬'; font-size: 20px; position: absolute; top: -12px; left: 16px; background: var(--bg); padding: 0 6px; }
.claim-box .cb-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--violet); margin-bottom: 8px; }
.claim-box p { margin: 0; font-size: 15px; color: #2a1e30; font-style: italic; }
.claim-box cite { display: block; font-family: var(--font-ui); font-size: 11px; color: var(--muted); margin-top: 8px; font-style: normal; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0; }
.feature-card { background: #fff; border: 1px solid rgba(214,35,95,.1); border-radius: 8px; padding: 16px; display: flex; flex-direction: column; gap: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: .2s; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(124,58,237,.1); border-color: rgba(124,58,237,.25); }
.fc-icon { font-size: 22px; line-height: 1; }
.fc-title { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text); }
.fc-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }
.fc-cred { margin-top: 6px; display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.fc-bar { height: 3px; width: 48px; background: rgba(0,0,0,.08); border-radius: 2px; overflow: hidden; }
.fc-fill { height: 100%; border-radius: 2px; }
.high   { color: #16a34a; } .fc-fill.high   { background: #16a34a; width: 85%; }
.medium { color: #D4920A; } .fc-fill.medium { background: #D4920A; width: 55%; }
.low    { color: #D6235F; } .fc-fill.low    { background: #D6235F; width: 30%; }

/* Highlight / warning boxes */
.highlight-box { background: linear-gradient(135deg,#FFF8F0,#FFF0F4); border: 1px solid rgba(234,96,0,.18); border-left: 3px solid var(--neon2); border-radius: 8px; padding: 18px 22px; margin: 24px 0; }
.hb-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--neon2); margin-bottom: 8px; }
.highlight-box p { margin: 0; font-size: 15px; color: #2a1a10; }
.highlight-box ul { margin: 0; padding-left: 20px; list-style: disc; }
.highlight-box li { font-size: 15px; color: #2a1a10; margin-bottom: 6px; }
.highlight-box li:last-child { margin-bottom: 0; }

.warning-box { background: linear-gradient(135deg,#FFFBF0,#FFF8E0); border: 1px solid rgba(212,146,10,.2); border-left: 3px solid var(--gold); border-radius: 8px; padding: 18px 22px; margin: 24px 0; }
.warning-box .wb-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--gold); margin-bottom: 8px; }
.warning-box p { margin: 0; font-size: 15px; color: #2a1a00; }
.warning-box ul { margin: 0; padding-left: 20px; list-style: disc; }
.warning-box li { font-size: 15px; color: #2a1a00; margin-bottom: 6px; }
.warning-box li:last-child { margin-bottom: 0; }

/* Quote */
.article-quote { position: relative; margin: 32px 0; padding: 20px 24px 20px 28px; border-left: 3px solid var(--gold); background: linear-gradient(135deg,#FFFBF0,transparent); }
.article-quote::before { content: '"'; font-family: var(--font-display); font-size: 72px; color: var(--gold); opacity: .2; position: absolute; top: -8px; left: 14px; line-height: 1; }
.article-quote blockquote { font-family: var(--font-ui); font-size: 19px; font-weight: 600; line-height: 1.4; color: var(--text); font-style: italic; position: relative; z-index: 1; }
.article-quote cite { display: block; font-family: var(--font-ui); font-size: 12px; color: var(--muted); margin-top: 8px; font-style: normal; }

/* Timeline */
.timeline { margin: 28px 0; display: flex; flex-direction: column; gap: 0; }
.tl-item { display: flex; gap: 16px; position: relative; }
.tl-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 36px; }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--violet); border: 2px solid #fff; box-shadow: 0 0 0 2px var(--violet); flex-shrink: 0; margin-top: 3px; }
.tl-line { width: 2px; background: linear-gradient(to bottom,var(--violet),rgba(124,58,237,.15)); flex: 1; min-height: 24px; }
.tl-item:last-child .tl-line { display: none; }
.tl-content { padding-bottom: 20px; }
.tl-date { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--violet); margin-bottom: 4px; }
.tl-title { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.tl-desc { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* Tags */
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.07); }
.article-tag { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: var(--surface2); border: 1px solid var(--border); color: var(--muted); padding: 5px 12px; border-radius: 20px; transition: .2s; }
.article-tag:hover { color: var(--violet); border-color: rgba(124,58,237,.35); }

/* Author box */
.author-box { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 22px; margin-top: 36px; display: flex; gap: 18px; align-items: flex-start; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.author-box-av { width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg,#7C3AED,#D6235F); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; color: #fff; overflow: hidden; }
.author-box-av img { width: 100%; height: 100%; object-fit: cover; }
.author-box-info h4 { font-family: var(--font-ui); font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.author-box-info .role { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--violet); margin-bottom: 8px; }
.author-box-info p { font-size: 13px; color: var(--muted); margin: 0; }

/* Related */
.related-articles { margin-top: 44px; }
.related-title { font-family: var(--font-display); font-size: 24px; letter-spacing: 2px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.related-title::before { content: ''; display: block; width: 4px; height: 22px; background: var(--neon); border-radius: 2px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.related-card { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: .25s; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.related-card:hover { transform: translateY(-4px); border-color: rgba(214,35,95,.3); box-shadow: 0 10px 28px rgba(214,35,95,.1); }
.related-thumb { height: 110px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 28px; letter-spacing: 3px; position: relative; overflow: hidden; }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; position: absolute; inset: 0; }
.related-info { padding: 12px; }
.related-cat { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--neon); margin-bottom: 3px; }
.related-info h4 { font-family: var(--font-ui); font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--text); transition: .2s; }
.related-card:hover .related-info h4 { color: var(--neon); }
.related-date { font-family: var(--font-ui); font-size: 11px; color: var(--muted); margin-top: 5px; }

/* Article sidebar */
.article-sidebar { display: flex; flex-direction: column; gap: 20px; }
.article-sidebar .sidebar-widget { position: sticky; top: 86px; }

/* Verdict widget */
.verdict-body { padding: 16px; }
.verdict-score { text-align: center; padding: 12px 0 16px; }
.vs-num { font-family: var(--font-display); font-size: 64px; line-height: 1; background: linear-gradient(135deg,#7C3AED,#D6235F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.vs-label { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); margin-top: 4px; }
.verdict-bar { height: 8px; background: rgba(124,58,237,.12); border-radius: 4px; overflow: hidden; margin: 0 0 16px; }
.verdict-fill { height: 100%; background: linear-gradient(90deg,#7C3AED,#D6235F); border-radius: 4px; }
.verdict-criteria { display: flex; flex-direction: column; gap: 10px; }
.vc-item { display: flex; flex-direction: column; gap: 4px; }
.vc-header { display: flex; justify-content: space-between; }
.vc-name { font-family: var(--font-ui); font-size: 12px; font-weight: 600; color: var(--muted); }
.vc-val  { font-family: var(--font-ui); font-size: 12px; font-weight: 700; color: var(--text); }
.vc-bar  { height: 3px; background: rgba(0,0,0,.08); border-radius: 2px; overflow: hidden; }
.vc-fill { height: 100%; border-radius: 2px; }

/* Key facts */
.key-facts { padding: 8px 0; }
.key-fact { padding: 9px 16px; border-bottom: 1px solid rgba(0,0,0,.05); display: flex; flex-direction: column; gap: 2px; }
.key-fact:last-child { border-bottom: none; }
.kf-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); }
.kf-value { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: var(--text); }
.kf-value.violet { color: var(--violet); } .kf-value.orange { color: var(--neon2); } .kf-value.green { color: #16a34a; } .kf-value.red { color: var(--neon); }

/* ===================== ART FIGURE (contenu ported de l'ancien thème) ===================== */
.article-body figure.art-figure { margin: 28px 0; }
.article-body figure.art-figure img {
  width: 100%; max-height: 520px; object-fit: contain; object-position: center;
  border-radius: 10px; display: block; margin: 0; background: var(--surface2);
  cursor: zoom-in; transition: opacity .2s;
}
.article-body figure.art-figure img:hover { opacity: .92; }
.article-body figure.art-figure figcaption { font-family: var(--font-ui); font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.6; }
.article-body figure.art-figure figcaption .src { display: block; margin-top: 3px; opacity: .75; }
.article-body p > img:only-child {
  max-height: 520px; width: 100%; object-fit: contain; border-radius: 10px;
  background: var(--surface2); cursor: zoom-in;
}

/* Pull-quote (variante de citation utilisée sur les fiches personnages/lieux) */
.pull-quote { position: relative; margin: 32px 0; padding: 24px 28px 20px 32px; border-left: 3px solid var(--gold); background: linear-gradient(135deg,#FFFBF0,transparent); border-radius: 0 8px 8px 0; }
.pull-quote .qmark { position: absolute; top: -6px; left: 10px; font-family: var(--font-display); font-size: 64px; color: var(--gold); opacity: .25; line-height: 1; }
.pull-quote p { font-family: var(--font-ui); font-size: 18px; font-weight: 600; line-height: 1.5; color: var(--text); font-style: italic; margin: 0; position: relative; z-index: 1; }
.pull-quote .attr { font-family: var(--font-ui); font-size: 12px; color: var(--muted); margin-top: 10px; font-style: normal; }

/* Callout (encadré de contexte / avertissement) */
.callout { display: flex; gap: 14px; align-items: flex-start; background: linear-gradient(135deg,#F5F0FF,#EDE8FF); border: 1px solid rgba(124,58,237,.2); border-left: 3px solid var(--violet); border-radius: 8px; padding: 18px 22px; margin: 28px 0; }
.callout .ic { font-size: 20px; line-height: 1; flex-shrink: 0; }
.callout p { margin: 0; font-size: 14px; color: #2a1e30; line-height: 1.6; }
.callout-rumeur { background: linear-gradient(135deg,#FFF8F0,#FFF4E8); border-color: rgba(212,146,10,.25); border-left-color: var(--gold); }
.callout-rumeur p { color: #2a1a00; }

/* ===================== ID CARD (personnage / lieu) ===================== */
.id-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.05); margin: 28px 0; }
.id-card-head { padding: 14px 18px; border-bottom: 1px solid var(--border); font-family: var(--font-display); font-size: 18px; letter-spacing: 1.5px; background: linear-gradient(135deg,#FFF8FA,#FFF4EE); display: flex; align-items: center; gap: 10px; }
.id-card-head h4 { margin: 0; }
.id-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.id-grid dt { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--muted); padding: 12px 18px 2px; }
.id-grid dd { font-family: var(--font-ui); font-size: 15px; font-weight: 600; color: var(--text); padding: 0 18px 12px; }
.id-grid .full { grid-column: 1 / -1; }

/* ===================== COMMENTS ===================== */
.comments { margin-top: 44px; }
.comment-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.comment-item { display: flex; gap: 12px; }
.comment-item .avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }
.comment-item .who { font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--text); margin-right: 8px; }
.comment-item .when { font-family: var(--font-ui); font-size: 11px; color: var(--muted); }
.comment-item p { font-size: 14px; color: #3a2a30; margin: 4px 0; }
.comment-item .reply a { font-family: var(--font-ui); font-size: 11px; font-weight: 700; color: var(--neon); text-transform: uppercase; letter-spacing: .5px; }
.comment-form-wrap { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 18px; }
.comment-form-wrap > p { margin-bottom: 12px; }
.comment-input-row { display: flex; gap: 12px; align-items: flex-start; }
.comment-input-row .avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; }
.comment-form-wrap textarea, .comment-form-wrap input[type="text"], .comment-form-wrap input[type="email"], .comment-form-wrap input[type="url"] {
  width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; font-family: var(--font-body); font-size: 14px; background: var(--bg); color: var(--text); resize: vertical; min-height: 48px;
}
.comment-form-wrap textarea:focus, .comment-form-wrap input:focus { outline: none; border-color: var(--neon); box-shadow: 0 0 0 3px rgba(214,35,95,.1); }
.comment-form-wrap .submit { text-align: right; margin-top: 10px; }
.comment-form-wrap .submit input[type="submit"] { background: var(--neon); color: #fff; font-family: var(--font-ui); font-weight: 700; letter-spacing: 1.5px; padding: 10px 22px; border-radius: 6px; cursor: pointer; }
.comment-nav { display: flex; justify-content: center; gap: 12px; margin-bottom: 20px; }
.no-comments { color: var(--muted); font-size: 14px; margin-bottom: 20px; }

/* ===================== FOOTER ===================== */
.site-footer { background: #1A1014; border-top: 1px solid rgba(214,35,95,0.15); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo { margin-bottom: 16px; }
.site-footer .logo-wire { color: #F5F5F5; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.6; max-width: 280px; }
.footer-col h4 { font-family: var(--font-display); font-size: 18px; letter-spacing: 1.5px; color: #F5F5F5; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.4); transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.footer-col ul li a:hover { color: var(--neon); }
.footer-col ul li a::before { content: '→'; font-size: 11px; opacity: 0.4; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-family: var(--font-ui); font-size: 12px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; }
.footer-disclaimer { font-family: var(--font-ui); font-size: 11px; color: rgba(255,255,255,0.2); max-width: 420px; text-align: right; line-height: 1.5; }
.footer-nav { display: flex; gap: 20px; }
.footer-nav a { font-family: var(--font-ui); font-size: 12px; color: rgba(255,255,255,0.4); transition: .2s; }
.footer-nav a:hover { color: var(--neon); }

/* Widget area (WP default sidebar widgets, e.g. search) */
.widget { margin-bottom: 20px; }
.widget input[type="search"] { width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: 6px; }

/* ===================== MOBILE ===================== */
@media (max-width: 1100px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: 1 / 3; }
  .content-sidebar { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar .sidebar-widget { position: static; }
  .feature-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: 1; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .leaks-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .nl-form { flex-direction: column; }
  .hero { height: 520px; }
  .hero-excerpt { display: none; }
  .hero-title { -webkit-line-clamp: 4; }
  .cover-wrap { height: 260px; }
  .id-grid { grid-template-columns: 1fr; }
}

/* ===================== GALLERY / LIGHTBOX ===================== */
.gw-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.gw-gallery-item {
  position: relative; display: block; width: 100%; padding: 0; margin: 0; border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; cursor: pointer; background: var(--surface2);
  box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s, border-color .2s;
  aspect-ratio: 4 / 3;
}
.gw-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.gw-gallery-item:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(214,35,95,.15); border-color: rgba(214,35,95,.3); }
.gw-gallery-item:hover img { transform: scale(1.05); }
.gw-gallery-item::after {
  content: '\26f6'; position: absolute; top: 8px; right: 8px; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(26,16,20,.55); color: #fff; font-size: 13px; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s;
}
.gw-gallery-item:hover::after { opacity: 1; }
.gw-gallery-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 6px 10px 5px;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color: #fff; font-family: var(--font-ui); font-size: 11px; letter-spacing: .3px;
  text-align: left; opacity: 0; transition: opacity .2s; pointer-events: none;
}
.gw-gallery-item:hover .gw-gallery-cap { opacity: 1; }

.gw-gallery-title { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin: 32px 0 10px; display: flex; align-items: center; gap: 8px; }
.gw-gallery-title::before { content: ''; width: 4px; height: 14px; background: var(--neon); border-radius: 2px; }

.gw-lightbox {
  position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center;
  background: rgba(10,6,8,.92); opacity: 0; visibility: hidden; transition: opacity .25s ease;
  padding: 40px 24px;
}
.gw-lightbox.open { opacity: 1; visibility: visible; }
.gw-lightbox figure { max-width: 1100px; max-height: 90vh; margin: 0; display: flex; flex-direction: column; align-items: center; }
.gw-lightbox img { max-width: 100%; max-height: 78vh; object-fit: contain; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,.5); transform: scale(.96); transition: transform .25s ease; }
.gw-lightbox.open img { transform: scale(1); }
.gw-lightbox figcaption { color: rgba(255,255,255,.75); font-family: var(--font-ui); font-size: 13px; letter-spacing: .3px; margin-top: 16px; text-align: center; max-width: 700px; }
.gw-lightbox-close {
  position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 22px;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s;
}
.gw-lightbox-close:hover { background: rgba(255,255,255,.18); }
.gw-lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 20px;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s;
}
.gw-lightbox-nav:hover { background: rgba(255,255,255,.18); }
.gw-lightbox-prev { left: 20px; }
.gw-lightbox-next { right: 20px; }
@media (max-width: 640px) {
  .gw-gallery { grid-template-columns: 1fr 1fr; }
  .gw-lightbox-nav { width: 38px; height: 38px; font-size: 16px; }
  .gw-lightbox-prev { left: 8px; } .gw-lightbox-next { right: 8px; }
}
