﻿.custom-player{position:relative;background:#000;border-radius:12px;overflow:hidden}.custom-player__video{display:block;width:100%;height:auto;background:#000}.custom-player__topbar,.custom-player__bottombar{position:absolute;left:0;right:0;padding:8px 10px;display:flex;align-items:center;gap:10px;color:#fff;opacity:1;transition:opacity .2s ease;pointer-events:auto}.custom-player__topbar{top:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05))}.custom-player__topbar .title{font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-player__bottombar{bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05));min-height:44px}.custom-player__bottombar::after{content:"";position:absolute;left:-20px;right:-20px;top:-12px;height:14px;background:rgba(0,0,0,0);pointer-events:auto}.custom-player.ui-hidden .custom-player__topbar,.custom-player.ui-hidden .custom-player__bottombar{opacity:0;transition:opacity .25s ease;pointer-events:none}.custom-player__bottombar>*{pointer-events:auto}.cp-btn{width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.18);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cp-btn:focus{outline:none;box-shadow:0 0 0 3px color-mix(in oklab, #fff 25%, transparent)}.cp-btn:after{content:"";display:block;width:0;height:0;border-style:solid}.cp-play:after{border-width:8px 0 8px 12px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) currentColor;margin-left:2px}.cp-btn.is-playing:after{width:14px;height:14px;border:0;box-shadow:inset 0 0 0 4px currentColor,inset 10px 0 0 4px currentColor}.cp-mute:after{content:"🔊";font-size:18px;border:0;width:auto;height:auto;text-shadow:0 1px 1px rgba(0,0,0,.5)}.cp-mute.is-muted:after{content:"🔇"}.cp-full:after{content:"↕";font-size:16px;border:0;width:auto;height:auto}.cp-time{font-size:12px;opacity:.9;text-shadow:0 1px 1px rgba(0,0,0,.6)}.cp-progress{position:relative;flex:1 1 auto;height:6px;border-radius:999px;overflow:hidden;background:hsla(0,0%,100%,.2);cursor:pointer}.cp-progress .cp-buffer{position:absolute;inset:0;width:0%;background:hsla(0,0%,100%,.35)}.cp-progress .cp-played{position:absolute;inset:0;width:0%;background:linear-gradient(90deg, var(--brand-500), var(--brand-600))}.cp-vol{display:inline-flex;align-items:center;padding:0;opacity:0;transform:scaleX(0.85);transition:max-width .18s ease,opacity .15s ease,transform .15s ease,padding .15s ease;pointer-events:none;max-width:0;overflow:hidden}.cp-volbar{width:120px;height:6px;border-radius:999px;background:hsla(0,0%,100%,.25);position:relative;overflow:hidden;cursor:pointer}.cp-volfill{position:absolute;inset:0;width:0%;background:linear-gradient(90deg, var(--brand-500), var(--brand-600))}.custom-player.show-vol .cp-vol{opacity:1;transform:scaleX(1);pointer-events:auto;max-width:160px;padding-left:8px;padding-right:6px}.cp-rate{width:auto;min-width:42px;padding:0 10px;border-radius:18px}.cp-rate .cp-rate-label{font-size:12px;font-weight:700;letter-spacing:.2px}.cp-ratepanel{position:absolute;right:10px;bottom:54px;z-index:5;display:block;opacity:0;transform:translateY(6px) scale(0.98);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.cp-ratelist{display:flex;flex-direction:column;gap:4px;background:rgba(0,0,0,.85);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;padding:8px;min-width:120px}.cp-rateopt{appearance:none;border:0;border-radius:6px;padding:6px 10px;color:#fff;background:rgba(0,0,0,0);cursor:pointer;text-align:left;font-weight:600}.cp-rateopt:hover,.cp-rateopt.active{background:hsla(0,0%,100%,.15)}.custom-player.show-rate .cp-ratepanel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.cp-full{position:relative}.cp-full:after{content:none}.cp-full{--icon-enter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 9V5h4'/><path d='M15 5h4v4'/><path d='M19 15v4h-4'/><path d='M9 19H5v-4'/></svg>");--icon-exit: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 5H5v4'/><path d='M15 5h4v4'/><path d='M19 15v4h-4'/><path d='M9 19H5v-4'/></svg>");background-image:var(--icon-enter);background-repeat:no-repeat;background-position:center;background-size:18px 18px}.cp-full.is-exit{background-image:var(--icon-exit)}.custom-player__osd{position:absolute;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .18s ease;pointer-events:none}.custom-player__osd.show{opacity:1}.custom-player__osd--pp{top:50%;transform:translate(-50%, -50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.18)}.custom-player__osd--pp::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-40%, -50%);width:0;height:0;border-style:solid;border-width:12px 0 12px 18px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.custom-player__osd--pp.pause::before{content:"";width:18px;height:20px;border:0;left:50%;top:50%;transform:translate(-50%, -50%);box-shadow:inset 0 0 0 6px #fff,inset 12px 0 0 6px #fff}.custom-player__osd--vol{bottom:64px;top:auto;background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.18);border-radius:999px;padding:6px}.custom-player__osd--vol .vol-bar{width:min(40vw,320px);height:4px;background:hsla(0,0%,100%,.25);border-radius:999px;overflow:hidden}.custom-player__osd--vol .vol-fill{width:0%;height:100%;background:linear-gradient(90deg, var(--brand-500), var(--brand-600))}.patch-fx{transition:opacity .25s ease}.patch-fade-out{opacity:0}.custom-player:fullscreen{border-radius:0;background:#000;width:100vw;height:100vh}.custom-player:fullscreen .custom-player__video{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;object-fit:contain}.custom-player:-webkit-full-screen{border-radius:0;background:#000;width:100vw;height:100vh}.custom-player:-webkit-full-screen .custom-player__video{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;object-fit:contain}video::-webkit-media-controls-enclosure{display:none !important}/*# sourceMappingURL=movielib.css.map */
