/* IMC RC38 — Machine Videos Gallery
   Visual direction: deep industrial green/black, warm white, lime accents and
   Poppins typography, matching the supplied reference video. */

body.imc-video-lab-page {
  --imc-video-ink: #08110e;
  --imc-video-panel: #0d1814;
  --imc-video-panel-2: #112019;
  --imc-video-lime: #b9f53c;
  --imc-video-lime-deep: #6d8f0c;
  --imc-video-white: #f9fbf7;
  --imc-video-paper: #f6f7f1;
  --imc-video-text: #152019;
  --imc-video-muted: #728078;
  --imc-video-line: rgba(185, 245, 60, .2);
  --imc-video-radius: 24px;
  font-family: "Poppins", Arial, sans-serif;
  background: var(--imc-video-paper);
  color: var(--imc-video-text);
  padding-bottom: 76px;
}

body.imc-video-lab-page .body,
body.imc-video-lab-page .main,
body.imc-video-lab-page .imc-channel-page {
  background: var(--imc-video-paper);
  font-family: "Poppins", Arial, sans-serif;
}

body.imc-video-lab-page .imc-channel-page {
  --imc-neon: var(--imc-video-lime);
  --imc-neon-dark: var(--imc-video-lime-deep);
  --imc-ink: var(--imc-video-ink);
  --imc-panel: var(--imc-video-panel);
  --imc-line: var(--imc-video-line);
  overflow: hidden;
}

body.imc-video-lab-page .imc-channel-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 58px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(185, 245, 60, .15), transparent 28%),
    radial-gradient(circle at 82% 38%, rgba(31, 105, 78, .2), transparent 31%),
    linear-gradient(142deg, #06100d 0%, #0b1712 54%, #0a1411 100%);
}

body.imc-video-lab-page .imc-channel-hero::before,
body.imc-video-lab-page .imc-channel-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

body.imc-video-lab-page .imc-channel-hero::before {
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(185, 245, 60, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 245, 60, .055) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.45) 72%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.45) 72%, transparent 100%);
}

body.imc-video-lab-page .imc-channel-hero::after {
  width: 470px;
  height: 470px;
  right: -185px;
  top: -205px;
  border: 1px solid rgba(185, 245, 60, .14);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(185, 245, 60, .018),
    0 0 95px rgba(185, 245, 60, .08);
}

body.imc-video-lab-page .imc-channel-grid-glow {
  display: none;
}

body.imc-video-lab-page .imc-channel-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 42px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-breadcrumb a {
  color: var(--imc-video-lime);
  text-decoration: none;
}

body.imc-video-lab-page .imc-channel-kicker,
body.imc-video-lab-page .imc-channel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--imc-video-lime);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-kicker i {
  font-size: 8px;
  color: var(--imc-video-lime);
  filter: drop-shadow(0 0 8px rgba(185,245,60,.65));
  animation: imc-video-pulse 1.8s ease-in-out infinite;
}

body.imc-video-lab-page .imc-channel-hero h1 {
  max-width: 690px;
  margin: 19px 0 23px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(52px, 5.35vw, 78px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.058em;
}

body.imc-video-lab-page .imc-channel-hero h1 span {
  color: var(--imc-video-lime);
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.imc-video-lab-page .imc-channel-lead {
  max-width: 610px;
  margin: 0 0 30px;
  color: rgba(245,249,246,.68);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 400;
}

body.imc-video-lab-page .imc-channel-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

body.imc-video-lab-page .imc-channel-stats > div {
  min-width: 0;
  padding: 0 19px;
  border-right: 1px solid rgba(255,255,255,.09);
}

body.imc-video-lab-page .imc-channel-stats > div:first-child {
  padding-left: 0;
}

body.imc-video-lab-page .imc-channel-stats > div:last-child {
  border-right: 0;
}

body.imc-video-lab-page .imc-channel-stats strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.03em;
}

body.imc-video-lab-page .imc-channel-stats span {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

body.imc-video-lab-page .imc-channel-youtube-button,
body.imc-video-lab-page .imc-channel-playlist-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

body.imc-video-lab-page .imc-channel-youtube-button {
  border: 1px solid rgba(185,245,60,.5);
  background: rgba(185,245,60,.055);
  color: #fff;
}

body.imc-video-lab-page .imc-channel-youtube-button .fa-youtube {
  color: #f22f3d;
  font-size: 17px;
}

body.imc-video-lab-page .imc-channel-playlist-button {
  border: 1px solid transparent;
  color: rgba(255,255,255,.67);
}

body.imc-video-lab-page .imc-channel-playlist-button i {
  font-size: 10px;
  transform: rotate(45deg);
}

body.imc-video-lab-page .imc-channel-youtube-button:hover,
body.imc-video-lab-page .imc-channel-youtube-button:focus-visible,
body.imc-video-lab-page .imc-channel-playlist-button:hover,
body.imc-video-lab-page .imc-channel-playlist-button:focus-visible {
  transform: translateY(-2px);
}

body.imc-video-lab-page .imc-channel-youtube-button:hover,
body.imc-video-lab-page .imc-channel-youtube-button:focus-visible {
  border-color: var(--imc-video-lime);
  background: var(--imc-video-lime);
  color: #111a12;
  box-shadow: 0 12px 28px rgba(185,245,60,.15);
}

body.imc-video-lab-page .imc-channel-playlist-button:hover,
body.imc-video-lab-page .imc-channel-playlist-button:focus-visible {
  color: var(--imc-video-lime);
}

body.imc-video-lab-page .imc-channel-player-frame {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(185,245,60,.27);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 105%, rgba(185,245,60,.2), transparent 30%),
    radial-gradient(circle at 95% 90%, rgba(35,101,232,.28), transparent 38%),
    rgba(8,16,13,.88);
  box-shadow: 0 28px 80px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.018) inset;
}

