.ad-holder { display: flex; align-items: center; justify-content: center; padding: 12px 0; margin: 4px 0; }.ad-holder ins { display: block; }.ad-holder--strip { gap: 16px; flex-wrap: wrap; padding: 20px 0; margin-top: 8px; border-top: 1px solid rgba(255,255,255,0.05); }* { margin: 0; padding: 0; box-sizing: border-box; }:root {  --bg-primary: #0a0a0b;  --bg-secondary: #141417;  --bg-tertiary: #1c1c21;  --bg-card: #1a1a1e;  --text-primary: #ffffff;  --text-secondary: #a0a0a8;  --text-muted: #6b6b75;  --accent: #ff2d55;  --accent-hover: #ff4d6f;  --border: #2a2a30;}body {  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;  background: var(--bg-primary);  color: var(--text-primary);  line-height: 1.5;}.header {  position: sticky;  top: 0;  z-index: 100;  display: flex;  align-items: center;  gap: 24px;  padding: 12px 24px;  background: rgba(10, 10, 11, 0.95);  backdrop-filter: blur(20px);  border-bottom: 1px solid var(--border);  overflow:hidden;}.logo {  font-size: 24px;  font-weight: 700;  color: var(--text-primary);  text-decoration: none;  display: flex;  align-items: center;  gap: 8px;}.logo-icon { color: var(--accent); }.search-wrapper { flex: 1; max-width: 500px; }.search-box {  display: flex;  align-items: center;  background: var(--bg-secondary);  border: 1px solid var(--border);  border-radius: 12px;}.search-icon { padding: 0 12px; color: var(--text-muted); }.search-box input {  flex: 1;  padding: 12px 0;  background: transparent;  border: none;  color: var(--text-primary);  font-size: 15px;  outline: none;}.search-btn {  padding: 8px 16px;  margin: 4px;  background: var(--accent);  border: none;  border-radius: 8px;  color: white;  font-weight: 600;  cursor: pointer;}.announcement-ribbon {  position: sticky;  top: 0;  z-index: 101;  background: linear-gradient(135deg, var(--accent), var(--accent-hover));  color: white;  padding: 12px 24px;  text-align: center;  font-weight: 600;  font-size: 14px;  box-shadow: 0 4px 20px rgba(255,45,85,0.4);  animation: pulse-glow 2s infinite;}.announce-icon { font-size: 18px; }.announce-text strong { color: #fff; font-weight: 700; }.sister-link { color: #fff; text-decoration: underline; }@keyframes pulse-glow {  0%, 100% { box-shadow: 0 4px 20px rgba(255,45,85,0.4); }  50% { box-shadow: 0 4px 30px rgba(255,45,85,0.6); }}.logo-img {  height: 32px;  width: auto;}.icon-btn {  width: 40px;  height: 40px;  border-radius: 10px;  background: var(--bg-secondary);  border: 1px solid var(--border);  color: var(--text-secondary);  cursor: pointer;  font-size: 18px;}.main-content { max-width: 1600px; margin: 0 auto; padding: 24px; }.player-page { max-width: 100%; }.player-layout {  display: grid;  grid-template-columns: 1fr minmax(0, 380px);  gap: 32px;}.player-main { min-width: 0; }.video-player {  position: relative;  width: 100%;  aspect-ratio: 16/9;  background: #000;  border-radius: 16px;  overflow: hidden;  margin-bottom: 20px;}.video-player video {  width: 100%;  height: 100%;  object-fit: contain;}.exit-fullscreen-btn {  position: absolute;  top: 16px;  right: 16px;  width: 36px;  height: 36px;  border-radius: 50%;  background: rgba(0,0,0,0.6);  border: 1px solid rgba(255,255,255,0.2);  color: #fff;  font-size: 18px;  cursor: pointer;  z-index: 9999;  display: none;  align-items: center;  justify-content: center;  transition: background 0.2s;}.exit-fullscreen-btn:hover { background: #e81123; }.video-player:fullscreen .exit-fullscreen-btn,.video-player:-webkit-full-screen .exit-fullscreen-btn { display: flex; }@keyframes slideUp {  from { opacity: 0; transform: translateX(-50%) translateY(20px); }  to { opacity: 1; transform: translateX(-50%) translateY(0); }}.video-details { margin-bottom: 24px; }.video-title {  font-size: 22px;  font-weight: 700;  line-height: 1.3;  margin-bottom: 12px;}.video-tags {  display: flex;  flex-wrap: wrap;  gap: 8px;  margin-bottom: 16px;}.tag-item {  padding: 6px 14px;  background: var(--bg-tertiary);  border-radius: 20px;  font-size: 13px;  color: var(--text-secondary);}.tag-item.category {  background: var(--accent);  color: white;}.video-stats {  display: flex;  gap: 20px;  margin-bottom: 16px;  font-size: 14px;  color: var(--text-muted);}.video-actions {  display: flex;  gap: 12px;  padding: 16px 0;  border-top: 1px solid var(--border);  border-bottom: 1px solid var(--border);  margin-bottom: 16px;}.action-btn {  display: flex;  align-items: center;  gap: 8px;  padding: 10px 20px;  background: var(--bg-secondary);  border: 1px solid var(--border);  border-radius: 10px;  color: var(--text-primary);  font-size: 14px;  font-weight: 500;  cursor: pointer;  transition: all 0.2s;}.action-btn:hover { background: var(--bg-tertiary); }.action-btn.liked { background: var(--accent); border-color: var(--accent); }.channel-bar {  display: flex;  align-items: center;  gap: 16px;  margin-bottom: 20px;}.channel-avatar {  width: 48px;  height: 48px;  border-radius: 50%;  background: linear-gradient(135deg, var(--accent), #ff6b8a);}.channel-info { flex: 1; }.channel-info h4 { font-size: 16px; font-weight: 600; }.channel-info span { font-size: 13px; color: var(--text-muted); }.subscribe-btn {  padding: 10px 24px;  background: var(--accent);  border: none;  border-radius: 24px;  color: white;  font-weight: 600;  cursor: pointer;  transition: all 0.2s;}.subscribe-btn:hover { background: var(--accent-hover); }.subscribe-btn.subscribed { background: var(--bg-tertiary); color: var(--text-muted); }.video-description {  padding: 20px;  background: var(--bg-secondary);  border-radius: 12px;}.video-description p { font-size: 14px; color: var(--text-secondary); margin-bottom: 12px; }.keywords-list {  display: flex;  flex-wrap: wrap;  gap: 6px;}.keyword-tag {  padding: 4px 10px;  background: var(--bg-tertiary);  border-radius: 4px;  font-size: 12px;  color: var(--text-muted);}.sidebar-videos { position: sticky; top: 100px; align-self: start; }.sidebar-title {  font-size: 16px;  font-weight: 600;  margin-bottom: 16px;}.related-grid {  display: grid;  grid-template-columns: 1fr 1fr;  gap: 10px;}.related-card {  background: var(--bg-card);  border-radius: 8px;  overflow: hidden;  cursor: pointer;  transition: all 0.2s ease;  text-decoration: none;  color: var(--text-primary);}.related-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }.related-thumb {  position: relative;  aspect-ratio: 16/10;  overflow: hidden;}.related-thumb img,.related-thumb video {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;}.related-preview {  opacity: 0;  z-index: 2;  pointer-events: none;}.related-thumb img { transition: transform 0.3s; }.related-card:hover .related-thumb img { transform: scale(1.05); }.related-info { padding: 8px; }.related-info h4 {  font-size: 11px;  font-weight: 600;  line-height: 1.3;  margin-bottom: 4px;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;}.related-info .meta-row { font-size: 10px; color: var(--text-muted); }.load-more-btn {  width: 100%;  padding: 12px;  background: var(--bg-secondary);  border: 1px solid var(--border);  border-radius: 10px;  color: var(--text-secondary);  font-weight: 500;  cursor: pointer;  transition: all 0.15s;}.load-more-btn:hover { background: var(--bg-tertiary); color: var(--text-primary); }@media (max-width: 1200px) {  .player-layout { grid-template-columns: 1fr 320px; }}@media (max-width: 768px) {  .header { padding: 12px 16px; gap: 12px; }  .main-content { padding: 16px; }  .player-layout { grid-template-columns: 1fr; gap: 24px; }  .sidebar-videos { position: static; }  .related-grid {     display: grid;     grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));    gap: 12px;   }  .related-card { flex-direction: column; padding: 12px; }  .related-thumb { width: 100%; aspect-ratio: 16/9; }  .header-actions .icon-btn { display: none; }  .search-wrapper { max-width: none; flex: 1; }  .video-actions { flex-wrap: wrap; gap: 8px; }  .action-btn { padding: 8px 16px; font-size: 13px; }  .video-title { font-size: 18px; }}@media (max-width: 480px) {  .video-player {   aspect-ratio: 4/3;    border-radius: 0;  }  .related-grid { grid-template-columns: repeat(2, 1fr); }  .ad-overlay { bottom: 60px; right: 10px; }  .ad-countdown, .skip-ad-btn { font-size: 12px; padding: 6px 12px; }}/* Floating PiP container — separate fixed element, layout never shifts */.pip-container {  display: none;  position: fixed;  z-index: 9999;  width: clamp(200px, 26vw, 360px);  aspect-ratio: 1/1;  border-radius: 16px;  box-shadow: 0 20px 60px -8px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.07);  animation: pipEnter 0.35s cubic-bezier(0.22, 1, 0.36, 1);  overflow: hidden;  cursor: grab;  user-select: none;  touch-action: none;  background: #0a0a0b;}.pip-container:active,.pip-container.dragging { cursor: grabbing; }.pip-container.show { display: block; }.pip-container video {  width: 100%;  height: 100%;  display: block;  border-radius: 16px;  object-fit: contain;}@keyframes pipEnter {  from { transform: scale(0.8) translateY(12px); opacity: 0; }  to { transform: scale(1) translateY(0); opacity: 1; }}@keyframes pipExit {  from { transform: scale(1) translateY(0); opacity: 1; }  to { transform: scale(0.8) translateY(12px); opacity: 0; }}.pip-container .pip-floating-icon {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 52px;  height: 52px;  background: rgba(0,0,0,0.6);  border-radius: 50%;  display: flex;  align-items: center;  justify-content: center;  z-index: 5;  cursor: pointer;  opacity: 0;  transition: opacity 0.3s ease;  border: 2px solid rgba(255,255,255,0.2);  backdrop-filter: blur(4px);}.pip-container.paused .pip-floating-icon { opacity: 1; }.pip-container .pip-floating-icon-inner {  width: 0;  height: 0;  border-left: 17px solid white;  border-top: 11px solid transparent;  border-bottom: 11px solid transparent;  margin-left: 4px;  transition: opacity 0.2s;}.pip-container.playing .pip-floating-icon-inner {  width: 14px;  height: 20px;  border: none;  margin-left: 0;  display: flex;  gap: 4px;  justify-content: center;  align-items: center;}.pip-container.playing .pip-floating-icon-inner::before,.pip-container.playing .pip-floating-icon-inner::after {  content: '';  width: 4px;  height: 20px;  background: white;  border-radius: 1px;}.pip-container.paused .pip-floating-icon { opacity: 1; }.pip-container .pip-drag-hint {  position: absolute;  bottom: 6px;  left: 50%;  transform: translateX(-50%);  color: rgba(255,255,255,0.3);  font-size: 9px;  letter-spacing: 2px;  pointer-events: none;  opacity: 0;  transition: opacity 0.3s;}.pip-container:hover .pip-drag-hint { opacity: 1; }.pip-close-btn {  position: absolute;  top: -8px;  right: -8px;  width: 24px;  height: 24px;  border-radius: 50%;  background: #e81123;  border: 2px solid white;  color: white;  font-size: 11px;  font-weight: 700;  cursor: pointer;  z-index: 10;  display: none;  align-items: center;  justify-content: center;  transition: transform 0.2s, background 0.2s;  line-height: 1;}.pip-close-btn:hover { transform: scale(1.15); background: #ff1a2e; }.pip-container:hover .pip-close-btn { display: flex; }@media (max-width: 768px) {  .pip-container { width: clamp(150px, 30vw, 220px); border-radius: 12px; }  .pip-container video { border-radius: 12px; }}/* Diagonal badge */.player-badge {  position: absolute;  top: 8px;  right: 8px;  padding: 3px 10px;  background: linear-gradient(135deg, #ff6b6b, #ee5a24);  color: #fff;  font-size: 10px;  font-weight: 700;  text-transform: uppercase;  z-index: 5;  border-radius: 4px;  box-shadow: 0 2px 8px rgba(0,0,0,0.3);  pointer-events: none;  white-space: nowrap;}@media (max-width: 480px) {  .video-player { aspect-ratio: 16/9; border-radius: 0; }}
.live-banner {  position: fixed; bottom: 80px; right: 20px; z-index: 9999;  display: flex; align-items: center; gap: 6px;  background: linear-gradient(135deg, #cc1144, #ff2d55);  border: none;  border-radius: 6px;  padding: 7px 14px 7px 10px;  color: #fff;  font-size: 12px;  font-weight: 600;  text-decoration: none;  text-transform: uppercase;  letter-spacing: 0.3px;  box-shadow: 0 4px 20px rgba(255,45,85,0.5);  animation: liveBannerIn 0.6s ease 1s both;  transition: transform 0.2s, box-shadow 0.2s;  white-space: nowrap;  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);}.live-banner:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 30px rgba(255,45,85,0.7); }.live-banner-dot {  width: 7px; height: 7px; border-radius: 50%;  background: #00ff00;  animation: liveBannerPulse 1s infinite;  flex-shrink: 0;}.live-banner-count { color: #ffd700; font-weight: 800; font-size: 14px; }.live-banner-label { color: rgba(255,255,255,0.9); font-weight: 500; text-transform: none; letter-spacing: 0; }.live-banner-label strong { color: #fff; }.live-banner-arrow { color: #ffd700; font-weight: 800; font-size: 11px; }@keyframes liveBannerIn { from { transform: translateX(120px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }@keyframes liveBannerPulse { 0%, 100% { opacity: 1; box-shadow: 0 0 6px #00ff00; } 50% { opacity: 0.4; box-shadow: 0 0 14px #00ff00; } }@media (max-width: 768px) { .live-banner { bottom: 70px; right: 10px; font-size: 10px; padding: 5px 10px 5px 8px; } }.related-thumb img { filter: contrast(1.08) brightness(0.98) saturate(1.15) brightness(1.02); }
/* Nav links for player header */
.nav-links { display: flex; gap: 8px; }
.nav-link { display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 8px; color: var(--text-secondary); text-decoration: none; font-size: 13px; font-weight: 500; transition: all 0.2s; }
.nav-link:hover { background: var(--bg-secondary); color: var(--text-primary); }
.mobile-menu-btn { display: none; width: 44px; height: 44px; border-radius: 10px; background: var(--bg-secondary); border: 1px solid var(--border); color: var(--text-primary); font-size: 20px; cursor: pointer; transition: all 0.2s; }
.mobile-menu-btn:hover { background: var(--bg-tertiary); }
@media (max-width: 768px) { .nav-links { display: none; } .mobile-menu-btn { display: flex; } }
/* Mobile nav panel (slide-in) */
.mobile-filter-panel { position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: var(--bg-primary); border-top: 1px solid var(--border); border-radius: 16px 16px 0 0; max-height: 70vh; overflow-y: auto; transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.33,1,0.68,1); padding: 0 0 24px; }
.mobile-filter-panel.show { transform: translateY(0); }
.filter-panel-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px 12px; border-bottom: 1px solid var(--border); }
.filter-title { font-size: 16px; font-weight: 700; }
.close-panel { background: none; border: none; color: var(--text-muted); font-size: 24px; cursor: pointer; padding: 0 4px; }
.filter-panel-content { padding: 12px 20px; }
.mobile-section { margin-bottom: 16px; }
.mobile-section h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 8px; }
.mobile-cat-btn { display: block; width: 100%; padding: 10px 14px; border-radius: 8px; color: var(--text-primary); text-decoration: none; font-size: 14px; font-weight: 500; transition: background 0.2s; }
.mobile-cat-btn:hover { background: var(--bg-secondary); }
.filter-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 299; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.filter-overlay.show { opacity: 1; pointer-events: auto; }