/* video-styles.css — Wideo (pilotaż wideo, P3.7)
   Port subsetu z handoff/video-styles.css: biblioteka (.vp-*) + strona odtwarzacza
   (.vw-*). ŚWIADOMIE pominięto martwy symulowany odtwarzacz prototypu
   (.player/.controls/.scrub/.bigplay/endcard) — w motywie odtwarzacz to realny
   embed Vimeo (.of-vplayer). Pominięto też hero, raile personalizacji (continue/
   most/subscribe), AI, transkrypt i kolejkę — poza zakresem pilota.
   Warstwa nad home.css; reużywa tokenów + Onest/Source Sans 3. */

/* Realny podgląd obrazu (miniatura wypełnia .thumb) */
.thumbfill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }

/* ════════════════════════════════════════════════════════════════════════
   INDEX — nagłówek + filtry + siatka
   ════════════════════════════════════════════════════════════════════════ */
.vp-head { padding: 8px 0 22px; }
.vp-head h1 {
  margin: 0 0 12px; font-size: 42px; line-height: 1.05; font-weight: 600;
  letter-spacing: -0.025em; max-width: 18ch; text-wrap: balance;
}
.vp-head h1 .em { font-style: normal; font-weight: inherit; color: inherit; }
.vp-head .lead { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; max-width: 60ch; margin: 0; }

/* Filtry (chipy serii) — hook JS: .pill w [data-of="cat-filter"] (content.js) */
.vp-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; align-items: center; }
.vp-chip {
  padding: 8px 14px; background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.vp-chip .sw { width: 8px; height: 8px; border-radius: 50%; }
.vp-chip .n { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; color: var(--ink-3); margin-left: 2px; }
.vp-chip:hover { border-color: var(--line-2); color: var(--ink); }
.vp-chip.on { background: rgba(13,75,92,0.06); border-color: color-mix(in srgb, var(--cat, var(--primary)) 45%, var(--line)); color: var(--ink); font-weight: 600; }
.vp-chip.all.on { border-color: var(--primary); color: var(--primary); }

.vp-count { font-family: 'Source Sans 3', sans-serif; font-size: 12px; color: var(--ink-3); margin-bottom: 16px; letter-spacing: 0.02em; }

.vp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vp-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-lg);
  overflow: hidden; display: flex; flex-direction: column; cursor: pointer;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.vp-card:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.vp-card .thumb { position: relative; aspect-ratio: 16 / 9; background: repeating-linear-gradient(135deg, #d6e1e4 0 10px, #cad6da 10px 20px); }
.vp-card .thumb.warm { background: repeating-linear-gradient(135deg, #d6c79f 0 10px, #c8b889 10px 20px); }
.vp-card .thumb.mint { background: repeating-linear-gradient(135deg, #cdd9dc 0 10px, #bccacf 10px 20px); }
.vp-card .thumb.cool { background: repeating-linear-gradient(135deg, #c5d3d7 0 10px, #b6c6cb 10px 20px); }
.vp-card .thumb::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 55%, rgba(10,37,48,0.5) 100%); }
.vp-card .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.9);
  width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--primary);
  display: grid; place-items: center; z-index: 2; opacity: 0;
  transition: opacity 0.15s, transform 0.15s; box-shadow: 0 6px 20px rgba(10,37,48,0.3);
}
.vp-card .play svg { width: 22px; height: 22px; margin-left: 3px; }
.vp-card:hover .play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.vp-card .dur {
  position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 2px 7px;
  background: rgba(10,37,48,0.85); color: #fff; font-size: 11px; border-radius: 4px; font-family: 'Source Sans 3', sans-serif;
}
.vp-card .ser-tag {
  position: absolute; left: 10px; top: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 9px; background: rgba(255,255,255,0.93); border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink);
}
.vp-card .ser-tag .sw { width: 7px; height: 7px; border-radius: 50%; }
.vp-card .body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.vp-card h3 { font-size: 15px; font-weight: 600; line-height: 1.32; margin: 0; letter-spacing: -0.005em; }
.vp-card .meta { margin-top: auto; display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--ink-3); }
.vp-card .meta .av {
  width: 22px; height: 22px; border-radius: 50%; background: var(--bg-2); color: var(--ink-2);
  display: grid; place-items: center; font-size: 9.5px; font-weight: 700; flex-shrink: 0;
}
.vp-card .meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-4); }

