/* 20260624 f447 final clearfix grid offset guard. Load after the source bundle. */
.xiazai-5v55-site-theme .stui-vodlist,
.xiazai-5v55-site-theme .xiazai5v55-card-grid,
.xiazai-5v55-site-theme .xiazai5v55-list-grid,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid,
.xiazai-5v55-site-theme .xiazai5v55-related-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px 16px !important;
  align-items: start !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.xiazai-5v55-site-theme .stui-vodlist::before,
.xiazai-5v55-site-theme .stui-vodlist::after,
.xiazai-5v55-site-theme .xiazai5v55-card-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-card-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-list-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-list-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid::after,
.xiazai-5v55-site-theme .xiazai5v55-related-grid::before,
.xiazai-5v55-site-theme .xiazai5v55-related-grid::after {
  content: none !important;
  display: none !important;
}
.xiazai-5v55-site-theme .stui-vodlist > li,
.xiazai-5v55-site-theme .xiazai5v55-card-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-list-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-rank-grid > li,
.xiazai-5v55-site-theme .xiazai5v55-related-grid > li {
  display: block !important;
  float: none !important;
  clear: none !important;
  grid-column: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.xiazai-5v55-site-theme .xiazai5v55-player-box {
  height: clamp(360px, 42vw, 560px) !important;
}
.xiazai-5v55-site-theme .stui-vodlist__thumb,
.xiazai-5v55-site-theme .xiazai5v55-featured-cover {
  position: relative;
  overflow: hidden;
  background-image: none !important;
}
.xiazai-5v55-site-theme .xiazai5v55-poster-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .xiazai-5v55-site-theme .stui-vodlist,
  .xiazai-5v55-site-theme .xiazai5v55-card-grid,
  .xiazai-5v55-site-theme .xiazai5v55-list-grid,
  .xiazai-5v55-site-theme .xiazai5v55-rank-grid,
  .xiazai-5v55-site-theme .xiazai5v55-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 10px !important;
  }
}

/* Mobile shell override, kept after the imported fixed-header rules. */
@media (max-width: 900px) {
  .xiazai-5v55-site-theme .stui-header__top,
  .xiazai-5v55-site-theme .top-fixed {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  .xiazai-5v55-site-theme .stui-header_bd {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px !important;
    min-height: 0 !important;
    padding: 10px 0 !important;
  }
  .xiazai-5v55-site-theme .stui-header__logo { min-width: 0; margin: 0 !important; }
  .xiazai-5v55-site-theme .stui-header__logo .logo {
    display: block !important;
    width: auto !important;
    max-width: 190px;
    height: 40px !important;
    padding: 0 14px;
    overflow: hidden;
    background-image: linear-gradient(135deg, #ff6f3d, #ff2e63) !important;
    line-height: 40px !important;
    font-size: 19px !important;
    text-overflow: ellipsis;
  }
  .xiazai-5v55-site-theme .stui-header__user {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .xiazai-5v55-site-theme .stui-header__user a { min-width: 44px; min-height: 36px; justify-content: center; }
  .xiazai-5v55-site-theme .stui-header__search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
  }
  .xiazai-5v55-site-theme .stui-header__search form { height: 44px; }
  .xiazai-5v55-site-theme .stui-header__menu { display: none !important; }
  .xiazai-5v55-site-theme .stui-main { margin-top: 0 !important; }
}
