.watch-layout{display:grid;grid-template-columns:minmax(0,1fr)280px;gap:20px}.video-facts{background:#f6f7f9;border:1px solid #dde3ea;border-radius:8px;padding:14px}.video-facts img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px;margin-bottom:12px}.episode-list{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.episode{border:1px solid #0f766e;background:#fff;color:#0f766e;border-radius:6px;padding:8px 14px;cursor:pointer}.episode.active{background:#0f766e;color:#fff}@media(max-width:860px){.watch-layout{grid-template-columns:1fr}}