body.simple-shell[data-page="video-detail"] main.container{max-width:1180px}
body.simple-shell[data-page="video-detail"] .video-watch{
  display:grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 18px;
  margin-top: 14px;
  align-items:start;
}
body.simple-shell[data-page="video-detail"] .video-main{min-width:0}
body.simple-shell[data-page="video-detail"] .video-player{
  background:#000;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(17,24,39,.08);
}
body.simple-shell[data-page="video-detail"] .video-player video{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio: 16 / 9;
  background:#000;
}
body.simple-shell[data-page="video-detail"] .video-title{
  margin-top: 12px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .2px;
}
body.simple-shell[data-page="video-detail"] .video-meta{
  margin-top: 8px;
  display:flex;
  gap: 10px;
  align-items:center;
  flex-wrap:wrap;
}
body.simple-shell[data-page="video-detail"] .video-actions{
  margin-left:auto;
  display:flex;
  gap:8px;
  align-items:center;
}
body.simple-shell[data-page="video-detail"] .video-desc{
  margin-top: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(229,231,235,.9);
  padding: 12px 12px;
}
body.simple-shell[data-page="video-detail"] .video-side{
  position: sticky;
  top: calc(var(--simple-header-height) + 20px);
}
body.simple-shell[data-page="video-detail"] .video-side-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom: 10px;
}
body.simple-shell[data-page="video-detail"] .video-side-title{
  font-weight: 900;
  font-size: 13px;
  letter-spacing:.2px;
}
body.simple-shell[data-page="video-detail"] .video-side-more{
  color: var(--color-action);
  text-decoration:none;
  font-size: 12px;
}
body.simple-shell[data-page="video-detail"] .video-side-more:hover{text-decoration:underline}
body.simple-shell[data-page="video-detail"] .video-side-list{display:flex;flex-direction:column;gap:10px}
body.simple-shell[data-page="video-detail"] .video-reco{
  display:flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
  color: inherit;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(229,231,235,.9);
}
body.simple-shell[data-page="video-detail"] .video-reco:hover{border-color:#d1d5db}
body.simple-shell[data-page="video-detail"] .video-reco-thumb{
  width: 54px;
  height: 38px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  font-size: 14px;
  overflow:hidden;
  background-size: cover;
  background-position: center;
}
body.simple-shell[data-page="video-detail"] .video-reco-play{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
body.simple-shell[data-page="video-detail"] .video-reco-main{min-width:0;display:flex;flex-direction:column;gap:4px}
body.simple-shell[data-page="video-detail"] .video-reco-title{font-weight:800;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.simple-shell[data-page="video-detail"] .video-reco-sub{font-size:12px;color: var(--color-text-muted)}
@media (max-width:980px){
  body.simple-shell[data-page="video-detail"] .video-watch{grid-template-columns: 1fr}
  body.simple-shell[data-page="video-detail"] .video-side{position: static}
}

body.simple-shell[data-page="video"] .video-section{
  padding: 16px 0 18px;
}
body.simple-shell[data-page="video"] .video-section .section-header{
  margin-bottom: 12px;
}
body.simple-shell[data-page="video"] .video-section .section-body{
  margin-top: 12px;
  padding-top: 0;
}
body.simple-shell[data-page="video"] .video-card{
  background: transparent;
  overflow: visible;
  color: inherit;
  text-decoration: none;
}
body.simple-shell[data-page="video"] .video-card-media{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-position: center;
}
body.simple-shell[data-page="video"] .video-card-media.has-thumb .thumb{background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.35))}
body.simple-shell[data-page="video"] .video-card-title{
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
