:root{--vv-brand: #02ccc6;--vv-brand-deep: #001127;--vv-navy: #001d41;--vv-yellow: #ffd500;--vv-text: #ffffff;--vv-text-dim: rgba(255, 255, 255, .66);--vv-splash-fade: .1s;--vv-wallpaper: url(https://images.jesunmaailma.fi/uploads/2025/06/ViihdeVision_wallpaper.jpg)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;background:var(--vv-brand-deep);color:var(--vv-text);font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;overflow:hidden}video.castMediaElement{position:fixed;inset:0;width:100%;height:100%;object-fit:contain;background-color:#000}.vv-splash{position:fixed;inset:0;z-index:10;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;background-color:var(--vv-brand-deep);background-image:radial-gradient(125% 125% at 50% -10%,rgba(2,204,198,.22),transparent 55%),var(--vv-wallpaper);background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;opacity:1;transition:opacity var(--vv-splash-fade) ease}.vv-splash[data-state=playing]{opacity:0;pointer-events:none}.vv-splash[data-state=loading]{align-items:center;justify-content:center;background-image:radial-gradient(125% 125% at 50% -10%,rgba(2,204,198,.22),transparent 55%);background-size:cover;background-position:center;background-repeat:no-repeat}.vv-splash[data-state=loading] .vv-splash__content{align-items:center;text-align:center;margin-bottom:0;max-width:none;gap:1.25rem}.vv-splash[data-state=loading] .vv-splash__scrim{display:none}.vv-splash__backdrop{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);filter:saturate(1.05);transition:opacity .28s ease}.vv-splash__backdrop[data-has-image=true]{opacity:.5}.vv-splash__scrim{position:absolute;inset:0;background:linear-gradient(115deg,rgba(0,17,39,.85) 0%,rgba(0,17,39,.2) 55%,transparent 80%),linear-gradient(0deg,rgba(0,17,39,.9) 0%,rgba(0,17,39,.35) 40%,transparent 75%)}.vv-splash__content{position:relative;z-index:1;width:100%;max-width:64ch;padding:clamp(28px,5vw,72px);display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem;margin-bottom:1.5rem}.vv-brand__logo{height:clamp(34px,3.4vw,48px);width:auto;display:block;filter:drop-shadow(0 8px 24px rgba(2,204,198,.35))}@media (max-width: 768px){.vv-brand__logo{height:clamp(40px,3.4vw,48px);width:auto;display:block;filter:drop-shadow(0 8px 24px rgba(2,204,198,.35))}}.vv-meta{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.vv-meta__eyebrow{margin:0;font-size:clamp(12px,1.3vw,16px);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--vv-brand);min-height:1em}.vv-meta__title{margin:0;font-size:clamp(18px,2.2vw,28px);font-weight:600;color:var(--vv-text);min-height:1em}.vv-meta__subtitle{margin:0;font-size:clamp(15px,1.8vw,23px);font-weight:500;color:var(--vv-text-dim);min-height:1em}.vv-status{display:flex;align-items:center;gap:clamp(14px,1.6vw,24px);min-height:48px}.vv-status__loader{display:inline-flex;align-items:center;justify-content:center}.vv-dotpulse{--uib-size: 96px;--uib-color: var(--vv-brand);--uib-speed: 1s;--uib-total: calc(var(--uib-speed) * 1.45);align-items:center;display:flex;height:calc(var(--uib-size) * .27);justify-content:space-between;position:relative;width:var(--uib-size)}.vv-dotpulse:before,.vv-dotpulse:after,.vv-dotpulse__dot{background-color:var(--uib-color);border-radius:50%;content:"";display:block;height:calc(var(--uib-size) * .18);width:calc(var(--uib-size) * .18);transform:scale(0)}.vv-dotpulse:before{animation:vv-dotpulse-pulse var(--uib-total) ease-in-out infinite}.vv-dotpulse__dot{animation:vv-dotpulse-pulse var(--uib-total) ease-in-out calc(var(--uib-speed) * .125) infinite both}.vv-dotpulse:after{animation:vv-dotpulse-pulse var(--uib-total) ease-in-out calc(var(--uib-speed) * .25) infinite}@keyframes vv-dotpulse-pulse{0%{transform:scale(0)}27.5%{transform:scale(1.5)}55%,to{transform:scale(0)}}.vv-circular{display:inline-flex;width:clamp(48px,6vw,64px);height:clamp(48px,6vw,64px);color:var(--vv-brand);animation:vv-circular-rotate 1.4s linear infinite;filter:drop-shadow(0 6px 18px rgba(2,204,198,.35))}.vv-circular__svg{display:block;width:100%;height:100%}.vv-circular__circle{stroke:currentColor;stroke-linecap:round;stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:vv-circular-dash 1.4s ease-in-out infinite}@keyframes vv-circular-rotate{to{transform:rotate(360deg)}}@keyframes vv-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.vv-status__text{margin:0;font-size:clamp(15px,1.5vw,20px);font-weight:500;letter-spacing:.01em;color:var(--vv-text)}.vv-splash[data-state=error] .vv-status__text{color:var(--vv-yellow)}@media (prefers-reduced-motion: reduce){.vv-circular,.vv-circular__circle{animation-duration:3.5s}.vv-dotpulse{--uib-speed: 2.4s}}.vv-player-chrome{position:fixed;inset:0;z-index:20;color:var(--vv-text);opacity:1;transition:opacity .32s ease}.vv-player-chrome[data-visible=false]{opacity:0;pointer-events:none}.vv-player-chrome:before,.vv-player-chrome:after{content:"";position:absolute;inset-inline:0;pointer-events:none}.vv-player-chrome:before{top:0;height:clamp(110px,22vh,200px);background:linear-gradient(to bottom,rgba(0,0,0,.92),rgba(0,0,0,.45) 55%,transparent)}.vv-player-chrome:after{bottom:0;height:clamp(120px,28vh,240px);background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.5) 35%,transparent)}.vv-player-chrome__top{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;gap:clamp(12px,1.4vw,20px);padding:clamp(18px,3vw,40px)}.vv-player-chrome__logo{height:clamp(22px,2.4vw,34px);width:auto;display:block;flex-shrink:0}.vv-player-chrome__episode{position:absolute;left:0;right:0;bottom:clamp(88px,14vh,140px);z-index:1;padding:0 clamp(18px,3vw,40px);max-width:min(720px,72vw);pointer-events:none}.vv-episode-overlay{display:flex;flex-direction:column;gap:6px;text-shadow:0 2px 14px rgba(0,0,0,.65)}.vv-episode-overlay__meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--vv-brand);font-size:clamp(12px,1.05vw,14px);font-weight:600}.vv-episode-overlay__title{margin:0;font-size:clamp(22px,2.4vw,34px);font-weight:700;letter-spacing:.01em;line-height:1.15}.vv-episode-overlay__subtitle{margin:0;font-size:clamp(13px,1.15vw,16px);color:#ffffffc7}.vv-episode-overlay__description{margin:4px 0 0;font-size:clamp(13px,1.1vw,15px);line-height:1.45;color:#ffffffd1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vv-episode-overlay__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.vv-episode-overlay__badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:6px;background:#02ccc62e;border:1px solid rgba(2,204,198,.45);color:var(--vv-brand);font-size:12px;font-weight:700}.vv-episode-overlay__details{display:flex;flex-wrap:wrap;gap:12px;margin-top:2px;color:#ffffff9e;font-size:clamp(12px,1vw,14px)}.vv-player-chrome__top-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto}.vv-player-chrome__center{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:20px;pointer-events:none}.vv-player-chrome__center>*{pointer-events:auto}.vv-player-chrome__bottom{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:clamp(16px,2.6vw,36px)}.vv-player-icon-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:none;border-radius:8px;background:transparent;color:var(--vv-text);cursor:pointer;transition:background-color .16s ease,transform .12s ease}.vv-player-icon-btn:hover{background-color:#ffffff1f}.vv-player-icon-btn:disabled{opacity:.35;pointer-events:none}.vv-player-icon-btn:focus{outline:none}.vv-player-icon-btn:focus-visible,.vv-player-jump-live-btn:focus-visible,.vv-settings__row:focus-visible,.vv-settings__item:focus-visible,.vv-info-panel .vv-player-icon-btn:focus-visible{outline:2px solid var(--vv-brand);outline-offset:3px;background-color:#02ccc638}.vv-player-transport-btn:focus-visible{outline:2px solid var(--vv-brand);outline-offset:3px;background:#0009}.vv-player-icon-btn:active{transform:scale(.94)}.vv-player-icon-btn .material-icons{font-size:24px}.vv-player-icon-btn[data-active=true]{color:var(--vv-brand);background-color:#02ccc633}.vv-player-transport-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;border-radius:9999px;background:#00000073;color:#fff;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background-color .16s ease}.vv-player-transport-btn:focus{outline:none}.vv-player-transport-btn:hover{background:#0000008c}.vv-player-transport-btn:active:not(:disabled){transform:scale(.94);opacity:.92}.vv-player-transport-btn:disabled{opacity:.45;pointer-events:none}.vv-player-transport-btn--play{width:78px;height:78px}.vv-player-transport-btn--seek{width:64px;height:64px}.vv-player-transport-btn--seek .material-icons{font-size:36px}.vv-player-transport-btn--skip{width:52px;height:52px}.vv-player-transport-btn--skip .material-icons{font-size:36px}.vv-player-play-glyph{display:block;width:0;height:0;margin-left:3px;border-style:solid;border-top-width:11px;border-bottom-width:11px;border-left-width:18px;border-top-color:transparent;border-bottom-color:transparent;border-left-color:#fff;border-right-width:0;background:transparent}.vv-player-pause-glyph{display:flex;align-items:center;justify-content:center;gap:7px}.vv-player-pause-glyph__bar{display:block;width:5px;height:22px;border-radius:2.5px;background:#fff}.vv-player-loading-icon{display:inline-flex;align-items:center;justify-content:center}.vv-player-loading-icon__spin{animation:vv-player-spin .9s linear infinite;transform-origin:center}@keyframes vv-player-spin{to{transform:rotate(360deg)}}.vv-player-jump-live-btn{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:10px 14px;border:none;border-radius:9999px;background:var(--vv-brand);color:var(--vv-brand-deep);font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .12s ease}.vv-player-jump-live-btn .material-icons{font-size:20px}.vv-player-jump-live-btn:hover{opacity:.92}.vv-player-jump-live-btn:active{transform:scale(.96)}.vv-player-timeline-wrap{position:relative;width:100%}.vv-player-timeline-row{display:flex;align-items:center;gap:10px;width:100%}.vv-player-timeline-time{flex-shrink:0;min-width:42px;color:#fff;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums;text-align:center}.vv-player-timeline-time--live{min-width:64px;font-weight:600;letter-spacing:.3px}.vv-player-timeline{position:relative;flex:1 1 auto;height:44px;display:flex;align-items:center;cursor:pointer;touch-action:none;overflow:visible}.vv-player-timeline-track{position:relative;height:4px;width:100%;border-radius:9999px;background:#ffffff38;overflow:hidden}.vv-player-timeline-buffered{position:absolute;inset-block:0;left:0;border-radius:9999px;background:#ffffff61}.vv-player-timeline-played{position:absolute;inset-block:0;left:0;border-radius:9999px;background:var(--vv-brand)}.vv-player-timeline-thumb{position:absolute;top:50%;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:9999px;background:var(--vv-brand);border:2px solid #ffffff;pointer-events:none}.vv-player-timeline[data-live=true] .vv-player-timeline-played,.vv-player-timeline[data-live=true] .vv-player-timeline-thumb{background:#f5365c}.vv-player-timeline[data-live=true][data-edge=true] .vv-player-timeline-played,.vv-player-timeline[data-live=true][data-edge=true] .vv-player-timeline-thumb{background:var(--vv-brand)}.vv-player-timeline-live-end{display:flex;align-items:center;gap:8px;flex-shrink:0}.vv-player-live-edge-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:4px;background:#f5365c;color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px}.vv-player-live-edge-dot{width:6px;height:6px;border-radius:9999px;background:#fff}.vv-player-jump-live-chip{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:72px;padding:4px 10px;border:1.5px solid var(--vv-brand);border-radius:8px;background:#02ccc61f;color:var(--vv-brand);font-family:inherit;cursor:pointer;transition:background .14s ease}.vv-player-jump-live-chip:hover{background:#02ccc638}.vv-player-jump-live-chip__label{font-size:11px;font-weight:700;line-height:1.2}.vv-player-jump-live-chip__behind{margin-top:1px;color:#ffffffb3;font-size:10px;font-weight:500;font-variant-numeric:tabular-nums;line-height:1.2}.vv-player-volume{display:flex;align-items:center}.vv-player-volume__track-wrap{width:0;opacity:0;overflow:hidden;transition:width .2s ease,opacity .15s ease,margin .2s ease}.vv-player-volume:hover .vv-player-volume__track-wrap,.vv-player-volume:focus-within .vv-player-volume__track-wrap{width:clamp(80px,8vw,120px);opacity:1;margin-left:4px}.vv-player-volume__track{position:relative;height:4px;width:100%;border-radius:9999px;background:#fff3}.vv-player-volume__fill{position:absolute;inset-block:0;left:0;border-radius:9999px;background:var(--vv-brand);pointer-events:none}.vv-player-volume__slider{position:absolute;inset:0;margin:0;width:100%;height:100%;cursor:pointer;appearance:none;-webkit-appearance:none;background:transparent}.vv-player-volume__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border-radius:9999px;background:var(--vv-brand);border:2px solid #ffffff}.vv-player-volume__slider::-moz-range-thumb{width:14px;height:14px;border:2px solid #ffffff;border-radius:9999px;background:var(--vv-brand)}.vv-player-chrome__system{display:flex;align-items:center;gap:clamp(4px,.6vw,10px)}.vv-player-subtitles{position:relative;display:flex;align-items:center}.vv-player-subtitles .vv-player-icon-btn[data-active=true]{color:var(--vv-brand)}.vv-subtitles-menu{position:absolute;bottom:calc(100% + 10px);right:0;min-width:clamp(180px,18vw,240px);padding:6px;display:flex;flex-direction:column;gap:2px;background:#0c1016eb;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 12px 32px #00000080;backdrop-filter:blur(12px)}.vv-subtitles-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:var(--vv-text);font:inherit;font-size:clamp(14px,1.2vw,16px);text-align:left;cursor:pointer;transition:background-color .14s ease}.vv-subtitles-menu__item:hover{background-color:#ffffff1f}.vv-subtitles-menu__item[data-active=true]{color:var(--vv-brand)}.vv-subtitles-menu__label{flex:1 1 auto}.vv-subtitles-menu__lang{font-size:.72em;letter-spacing:.04em;color:var(--vv-text-dim)}.vv-subtitles-menu__check{font-size:20px;color:var(--vv-brand)}.vv-player-settings{position:relative}.vv-player-settings .vv-player-icon-btn[data-active=true]{color:var(--vv-brand);background-color:#02ccc633}.vv-settings{position:absolute;top:calc(100% + 10px);right:0;width:clamp(260px,26vw,340px);max-height:min(58vh,420px);display:flex;flex-direction:column;background:#001127f7;border:1px solid rgba(2,204,198,.25);border-radius:16px;box-shadow:0 16px 40px #0000008c;backdrop-filter:blur(14px);overflow:hidden;z-index:5}.vv-settings:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--vv-brand);pointer-events:none}.vv-settings__header{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:8px 8px 10px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.vv-settings__header-spacer{width:36px}.vv-settings__title{margin:0;flex:1;text-align:left;font-size:17px;font-weight:600}.vv-settings__body{overflow-y:auto;padding:10px 12px 12px}.vv-settings__row,.vv-settings__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 10px;border:none;border-radius:14px;background:#ffffff0d;color:var(--vv-text);font:inherit;font-size:15px;text-align:left;cursor:pointer;transition:background-color .14s ease;margin-bottom:6px}.vv-settings__row:hover,.vv-settings__item:hover{background-color:#ffffff1a}.vv-settings__row-label{flex:1 1 auto}.vv-settings__row-value{color:var(--vv-text-dim);font-size:.92em}.vv-settings__row .material-icons,.vv-settings__item .material-icons{font-size:22px;color:var(--vv-brand)}.vv-settings__list{display:flex;flex-direction:column;gap:4px}.vv-settings__item{background:#ffffff0a;border-radius:12px;margin-bottom:0}.vv-settings__item[data-active=true]{color:var(--vv-brand);background:#02ccc624}.vv-settings__item>span:first-child{flex:1 1 auto}.vv-player-scrub-preview{position:absolute;bottom:calc(100% + 12px);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none;z-index:4}.vv-player-scrub-preview img{width:160px;height:90px;object-fit:cover;border-radius:10px;border:2px solid var(--vv-brand);background:var(--vv-brand-deep);box-shadow:0 10px 28px #00000073}.vv-player-scrub-preview span{padding:2px 8px;border-radius:6px;background:#0000008c;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.vv-info-panel{position:absolute;top:0;right:0;bottom:0;z-index:6;width:min(420px,42vw);display:flex;flex-direction:column;background:#001127f7;border-left:1px solid rgba(2,204,198,.3);box-shadow:-12px 0 40px #00000073}.vv-info-panel__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.vv-info-panel__heading{margin:0;font-size:18px;font-weight:600}.vv-info-panel__body{overflow-y:auto;padding:18px 20px 28px}.vv-info-panel__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px;color:var(--vv-brand);font-size:13px;font-weight:600}.vv-info-panel__title{margin:0 0 6px;font-size:22px;font-weight:600}.vv-info-panel__subtitle{margin:0 0 14px;color:#ffffffb3;font-size:15px}.vv-info-panel__description{margin:0 0 16px;color:#ffffffe0;font-size:14px;line-height:1.55;white-space:pre-wrap}.vv-info-panel__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.vv-info-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:4px 8px;border-radius:6px;background:#02ccc62e;color:var(--vv-brand);font-size:12px;font-weight:700}.vv-info-panel__details{display:flex;flex-wrap:wrap;gap:12px;color:#ffffffa6;font-size:13px}
