.kv-vibix-pending [data-kv-local-fallback] { display: none !important; }

.kv-vibix-status,
.kv-vibix-frame-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  overflow: hidden;
  border-radius: 14px;
  background: #05090e;
  box-shadow: 0 20px 55px rgba(0,0,0,.34);
}

.kv-vibix-status {
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
}

.kv-vibix-status::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 13, .72);
  backdrop-filter: blur(2px);
}

.kv-vibix-status-inner,
.kv-vibix-frame-loading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
}

.kv-vibix-spinner,
.kv-vibix-frame-loading span {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255,255,255,.20);
  border-top-color: #7ac943;
  border-radius: 50%;
  animation: kv-vibix-spin .8s linear infinite;
}

@keyframes kv-vibix-spin { to { transform: rotate(360deg); } }

.kv-vibix-frame-shell { background: #000; }
.kv-vibix-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.kv-vibix-frame-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  justify-content: center;
  background: #05090e;
}

.kv-vibix-frame-shell.is-loaded .kv-vibix-frame-loading { display: none; }

@media (max-width: 760px) {
  .kv-vibix-status,
  .kv-vibix-frame-shell {
    min-height: 230px;
    border-radius: 10px;
  }
}


.kv-vibix-embed {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
}
.kv-vibix-embed > * { max-width: 100%; }
.kv-vibix-embed iframe,
.kv-vibix-embed video { width: 100% !important; height: 100% !important; border: 0; }
\n\n/* KinoVio Series v0.1 */\n.kv-series-player-note{display:flex;align-items:center;gap:10px;margin:22px 0 -10px;padding:11px 14px;border:1px solid rgba(56,211,159,.2);background:rgba(56,211,159,.07);border-radius:12px;color:#dce8e4;font-size:14px;line-height:1.4}\n.kv-series-player-note i{font-size:18px;color:#38d39f;flex:0 0 auto}\n.kv-detail-chip.kv-detail-series{border-color:rgba(56,211,159,.28)}\n@media(max-width:575px){.kv-series-player-note{font-size:13px;margin-top:16px;padding:10px 12px}}\n