.vp-empty { font-size: 15px; color: var(--ink-3); padding: 30px 0; }

/* ════════════════════════════════════════════════════════════════════════
   WATCH — strona odtwarzacza (w shellu .calc-wrap/.calc-main/.calc-rail)
   ════════════════════════════════════════════════════════════════════════ */
/* Realny embed Vimeo — responsywne 16:9 (zamiast symulowanego .player prototypu) */
.of-vplayer {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--rad-lg); overflow: hidden;
  background: #0a2530; box-shadow: var(--shadow-lg);
}
.of-vplayer iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.of-vplayer .of-vp-ph {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  font-family: 'Source Sans 3', sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.40); line-height: 1.8;
  background: repeating-linear-gradient(135deg, #11414f 0 16px, #0e3744 16px 32px);
}

/* Pasek administratora (tylko manage_options) — otwarcie źródła na Vimeo */
.of-wideo-admin-bar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.of-wideo-admin {
  display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 13px;
  border-radius: 9px; border: 1px dashed var(--line-2); background: var(--bg-2);
  color: var(--ink-2); font-size: 12.5px; font-weight: 600;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.of-wideo-admin:hover { border-color: var(--primary); color: var(--primary); background: var(--card); }
.of-wideo-admin svg { width: 15px; height: 15px; }
.of-wideo-admin .id { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--ink-3); }
.of-wideo-admin-note {
  font-family: 'Source Sans 3', sans-serif; font-size: 11px; color: var(--ink-4);
  letter-spacing: 0.02em;
}

/* Pasek bieżącego rozdziału (aktualizowany przez Vimeo SDK) */
.vw-nowchap { display: flex; align-items: center; gap: 9px; margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }
.vw-nowchap .lbl { font-family: 'Source Sans 3', sans-serif; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-4); font-weight: 500; white-space: nowrap; }
.vw-nowchap b { color: var(--ink); font-weight: 600; }

/* Tytuł + prowadzący + zapisz */
.vw-titlerow { margin-top: 18px; }
.vw-titlerow h1 { font-size: 27px; line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 12px; text-wrap: balance; }
.vw-metarow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vw-host { display: flex; align-items: center; gap: 11px; }
.vw-host .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 13.5px; flex-shrink: 0; }
.vw-host .nm { font-size: 14px; font-weight: 600; color: var(--ink); }
.vw-host .tt { font-size: 11.5px; color: var(--ink-3); margin-top: 1px; }
.vw-metarow .save-dock { margin-left: auto; }

.vw-statsrow {
  margin-top: 16px; padding: 12px 16px; background: var(--bg-2); border-radius: 12px;
  display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); flex-wrap: wrap;
}
.vw-statsrow b { color: var(--ink); font-weight: 600; }
.vw-statsrow .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-4); }
.vw-statsrow .pt { margin-left: auto; font-family: 'Source Sans 3', sans-serif; font-size: 10.5px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 7px; }
.vw-statsrow .pt .sw { width: 8px; height: 8px; border-radius: 50%; }

/* Opis */
.vw-sec { margin-top: 30px; }
.vw-sec > h2 { font-size: 19px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 14px; }
.vw-desc { font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 64ch; }
.vw-desc p { margin: 0 0 14px; }
.vw-desc p:last-child { margin-bottom: 0; }
.vw-desc b, .vw-desc strong { color: var(--ink); }

