body{margin:0;font-family:sans-serif;background:#121212;color:white;} .top-bar{display:flex;justify-content:space-between ;align-items:center;padding:10px 15px;background:#1f1f1f;border-bottom:1px solid #333;position:sticky;top:0;z-index:10;} .icon{font-size:24px;cursor:pointer;color:red;} .watch-container{padding:15px;max-width:1000px;margin:auto;}.video-player{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;background:black;} .video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}.video-title{font-size:1.6em;font-weight:700;background:linear-gradient(90deg, #ff0000, #ff4c4c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:1px 1px 4px rgba(0,0,0,0.5);margin-bottom:15px;line-height:1.2;}.channel-section{margin-bottom:15px;} .cast-label{font-weight:bold;color:white;margin-bottom:10px;display:block;} .channel-list, .cast-list{display:flex;gap:15px;overflow-x:auto;padding-bottom:5px;} .channel-list::-webkit-scrollbar, .cast-list::-webkit-scrollbar{display:none;} .channel-card, .cast-card{text-align:center;width:80px;flex-shrink:0;} .channel-avatar, .cast-photo{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #333;margin-bottom:5px;transition:transform 0.2s;} .channel-avatar:hover, .cast-photo:hover{transform:scale(1.1);border-color:red;} .channel-name, .cast-name{font-size:0.85em;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .video-details{margin-top:15px;padding:15px;background:#1a1a1a;border-radius:10px;border:1px solid #333;} 