.vizo-tv-pairing,
.vizo-tv-player-shell,
.vizo-tv-invalid {
  min-height: 100vh;
  color: #fff;
  background: radial-gradient(circle at 80% 10%, #4735a9 0, #171d36 38%, #090c18 100%);
}
.vizo-tv-pairing { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 6rem); }
.vizo-tv-brand { position: absolute; top: 3rem; left: 4rem; display: flex; align-items: center; gap: .8rem; font-size: 1.5rem; font-weight: 700; }
.vizo-tv-brand img { height: 34px; }
.vizo-tv-brand span { padding-left: .8rem; border-left: 1px solid rgba(255,255,255,.28); }
.vizo-tv-pairing-card { display: grid; grid-template-columns: 1.25fr .75fr; width: min(1500px, 100%); margin: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 32px; background: rgba(16, 20, 41, .78); box-shadow: 0 35px 80px rgba(0,0,0,.35); backdrop-filter: blur(20px); }
.vizo-tv-pairing-copy { padding: clamp(2.5rem, 5vw, 5rem); }
.vizo-tv-kicker { color: #9f8bff; font-size: .9rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.vizo-tv-pairing h1 { max-width: 720px; margin: 1rem 0 2rem; color: #fff; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; }
.vizo-tv-pairing ol { display: grid; gap: 1rem; margin: 0; padding-left: 1.5rem; color: rgba(255,255,255,.75); font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.vizo-tv-url { margin: 2.5rem 0 0; color: #b9aaff; font-size: 1.1rem; font-weight: 650; }
.vizo-tv-code-panel { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 500px; padding: 3rem; text-align: center; background: linear-gradient(145deg, rgba(114,84,243,.8), rgba(34,184,207,.45)); }
.vizo-tv-code-panel > span { color: rgba(255,255,255,.72); font-size: 1rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.vizo-tv-code-panel > strong { margin: 1.6rem 0; color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(3.3rem, 7vw, 7.3rem); line-height: 1; letter-spacing: .12em; text-shadow: 0 12px 28px rgba(0,0,0,.25); }
.vizo-tv-expiry { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.vizo-tv-footer { position: absolute; bottom: 2.2rem; left: 0; right: 0; margin: 0; color: rgba(255,255,255,.48); text-align: center; }

.vizo-tv-account { max-width: 1500px; }
.vizo-tv-activate-card { overflow: hidden; min-height: 100%; border: 1px solid rgba(114,84,243,.24); background: linear-gradient(145deg, rgba(114,84,243,.09), var(--vz-card-bg)); }
.vizo-tv-activate-card .card-body { padding: 2rem; }
.vizo-tv-activate-card h1 { font-size: 1.75rem; }
.vizo-tv-account-icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 1.25rem; border-radius: 22px; color: #7254f3; background: rgba(114,84,243,.13); font-size: 2rem; }
.vizo-tv-code-input { height: 68px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 2rem; font-weight: 700; letter-spacing: .25em; text-align: center; }
.vizo-tv-device-list { display: grid; gap: .75rem; }
.vizo-tv-device { display: flex; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid var(--vz-border-color); border-radius: 14px; }
.vizo-tv-device-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: #7254f3; background: rgba(114,84,243,.1); font-size: 1.3rem; }
.vizo-tv-device strong,
.vizo-tv-device small { display: block; }
.vizo-tv-device small { margin-top: .25rem; color: var(--vz-secondary-color); }
.vizo-tv-empty { display: grid; min-height: 280px; place-items: center; align-content: center; color: var(--vz-secondary-color); text-align: center; }
.vizo-tv-empty i { margin-bottom: .8rem; font-size: 3rem; }

.vizo-tv-player-shell { display: flex; flex-direction: column; padding: 2rem clamp(2rem, 3vw, 4rem); }
.vizo-tv-player-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 92px; }
.vizo-tv-company-brand { display: flex; align-items: center; gap: 1rem; }
.vizo-tv-company-brand img,
.vizo-tv-company-brand > span { width: 70px; height: 58px; border-radius: 14px; object-fit: contain; background: #fff; }
.vizo-tv-company-brand > span { display: grid; place-items: center; color: #7254f3; font-size: 1.8rem; }
.vizo-tv-company-brand strong,
.vizo-tv-company-brand small { display: block; }
.vizo-tv-company-brand strong { color: #fff; font-size: 1.35rem; }
.vizo-tv-company-brand small { margin-top: .2rem; color: rgba(255,255,255,.58); }
.vizo-tv-player-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 28vw); flex: 1; gap: 2rem; min-height: 0; padding: 1.5rem 0; }
.vizo-tv-screen { position: relative; overflow: hidden; min-height: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #000; box-shadow: 0 25px 60px rgba(0,0,0,.35); }
.vizo-tv-screen iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.vizo-tv-now-playing { padding: 1.5rem 1.8rem; background: #121728; }
.vizo-tv-now-playing span { color: #9f8bff; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vizo-tv-now-playing h1 { margin: .35rem 0; color: #fff; font-size: clamp(1.4rem, 2vw, 2.2rem); }
.vizo-tv-now-playing p { margin: 0; color: rgba(255,255,255,.55); }
.vizo-tv-playlist { overflow: hidden; min-height: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(18,23,40,.82); }
.vizo-tv-playlist-heading { display: flex; justify-content: space-between; padding: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.vizo-tv-playlist-heading span { color: #fff; font-weight: 700; }
.vizo-tv-playlist-heading strong { color: rgba(255,255,255,.5); font-size: .85rem; }
.vizo-tv-playlist-items { max-height: calc(100vh - 225px); overflow: auto; padding: .7rem; }
.vizo-tv-video-item { display: flex; align-items: center; gap: .85rem; width: 100%; padding: 1rem; color: rgba(255,255,255,.72); border: 1px solid transparent; border-radius: 14px; background: transparent; text-align: left; }
.vizo-tv-video-item > span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.07); }
.vizo-tv-video-item > div { min-width: 0; flex: 1; }
.vizo-tv-video-item strong,
.vizo-tv-video-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vizo-tv-video-item strong { color: #fff; }
.vizo-tv-video-item small { margin-top: .25rem; color: rgba(255,255,255,.45); }
.vizo-tv-video-item > i { font-size: 1.5rem; }
.vizo-tv-video-item.active { border-color: rgba(159,139,255,.45); background: rgba(114,84,243,.18); }
.vizo-tv-video-item:focus-visible { outline: 4px solid #fff; outline-offset: -2px; background: rgba(114,84,243,.4); }
.vizo-tv-powered { display: flex; align-items: center; justify-content: center; gap: 1rem; min-height: 48px; color: rgba(255,255,255,.38); }
.vizo-tv-powered img { height: 21px; opacity: .55; }
.vizo-tv-no-content,
.vizo-tv-invalid { display: grid; place-items: center; align-content: center; text-align: center; }
.vizo-tv-no-content { flex: 1; }
.vizo-tv-no-content i,
.vizo-tv-invalid i { margin-bottom: 1rem; color: #9f8bff; font-size: 5rem; }
.vizo-tv-no-content h1,
.vizo-tv-invalid h1 { color: #fff; }
.vizo-tv-no-content p,
.vizo-tv-invalid p { color: rgba(255,255,255,.55); font-size: 1.15rem; }
@media (max-width: 991.98px) {
  .vizo-tv-pairing-card { grid-template-columns: 1fr; }
  .vizo-tv-code-panel { min-height: 330px; }
  .vizo-tv-brand { position: static; margin-bottom: 2rem; }
  .vizo-tv-footer { position: static; margin-top: 2rem; }
  .vizo-tv-player-layout { grid-template-columns: 1fr; }
  .vizo-tv-playlist-items { max-height: none; }
}
