.hh-yt{--yt-bg: #0f0f0f;--yt-surface: #272727;--yt-surface-hover: #3a3a3a;--yt-text: #f1f1f1;--yt-text-secondary: #aaaaaa;--yt-accent: var(--hh-teal, #1A8C7A);--yt-divider: rgba(255,255,255,.1);--yt-slide-duration: 5s}.hh-yt{background-color:var(--yt-bg);color:var(--yt-text);min-height:100vh;font-family:"Nunito",var(--hh-font-body),-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px}.hh-yt a,.hh-yt a:hover,.hh-yt a:visited,.hh-yt button{color:inherit!important;text-decoration:none!important}.hh-yt__header{padding:clamp(100px,12vw,140px) clamp(1rem,3vw,3rem) 1.5rem;border-bottom:1px solid var(--yt-divider)}.hh-yt__header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1.25rem}.hh-yt__header-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.hh-yt__header-avatar--placeholder{background:var(--yt-surface);display:flex;align-items:center;justify-content:center}.hh-yt__header-title{font-family:"Clash Display",var(--hh-font-clash),sans-serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;margin:0;line-height:1.2;color:#fff}.hh-yt__header-count{font-size:.95rem;color:var(--yt-text);margin:.15rem 0 0}.hh-yt__header-cta{margin-left:auto;font-size:1.4rem;font-weight:600;color:#fff!important;text-decoration:underline!important;text-underline-offset:4px;text-decoration-thickness:1.5px!important;opacity:.85;transition:opacity .15s ease;white-space:nowrap;flex-shrink:0}.hh-yt__header-cta:hover{opacity:1;text-decoration-color:var(--yt-accent)!important}.hh-yt__layout{max-width:1400px;margin:0 auto;padding:1.5rem clamp(1rem,3vw,3rem) 3rem;display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}.hh-yt__player{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;cursor:pointer}.hh-yt__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease;z-index:1;transform:scale(1.08);will-change:transform,opacity}.hh-yt__slide.is-active{opacity:1;z-index:2}.hh-yt__slide.kb-1{animation:hh-yt-kb1 var(--yt-slide-duration) ease-in-out forwards}.hh-yt__slide.kb-2{animation:hh-yt-kb2 var(--yt-slide-duration) ease-in-out forwards}.hh-yt__slide.kb-3{animation:hh-yt-kb3 var(--yt-slide-duration) ease-in-out forwards}.hh-yt__slide.kb-4{animation:hh-yt-kb4 var(--yt-slide-duration) ease-in-out forwards}@keyframes hh-yt-kb1{0%{transform:scale(1) translate(0)}to{transform:scale(1.12) translate(0)}}@keyframes hh-yt-kb2{0%{transform:scale(1.15) translate(-1%)}to{transform:scale(1.04) translate(1%)}}@keyframes hh-yt-kb3{0%{transform:scale(1.06) translate(1.5%,-.5%)}to{transform:scale(1.1) translate(-1.5%,.5%)}}@keyframes hh-yt-kb4{0%{transform:scale(1.04) translateY(-1%)}to{transform:scale(1.12) translateY(1%)}}.hh-yt__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:3;display:none;background:#000}.hh-yt__video.is-active{display:block}.hh-yt__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff26;z-index:10;transition:height .15s ease}.hh-yt__player:hover .hh-yt__progress{height:5px}.hh-yt__progress-fill{height:100%;background:var(--yt-accent);width:0%;transition:width .3s linear}.hh-yt__controls{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:.5rem;padding:0 12px 10px;background:linear-gradient(transparent 0%,#000000d9);z-index:8;opacity:0;transition:opacity .25s ease}.hh-yt__player:hover .hh-yt__controls{opacity:1}.hh-yt__ctrl-btn{width:36px;height:36px;border:none;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s;color:#fff!important;flex-shrink:0;opacity:.85}.hh-yt__ctrl-btn:hover{opacity:1}.hh-yt__ctrl-play{width:36px;height:36px}.hh-yt__timer{font-size:.85rem;color:#ffffffe6;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;position:static;text-shadow:none;z-index:auto}.hh-yt__controls-spacer{flex:1}.hh-yt__counter{font-size:.85rem;color:#ffffffbf;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;position:static;text-shadow:none}.hh-yt__info{padding:1rem 0 .75rem}.hh-yt__title{font-family:"Nunito",var(--hh-font-body),sans-serif;font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:700;line-height:1.35;margin:0;color:var(--yt-text)}.hh-yt__meta{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--yt-text-secondary);margin-top:.4rem}.hh-yt__meta-date:after{content:"\b7";margin-left:.5rem}.hh-yt__desc{font-size:1rem;line-height:1.55;color:var(--yt-text-secondary);margin-top:.75rem;background:var(--yt-surface);padding:.85rem 1rem;border-radius:12px;position:relative;cursor:pointer}.hh-yt__desc:empty{display:none}.hh-yt__desc-text{max-height:3.1em;overflow:hidden;transition:max-height .3s ease}.hh-yt__desc.is-expanded .hh-yt__desc-text{max-height:1000px}.hh-yt__desc-toggle{display:inline-block;margin-top:.4rem;font-size:.9rem;font-weight:700;color:var(--yt-text);cursor:pointer;border:none;background:none;padding:0}.hh-yt__desc-toggle:hover{color:var(--yt-accent)}.hh-yt__thumbstrip{display:flex;gap:6px;padding:.75rem 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--yt-surface-hover) transparent}.hh-yt__thumbstrip::-webkit-scrollbar{height:4px}.hh-yt__thumbstrip::-webkit-scrollbar-track{background:transparent}.hh-yt__thumbstrip::-webkit-scrollbar-thumb{background:var(--yt-surface-hover);border-radius:2px}.hh-yt__thumbstrip-item{width:72px;height:40px;border-radius:4px;overflow:hidden;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:border-color .15s,opacity .15s;opacity:.6}.hh-yt__thumbstrip-item:hover{opacity:.85}.hh-yt__thumbstrip-item.is-active{border-color:var(--yt-accent);opacity:1}.hh-yt__thumbstrip-item img{width:100%;height:100%;object-fit:cover;display:block}.hh-yt__thumbstrip--hidden{display:none}.hh-yt__playlist{background:var(--yt-surface);border-radius:12px;overflow:hidden;position:sticky;top:80px}.hh-yt__playlist-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.15rem;border-bottom:1px solid var(--yt-divider);gap:.75rem}.hh-yt__playlist-header-left{display:flex;flex-direction:column;gap:.1rem;min-width:0}.hh-yt__autoplay-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.hh-yt__autoplay-label{font-size:.85rem;color:var(--yt-text-secondary);white-space:nowrap}.hh-yt__autoplay-switch{width:36px;height:20px;border-radius:10px;background:#fff3;position:relative;transition:background .2s ease}.hh-yt__autoplay-toggle.is-on .hh-yt__autoplay-switch{background:var(--yt-accent)}.hh-yt__autoplay-knob{width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s ease}.hh-yt__autoplay-toggle.is-on .hh-yt__autoplay-knob{transform:translate(16px)}.hh-yt__playlist-label{font-size:1.35rem;font-weight:700;color:var(--yt-text)}.hh-yt__playlist-count{font-size:.95rem;color:var(--yt-text-secondary)}.hh-yt__playlist-items{max-height:580px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--yt-surface-hover) transparent}.hh-yt__playlist-items::-webkit-scrollbar{width:4px}.hh-yt__playlist-items::-webkit-scrollbar-track{background:transparent}.hh-yt__playlist-items::-webkit-scrollbar-thumb{background:var(--yt-surface-hover);border-radius:2px}.hh-yt__playlist-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;width:100%;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .15s;border-left:3px solid transparent}.hh-yt__playlist-item:hover{background:var(--yt-surface-hover)}.hh-yt__playlist-item.is-active{background:#ffffff14;border-left-color:var(--yt-accent)}.hh-yt__playlist-num{font-size:1rem;color:var(--yt-text-secondary);width:1.5rem;text-align:center;flex-shrink:0;font-variant-numeric:tabular-nums}.hh-yt__playlist-item.is-active .hh-yt__playlist-num{color:var(--yt-accent)}.hh-yt__playlist-thumb{width:100px;height:56px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#ffffff0d}.hh-yt__playlist-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hh-yt__playlist-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.hh-yt__playlist-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.hh-yt__playlist-title{font-size:1.15rem;font-weight:600;color:var(--yt-text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hh-yt__playlist-item.is-active .hh-yt__playlist-title{color:var(--yt-accent)}.hh-yt__playlist-channel{font-size:.95rem;color:var(--yt-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-yt__player--empty{display:flex;align-items:center;justify-content:center;background:var(--yt-surface)}.hh-yt__player--empty:after{content:"Select a video from the playlist";color:var(--yt-text-secondary);font-size:1rem}@media(max-width:1100px){.hh-yt__layout{grid-template-columns:1fr 320px;gap:1rem}.hh-yt__playlist-thumb{width:80px;height:45px}}@media(max-width:768px){.hh-yt__header{padding-top:clamp(80px,12vw,100px)}.hh-yt__header-avatar{width:56px;height:56px}.hh-yt__layout{grid-template-columns:1fr;padding:1rem .75rem 2rem}.hh-yt__player{border-radius:0}.hh-yt__main{position:sticky;top:0;z-index:20;background:var(--yt-bg);padding:0}.hh-yt__info{padding:.75rem .5rem .5rem}.hh-yt__thumbstrip{padding:.5rem}.hh-yt__playlist{position:static;border-radius:12px;max-height:none}.hh-yt__playlist-items{max-height:none}.hh-yt__playlist-thumb{width:100px;height:56px}.hh-yt__controls{opacity:0;transition:opacity .3s ease}.hh-yt__controls.is-visible{opacity:1}}@media(max-width:480px){.hh-yt__header-title{font-size:1.35rem}.hh-yt__header-cta,.hh-yt__title{font-size:1.1rem}.hh-yt__playlist-thumb{width:80px;height:45px}}@media(prefers-reduced-motion:reduce){.hh-yt__slide{transition:none;animation:none!important;transform:scale(1)!important}.hh-yt__progress-fill,.hh-yt__controls{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/hh-yt.css.map */
