/* Video Channel layout repair / polish */
body.video-channel-page,
body.video-watch-page {
  background: #eef2f7 !important;
}

body.video-channel-page .layout-grid,
body.video-watch-page .layout-grid {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.video-channel-page .left-sidebar,
body.video-channel-page .right-sidebar,
body.video-watch-page .left-sidebar,
body.video-watch-page .right-sidebar {
  display: none !important;
}

body.video-channel-page .main-content,
body.video-watch-page .main-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.video-channel-page .footer-bar,
body.video-watch-page .footer-bar {
  position: relative !important;
  margin-top: 0 !important;
}

.video-channel-shell {
  width: 100%;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 20% 0%, rgba(37, 99, 235, .10), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 44%, #f7f9fc 100%);
  padding-bottom: 64px;
  overflow-x: clip;
}

.video-channel-hero {
  width: 100%;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .11);
  margin: 0 0 22px;
  overflow: visible;
}

.video-channel-banner {
  position: relative;
  min-height: clamp(220px, 32vw, 390px);
  background-color: #0f172a;
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, .02), rgba(15, 23, 42, .68)),
    var(--vc-banner-image, linear-gradient(135deg, #0f172a, #2563eb));
  background-size: cover, cover;
  background-position: center, center var(--vc-banner-y, 50%);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  overflow: visible;
}

.video-channel-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 80%, rgba(255,255,255,.18), transparent 28%);
  pointer-events: none;
}

.video-channel-banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.video-channel-hero-avatar {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 5vw, 92px);
  bottom: -66px;
  width: clamp(110px, 13vw, 154px);
  height: clamp(110px, 13vw, 154px);
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid #fff;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .38);
}

.video-channel-upload-btn,
.video-channel-crop-btn {
  position: absolute;
  z-index: 6;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .88);
  color: #fff;
  font-weight: 950;
  padding: 11px 15px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
  cursor: pointer;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.video-channel-upload-btn:hover,
.video-channel-crop-btn:hover,
.video-channel-primary:hover,
.video-channel-secondary:hover,
.video-card-action:hover {
  transform: translateY(-1px);
}

.video-channel-banner-btn { right: clamp(14px, 3vw, 34px); top: 20px; }
.video-channel-crop-btn { right: clamp(14px, 3vw, 34px); top: 70px; }
.video-channel-avatar-btn {
  left: clamp(44px, 6vw, 118px);
  bottom: -96px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  white-space: nowrap;
}

.video-channel-info {
  width: min(var(--site-max-width, 1440px), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 88px 0 30px;
}

.video-channel-secondary-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 12px 30px rgba(37, 99, 235, .24);
}

.video-channel-copy {
  min-width: 0;
}

.video-channel-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: .98;
  font-weight: 1000;
  letter-spacing: -.055em;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.video-channel-copy p {
  margin: 0;
  max-width: 760px;
  color: #64748b;
  font-weight: 800;
  line-height: 1.45;
}

.video-channel-copy small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-weight: 850;
}

.video-channel-actions {
  min-width: 260px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.video-channel-primary,
.video-channel-secondary,
.video-channel-open-btn,
.video-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}

.video-channel-primary {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  box-shadow: 0 16px 32px rgba(37, 99, 235, .28);
}

.video-channel-secondary,
.video-channel-open-btn,
.video-card-action {
  background: #f1f5f9;
  color: #0f172a;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .05);
}

.video-channel-controls {
  width: min(var(--site-max-width, 1440px), calc(100% - 44px));
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 180px 180px;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
  backdrop-filter: blur(12px);
}

.video-channel-controls input,
.video-channel-controls select {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: #0f172a;
  font-weight: 850;
  box-sizing: border-box;
}

.video-channel-grid {
  width: min(var(--site-max-width, 1440px), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  padding: 0 0 28px;
}

.video-channel-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .12);
  border: 1px solid rgba(15, 23, 42, .06);
  transition: transform .16s ease, box-shadow .16s ease;
}

.video-channel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
}