body.imc-video-lab-page .imc-channel-player-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(185,245,60,.4), transparent 42%, rgba(45,113,255,.3));
  filter: blur(1px);
}

body.imc-video-lab-page .imc-channel-player-topbar {
  height: 31px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 5px;
}

body.imc-video-lab-page .imc-channel-player-topbar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.19);
}

body.imc-video-lab-page .imc-channel-player-topbar span:first-child {
  background: var(--imc-video-lime);
  box-shadow: 0 0 12px rgba(185,245,60,.65);
}

body.imc-video-lab-page .imc-channel-player-topbar b {
  margin-left: auto;
  color: rgba(255,255,255,.35);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

body.imc-video-lab-page .imc-channel-player-shell {
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 10px 34px rgba(0,0,0,.32);
}

body.imc-video-lab-page .imc-channel-player-shell iframe {
  border: 0;
}

body.imc-video-lab-page .imc-channel-now-playing {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto auto minmax(0,1fr);
  align-items: center;
  gap: 8px;
  padding: 10px 5px 0;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-now-playing strong {
  overflow: hidden;
  color: rgba(255,255,255,.84);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

body.imc-video-lab-page .imc-channel-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--imc-video-lime);
  box-shadow: 0 0 13px rgba(185,245,60,.78);
}

body.imc-video-lab-page .imc-channel-library {
  position: relative;
  background:
    radial-gradient(circle at 95% 0%, rgba(185,245,60,.055), transparent 25%),
    var(--imc-video-paper);
}

body.imc-video-lab-page .imc-channel-library .container {
  padding-top: 68px !important;
  padding-bottom: 84px !important;
}

body.imc-video-lab-page .imc-channel-library-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin: 0 0 31px;
}

body.imc-video-lab-page .imc-channel-library-heading h2 {
  margin: 9px 0 0;
  color: #111916;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.052em;
}

body.imc-video-lab-page .imc-channel-library-heading p {
  max-width: 390px;
  margin: 0 0 4px;
  padding: 9px 15px;
  border: 1px solid rgba(109,143,12,.2);
  border-radius: 999px;
  background: #eff9da;
  color: #52623f;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}

body.imc-video-lab-page .imc-channel-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(17,25,22,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 13px 38px rgba(20,37,27,.07);
}

body.imc-video-lab-page .imc-channel-search {
  min-width: min(100%, 380px);
  display: grid;
  grid-template-columns: auto minmax(150px,1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid #d9e0d8;
  border-radius: 11px;
  background: #fafbf8;
  color: #79837d;
}

body.imc-video-lab-page .imc-channel-search:focus-within {
  border-color: #8fb727;
  box-shadow: 0 0 0 3px rgba(185,245,60,.13);
}

body.imc-video-lab-page .imc-channel-search input {
  width: 100%;
  height: 46px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #162018;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
}

body.imc-video-lab-page .imc-channel-search kbd {
  padding: 3px 7px;
  border: 1px solid #d8dfd7;
  border-radius: 5px;
  background: #fff;
  color: #879089;
  box-shadow: none;
  font-size: 9px;
}

body.imc-video-lab-page .imc-channel-filters {
  display: flex;
  flex: 1;
  gap: 7px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: thin;
}

body.imc-video-lab-page .imc-channel-filters button {
  flex: 0 0 auto;
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #566059;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

body.imc-video-lab-page .imc-channel-filters button:hover,
body.imc-video-lab-page .imc-channel-filters button:focus-visible {
  border-color: #c4d8a1;
  background: #f3f8e9;
  color: #526b0d;
}

body.imc-video-lab-page .imc-channel-filters button.is-active {
  border-color: #5c7a0c;
  background: #5c7a0c;
  color: #fff;
  box-shadow: 0 7px 18px rgba(92,122,12,.15);
}

body.imc-video-lab-page .imc-channel-results-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 19px;
  color: #768078;
  font-size: 11px;
  font-weight: 600;
}

body.imc-video-lab-page .imc-channel-results-bar b {
  color: #5e790e;
}

body.imc-video-lab-page .imc-channel-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

body.imc-video-lab-page .imc-channel-video-card {
  position: relative;
  min-width: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(17,25,22,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 28px rgba(20,37,27,.075);
  color: #152019;
  text-decoration: none;
  transform: translateY(0);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  animation: imc-video-rise .48s both;
  animation-delay: calc(var(--imc-card-order, 0) * 24ms);
}

body.imc-video-lab-page .imc-channel-video-card[hidden] {
  display: none !important;
}

body.imc-video-lab-page .imc-channel-video-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--imc-video-lime), transparent);
  opacity: 0;
  transition: opacity .24s ease;
}

