*{box-sizing:border-box}:root{--sidebar-width:300px}body{color:#111;margin:0;font:14px Arial,sans-serif}button,input{font:inherit}.topbar{z-index:20;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:18px;height:64px;padding:0 18px;display:flex;position:fixed;top:0;left:0;right:0}.menu,.actions button{cursor:pointer;background:#fff;border:0}.menu{border-radius:50%;width:32px;height:32px;font-size:18px}.menu:hover{background:#f2f2f2}.logo{color:#111;min-width:210px;font-size:21px;font-weight:800;text-decoration:none}.logo span:last-child{font-weight:500}.play{color:#fff;background:#ff2f57;border-radius:7px;margin-right:5px;padding:5px 8px;font-size:11px;display:inline-block}.search{border:1px solid #d5d5d5;border-radius:999px;flex:1;max-width:680px;margin:auto;display:flex;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:12px 16px}.search button{background:#f7f7f7;border:0;border-left:1px solid #ddd;width:50px}.actions{justify-content:flex-end;gap:8px;min-width:180px;display:flex}.avatar{width:36px;height:36px;color:#fff!important;background:#111!important;border-radius:50%!important}.sidebar{z-index:12;width:var(--sidebar-width);background:#fff;padding:14px 12px;transition:transform .22s;position:fixed;top:64px;bottom:0;overflow:hidden auto}.sidebar a,.sidebar strong{color:#111;white-space:nowrap;border-radius:10px;align-items:center;gap:10px;min-height:41px;padding:11px 13px;font-weight:400;line-height:19px;text-decoration:none;display:flex}.sidebar a:hover,.sidebar .active{background:#f2f2f2}.sidebar strong{min-height:auto;padding-top:7px;padding-bottom:7px;font-size:12px}.navIcon{color:#555;flex:0 0 21px;justify-content:center;align-items:center;width:21px;font-size:16px;font-weight:400;display:inline-flex}.sidebar hr{border:0;border-top:1px solid #eee;margin:12px 0}main{margin-left:var(--sidebar-width);padding:78px 22px 60px;transition:margin-left .22s}.sidebar-collapsed .sidebar{transform:translate(-100%)}.sidebar-collapsed main{margin-left:0}.chips{z-index:9;background:#fff;gap:8px;padding:10px 0 14px;display:flex;position:sticky;top:64px;overflow:auto}.chip{white-space:nowrap;cursor:pointer;background:#f2f2f2;border:0;border-radius:9px;padding:9px 13px}.chip.active{color:#fff;background:#111}.hero{background:linear-gradient(120deg,#fafafa,#ececec);border-radius:22px;justify-content:space-between;align-items:end;gap:20px;margin:5px 0 34px;padding:30px 34px;display:flex}.hero small{letter-spacing:2px;color:#777;font-weight:700}.hero h1{letter-spacing:-2px;margin:8px 0;font-size:42px;line-height:1.02}.hero p,.sub,.meta{color:#777}.primary{color:#fff;cursor:pointer;background:#111;border:0;border-radius:999px;padding:12px 18px}section{margin-bottom:40px}section h2{margin:0 0 4px}.sub{margin:0 0 15px}.grid{grid-template-columns:repeat(4,1fr);gap:26px 16px;display:grid}.card,.shortCard{cursor:pointer}.thumb,.shortThumb{background:#ddd;border-radius:13px;position:relative;overflow:hidden}.thumb{aspect-ratio:16/9}.shortThumb{aspect-ratio:9/16}.thumb img,.shortThumb img{object-fit:cover;width:100%;height:100%;display:block}.duration,.shopBadge{border-radius:5px;padding:4px 6px;font-size:11px;position:absolute;bottom:7px}.duration{color:#fff;background:#111c;right:7px}.shopBadge{background:#fff;font-weight:700;left:7px}.card h3,.shortCard h3{margin:9px 0 5px;font-size:14px;line-height:1.35}.price{margin-top:5px;font-weight:700}.shortGrid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}dialog{border:0;border-radius:18px;width:min(1100px,94vw);padding:20px}dialog::backdrop{background:#0008}.close{float:right;border:0;border-radius:50%;width:38px;height:38px;font-size:22px}.watchWrap{grid-template-columns:1fr 320px;gap:20px;display:grid}.player{aspect-ratio:16/9;background:#111;border-radius:14px;position:relative;overflow:hidden}.player img{object-fit:cover;width:100%;height:100%}.playBig{border:0;border-radius:50%;width:64px;height:64px;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shopNow{color:#fff;background:#111;border-radius:999px;padding:11px 16px;font-weight:700;text-decoration:none;display:inline-block}.relatedItem{grid-template-columns:130px 1fr;gap:9px;margin-bottom:10px;display:grid}.relatedItem img{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:130px}@media (width<=900px){.sidebar{transform:translate(-100%);box-shadow:8px 0 24px #0002}.sidebar-open .sidebar{transform:translate(0)}main{margin-left:0}.grid{grid-template-columns:repeat(2,1fr)}.shortGrid{grid-template-columns:repeat(3,1fr)}.watchWrap{grid-template-columns:1fr}.related{display:none}.logo,.actions{min-width:auto}.hero h1{font-size:34px}}@media (width<=560px){.grid{grid-template-columns:1fr}.shortGrid{grid-template-columns:repeat(2,1fr)}.hero{flex-direction:column;align-items:flex-start}.hero h1{font-size:30px}.logo span:last-child{display:none}}