.videoHostLayout{grid-template-columns:1fr 400px;gap:24px;max-width:1800px;margin:0 auto;padding:24px;display:grid}.videoHostLayout__main{min-width:0}.videoHostLayout__player{aspect-ratio:16/9;background:#000;width:100%;margin-bottom:12px}.videoHostLayout__info{flex-direction:column;gap:12px;display:flex}.videoHostLayout__title{color:#000;margin:0;font-size:20px;font-weight:600;line-height:1.4}.videoHostLayout__meta{border-bottom:1px solid #e2e3e4;align-items:center;gap:16px;padding:12px 0;display:flex}.videoHostLayout__date{color:#606060;font-size:14px}.videoHostLayout__views{color:#606060;align-items:center;gap:4px;font-size:14px;display:flex}.videoHostLayout__comments{color:#606060;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;transition:color .2s;display:flex}.videoHostLayout__comments:hover{color:#7ab52b}.videoHostLayout__authors{flex-wrap:wrap;gap:16px;display:flex}.videoHostLayout__author{align-items:center;gap:8px;display:flex}.videoHostLayout__authorAvatar{object-fit:cover;background:#e2e3e4;width:40px;height:40px}.videoHostLayout__authorInfo{flex-direction:column;gap:2px;display:flex}.videoHostLayout__authorName{color:#000;font-size:14px;font-weight:600}.videoHostLayout__authorRole{color:#606060;font-size:12px}.videoHostLayout__description{background:#f2f2f2;margin-top:8px;padding:12px}.videoHostLayout__description details summary{color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:600;list-style:none}.videoHostLayout__description details summary::-webkit-details-marker{display:none}.videoHostLayout__description details summary:after{content:" ▼";margin-left:8px;font-size:10px}.videoHostLayout__description details[open] summary:after{content:" ▲"}.videoHostLayout__descriptionContent{color:#333;white-space:pre-wrap;margin-top:12px;font-size:14px;line-height:1.6}.videoHostLayout__sidebar{height:fit-content;max-height:calc(100vh - 48px);position:sticky;top:24px;overflow-y:auto}.videoHostLayout__sidebarTitle{color:#000;margin:0 0 12px;font-size:16px;font-weight:600}.videoHostLayout__sidebarDivider{border-top:1px solid #e2e3e4;margin:16px 0 12px;padding-top:16px}.videoHostLayout__sidebarSubtitle{color:#000;margin:0;font-size:14px;font-weight:600}.videoHostLayout__recommendations{flex-direction:column;gap:8px;display:flex}.recommendedVideo{gap:8px;padding:8px;text-decoration:none;transition:background .2s;display:flex}.recommendedVideo:hover{background:#f2f2f2}.recommendedVideo__thumbnail{background:#000;flex-shrink:0;width:168px;height:94px;position:relative}.recommendedVideo__image{object-fit:cover;width:100%;height:100%}.recommendedVideo__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.recommendedVideo__title{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.recommendedVideo__author,.recommendedVideo__date{color:#606060;margin:0;font-size:12px}.recommendedProduct{gap:8px;padding:8px;text-decoration:none;transition:background .2s;display:flex}.recommendedProduct:hover{background:#f2f2f2}.recommendedProduct__thumbnail{background:#f9f9f9;flex-shrink:0;justify-content:center;align-items:center;width:168px;height:94px;display:flex;position:relative}.recommendedProduct__image{object-fit:contain;width:100%;height:100%;padding:8px}.recommendedProduct__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.recommendedProduct__title{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.recommendedProduct__price{color:#7ab52b;margin:0;font-size:14px;font-weight:600}.emptyState{color:#fff;background:#000;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;display:flex}@media (max-width:1200px){.videoHostLayout{grid-template-columns:1fr;gap:20px;padding:20px}.videoHostLayout__sidebar{max-height:none;position:static}.videoHostLayout__recommendations{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;display:grid}}@media (max-width:768px){.videoHostLayout{gap:16px;padding:15px}.videoHostLayout__player{margin-bottom:10px}.videoHostLayout__info{gap:10px}.videoHostLayout__title{font-size:17px}.videoHostLayout__meta{flex-wrap:wrap;gap:12px;padding:10px 0}.videoHostLayout__date,.videoHostLayout__views,.videoHostLayout__comments{font-size:13px}.videoHostLayout__authors{gap:12px}.videoHostLayout__authorAvatar{width:36px;height:36px}.videoHostLayout__authorName{font-size:13px}.videoHostLayout__authorRole{font-size:11px}.videoHostLayout__description{margin-top:6px;padding:10px}.videoHostLayout__description details summary{font-size:13px}.videoHostLayout__descriptionContent{margin-top:10px;font-size:13px}.videoHostLayout__sidebarTitle{margin-bottom:10px;font-size:15px}.videoHostLayout__sidebarSubtitle{font-size:13px}.videoHostLayout__recommendations{grid-template-columns:1fr;gap:10px}.recommendedVideo{gap:10px;padding:6px}.recommendedVideo__thumbnail{width:140px;height:79px}.recommendedVideo__title{font-size:13px}.recommendedVideo__author,.recommendedVideo__date{font-size:11px}.recommendedProduct{gap:10px;padding:6px}.recommendedProduct__thumbnail{width:140px;height:79px}.recommendedProduct__title,.recommendedProduct__price{font-size:13px}}@media (max-width:480px){.videoHostLayout{gap:12px;padding:10px}.videoHostLayout__title{font-size:16px}.videoHostLayout__meta{flex-direction:column;align-items:flex-start;gap:8px;padding:8px 0}.videoHostLayout__date,.videoHostLayout__views,.videoHostLayout__comments{font-size:12px}.videoHostLayout__authors{flex-direction:column;gap:10px;width:100%}.videoHostLayout__author{width:100%}.videoHostLayout__authorAvatar{width:32px;height:32px}.videoHostLayout__description{padding:8px}.videoHostLayout__sidebarTitle{font-size:14px}.recommendedVideo,.recommendedProduct{flex-direction:column;padding:8px}.recommendedVideo__thumbnail,.recommendedProduct__thumbnail{aspect-ratio:16/9;width:100%;height:auto}.recommendedVideo__title,.recommendedProduct__title{-webkit-line-clamp:3;font-size:14px}.emptyState{font-size:14px}}
