/*!
 * CinePlayer — Light Tema
 * Açık / beyaz renk paleti — kurumsal kullanım
 * Kullanım: <div id="player" class="cp-theme-light">
 */
.cp-theme-light {
  --cp-primary:         #5048E5;
  --cp-primary-light:   #7C74F0;
  --cp-bg:              #1a1a1a;
  --cp-surface:         rgba(0, 0, 0, 0.06);
  --cp-surface-hover:   rgba(0, 0, 0, 0.12);
  --cp-border:          rgba(0, 0, 0, 0.1);
  --cp-text:            #ffffff;
  --cp-text-muted:      rgba(255, 255, 255, 0.6);
  --cp-icon:            rgba(255, 255, 255, 0.88);
  --cp-icon-hover:      #ffffff;
  --cp-controls-bg:     linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%);
  --cp-progress-bg:     rgba(255, 255, 255, 0.2);
  --cp-progress-buffer: rgba(255, 255, 255, 0.3);
  --cp-progress-fill:   var(--cp-primary);
  --cp-radius:          10px;
  --cp-radius-sm:       5px;
  --cp-menu-bg:         rgba(255, 255, 255, 0.97);
  --cp-menu-border:     rgba(0, 0, 0, 0.08);
  --cp-menu-hover:      rgba(0, 0, 0, 0.05);
  --cp-menu-active:     rgba(80, 72, 229, 0.1);
  --cp-subtitle-bg:     rgba(0, 0, 0, 0.72);
  --cp-subtitle-text:   #ffffff;
}

/* Menü metinleri koyu (beyaz arka plan) */
.cp-theme-light .cp-menu-item {
  color: #1a1a2e;
}
.cp-theme-light .cp-menu-header {
  color: #6b6b85;
}
.cp-theme-light .cp-menu-value {
  color: #888;
}
.cp-theme-light .cp-menu-item.is-active {
  color: #5048E5;
  background: rgba(80, 72, 229, 0.1);
}
.cp-theme-light .cp-menu-item.is-active::after {
  color: #5048E5;
}

.cp-theme-light .cp-spinner-ring {
  border-color: rgba(0,0,0,0.1);
  border-top-color: #5048E5;
}

.cp-theme-light .cp-progress-fill {
  background: #5048E5;
}

.cp-theme-light .cp-btn.is-active {
  color: #7C74F0;
}

.cp-theme-light .cp-big-play:hover {
  background: rgba(80, 72, 229, 0.55);
  border-color: #5048E5;
}
