:root{--ink:#0f0f0f;--muted:#606060;--line:#ddd;--chip:#f2f2f2;--red:#f03;color-scheme:light}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,"PingFang SC",sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.topbar{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:auto auto minmax(180px,640px) auto;align-items:center;gap:20px;height:64px;padding:0 clamp(16px,3vw,38px);border-bottom:1px solid var(--line);background:#fffc}.back{font-size:24px}.brand{display:flex;align-items:center;gap:7px}.brand i{display:grid;width:30px;height:21px;place-items:center;border-radius:6px;background:var(--red);color:#fff;font-size:10px}.brand b{padding-left:7px;border-left:1px solid var(--line);font-size:11px;letter-spacing:.12em}.search{display:flex;height:40px;border:1px solid #bbb;border-radius:22px;overflow:hidden}.search input{min-width:0;flex:1;border:0;padding:0 17px;outline:0}.search span{display:grid;width:58px;place-items:center;border-left:1px solid #bbb;background:#f8f8f8}.rwave{font-size:12px;font-weight:bold}.filters{position:sticky;z-index:15;top:64px;display:flex;gap:10px;overflow:auto;padding:12px clamp(16px,4vw,64px);background:#fffe}.filters button{flex:none;border:0;border-radius:9px;padding:9px 14px;background:var(--chip);cursor:pointer}.filters .on{background:#111;color:#fff}.browser{padding:24px clamp(16px,4vw,64px) 70px}.heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.heading small{color:var(--red);font-weight:bold;letter-spacing:.14em}.heading h1{margin:5px 0 0;font-size:25px}.heading>span,.meta p,.meta a{color:var(--muted);font-size:12px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.thumb{position:relative;width:100%;padding:0;border:0;border-radius:12px;overflow:hidden;background:#111;cursor:pointer}.thumb img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:.25s}.thumb:hover img{transform:scale(1.025)}.thumb i{position:absolute;inset:50% auto auto 50%;display:grid;width:46px;aspect-ratio:1;place-items:center;border-radius:50%;background:#000b;color:#fff;transform:translate(-50%,-50%);opacity:0}.thumb:hover i{opacity:1}.meta{display:grid;grid-template-columns:36px 1fr;gap:11px;padding-top:12px}.meta>b{display:grid;width:36px;aspect-ratio:1;place-items:center;border-radius:50%;background:#111;color:#fff}.meta h2{margin:1px 0 6px;font-size:15px;line-height:1.35}.meta p{margin:0}.watch{position:fixed;z-index:100;inset:0;overflow:auto;background:#000;color:#fff}.watch[hidden]{display:none}.stage{position:relative;display:grid;width:100%;height:82svh;place-items:center}.stage video{width:100%;height:100%;object-fit:contain;background:#000}.stage button{position:absolute;top:18px;right:20px;width:44px;aspect-ratio:1;border:0;border-radius:50%;background:#000a;color:#fff;font-size:30px}.watch-info{display:flex;justify-content:space-between;padding:22px clamp(18px,5vw,70px)}.watch-info h2{margin:8px 0}.watch-info a{padding:12px 16px;border-radius:22px;background:#fff;color:#111}.watch:fullscreen{overflow:hidden}.watch:fullscreen .stage{height:100vh}.watch:fullscreen .watch-info{display:none}.watching{overflow:hidden}@media(max-width:1200px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.grid{grid-template-columns:repeat(2,1fr)}.topbar{grid-template-columns:auto auto 1fr}.rwave{display:none}}@media(max-width:560px){.topbar{height:auto;grid-template-columns:auto 1fr;padding:9px 13px}.search{grid-column:1/-1}.filters{top:107px}.grid{grid-template-columns:1fr}.browser{padding-inline:13px}.thumb i{opacity:1}.stage{height:76svh}.watch-info{flex-direction:column;gap:18px}}
.thumb img{object-fit:contain;background:#111}
.stage video{width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:var(--video-ratio,9/16);object-fit:contain!important;object-position:center center}
.watch:fullscreen .stage,.watch:-webkit-full-screen .stage{width:100vw;height:100vh;height:100dvh}
.watch:fullscreen .stage video,.watch:-webkit-full-screen .stage video{width:auto;height:auto;max-width:100vw;max-height:100vh;max-height:100dvh;object-fit:contain!important}

/* Single-screen theater fallback. True fullscreen is requested on the video itself. */
.watch{overflow:hidden!important}
.watch .stage{position:absolute;inset:0;width:100%;height:100vh!important;height:100dvh!important;overflow:hidden}
.watch .stage video{position:absolute;inset:0;display:block;width:100%!important;height:100%!important;max-width:100vw!important;max-height:100dvh!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center;background:#000}
.watch .watch-info{position:absolute;z-index:2;right:0;bottom:0;left:0;align-items:flex-end;padding:70px clamp(18px,5vw,70px) 22px;background:linear-gradient(transparent,rgba(0,0,0,.78));pointer-events:none}
.watch .watch-info a{pointer-events:auto}
.watch .stage video:fullscreen,.watch .stage video:-webkit-full-screen{width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;object-fit:contain!important;background:#000}
.thumb>video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#111;transition:.25s}.thumb:hover>video{transform:scale(1.025)}.upload{padding:10px 16px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:bold}@media(max-width:850px){.topbar{grid-template-columns:auto 1fr auto}.upload{justify-self:end}.search{grid-column:1/-1}.rwave{display:none}}