body.imc-video-lab-page .imc-channel-video-card:hover,
body.imc-video-lab-page .imc-channel-video-card:focus-visible,
body.imc-video-lab-page .imc-channel-video-card.is-active {
  border-color: rgba(109,143,12,.38);
  box-shadow: 0 20px 48px rgba(20,37,27,.14), 0 0 0 1px rgba(185,245,60,.08);
  color: #152019;
  transform: translateY(-5px);
}

body.imc-video-lab-page .imc-channel-video-card:hover::after,
body.imc-video-lab-page .imc-channel-video-card:focus-visible::after,
body.imc-video-lab-page .imc-channel-video-card.is-active::after {
  opacity: 1;
}

body.imc-video-lab-page .imc-channel-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #07110d;
}

body.imc-video-lab-page .imc-channel-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5,12,8,.64));
  pointer-events: none;
}

body.imc-video-lab-page .imc-channel-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .28s ease;
}

body.imc-video-lab-page .imc-channel-video-card:hover .imc-channel-thumb img,
body.imc-video-lab-page .imc-channel-video-card:focus-visible .imc-channel-thumb img,
body.imc-video-lab-page .imc-channel-video-card.is-active .imc-channel-thumb img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.04);
}

body.imc-video-lab-page .imc-channel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(7,17,13,.7);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 9px 24px rgba(0,0,0,.25);
  transform: translate(-50%,-50%);
  backdrop-filter: blur(8px);
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

body.imc-video-lab-page .imc-channel-play i {
  margin-left: 3px;
}

body.imc-video-lab-page .imc-channel-video-card:hover .imc-channel-play,
body.imc-video-lab-page .imc-channel-video-card:focus-visible .imc-channel-play,
body.imc-video-lab-page .imc-channel-video-card.is-active .imc-channel-play {
  background: var(--imc-video-lime);
  color: #14200d;
  transform: translate(-50%,-50%) scale(1.08);
}

body.imc-video-lab-page .imc-channel-scanline {
  display: none;
}

body.imc-video-lab-page .imc-channel-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 18px 16px;
}

body.imc-video-lab-page .imc-channel-category {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #eff6df;
  color: #667e18;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-card-title {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #142019;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 700;
}

body.imc-video-lab-page .imc-channel-watch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #7b857e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.imc-video-lab-page .imc-channel-watch i {
  color: #6f8b16;
  transition: transform .2s ease;
}

body.imc-video-lab-page .imc-channel-video-card:hover .imc-channel-watch i,
body.imc-video-lab-page .imc-channel-video-card:focus-visible .imc-channel-watch i {
  transform: translateX(4px);
}