.video-channel-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  overflow: hidden;
}

.video-channel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-channel-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(15, 23, 42, .72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
  backdrop-filter: blur(8px);
}

.video-channel-card-body { padding: 16px; }
.video-channel-card-body h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.22; }
.video-channel-card-body h3 a { text-decoration: none; color: #0f172a; }
.video-channel-card-body p { min-height: 42px; margin: 0 0 8px; color: #475569; line-height: 1.4; }
.video-channel-card-body small { color: #64748b; font-weight: 850; }

.video-channel-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.video-card-action.danger { background: #fee2e2; color: #991b1b; }
.video-share-count { background: #eef2ff; border-radius: 999px; padding: 8px 10px; font-weight: 950; color: #3730a3; }

.video-channel-loader {
  width: min(var(--site-max-width, 1440px), calc(100% - 44px));
  margin: 0 auto;
  text-align: center;
  font-weight: 950;
  color: #64748b;
  padding: 24px 0 44px;
}

.video-channel-empty {
  grid-column: 1 / -1;
  min-height: 280px;
  border: 1px dashed rgba(37, 99, 235, .26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .10), transparent 34%),
    rgba(255,255,255,.84);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
}

.video-channel-empty-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 18px 40px rgba(37, 99, 235, .28);
  font-size: 28px;
}

.video-channel-empty h2 { margin: 0 0 8px; font-size: 26px; color: #0f172a; }
.video-channel-empty p { margin: 0 0 18px; color: #64748b; font-weight: 800; }

.video-channel-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 12px;
}
.video-channel-modal.hidden { display: none; }
.video-channel-modal-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .75); backdrop-filter: blur(12px); }
.video-channel-editor {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100vw - 24px));
  max-height: calc(100dvh - 24px);
  overflow: auto;
  background: #fff;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}
.video-channel-editor header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; border-bottom: 1px solid #e5e7eb; padding-bottom: 14px; margin-bottom: 16px; }
.video-channel-editor header h2 { margin: 0; font-size: 28px; }
.video-channel-editor header p { margin: 4px 0 0; color: #64748b; font-weight: 700; }
.video-channel-editor header button { border: 0; background: #0f172a; color: #fff; border-radius: 50%; width: 42px; height: 42px; font-size: 22px; cursor: pointer; }
.video-channel-editor label { display: block; font-weight: 950; color: #0f172a; margin: 12px 0; }
.video-channel-editor input,
.video-channel-editor textarea,
.video-channel-editor select { width: 100%; box-sizing: border-box; border: 1px solid #dbe4ef; border-radius: 16px; padding: 12px 14px; margin-top: 7px; font: inherit; }
.video-channel-oembed-preview { background: #0f172a; color: #fff; border-radius: 20px; min-height: 210px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.video-channel-oembed-preview iframe,
.video-watch-player iframe { width: 100%; height: 100%; border: 0; }
.video-channel-editor footer { display: flex; align-items: center; gap: 12px; justify-content: flex-end; margin-top: 16px; }
.video-channel-upload-preview { height: 230px; background: #f1f5f9; border: 1px dashed #cbd5e1; border-radius: 20px; display: grid; place-items: center; overflow: hidden; }
.video-channel-upload-preview img { width: 100%; height: 100%; object-fit: cover; }
.video-channel-file-pick input { display: none; }
.video-channel-file-pick span { display: inline-flex; background: #eef2ff; color: #3730a3; border-radius: 999px; padding: 10px 16px; cursor: pointer; }
.video-channel-progress { background: #eef2ff; border-radius: 999px; height: 18px; position: relative; overflow: hidden; }
.video-channel-progress.hidden { display: none !important; }
.video-channel-progress b { display: block; height: 100%; background: linear-gradient(90deg, #2563eb, #7c3aed); transition: width .15s ease; }
.video-channel-progress span { position: absolute; inset: 0; text-align: center; font-size: 12px; font-weight: 950; line-height: 18px; color: #0f172a; }

.video-watch-shell { min-height: 100dvh; background: #f8fafc; }
.video-watch-player { width: 100%; height: min(68vh, 720px); background: #000; display: grid; place-items: center; }
.video-watch-main { max-width: 1180px; margin: 24px auto 80px; padding: 22px; }
.video-watch-head,
.video-watch-channel-row,
.video-watch-actions { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.video-watch-head h1 { margin: 0; font-size: clamp(24px, 4vw, 42px); }
.video-watch-channel-row { justify-content: flex-start; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: 14px 0; margin: 16px 0; }
.video-watch-channel-row img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.video-watch-channel-row small { display: block; color: #64748b; font-weight: 800; }
.video-watch-description { background: #f1f5f9; border-radius: 18px; padding: 16px; color: #334155; margin-bottom: 18px; }

.video-channel-settings-card .video-channel-settings-grid,
.video-channel-settings-upload-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.video-channel-settings-preview { height: 150px; background: #f1f5f9; border-radius: 18px; overflow: hidden; }
.video-channel-settings-preview img { width: 100%; height: 100%; object-fit: cover; }
.video-channel-settings-upload-card { border: 1px solid #e5e7eb; border-radius: 20px; padding: 14px;background: rgb(248 250 252 / 14%);}
.video-channel-settings-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.video-channel-settings-actions button { border: 0; background: #0f172a; color: #fff; border-radius: 999px; padding: 9px 13px; font-weight: 950; }
.video-channel-upload-meta { font-size: 12px; color: #64748b; margin-top: 8px; font-weight: 850; }
.video-channel-upload-meta.is-success { color: #15803d; }
.video-channel-upload-meta.is-error { color: #dc2626; }

@media (max-width: 980px) {
  .video-channel-info {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .video-channel-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-width: 0;
  }
  .video-channel-controls {
    grid-template-columns: 1fr 150px;
  }
  .video-channel-controls select:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body.video-channel-page { padding-bottom: 0 !important; }
  .video-channel-banner { min-height: 240px; }
  .video-channel-hero-avatar { width: 108px; height: 108px; bottom: -48px; border-width: 5px; }
  .video-channel-avatar-btn { left: 34px; bottom: -82px; padding: 9px 12px; font-size: 12px; }
  .video-channel-banner-btn, .video-channel-crop-btn { right: 12px; padding: 9px 12px; font-size: 12px; }
  .video-channel-crop-btn { top: 62px; }
  .video-channel-info { width: calc(100% - 24px); padding-top: 72px; grid-template-columns: 56px minmax(0, 1fr); gap: 12px; }
  .video-channel-secondary-avatar { width: 56px; height: 56px; }
  .video-channel-copy h1 { font-size: 30px; }
  .video-channel-actions { gap: 8px; }
  .video-channel-primary, .video-channel-secondary, .video-channel-open-btn, .video-card-action { padding: 10px 12px; font-size: 13px; }
  .video-channel-controls { width: calc(100% - 20px); grid-template-columns: 1fr; border-radius: 18px; padding: 10px; }
  .video-channel-grid { width: calc(100% - 20px); grid-template-columns: 1fr; gap: 14px; }
  .video-channel-empty { min-height: 220px; border-radius: 20px; }
  .video-watch-player { height: 44vh; }
  .video-watch-main { margin: 0 0 60px; border-radius: 0; }
  .video-channel-editor { border-radius: 18px; width: calc(100vw - 12px); }
}


.video-channel-layout {
  width: min(var(--site-max-width, 1440px), calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.video-channel-main-column {
  min-width: 0;
}

.video-channel-side {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 16px;
}

.video-channel-side-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
  backdrop-filter: blur(12px);
}

.video-channel-side-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 950;
  color: #0f172a;
}

.video-channel-side-links {
  display: grid;
  gap: 10px;
}

.video-channel-side-link {
  display: block;
  border-radius: 16px;
  padding: 12px 14px;
  text-decoration: none;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
}

.video-channel-side-link.active {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
}

.video-channel-side-list {
  display: grid;
  gap: 12px;
}

.video-channel-side-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  text-decoration: none;
  color: inherit;
  align-items: center;
}

.video-channel-side-item img {
  width: 86px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  background: #e2e8f0;
}

.video-channel-side-channel img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.video-channel-side-item strong,
.video-channel-side-item small {
  display: block;
}

.video-channel-side-item strong {
  color: #0f172a;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.video-channel-side-item small,
.video-channel-side-empty {
  color: #64748b;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .video-channel-layout {
    grid-template-columns: 1fr;
  }
  .video-channel-side {
    position: static;
  }
  .video-channel-side-left {
    order: 1;
  }
  .video-channel-main-column {
    order: 2;
  }
  .video-channel-side-right {
    order: 3;
  }
}

/* True automatic video-channel sidebar carousels */
.video-channel-auto-carousel {
  overflow: hidden;
}

.video-channel-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.video-channel-carousel-head h3 {
  margin: 0;
}

.video-channel-carousel-head a {
  color: #2563eb;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.video-channel-carousel-frame {
  position: relative;
  min-height: 188px;
  border-radius: 20px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.video-channel-carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(16px) scale(.985);
  transition: opacity .38s ease, transform .38s ease, visibility .38s ease;
  color: #fff;
  text-decoration: none;
}

.video-channel-carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  z-index: 2;
}

.video-channel-carousel-slide img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.04);
}

.video-channel-carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,.05), rgba(15,23,42,.2) 48%, rgba(15,23,42,.88));
  pointer-events: none;
}

.video-channel-carousel-play {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #0f172a;
  font-weight: 1000;
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
}

.video-channel-carousel-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 3;
}

.video-channel-carousel-copy strong,
.video-channel-carousel-copy small {
  display: block;
}

.video-channel-carousel-copy strong {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 1000;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.video-channel-carousel-copy small {
  margin-top: 4px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 850;
}

.video-channel-carousel-controls {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.video-channel-carousel-controls > button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 22px;
  font-weight: 1000;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15,23,42,.18);
}

.video-channel-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.video-channel-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.video-channel-carousel-dots button.active {
  width: 22px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}


/* Video Channel Polish Phase: cleaner stats, cards, and carousel progress */
.video-channel-stat-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.video-channel-stat-pills span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border-radius:999px;
  padding:7px 10px;
  background:#f8fafc;
  border:1px solid rgba(148,163,184,.28);
  color:#475569;
  font-size:12px;
  font-weight:850;
}
.video-channel-stat-pills strong{color:#0f172a;font-weight:1000}
.video-channel-thumb{position:relative;overflow:hidden}
.video-channel-thumb em{
  position:absolute;
  top:10px;
  right:10px;
  z-index:3;
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  font-size:10px;
  font-weight:1000;
  font-style:normal;
  letter-spacing:.08em;
  padding:5px 8px;
  backdrop-filter:blur(10px);
}
.video-channel-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.video-channel-card:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(15,23,42,.14);
  border-color:rgba(37,99,235,.28);
}
.video-channel-meta-row{
  display:flex!important;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
.video-channel-meta-row span{
  border-radius:999px;
  background:#f8fafc;
  padding:5px 8px;
  color:#64748b;
  font-weight:850;
}
.video-channel-carousel-progress{
  display:block;
  height:4px;
  border-radius:999px;
  background:#e2e8f0;
  overflow:hidden;
  margin-top:10px;
}
.video-channel-carousel-progress::before{
  content:"";
  display:block;
  height:100%;
  width:var(--vc-carousel-progress,20%);
  border-radius:inherit;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  transition:width .35s ease;
}
.video-channel-side-card{
  border-color:rgba(148,163,184,.30);
}
.video-channel-side-card:hover{
  border-color:rgba(37,99,235,.20);
}
@media(max-width:720px){
  .video-channel-stat-pills{gap:6px}.video-channel-stat-pills span{font-size:11px;padding:6px 8px}
}