/* Rozdziały — klik seekuje przez Vimeo SDK */
.vw-chapters { display: flex; flex-direction: column; gap: 2px; }
.vw-chap {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center;
  padding: 11px 14px; border-radius: 11px; cursor: pointer; text-align: left;
  background: none; border: 0; width: 100%; font: inherit;
  transition: background 0.12s;
}
.vw-chap:hover { background: var(--bg-2); }
.vw-chap.on { background: rgba(13,75,92,0.06); }
.vw-chap .ts { font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; color: var(--primary-2); font-weight: 500; }
.vw-chap.on .ts { color: var(--primary); }
.vw-chap .tt { font-size: 14px; color: var(--ink); font-weight: 500; }
.vw-chap.on .tt { font-weight: 600; }
.vw-chap .play-ic { color: var(--ink-4); opacity: 0; transition: opacity 0.12s; }
.vw-chap:hover .play-ic, .vw-chap.on .play-ic { opacity: 1; color: var(--primary-2); }
.vw-chap .play-ic svg { width: 16px; height: 16px; }

/* ── Responsywność ──────────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .vp-head h1 { font-size: 30px; }
  .vp-grid { grid-template-columns: 1fr; }
  .vw-titlerow h1 { font-size: 22px; }
  .vw-chap { grid-template-columns: 56px 1fr; }
  .vw-chap .play-ic { display: none; }
}

/* ── Transkrypt (z napisów Vimeo) — port .tx-* z prototypu ──────────────── */
.vw-txhead { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.vw-txhead h2 { margin: 0; }
.vw-transcript .tx-src { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-3); font-weight: 500; }
.vw-transcript .tx-src svg { width: 15px; height: 15px; }
.tx-body { position: relative; max-height: 220px; overflow: hidden; margin-top: 14px; }
.tx-body.open { max-height: none; }
.tx-body p { margin: 0 0 14px; font-size: 14.5px; line-height: 1.72; color: var(--ink-2); }
.tx-body p:last-of-type { margin-bottom: 0; }
.tx-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 80px; pointer-events: none; background: linear-gradient(to bottom, transparent, var(--bg)); }
.tx-body.open .tx-fade { display: none; }
.tx-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
.tx-toggle {
  display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 16px; border-radius: 10px;
  background: var(--card); border: 1px solid var(--line); color: var(--primary);
  font-size: 13.5px; font-weight: 600; cursor: pointer; transition: border-color 0.12s;
}
.tx-toggle:hover { border-color: var(--line-2); }
.tx-toggle .chev { display: inline-flex; transition: transform 0.18s ease; }
.tx-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }
.tx-toggle .chev svg { width: 16px; height: 16px; }

