@import url("tokens.css?b=2");
/* ============================================================
   POLITUBE — Base commune
   Reset, variables, grain, modale (structure)
   Le jeu de tokens de la DA app vit dans tokens.css (importé ci-dessus).
   ============================================================ */

:root {
  /* ------------------------------------------------------------
     DA unifiée (décision 13/07) : l'Hémicycle abandonne la DA
     « salons » (gauche papier/affiche, droite serif/or) au profit
     de la DA app unique. Ces alias historiques sont conservés pour
     que gauche.css / droite.css / hemicycle.css restent valides,
     mais ils RÉSOLVENT désormais vers la DA app (sombre, cyan,
     couleurs de positionnement, Space Grotesk).
     ------------------------------------------------------------ */
  /* Gauche — ex-affiche → surfaces sombres + accent positionnement gauche */
  --g-papier: var(--yt-bg);
  --g-papier-clair: var(--yt-card);
  --g-encre: var(--yt-text);
  --g-rouge: var(--pos-gauche);
  --g-rouge-sombre: #b83a4e;

  /* Droite — ex-salon → surfaces sombres + accent positionnement droite */
  --d-nuit: var(--yt-bg);
  --d-nuit-2: var(--yt-card);
  --d-or: var(--pos-droite);
  --d-or-clair: #7ab0ee;
  --d-creme: var(--yt-text);

  /* Toutes les polices éditoriales collapsent sur Space Grotesk (plus de serif). */
  --font-grotesk: "Space Grotesk", "Helvetica Neue", sans-serif;
  --font-affiche: var(--font-grotesk);
  --font-serif: var(--font-grotesk);
  --font-garamond: var(--font-grotesk);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.poly-top-right { position: relative; }
.poly-account-menu { position: absolute; z-index: 620; top: calc(100% + 10px); right: 0; width: 230px; overflow: hidden; padding: .5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(11,16,25,.98); box-shadow: 0 20px 60px rgba(0,0,0,.48); color: #dbe3ee; font-family: "Space Grotesk",system-ui,sans-serif; }
.poly-account-menu[hidden] { display: none; }
.poly-account-menu__identity { display: grid; gap: .2rem; padding: .7rem .75rem .85rem; margin-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.09); }.poly-account-menu__identity b { font-size: .86rem; }.poly-account-menu__identity span { color: var(--yt-brand,#37c4d6); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.poly-account-menu a,.poly-account-menu button { width: 100%; min-height: 38px; display: flex; align-items: center; padding: 0 .75rem; border: 0; border-radius: 8px; color: #b9c4d3; background: transparent; font: 600 .78rem "Space Grotesk",system-ui,sans-serif; text-align: left; }.poly-account-menu a:hover,.poly-account-menu button:hover { color: #fff; background: rgba(255,255,255,.065); }

/* accessibilité : anneau de focus clavier cohérent (cyan de marque) */
:focus-visible { outline: 2px solid var(--yt-brand, #37c4d6); outline-offset: 2px; border-radius: 4px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
body.modal-open { overflow: hidden; }

/* Signature ASTER contextuelle (composant partagé, neutre — cyan de marque). */
.aster-tag { display: inline-flex; align-items: center; gap: .35rem; padding: .22rem .55rem; border-radius: 999px;
  font: 500 .74rem var(--font-grotesk, sans-serif); background: var(--yt-card, #121826);
  border: 1px solid var(--yt-line-strong, rgba(255,255,255,.14)); color: var(--yt-muted, #9aa6b8); }
.aster-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yt-brand, #37c4d6); flex: 0 0 auto; }
.aster-tag a { color: var(--yt-brand, #37c4d6); text-decoration: none; font-weight: 700; }
.aster-tag.ok { border-color: rgba(53,208,127,.45); } .aster-tag.ok .dot { background: #35d07f; }
.aster-tag.warn { border-color: rgba(230,178,60,.45); } .aster-tag.warn .dot { background: #e6b23c; }
.aster-tag.is-community { border-style: dashed; } .aster-tag.is-community .dot { background: var(--yt-faint, #6b7688); }
.aster-foot { color: var(--yt-faint, #6b7688); text-decoration: none; font-size: .8rem; margin-left: auto; }
.aster-foot:hover { color: var(--yt-brand, #37c4d6); }

/* Bloc « Pourquoi cette estimation ? » (fiche entité). */
.aster-why { background: var(--yt-card, #121826); border: 1px solid var(--yt-line, rgba(255,255,255,.07)); border-radius: 14px; padding: 1.1rem 1.2rem; margin: 1rem 0; font-family: var(--font-grotesk, sans-serif); color: var(--yt-text, #eef2f7); }
.aster-why .aw-head { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.aster-why .aw-status { color: var(--yt-muted, #9aa6b8); font-size: .82rem; }
.aster-why h3 { margin: .7rem 0 .5rem; font-size: 1.05rem; }
.aster-why .aw-score { display: flex; flex-direction: column; gap: .1rem; padding: .6rem .8rem; background: var(--yt-panel-2, #0f1521); border-radius: 10px; border-left: 3px solid var(--yt-brand, #37c4d6); }
.aster-why .aw-score.na { border-left-color: var(--yt-faint, #6b7688); }
.aster-why .aw-score b { font-size: 1.1rem; } .aster-why .aw-score span { color: var(--yt-muted, #9aa6b8); font-size: .8rem; }
.aster-why .aw-metrics { display: flex; gap: .8rem; flex-wrap: wrap; margin: .8rem 0; }
.aster-why .aw-m { background: var(--yt-panel-2, #0f1521); border-radius: 9px; padding: .5rem .8rem; min-width: 92px; }
.aster-why .aw-m b { display: block; font-size: 1.15rem; color: var(--yt-brand, #37c4d6); } .aster-why .aw-m span { color: var(--yt-muted, #9aa6b8); font-size: .72rem; }
.aster-why .aw-factors { list-style: none; display: grid; gap: .3rem; margin: .5rem 0; }
.aster-why .aw-factors li { display: flex; justify-content: space-between; font-size: .85rem; border-bottom: 1px solid var(--yt-line, rgba(255,255,255,.07)); padding: .25rem 0; }
.aster-why .aw-limits { margin-top: .6rem; } .aster-why .aw-limits b { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--yt-faint, #6b7688); }
.aster-why .aw-limits ul { list-style: none; margin-top: .3rem; display: grid; gap: .25rem; }
.aster-why .aw-limits li { color: var(--yt-muted, #9aa6b8); font-size: .84rem; padding-left: 1rem; position: relative; }
.aster-why .aw-limits li::before { content: "—"; position: absolute; left: 0; color: var(--yt-faint, #6b7688); }
.aster-why .aw-foot { margin-top: .8rem; font-size: .78rem; color: var(--yt-faint, #6b7688); } .aster-why .aw-foot a { color: var(--yt-brand, #37c4d6); text-decoration: none; }

/* lien d'évitement (injecté par account.js) */
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 400; padding: .6rem 1rem; border-radius: 10px; background: var(--yt-brand, #37c4d6); color: #06121a; font: 700 .85rem var(--font-grotesk); transition: top .2s; }
.skip-link:focus { top: 12px; }

::selection { background: var(--g-rouge); color: #fff; }

/* Grain photographique — voile discret sur toute page */
.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Apparition au défilement */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.reveal.in { opacity: 1; transform: none; }

/* ---------- Modale : structure commune ---------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 7, 5, .72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 1.4rem;
}

.modal-overlay.open { display: flex; }

.modal {
  width: 100%;
  max-width: 600px;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  animation: modal-in .32s cubic-bezier(.22,.61,.36,1);
}

@keyframes modal-in {
  from { transform: translateY(22px) scale(.97); opacity: 0; }
  to   { transform: none; opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.modal .close {
  position: absolute;
  top: .9rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.7rem;
  line-height: 1;
  z-index: 2;
}

/* Bannière santé API (LOT 9) — obsolète / schéma en retard */
.api-health-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 400; padding: .7rem 1.1rem; font: 500 .85rem/1.4 "Space Grotesk", system-ui, sans-serif; text-align: center; }
.api-health-banner.stale { background: #3a2a12; color: #f4d9a3; border-top: 2px solid #e6b23c; }
.api-health-banner code { background: rgba(255,255,255,.08); padding: .05rem .35rem; border-radius: 4px; }

/* Temps réel Vidéos (LOT 3) */
.rt-banner { position: fixed; top: 84px; left: 50%; transform: translateX(-50%); z-index: 350; padding: .6rem 1.2rem; border-radius: 999px; border: none; background: var(--yt-brand, #37c4d6); color: #06121a; font: 700 .85rem "Space Grotesk", system-ui, sans-serif; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.35); }
.rt-banner[data-state="pending"] { cursor: progress; }
.rt-banner[data-state="applied"] { color: rgba(255,255,255,.9); background: rgba(12,22,32,.94); border: 1px solid color-mix(in srgb, var(--yt-brand, #37c4d6) 42%, transparent); cursor: default; }
.rt-network-state { position: fixed; top: 84px; left: 50%; transform: translateX(-50%); z-index: 351; max-width: min(92vw, 34rem); padding: .55rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(12,16,24,.94); color: rgba(255,255,255,.88); font: 600 .78rem/1.35 "Space Grotesk", system-ui, sans-serif; text-align: center; box-shadow: 0 8px 28px rgba(0,0,0,.38); }
.rt-network-state[hidden] { display: none; }

@media (max-width: 860px) {
  .rt-network-state { top: 134px; }
}

/* ---------- PoliTube Video Desk : lecture, fenêtres et onglets persistants ---------- */
body.politube-player-open { overflow: hidden; }
.politube-video-manager {
  --desk-cyan: #37c4d6;
  --desk-ink: #070b12;
  --desk-panel: #111827;
  position: relative; z-index: 520; font-family: "Space Grotesk", system-ui, sans-serif;
}
.politube-player-stack { position: fixed; inset: 0; z-index: 520; pointer-events: none; }
.politube-player {
  position: fixed; inset: 0; display: grid; place-items: center; padding: clamp(14px, 4vw, 48px);
  pointer-events: auto;
}
.politube-player__backdrop {
  position: absolute; inset: 0; background: rgba(3,6,11,.68); opacity: 0;
  backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0);
  transition: opacity .25s ease, backdrop-filter .25s ease;
}
.politube-player.is-open .politube-player__backdrop {
  opacity: 1; backdrop-filter: blur(10px) saturate(.9); -webkit-backdrop-filter: blur(10px) saturate(.9);
}
.politube-player__shell {
  position: relative; width: min(1100px, 100%, calc((92vh - 220px) * 1.7778)); max-height: 92vh; display: flex; flex-direction: column;
  overflow: hidden; color: #edf2fa; background: var(--desk-panel); border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px; box-shadow: 0 40px 120px rgba(0,0,0,.7), 0 0 0 1px rgba(55,196,214,.08);
  opacity: 0; transform: scale(.97) translateY(10px);
  transition: opacity .22s ease, transform .28s cubic-bezier(.16,.84,.28,1.03), box-shadow .18s ease;
}
.politube-player.is-open .politube-player__shell { opacity: 1; transform: none; }
.politube-player__bar {
  position: relative; z-index: 6; min-height: 48px; display: flex; align-items: center; gap: 10px;
  padding: 7px 8px 7px 14px; background: rgba(7,11,18,.97); border-bottom: 1px solid rgba(255,255,255,.09);
  user-select: none;
}
.politube-player__drag-label {
  flex: none; color: var(--desk-cyan); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.politube-player__bar-title {
  min-width: 0; flex: 1; overflow: hidden; color: #cbd5e1; font-size: .78rem; font-weight: 600;
  text-overflow: ellipsis; white-space: nowrap;
}
.politube-player__actions { display: flex; align-items: center; gap: 6px; }
.politube-player__action {
  min-height: 32px; padding: 0 10px; color: #cfd7e5; background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12); border-radius: 8px; cursor: pointer;
  font: 650 .68rem/1 "Space Grotesk", system-ui, sans-serif; transition: .16s ease;
}
.politube-player__action:hover { color: #06121a; background: var(--desk-cyan); border-color: var(--desk-cyan); }
.politube-player__close:hover { color: #fff; background: #d94159; border-color: #d94159; }
.politube-player__action:focus-visible { outline: 2px solid var(--desk-cyan); outline-offset: 2px; }
.politube-player__action[hidden] { display: none; }
.politube-player__frame { position: relative; aspect-ratio: 16 / 9; flex: none; background: #000; }
.politube-player__embed, .politube-player__frame iframe, .politube-player__frame video { position: absolute; inset: 0; width: 100%; height: 100%; }
.politube-player__frame video { object-fit: contain; background: #02050a; }
.politube-player__frame iframe { border: 0; display: block; }
.politube-player__native-error { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; padding: 2rem; color: #dce5ef; background: #070b11; text-align: center; font-weight: 700; }
.politube-player__click {
  position: absolute; z-index: 3; inset: 16% 18% 22%; padding: 0; border: 0;
  background: transparent; color: transparent; cursor: pointer;
}
.politube-player__click:focus-visible { outline: 2px solid var(--desk-cyan); outline-offset: 4px; border-radius: 14px; }
.politube-player__meta { padding: 16px 18px 18px; background: var(--desk-panel); }
.politube-player__profile { display: grid; grid-template-columns: minmax(220px,1fr) auto; align-items: center; gap: 22px; }
.politube-player__channel { min-width: 0; display: flex; align-items: center; gap: 10px; color: #9aa6b8; font-size: .82rem; }
.politube-player__avatar { width: 40px; height: 40px; flex: none; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #253047; box-shadow: 0 0 0 1px rgba(255,255,255,.12); }
.politube-player__avatar:not(.has-image)::after { content: "P"; color: var(--desk-cyan); font-weight: 700; }
.politube-player__avatar img { width: 100%; height: 100%; object-fit: cover; }
.politube-player__identity { min-width: 0; display: grid; gap: 3px; }
.politube-player__channel-name { overflow: hidden; color: #edf2fa; font-size: .88rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.politube-player__channel-type { color: #7f8ba0; font-size: .66rem; letter-spacing: .03em; }
.politube-player__position { margin-left: auto; flex: none; padding: 4px 8px; border: 1px solid currentColor; border-radius: 6px; font-size: .7rem; }
.politube-player__position.is-gauche { color: #e8495f; }
.politube-player__position.is-centre { color: var(--pos-centre); }
.politube-player__position.is-droite { color: #4a90e2; }
.politube-player__position.is-unpublished { color: #9aa6b8; }
.politube-player__metrics { min-width: 390px; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(110px,1fr)); overflow: hidden; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; }
.politube-player__metric { min-width: 0; display: flex; flex-direction: column-reverse; padding: 9px 15px 8px; border-left: 1px solid rgba(255,255,255,.09); }
.politube-player__metric:first-child { border-left: 0; }
.politube-player__metric dd { margin: 0; overflow: hidden; color: #f1f5f9; font-size: 1.02rem; font-weight: 720; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.politube-player__metric dt { margin-top: 4px; color: #778397; font-size: .61rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.politube-player__metrics-note { min-height: 1em; margin: 5px 0 0; color: #657187; font-size: .59rem; text-align: right; }
.politube-player__title { margin: 13px 0 12px; color: #edf2fa; font-size: clamp(.98rem, 2vw, 1.16rem); line-height: 1.3; }
.politube-player__links { display: flex; align-items: center; gap: 8px; }
.politube-player__youtube, .politube-player__profile-link { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border-radius: 8px; font-size: .78rem; font-weight: 650; text-decoration: none; }
.politube-player__youtube { color: var(--desk-cyan); background: rgba(55,196,214,.1); box-shadow: inset 0 0 0 1px rgba(55,196,214,.3); }
.politube-player__profile-link { color: #d5dce8; background: rgba(255,255,255,.045); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.politube-player__youtube:hover { background: rgba(55,196,214,.18); }
.politube-player__profile-link:hover { color: #06121a; background: #dce5f2; }
.politube-player__profile-link[hidden] { display: none; }

/* Fenêtres libres : deux maximum sur desktop, toute la page reste utilisable. */
.politube-player.is-mini { inset: auto; display: block; min-width: 320px; max-width: calc(100vw - 16px); padding: 0; }
.politube-player.is-mini .politube-player__backdrop { display: none; }
.politube-player.is-mini .politube-player__shell { width: 100%; max-height: none; border-radius: 12px; box-shadow: 0 22px 65px rgba(0,0,0,.76), 0 0 0 1px rgba(55,196,214,.16); }
.politube-player.is-mini .politube-player__bar { min-height: 42px; padding: 5px 6px 5px 10px; cursor: grab; touch-action: none; }
.politube-player.is-mini .politube-player__drag-label { font-size: .58rem; }
.politube-player.is-mini .politube-player__bar-title { font-size: .7rem; }
.politube-player.is-mini .politube-player__action { min-height: 29px; padding: 0 8px; font-size: .62rem; }
.politube-player.is-mini .politube-player__meta { display: none; }
.politube-player.is-dragging .politube-player__bar { cursor: grabbing; }
.politube-player.is-dragging .politube-player__shell { box-shadow: 0 32px 90px rgba(0,0,0,.86), 0 0 0 2px rgba(55,196,214,.48); }

/* Dock fin : chaque vidéo devient un onglet, sans masquer le contenu de la page. */
.politube-video-dock {
  position: fixed; left: 50%; bottom: 10px; z-index: 590; width: min(1080px, calc(100vw - 24px)); min-height: 54px;
  display: flex; align-items: center; gap: 8px; padding: 6px; color: #dce5f2;
  background: rgba(7,11,18,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.62), 0 0 0 1px rgba(55,196,214,.08);
  backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2);
  transform: translateX(-50%); transition: opacity .18s ease, transform .22s ease;
}
.politube-video-dock[hidden] { display: none; }
body.politube-player-open .politube-video-dock { opacity: 0; pointer-events: none; transform: translate(-50%, 76px); }
.politube-video-dock__brand { width: 112px; flex: none; display: grid; padding-left: 8px; }
.politube-video-dock__brand b { color: var(--desk-cyan); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.politube-video-dock__brand span { color: #7f8ba0; font-size: .6rem; white-space: nowrap; }
.politube-video-dock__tabs { min-width: 0; flex: 1; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.politube-video-dock__tabs::-webkit-scrollbar { display: none; }
.politube-video-tab {
  min-width: 210px; max-width: 280px; height: 40px; flex: 1 0 210px; display: flex; overflow: hidden;
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: 8px;
}
.politube-video-tab.is-playing { border-color: rgba(55,196,214,.75); box-shadow: inset 3px 0 0 var(--desk-cyan); }
.politube-video-tab.is-docked { opacity: .78; }
.politube-video-tab__main { min-width: 0; flex: 1; display: grid; grid-template-columns: 56px minmax(0,1fr); align-items: center; gap: 8px; padding: 0; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; }
.politube-video-tab__main:hover { background: rgba(55,196,214,.08); }
.politube-video-tab__main:focus-visible, .politube-video-tab__close:focus-visible,
.politube-video-dock__tile:focus-visible, .politube-video-dock__clear:focus-visible { outline: 2px solid var(--desk-cyan); outline-offset: -2px; }
.politube-video-tab__main img { width: 56px; height: 40px; object-fit: cover; background: #000; }
.politube-video-tab__copy { min-width: 0; display: grid; gap: 2px; }
.politube-video-tab__copy b, .politube-video-tab__copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.politube-video-tab__copy b { color: #e6edf7; font-size: .68rem; font-weight: 650; }
.politube-video-tab__copy small { color: #7f8ba0; font-size: .58rem; }
.politube-video-tab__close { width: 27px; flex: none; padding: 0; overflow: hidden; color: transparent; background: transparent; border: 0; cursor: pointer; }
.politube-video-tab__close::after { content: "×"; color: #748095; font-size: 1.15rem; }
.politube-video-tab__close:hover::after { color: #f05b70; }
.politube-video-dock__tile, .politube-video-dock__clear {
  min-height: 38px; flex: none; padding: 0 9px; color: #9aa6b8; background: transparent;
  border: 1px solid rgba(255,255,255,.09); border-radius: 8px; cursor: pointer; font: 650 .62rem "Space Grotesk", system-ui, sans-serif;
}
.politube-video-dock__tile { color: var(--desk-cyan); border-color: rgba(55,196,214,.28); }
.politube-video-dock__tile:hover, .politube-video-dock__clear:hover { background: rgba(255,255,255,.07); }
.politube-video-toast {
  position: fixed; left: 50%; bottom: 76px; z-index: 600; padding: 8px 13px; color: #06121a;
  background: var(--desk-cyan); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.45);
  font-size: .72rem; font-weight: 750; transform: translateX(-50%);
}
.politube-video-toast[hidden] { display: none; }

@media (max-width: 760px) {
  .politube-player { padding: 8px; }
  .politube-player__shell { border-radius: 12px; }
  .politube-player__bar-title, .politube-player__drag-label { display: none; }
  .politube-player__actions { width: 100%; justify-content: flex-end; }
  .politube-player__action { padding: 0 8px; font-size: .61rem; }
  .politube-player__profile { grid-template-columns: 1fr; gap: 10px; }
  .politube-player__metrics { min-width: 0; width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .politube-player__metric { padding: 8px 9px; }
  .politube-player__metric dd { font-size: .88rem; }
  .politube-player__metric dt { font-size: .52rem; letter-spacing: .04em; }
  .politube-player__metrics-note { text-align: left; }
  .politube-player__title { margin-top: 10px; }
  .politube-player.is-mini { width: calc(100vw - 16px) !important; left: 8px !important; }
  .politube-player.is-mini .politube-player__bar-title { display: block; }
  .politube-video-dock { bottom: 7px; width: calc(100vw - 14px); }
  .politube-video-dock__brand, .politube-video-dock__clear { display: none; }
  .politube-video-tab { min-width: 188px; flex-basis: 188px; }
  .politube-video-dock__tile { padding: 0 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .politube-player__shell, .politube-player__backdrop, .politube-player__action { transition: none; }
}

/* Expérience publique : la mécanique reste en coulisses.
   Les écrans d'exploitation et les avertissements de pipeline ne parasitent
   plus la navigation éditoriale destinée aux spectateurs. */
.scene-product-links a[href="methodologie.html"],
.scene-product-links a[href="a-propos.html"],
.fm-nav a[href="methodologie.html"],
.poly-rail > a[href="newseurs.html"],
.poly-rail > a[href="politiques.html"],
.poly-rail > a[href="medias.html"],
.poly-rail > a[href="methodologie.html"],
.poly-rail > a[href="a-propos.html"],
.poly-rail > .rail-sources,
[data-aster-badge],
[data-aster-veille],
.demo-banner,
.demo-banner-poly,
.fiche-demo-note,
.poly-position-context,
.dir-status {
  display: none !important;
}