body.imc-video-lab-page .imc-channel-load-more {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #32451e;
  border-radius: 11px;
  background: #132018;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 23px rgba(10,24,15,.12);
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

body.imc-video-lab-page .imc-channel-load-more:hover,
body.imc-video-lab-page .imc-channel-load-more:focus-visible {
  border-color: var(--imc-video-lime);
  background: var(--imc-video-lime);
  color: #15200f;
  transform: translateY(-2px);
}

body.imc-video-lab-page .imc-channel-load-more i {
  margin-left: 8px;
}

body.imc-video-lab-page .imc-channel-empty {
  padding: 58px 20px;
  border: 1px dashed #b6c89a;
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  color: #69746d;
  text-align: center;
}

body.imc-video-lab-page .imc-channel-empty i {
  margin-bottom: 13px;
  color: #728e18;
  font-size: 29px;
}

body.imc-video-lab-page .imc-channel-empty h3 {
  margin-bottom: 7px;
  color: #172019;
  font-size: 20px;
}

body.imc-video-lab-page .imc-channel-empty p {
  margin: 0;
}

@keyframes imc-video-pulse {
  0%,100% {opacity:.48; transform:scale(.9)}
  50% {opacity:1; transform:scale(1.25)}
}

@keyframes imc-video-rise {
  from {opacity:0; transform:translateY(14px)}
  to {opacity:1; transform:translateY(0)}
}

@media (max-width: 1199.98px) {
  body.imc-video-lab-page .imc-channel-hero h1 {
    font-size: clamp(48px, 5.8vw, 68px);
  }
  body.imc-video-lab-page .imc-channel-video-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  body.imc-video-lab-page .imc-channel-controls {
    align-items: stretch;
    flex-direction: column;
  }
  body.imc-video-lab-page .imc-channel-search {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  body.imc-video-lab-page {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }
  body.imc-video-lab-page .imc-channel-hero {
    padding: 34px 0 52px;
  }
  body.imc-video-lab-page .imc-channel-breadcrumb {
    margin-bottom: 29px;
    font-size: 10px;
  }
  body.imc-video-lab-page .imc-channel-kicker,
  body.imc-video-lab-page .imc-channel-eyebrow {
    font-size: 10px;
  }
  body.imc-video-lab-page .imc-channel-hero h1 {
    margin: 15px 0 20px;
    font-size: clamp(43px, 11.2vw, 58px);
    line-height: .99;
  }
  body.imc-video-lab-page .imc-channel-lead {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.75;
  }
  body.imc-video-lab-page .imc-channel-stats {
    margin-bottom: 24px;
    padding: 17px 0;
  }
  body.imc-video-lab-page .imc-channel-stats > div {
    padding: 0 12px;
  }
  body.imc-video-lab-page .imc-channel-stats strong {
    font-size: 19px;
  }
  body.imc-video-lab-page .imc-channel-stats span {
    font-size: 7.5px;
  }
  body.imc-video-lab-page .imc-channel-actions {
    gap: 8px 13px;
    margin-bottom: 29px;
  }
  body.imc-video-lab-page .imc-channel-youtube-button,
  body.imc-video-lab-page .imc-channel-playlist-button {
    min-height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }
  body.imc-video-lab-page .imc-channel-player-frame {
    padding: 9px;
    border-radius: 16px;
  }
  body.imc-video-lab-page .imc-channel-player-topbar {
    height: 26px;
  }
  body.imc-video-lab-page .imc-channel-player-topbar b,
  body.imc-video-lab-page .imc-channel-now-playing > span:not(.imc-channel-live-dot) {
    display: none;
  }
  body.imc-video-lab-page .imc-channel-player-shell {
    border-radius: 11px;
  }
  body.imc-video-lab-page .imc-channel-now-playing {
    min-height: 38px;
    grid-template-columns: auto minmax(0,1fr);
    padding-top: 8px;
  }
  body.imc-video-lab-page .imc-channel-library .container {
    padding-top: 54px !important;
    padding-bottom: 66px !important;
  }
  body.imc-video-lab-page .imc-channel-library-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }
  body.imc-video-lab-page .imc-channel-library-heading h2 {
    margin-top: 8px;
    font-size: clamp(34px, 9vw, 47px);
  }
  body.imc-video-lab-page .imc-channel-library-heading p {
    align-self: flex-start;
    max-width: 100%;
    font-size: 10px;
  }
  body.imc-video-lab-page .imc-channel-controls {
    gap: 12px;
    padding: 13px;
    border-radius: 16px;
  }
  body.imc-video-lab-page .imc-channel-search input {
    height: 44px;
    font-size: 12px;
  }
  body.imc-video-lab-page .imc-channel-search kbd {
    display: none;
  }
  body.imc-video-lab-page .imc-channel-filters {
    padding-bottom: 5px;
  }
  body.imc-video-lab-page .imc-channel-filters button {
    min-height: 37px;
    padding: 0 13px;
    font-size: 10px;
  }
  body.imc-video-lab-page .imc-channel-results-bar span:last-child {
    display: none;
  }
  body.imc-video-lab-page .imc-channel-video-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  body.imc-video-lab-page .imc-channel-video-card {
    border-radius: 16px;
  }
  body.imc-video-lab-page .imc-channel-card-body {
    padding: 15px 16px 14px;
  }
  body.imc-video-lab-page .imc-channel-card-title {
    min-height: auto;
  }
}

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