/* ── Hero „odcinek tygodnia" (#26, port video-styles.css .vp-hero) ─────── */
.vp-hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-xl); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 30px; }
.vp-hero .thumb { position: relative; min-height: 326px; overflow: hidden; display: block; background: repeating-linear-gradient(135deg, #cdd9dc 0 12px, #bccacf 12px 24px); }
.vp-hero .thumb.warm { background: repeating-linear-gradient(135deg, #d6c79f 0 12px, #c8b889 12px 24px); }
.vp-hero .thumb.cool { background: repeating-linear-gradient(135deg, #c5d3d7 0 12px, #b6c6cb 12px 24px); }
.vp-hero .thumbfill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vp-hero .thumb::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,37,48,0.10) 0%, transparent 35%, rgba(10,37,48,0.55) 100%); }
.vp-playbtn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--primary); display: grid; place-items: center; z-index: 2; box-shadow: 0 8px 28px rgba(10,37,48,0.34); transition: transform 0.15s, background 0.15s; }
.vp-hero .thumb:hover .vp-playbtn { transform: translate(-50%, -50%) scale(1.06); background: #fff; }
.vp-playbtn svg { width: 30px; height: 30px; margin-left: 4px; }
.vp-hero .dur { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 3px 9px; background: rgba(10,37,48,0.85); color: #fff; font-size: 12px; border-radius: 5px; font-family: 'Source Sans 3', sans-serif; }
.vp-hero .ser-tag { position: absolute; left: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; background: rgba(255,255,255,0.94); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); }
.vp-hero .ser-tag .sw { width: 8px; height: 8px; border-radius: 50%; }
.vp-hero .info { padding: 28px 30px; display: flex; flex-direction: column; }
.vp-hero .kicker { font-family: 'Source Sans 3', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-2); display: flex; align-items: center; gap: 7px; margin-bottom: 12px; }
.vp-hero .kicker .live { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }
.vp-hero h2 { font-size: 25px; line-height: 1.2; font-weight: 600; letter-spacing: -0.018em; margin: 0 0 12px; text-wrap: balance; }
.vp-hero .dek { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin: 0 0 18px; }
.vp-hero .byline { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.vp-hero .av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 12.5px; flex-shrink: 0; }
.vp-hero .by-n { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.vp-hero .by-m { font-size: 11.5px; color: var(--ink-3); margin-top: 1px; }
.vp-hero .foot { margin-top: auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vp-hero .watch { height: 46px; padding: 0 22px; border-radius: 12px; background: var(--primary); color: #fff; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 9px; transition: background 0.15s, transform 0.12s; }
.vp-hero .watch:hover { background: var(--primary-d); }
.vp-hero .watch:active { transform: scale(0.98); }
.vp-hero .meta { font-size: 12.5px; color: var(--ink-3); display: flex; align-items: center; gap: 8px; }
@media (max-width: 860px) { .vp-hero { grid-template-columns: 1fr; } .vp-hero .thumb { min-height: 220px; } }

/* ── „Dalej w cyklu" (#26, rail single) ─────────────────────────────────── */
.vw-next-list { display: flex; flex-direction: column; gap: 10px; }
.vw-next-item { display: flex; gap: 10px; align-items: center; }
.vw-next-thumb { position: relative; flex: none; width: 92px; height: 54px; border-radius: 8px; overflow: hidden; background: repeating-linear-gradient(135deg, #cdd9dc 0 10px, #bccacf 10px 20px); }
.vw-next-thumb.warm { background: repeating-linear-gradient(135deg, #d6c79f 0 10px, #c8b889 10px 20px); }
.vw-next-thumb.cool { background: repeating-linear-gradient(135deg, #c5d3d7 0 10px, #b6c6cb 10px 20px); }
.vw-next-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vw-next-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--primary); display: grid; place-items: center; }
.vw-next-play svg { width: 13px; height: 13px; margin-left: 1px; }
.vw-next-dur { position: absolute; right: 4px; bottom: 4px; padding: 1px 5px; background: rgba(10,37,48,0.85); color: #fff; font-size: 10px; border-radius: 4px; }
.vw-next-tt { font-size: 13px; font-weight: 500; color: var(--ink); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vw-next-item:hover .vw-next-tt { color: var(--primary); }

/* ── Retencja wideo (#26 F10): archiwum feed+rail, karty meta, raile, kolejka ── */
.vp-body { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 34px; align-items: start; margin-top: 4px; }
.vp-feed { min-width: 0; }
@media (max-width: 1080px) { .vp-body { grid-template-columns: 1fr; } .vp-rail { order: -1; } }

/* Karta: pasek postępu + meta (host/odsłony/temu) */
.vp-card .thumb { position: relative; }
.vp-prog { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(10,37,48,0.25); z-index: 3; }
.vp-prog > i { display: block; height: 100%; background: var(--accent); }
.vp-card .meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.vp-card .meta .av { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; font-size: 9.5px; font-weight: 600; flex: none; }
.vp-card .meta .nm { color: var(--ink-2); font-weight: 500; }
.vp-card .meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); flex: none; }

/* Rail archiwum */
.vp-rail { display: flex; flex-direction: column; gap: 18px; }
.vp-railbox { background: var(--card); border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 16px 16px 14px; }
.vp-railhead { display: flex; align-items: center; gap: 8px; font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 13px; }
.vp-railhead .live { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }
.vp-railitems { display: flex; flex-direction: column; gap: 12px; }
.vp-railitem { display: flex; gap: 10px; align-items: center; }
.vp-railthumb { position: relative; flex: none; width: 88px; height: 52px; border-radius: 8px; overflow: hidden; background: repeating-linear-gradient(135deg,#cdd9dc 0 10px,#bccacf 10px 20px); }
.vp-railthumb.warm { background: repeating-linear-gradient(135deg,#d6c79f 0 10px,#c8b889 10px 20px); }
.vp-railthumb.cool { background: repeating-linear-gradient(135deg,#c5d3d7 0 10px,#b6c6cb 10px 20px); }
.vp-railthumb img { width: 100%; height: 100%; object-fit: cover; }
.vp-railprog { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(10,37,48,0.25); }
.vp-railprog > i { display: block; height: 100%; background: var(--accent); }
.vp-railtx { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vp-railtx .tt { font-size: 12.5px; font-weight: 600; color: var(--ink); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vp-railtx .mm { font-size: 11px; color: var(--ink-3); }
.vp-railitem:hover .tt { color: var(--primary); }

/* Najczęściej oglądane */
.vp-mw { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; counter-reset: none; }
.vp-mw li a { display: flex; gap: 11px; align-items: flex-start; }
.vp-mw .rk { flex: none; width: 20px; font-family: 'Onest', sans-serif; font-size: 16px; font-weight: 700; color: var(--line-2); line-height: 1.2; }
.vp-mwtx { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.vp-mwtx .tt { font-size: 12.7px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.vp-mwtx .mm { font-size: 11px; color: var(--ink-3); }
.vp-mw li a:hover .tt { color: var(--primary); }
.vp-mw li a:hover .rk { color: var(--primary-2); }

/* Subskrybuj cykl */
.vp-subs { display: flex; flex-direction: column; gap: 12px; }
.vp-subrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vp-subname { display: flex; align-items: center; gap: 8px; min-width: 0; }
.vp-subname .sw { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.vp-subn-tx { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.vp-subn-tx b { font-size: 12.7px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.vp-subn-tx small { font-size: 10.5px; color: var(--ink-3); }
/* przycisk subskrypcji z of_subscribe_button dziedziczy .sub-btn — kompaktowo w railu */
.vp-subrow .of-sub-btn { flex: none; height: 30px; padding: 0 11px; font-size: 12px; }

/* Single: kolejka „Dalej w kolejce" + autoplay */
.vw-queue-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.vw-queue-head .rail-label { margin: 0; }
.vw-autoplay { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.vw-autoplay-lbl { font-size: 11px; color: var(--ink-3); }
.vw-autoplay input { position: absolute; opacity: 0; width: 0; height: 0; }
.vw-switch { position: relative; width: 34px; height: 19px; border-radius: 999px; background: var(--line-2); transition: background .16s; flex: none; }
.vw-switch::after { content: ''; position: absolute; top: 2px; left: 2px; width: 15px; height: 15px; border-radius: 50%; background: #fff; transition: transform .16s; box-shadow: 0 1px 2px rgba(0,0,0,.2); }
.vw-autoplay input:checked + .vw-switch { background: var(--accent); }
.vw-autoplay input:checked + .vw-switch::after { transform: translateX(15px); }
.vw-queue-list { display: flex; flex-direction: column; gap: 11px; }
.vw-queue-item { display: flex; gap: 11px; align-items: center; padding: 4px; margin: -4px; border-radius: 10px; }
.vw-queue-item.next { background: var(--accent-soft); }
.vw-queue-thumb { position: relative; flex: none; width: 104px; height: 60px; border-radius: 8px; overflow: hidden; background: repeating-linear-gradient(135deg,#cdd9dc 0 10px,#bccacf 10px 20px); }
.vw-queue-thumb.warm { background: repeating-linear-gradient(135deg,#d6c79f 0 10px,#c8b889 10px 20px); }
.vw-queue-thumb.cool { background: repeating-linear-gradient(135deg,#c5d3d7 0 10px,#b6c6cb 10px 20px); }
.vw-queue-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vw-queue-badge { position: absolute; left: 5px; top: 5px; padding: 2px 6px; border-radius: 4px; background: var(--accent); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.04em; }
.vw-queue-dur { position: absolute; right: 4px; bottom: 4px; padding: 1px 5px; background: rgba(10,37,48,0.85); color: #fff; font-size: 10px; border-radius: 4px; }
.vw-queue-prog { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(10,37,48,0.25); }
.vw-queue-prog > i { display: block; height: 100%; background: var(--accent); }
.vw-queue-tx { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vw-queue-tx .tt { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vw-queue-tx .mm { font-size: 11px; color: var(--ink-3); }
.vw-queue-item:hover .tt { color: var(--primary); }
