.up-modal[hidden]{display:none}.up-modal{position:fixed;inset:0;z-index:999999}.up-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.up-modal__dialog{position:relative;display:flex;flex-direction:column;width:min(960px, 92vw);max-height:min(90vh, 860px);margin:auto;top:50%;transform:translateY(-50%);background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.45)}.up-modal__frame{aspect-ratio:16/9;flex:0 0 auto;background:#000}.up-modal__frame,.up-modal__frame iframe{width:100%;height:100%;display:block;border:0}.up-video-after{flex:1 1 auto;overflow:auto;background:#fff;color:#111}.up-content-wrap{background:#fff;color:#111;width:min(960px, 92vw);max-height:min(86vh, 720px);margin:auto;top:50%;transform:translateY(-50%);position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.45)}.up-content__inner{overflow:auto;max-height:calc(min(86vh, 720px) - 48px);padding:16px}.up-modal__close{position:absolute;top:8px;right:10px;font-size:34px;line-height:1;color:#fff;background:0 0;border:0;cursor:pointer;z-index:10;text-shadow:0 2px 10px rgba(0,0,0,.6)}.up-style-theater .up-modal__dialog{width:100vw;max-height:100vh;border-radius:0;top:0;transform:none;height:100vh}.up-style-theater .up-modal__frame{flex:1 1 auto;aspect-ratio:auto}.up-style-theater .up-content-wrap{width:100vw;max-height:100vh;border-radius:0;top:0;transform:none;height:100vh}.up-style-theater .up-content__inner{max-height:calc(100vh - 48px)}.up-style-drawer-right .up-modal__dialog,.up-style-drawer-right .up-content-wrap{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(480px, 90vw);max-height:100vh;height:100vh;margin:0;border-radius:0;transform:translateX(100%);animation:up-slide-left .3s ease forwards}.up-style-drawer-right .up-content__inner{max-height:calc(100vh - 48px)}.up-style-drawer-right .up-modal__frame{aspect-ratio:auto;max-height:50vh}.up-style-drawer-left .up-modal__dialog,.up-style-drawer-left .up-content-wrap{position:fixed;top:0;left:0;right:auto;bottom:0;width:min(480px, 90vw);max-height:100vh;height:100vh;margin:0;border-radius:0;transform:translateX(-100%);animation:up-slide-right .3s ease forwards}.up-style-drawer-left .up-content__inner{max-height:calc(100vh - 48px)}.up-style-drawer-left .up-modal__frame{aspect-ratio:auto;max-height:50vh}.up-style-drawer-bottom .up-modal__dialog,.up-style-drawer-bottom .up-content-wrap{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;max-height:80vh;height:auto;margin:0;border-radius:12px 12px 0 0;transform:translateY(100%);animation:up-slide-up .3s ease forwards}.up-style-drawer-bottom .up-content__inner{max-height:calc(80vh - 48px)}@keyframes up-slide-left{to{transform:translateX(0)}}@keyframes up-slide-right{to{transform:translateX(0)}}@keyframes up-slide-up{to{transform:translateY(0)}}.up-video-card{--up-bg:transparent;--up-bg-hover:transparent;--up-text:#f1f5f9;--up-text-muted:#94a3b8;--up-border:#334155;--up-play-bg:rgba(255,255,255,.9);--up-play-color:#0f172a;display:inline-block;width:100%;cursor:pointer;border-radius:var(--up-card-radius,12px);overflow:hidden;background:0 0;transition:transform .25s ease,box-shadow .25s ease;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.up-theme-light .up-video-card,.up-theme-light.up-video-card{--up-play-bg:rgba(15,23,42,.85);--up-play-color:#fff}@media (prefers-color-scheme:light){.up-theme-auto .up-video-card,.up-theme-auto.up-video-card{--up-play-bg:rgba(15,23,42,.85);--up-play-color:#fff}}.up-video-card:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.up-video-card__thumb{position:relative;width:100%;aspect-ratio:var(--up-card-ratio,16/9);background-size:cover;background-position:center;background-color:#1e293b;overflow:hidden;border-radius:var(--up-card-radius,12px)}.up-video-card__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease,transform .2s ease}.up-video-card:hover .up-video-card__play,.up-video-card:focus .up-video-card__play{opacity:1;transform:scale(1.1)}.up-video-card__play svg{width:60px;height:60px;color:var(--up-play-bg);filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}.up-video-card__meta{position:absolute;z-index:2;display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,transparent 100%);pointer-events:none}.up-meta-bottom-left{bottom:0;left:0;right:0;text-align:left}.up-meta-bottom-center{bottom:0;left:0;right:0;text-align:center}.up-meta-bottom-right{bottom:0;left:0;right:0;text-align:right}.up-meta-top-left{top:0;left:0;right:0;text-align:left;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,transparent 100%)}.up-meta-top-center{top:0;left:0;right:0;text-align:center;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,transparent 100%)}.up-meta-top-right{top:0;left:0;right:0;text-align:right;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,transparent 100%)}.up-meta-center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:rgba(0,0,0,.5);border-radius:8px;right:auto}.up-video-card__title{font-size:14px;font-weight:500;color:#fff;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.4)}.up-video-card__channel{font-size:12px;color:rgba(255,255,255,.8);text-shadow:0 1px 3px rgba(0,0,0,.4)}.up-video-card__duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);color:#fff;font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.up-hover-lift.up-video-card:hover,.up-hover-lift.up-video-card:focus{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.25);outline:none}.up-hover-zoom .up-video-card__thumb{transition:transform .3s ease}.up-hover-zoom.up-video-card:hover .up-video-card__thumb,.up-hover-zoom.up-video-card:focus .up-video-card__thumb{transform:scale(1.05)}.up-hover-glow.up-video-card:hover,.up-hover-glow.up-video-card:focus{box-shadow:0 0 0 3px var(--up-border),0 8px 25px rgba(0,0,0,.3);outline:none}.up-hover-none.up-video-card:hover,.up-hover-none.up-video-card:focus{transform:none;box-shadow:none}.up-play-circle .up-video-card__play svg{color:var(--up-play-bg)}.up-play-youtube .up-video-card__play svg{width:68px;height:48px}.up-play-minimal .up-video-card__play svg{width:48px;height:48px;color:rgba(255,255,255,.95)}.up-play-square .up-video-card__play svg{width:50px;height:50px;color:var(--up-play-bg)}.up-tiles-minimal .up-video-card__meta{background:0 0}.up-tiles-overlay .up-video-card__meta.up-meta-bottom-left,.up-tiles-overlay .up-video-card__meta.up-meta-bottom-center,.up-tiles-overlay .up-video-card__meta.up-meta-bottom-right{padding-top:40px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%)}.up-tiles-cinematic.up-video-card{background:#000}