.pgh-single-video-page {
    --pghsv-bg: #0d0d0f;
    --pghsv-surface: #17171b;
    --pghsv-surface-2: #202026;
    --pghsv-border: rgba(255,255,255,.1);
    --pghsv-text: #f7f7f8;
    --pghsv-muted: #a5a5ad;
    --pghsv-accent: #ff2f73;
    --pghsv-accent-2: #ff6a98;
    background: #0b0b0e;
    color: var(--pghsv-text);
}

.pghsv-page { background: radial-gradient(circle at 18% 0, rgba(255,47,115,.09), transparent 30%), radial-gradient(circle at 90% 28%, rgba(105,67,255,.07), transparent 24%), var(--pghsv-bg); color: var(--pghsv-text); min-height: 70vh; padding: 28px 0 64px; }
.pghsv-page *, .pghsv-page *::before, .pghsv-page *::after { box-sizing: border-box; }
.pghsv-shell { width: min(1460px, calc(100% - 40px)); margin: 0 auto; }
.pghsv-watch-layout { min-width: 0; }
.pghsv-player-sticky { position: relative; top: auto; z-index: 1; align-self: start; width: min(1180px, 100%); min-width: 0; margin: 0 auto; background: transparent; isolation: isolate; }
.pghsv-player-sticky.is-fullscreen { position: relative; top: auto; }
.pghsv-content-rail { min-width: 0; }
.pghsv-content-rail > .pghsv-video-header, .pghsv-content-rail > .pghsv-engagement, .pghsv-content-rail > .pghsv-chips { width: min(1180px, 100%); margin-right: auto; margin-left: auto; }
.pghsv-content-rail > .pghsv-description { width: min(1180px, 100%); max-width: none; margin-right: auto; margin-left: auto; }
.pghsv-content-rail > .pghsv-description p { max-width: 880px; }

.pghsv-player { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #000; border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.42), 0 0 0 1px rgba(255,47,115,.04); }
.pghsv-player video { display: block; width: 100%; height: 100%; background: #000; object-fit: contain; }
.pghsv-player__start { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; min-width: 92px; padding: 0; place-items: center; border: 0; background: transparent; color: #fff; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; filter: drop-shadow(0 5px 16px rgba(0,0,0,.62)); transform: translate(-50%,-50%); }
.pghsv-player__start[hidden] { display: none; }
.pghsv-player__start svg { display: block; margin-bottom: 7px; transition: transform .18s ease; }
.pghsv-player__start circle { fill: rgba(255,47,115,.92); stroke: rgba(255,255,255,.9); stroke-width: 2; }
.pghsv-player__start path { fill: #fff; }
.pghsv-player__start:hover svg, .pghsv-player__start:focus-visible svg { transform: scale(1.08); }
.pghsv-player__start:focus-visible { border-radius: 12px; outline: 3px solid #fff; outline-offset: 5px; }
.pghsv-player__start.is-loading svg { animation: pghsv-pulse 1s ease-in-out infinite alternate; }
@keyframes pghsv-pulse { to { opacity: .58; transform: scale(.94); } }
.pghsv-player:fullscreen { border: 0; border-radius: 0; }
.pghsv-player__empty { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px; text-align: center; background: radial-gradient(circle at center, #24242b, #08080a 72%); }
.pghsv-player__empty[hidden], .pghsv-player__fallback[hidden] { display: none; }
.pghsv-player__fallback { position: absolute; left: 14px; bottom: 58px; z-index: 3; max-width: calc(100% - 28px); padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(0,0,0,.78); color: #fff; font-size: 13px; text-decoration: none; backdrop-filter: blur(10px); }
.pghsv-player__fallback:hover { border-color: var(--pghsv-accent); color: #fff; }
.pghsv-player__fallback--noscript { display: inline-block; }

.pghsv-video-header { padding: 24px 4px 8px; }
.pghsv-video-header h1 { max-width: 980px; margin: 0; color: var(--pghsv-text); font-size: clamp(24px, 3vw, 38px); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.pghsv-video-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 12px; color: var(--pghsv-muted); font-size: 14px; }
.pghsv-video-meta span + span::before { display: inline-block; width: 4px; height: 4px; margin: 0 10px 3px 0; border-radius: 50%; background: #5a5a64; content: ""; }
.pghsv-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.pghsv-engagement { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 12px; }
.pghsv-engagement__item, .pghsv-engagement__like { appearance: none; display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 9px 13px; border: 1px solid var(--pghsv-border); border-radius: 999px; background: rgba(32,32,38,.82); color: #d8d8de; font: inherit; font-size: 13px; line-height: 1; text-decoration: none; }
.pghsv-engagement__item strong, .pghsv-engagement__like strong { color: #fff; font-size: 14px; }
.pghsv-engagement__like { cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pghsv-engagement__like:hover { border-color: rgba(255,47,115,.5); background: #292930; transform: translateY(-1px); }
.pghsv-engagement__like[aria-pressed="true"] { border-color: rgba(255,47,115,.65); background: rgba(255,47,115,.16); color: #fff; }
.pghsv-engagement__heart { color: #888891; font-size: 18px; line-height: .8; }
.pghsv-engagement__like[aria-pressed="true"] .pghsv-engagement__heart { color: var(--pghsv-accent); }
.pghsv-engagement__like:disabled { opacity: .6; cursor: wait; transform: none; }
.pghsv-engagement__status { flex: 1 0 100%; margin: 0; color: #ff9abb; font-size: 12px; }
.pghsv-engagement__status:empty { display: none; }
.pghsv-button { appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border: 1px solid var(--pghsv-border); border-radius: 10px; background: var(--pghsv-surface-2); color: var(--pghsv-text); font: inherit; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pghsv-button:hover { border-color: rgba(255,255,255,.27); background: #292930; color: #fff; transform: translateY(-1px); }
.pghsv-button--primary { border-color: var(--pghsv-accent); background: var(--pghsv-accent); color: #fff; }
.pghsv-button--primary:hover { border-color: var(--pghsv-accent-2); background: var(--pghsv-accent-2); }
.pghsv-button--library { gap: 7px; border-color: rgba(255,47,115,.42); background: linear-gradient(135deg, rgba(255,47,115,.2), rgba(255,47,115,.08)); color: #fff; }
.pghsv-button--library:hover { border-color: rgba(255,47,115,.72); background: linear-gradient(135deg, rgba(255,47,115,.3), rgba(255,47,115,.12)); }
.pghsv-button--library svg path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.pghsv-button--library strong { display: inline-grid; min-width: 19px; height: 19px; padding: 0 5px; place-items: center; border-radius: 999px; background: #ff2f73; color: #fff; font-size: 10px; line-height: 1; }
.pghsv-button--library strong[hidden] { display: none; }
.pghsv-button:focus-visible, .pghsv-actions .pgh-watch-later-toggle:focus-visible, .pghsv-actions .pgh-library-action:focus-visible, .pghsv-tabs button:focus-visible, .pghsv-load-more:focus-visible, .pghsv-card__link:focus-visible, .pghsv-search-list a:focus-visible, .pghsv-chips a:focus-visible, .pghsv-autoplay:focus-visible { outline: 3px solid rgba(255,47,115,.55); outline-offset: 3px; }

.pghsv-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
.pghsv-chips a { padding: 7px 11px; border: 1px solid var(--pghsv-border); border-radius: 999px; color: #d6d6dc; font-size: 13px; text-decoration: none; }
.pghsv-chips a:hover { border-color: var(--pghsv-accent); color: #fff; }
.pghsv-description { max-width: 880px; color: #c4c4cb; font-size: 15px; line-height: 1.65; }
.pghsv-description p { margin: 14px 0 0; }

.pghsv-up-next { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; margin: 14px 0 0; padding: 11px 14px; border: 1px solid rgba(255,47,115,.2); border-radius: 14px; background: linear-gradient(105deg, rgba(255,47,115,.12), rgba(32,32,38,.94) 45%, var(--pghsv-surface)); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.pghsv-up-next__eyebrow { color: var(--pghsv-accent-2); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pghsv-up-next .pghsv-card--small .pghsv-card__link { grid-template-columns: 100px minmax(0,1fr); }
.pghsv-up-next .pghsv-card__thumb { aspect-ratio: 16/9; }
.pghsv-up-next__ended { color: #d3d3d8; font-size: 13px; }
.pghsv-up-next.is-ready { border-color: rgba(255,47,115,.48); }
.pghsv-up-next__controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 7px; }
.pghsv-autoplay { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 5px 9px; border: 1px solid var(--pghsv-border); border-radius: 999px; background: rgba(0,0,0,.25); color: #d7d7dd; cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; }
.pghsv-autoplay > span { position: relative; width: 27px; height: 15px; border-radius: 999px; background: #55555e; }
.pghsv-autoplay > span::after { position: absolute; top: 3px; left: 3px; width: 9px; height: 9px; border-radius: 50%; background: #fff; content: ""; transition: transform .18s ease; }
.pghsv-autoplay[aria-checked="true"] > span { background: var(--pghsv-accent); }
.pghsv-autoplay[aria-checked="true"] > span::after { transform: translateX(12px); }
.pghsv-queue-count { display: inline-grid; min-width: 24px; height: 24px; padding: 0 6px; place-items: center; border-radius: 999px; background: rgba(51,190,255,.18); color: #68d0ff; font-size: 10px; font-weight: 900; }
.pghsv-up-next__cancel { padding: 5px 8px; border: 0; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; }
.pghsv-up-next__ended { grid-column: 1 / -1; justify-self: end; }

.pghsv-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 30px; margin-top: 54px; align-items: start; }
.pghsv-recommendations, .pghsv-side-section { min-width: 0; }
.pghsv-recommendations { padding: 24px; border: 1px solid var(--pghsv-border); border-radius: 18px; background: linear-gradient(145deg, rgba(28,28,34,.96), rgba(18,18,22,.92)); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.pghsv-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.pghsv-section-heading span { display: block; margin-bottom: 4px; color: var(--pghsv-accent-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pghsv-section-heading h2 { margin: 0; color: var(--pghsv-text); font-size: 23px; line-height: 1.2; }
.pghsv-section-heading > a { color: #d5d5db; font-size: 13px; font-weight: 700; text-decoration: none; }
.pghsv-section-heading > a:hover { color: var(--pghsv-accent-2); }

.pghsv-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-bottom: 22px; padding: 6px; border: 1px solid var(--pghsv-border); border-radius: 14px; background: rgba(8,8,10,.54); }
.pghsv-tabs button { position: relative; min-width: 0; min-height: 58px; padding: 10px 8px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: var(--pghsv-muted); font: inherit; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pghsv-tabs button > span { display: block; overflow: hidden; color: inherit; font-size: 13px; font-weight: 850; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.pghsv-tabs button > small { display: block; overflow: hidden; margin-top: 4px; color: #777781; font-size: 10px; font-weight: 700; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.pghsv-tabs button:hover { background: rgba(255,255,255,.035); color: #e8e8ec; }
.pghsv-tabs button[aria-selected="true"] { border-color: rgba(255,47,115,.36); background: linear-gradient(135deg, rgba(255,47,115,.2), rgba(255,47,115,.07)); color: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.22); transform: translateY(-1px); }
.pghsv-tabs button[aria-selected="true"]::after { position: absolute; right: 10px; bottom: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--pghsv-accent); box-shadow: 0 0 10px var(--pghsv-accent); content: ""; }
.pghsv-tabs button[aria-selected="true"] > small { color: #cfcfd6; }
.pghsv-panel[hidden] { display: none; }
.pghsv-panel-intro { margin: 0 0 18px; padding: 0 2px; }
.pghsv-panel-intro > span { color: var(--pghsv-accent-2); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pghsv-panel-intro h3 { margin: 4px 0 5px; color: #fff; font-size: clamp(18px, 2vw, 24px); line-height: 1.18; letter-spacing: -.015em; }
.pghsv-panel-intro p { max-width: 720px; margin: 0; color: #9999a4; font-size: 13px; line-height: 1.5; }
.pghsv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 14px; }

.pghsv-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.075); border-radius: 12px; background: rgba(11,11,14,.72); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pghsv-card:hover { border-color: rgba(255,47,115,.32); box-shadow: 0 12px 28px rgba(0,0,0,.28); transform: translateY(-2px); }
.pghsv-card__link { display: block; height: 100%; padding-bottom: 11px; color: var(--pghsv-text); text-decoration: none; }
.pghsv-card__thumb { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 16/9; border-radius: 11px 11px 6px 6px; background: #24242a; }
.pghsv-card__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.pghsv-card__link:hover .pghsv-card__thumb img { transform: scale(1.025); filter: brightness(1.06); }
.pghsv-card__empty { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #292931, #141417); }
.pghsv-card__duration, .pghsv-card__views { position: absolute; bottom: 7px; z-index: 1; padding: 3px 6px; border-radius: 5px; background: rgba(0,0,0,.82); color: #fff; font-size: 11px; font-weight: 800; line-height: 1.2; }
.pghsv-card__duration { right: 7px; }
.pghsv-card__views { left: 7px; }
.pghsv-card__title { display: -webkit-box; overflow: hidden; margin: 10px 11px 0; color: #efeff2; font-size: 14px; font-weight: 720; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pghsv-card__stats { display: flex; flex-wrap: wrap; gap: 3px 7px; margin: 6px 11px 0; color: #898993; font-size: 10px; font-weight: 700; line-height: 1.25; }
.pghsv-card__stats > span + span::before { margin-right: 7px; color: #55555f; content: "\00b7"; }
.pghsv-card__link:hover .pghsv-card__title { color: #fff; }
.pghsv-card.is-watched .pghsv-card__thumb::after { position: absolute; top: 7px; left: 7px; z-index: 2; padding: 4px 7px; border-radius: 999px; background: rgba(13,13,15,.82); color: #e8e8ec; content: "Watched"; font-size: 10px; font-weight: 800; }
.pghsv-card.is-watched { order: 2; opacity: .72; }
.pghsv-panel[data-pghsv-panel="trending"] .pghsv-grid { counter-reset: pghsv-rank; }
.pghsv-panel[data-pghsv-panel="trending"] .pghsv-card { counter-increment: pghsv-rank; }
.pghsv-panel[data-pghsv-panel="trending"] .pghsv-card::before { position: absolute; top: 8px; left: 8px; z-index: 4; display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(10,10,13,.88); color: #fff; content: counter(pghsv-rank); font-size: 12px; font-weight: 900; box-shadow: 0 4px 14px rgba(0,0,0,.35); backdrop-filter: blur(8px); }
.pghsv-panel[data-pghsv-panel="trending"] .pghsv-card.is-watched .pghsv-card__thumb::after { top: 44px; }

.pghsv-card--small { overflow: visible; border: 0; background: transparent; }
.pghsv-card--small:hover { border-color: transparent; box-shadow: none; transform: none; }
.pghsv-card--small .pghsv-card__link { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 10px; align-items: center; padding: 0; }
.pghsv-card--small .pghsv-card__thumb { border-radius: 8px; }
.pghsv-card--small .pghsv-card__title { margin: 0; font-size: 13px; }
.pghsv-card--small .pghsv-card__thumb { grid-row: 1 / span 2; }
.pghsv-card--small .pghsv-card__stats { grid-column: 2; margin: -3px 0 0; font-size: 9px; }
.pghsv-card--small .pghsv-card__views { display: none; }
.pghsv-card--small .pgh-watch-later-toggle--card { top: 4px; right: auto; left: 80px; width: 31px; height: 31px; border-radius: 8px; }
.pghsv-card--small .pgh-watch-later-toggle--card .pgh-watch-later-icon { width: 15px; height: 15px; }
.pghsv-up-next .pghsv-card--small .pgh-watch-later-toggle--card { left: 64px; }
.pghsv-card--small .pgh-card-actions { top: 4px; right: auto; left: 4px; gap: 2px; }
.pghsv-card--small .pgh-card-actions .pgh-watch-later-toggle--card, .pghsv-card--small .pgh-card-actions .pgh-library-action { width: 28px; height: 28px; border-radius: 7px; }
.pghsv-card--small .pgh-card-actions svg { width: 14px; height: 14px; }
.pghsv-up-next .pghsv-card--small .pgh-card-actions .pgh-watch-later-toggle--card, .pghsv-up-next .pghsv-card--small .pgh-card-actions .pgh-library-action { width: 25px; height: 25px; }
.pghsv-load-more { display: block; width: 100%; margin-top: 24px; padding: 12px; border: 1px solid var(--pghsv-border); border-radius: 10px; background: var(--pghsv-surface); color: #efeff2; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.pghsv-load-more:hover { border-color: rgba(255,47,115,.5); background: var(--pghsv-surface-2); }
.pghsv-load-more:disabled { opacity: .55; cursor: wait; }
.pghsv-empty { color: var(--pghsv-muted); }

.pghsv-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.pghsv-search-panel { padding: 20px; border: 1px solid var(--pghsv-border); border-radius: 16px; background: rgba(23,23,27,.88); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.pghsv-search-panel .pghsv-section-heading { margin-bottom: 14px; }
.pghsv-side-list { display: grid; gap: 13px; }
.pghsv-side-list .pghsv-card { padding-bottom: 13px; border-bottom: 1px solid var(--pghsv-border); }
.pghsv-search-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pghsv-search-list a { padding: 8px 11px; border: 1px solid var(--pghsv-border); border-radius: 8px; background: var(--pghsv-surface); color: #dcdce1; font-size: 13px; text-decoration: none; }
.pghsv-search-list a:hover { border-color: var(--pghsv-accent); color: #fff; }
.pghsv-discovery-card { padding: 22px; overflow: hidden; border: 1px solid rgba(255,47,115,.28); border-radius: 16px; background: radial-gradient(circle at 100% 0, rgba(255,47,115,.22), transparent 44%), linear-gradient(145deg, #21151c, #16161b 70%); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.pghsv-discovery-card > span { color: var(--pghsv-accent-2); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pghsv-discovery-card h2 { margin: 7px 0 8px; color: #fff; font-size: 20px; line-height: 1.2; }
.pghsv-discovery-card p { margin: 0 0 17px; color: #b1b1ba; font-size: 13px; line-height: 1.55; }
.pghsv-discovery-card .pghsv-button { width: 100%; }

.pghsv-comments { max-width: 1000px; margin-top: 54px; padding-top: 32px; border-top: 1px solid var(--pghsv-border); color: var(--pghsv-text); scroll-margin-top: 96px; }
.pghsv-comments__heading { margin-bottom: 22px; }
.pghsv-comments__heading > span { color: var(--pghsv-accent-2); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pghsv-comments__heading h2 { margin: 5px 0 6px; color: #fff; font-size: clamp(22px, 3vw, 30px); }
.pghsv-comments__heading h2 strong { color: var(--pghsv-muted); font-size: .7em; }
.pghsv-comments__heading p { margin: 0; color: var(--pghsv-muted); font-size: 13px; }
.pghsv-comment-form { padding: 24px; border: 1px solid var(--pghsv-border); border-radius: 16px; background: linear-gradient(145deg, rgba(28,28,34,.98), rgba(18,18,22,.96)); box-shadow: 0 16px 42px rgba(0,0,0,.18); }
.pghsv-comment-form__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--pghsv-border); }
.pghsv-comment-form__heading h3 { margin: 0; color: #fff; font-size: 20px; }
.pghsv-comment-form__heading p { max-width: 430px; margin: 0; color: var(--pghsv-muted); font-size: 12px; line-height: 1.5; text-align: right; }
.pghsv-comment-form__heading strong { color: var(--pghsv-accent-2); }
.pghsv-comment-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.pghsv-comments .pghsv-comment-field { display: block; margin: 0; }
.pghsv-comments .pghsv-comment-field > span { display: block; margin-bottom: 7px; color: #d6d6dc; font-size: 12px; font-style: normal; font-weight: 750; }
.pghsv-comments .pghsv-comment-field b { color: var(--pghsv-accent-2); }
.pghsv-comments .pghsv-comment-field em { display: inline-flex; margin-left: 6px; padding: 3px 7px; border: 1px solid rgba(255,47,115,.36); border-radius: 999px; background: rgba(255,47,115,.12); color: #ff94b7; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .08em; line-height: 1; text-transform: uppercase; vertical-align: 1px; }
.pghsv-comments .pghsv-comment-field input, .pghsv-comments .pghsv-comment-field textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--pghsv-border); border-radius: 10px; background: #101014; color: #fff; font: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
.pghsv-comments .pghsv-comment-field textarea { min-height: 112px; resize: vertical; }
.pghsv-comments .pghsv-comment-field input:focus, .pghsv-comments .pghsv-comment-field textarea:focus { border-color: var(--pghsv-accent); outline: 0; box-shadow: 0 0 0 3px rgba(255,47,115,.14); }
.pghsv-comments .pghsv-comment-field input::placeholder, .pghsv-comments .pghsv-comment-field textarea::placeholder { color: #777780; }
.pghsv-comments .pghsv-comment-remember { display: inline-flex; align-items: center; gap: 9px; margin: 15px 0 0; color: #b9b9c1; font-size: 11px; font-weight: 650; cursor: pointer; }
.pghsv-comments .pghsv-comment-remember input { width: 16px; height: 16px; margin: 0; accent-color: var(--pghsv-accent); }
.pghsv-comment-logged-in { margin: 14px 0 0; color: var(--pghsv-muted); font-size: 12px; }
.pghsv-comment-form__footer { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--pghsv-border); }
.pghsv-comment-form__status { flex: 1; margin: 0; color: var(--pghsv-muted); font-size: 12px; line-height: 1.45; }
.pghsv-comment-form__status:empty { display: none; }
.pghsv-comment-form__status.is-success { color: #70df9c; }
.pghsv-comment-form__status.is-error { color: #ff8cae; }
.pghsv-comment-submit { appearance: none; min-width: 132px; min-height: 42px; padding: 10px 17px; border: 1px solid var(--pghsv-accent); border-radius: 10px; background: var(--pghsv-accent); color: #fff; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pghsv-comment-submit:hover { border-color: var(--pghsv-accent-2); background: var(--pghsv-accent-2); transform: translateY(-1px); }
.pghsv-comment-submit:disabled { opacity: .62; cursor: wait; transform: none; }
.pghsv-comment-list { display: grid; gap: 12px; margin-top: 24px; }
.pghsv-comment { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 16px; border: 1px solid var(--pghsv-border); border-radius: 14px; background: rgba(23,23,27,.88); }
.pghsv-comment__avatar { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,47,115,.35); border-radius: 50%; background: linear-gradient(135deg, rgba(255,47,115,.28), rgba(105,67,255,.2)); color: #fff; font-size: 13px; font-weight: 900; }
.pghsv-comment__body { min-width: 0; }
.pghsv-comment__meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.pghsv-comment__meta strong { color: #fff; font-size: 13px; }
.pghsv-comment__meta time { color: #7f7f89; font-size: 10px; }
.pghsv-comment__content { margin-top: 7px; color: #d0d0d6; font-size: 14px; line-height: 1.62; overflow-wrap: anywhere; white-space: pre-wrap; }
.pghsv-comment__content p { margin: 0 0 7px; }
.pghsv-comment__content p:last-child { margin-bottom: 0; }
.pghsv-comment-empty, .pghsv-comment-noscript { margin: 24px 0 0; padding: 20px; border: 1px dashed var(--pghsv-border); border-radius: 12px; color: var(--pghsv-muted); font-size: 13px; text-align: center; }
.pghsv-comment-empty[hidden] { display: none; }
.pghsv-comments .comments-title { color: #fff; font-size: 18px; }
.pghsv-comments .comment-list { margin: 0; padding: 0; list-style: none; }
.pghsv-comments .comment-list .children { margin: 14px 0 0 28px; padding: 0; list-style: none; }
.pghsv-comments .comment-body { margin-bottom: 14px; padding: 16px; border: 1px solid var(--pghsv-border); border-radius: 14px; background: rgba(23,23,27,.88); }
.pghsv-comments .comment-author { display: flex; align-items: center; gap: 9px; color: #fff; }
.pghsv-comments .comment-author .avatar { width: 34px; height: 34px; border-radius: 50%; }
.pghsv-comments .comment-metadata { margin: 5px 0 12px 43px; font-size: 11px; }
.pghsv-comments .comment-metadata a, .pghsv-comments .reply a { color: var(--pghsv-muted); }
.pghsv-comments .comment-content { color: #d0d0d6; font-size: 14px; line-height: 1.65; }
.pghsv-comments .comment-content p:last-child { margin-bottom: 0; }
.pghsv-comments .comment-respond { margin-top: 28px; padding: 20px; border: 1px solid var(--pghsv-border); border-radius: 16px; background: linear-gradient(145deg, rgba(28,28,34,.96), rgba(18,18,22,.92)); }
.pghsv-comments .comment-reply-title { margin: 0 0 7px; color: #fff; font-size: 20px; }
.pghsv-comments .comment-notes, .pghsv-comments .logged-in-as { color: var(--pghsv-muted); font-size: 12px; }
.pghsv-comments .comment-form-url { display: none !important; }
.pghsv-comments .pgh-comment-email-note { margin: 16px 0 18px; padding: 10px 12px; border: 1px solid rgba(255,47,115,.22); border-radius: 9px; background: rgba(255,47,115,.07); line-height: 1.55; }
.pghsv-comments .pgh-comment-email-note strong { color: var(--pghsv-accent-2); }
.pghsv-comments label { display: block; margin-bottom: 6px; color: #d6d6dc; font-size: 12px; font-weight: 700; }
.pghsv-comments .pgh-comment-field--required .required { color: var(--pghsv-accent-2); }
.pghsv-comments .pgh-comment-optional { display: inline-flex; align-items: center; margin-left: 6px; padding: 3px 7px; border: 1px solid rgba(255,47,115,.36); border-radius: 999px; background: rgba(255,47,115,.12); color: #ff94b7; font-size: 9px; font-weight: 850; letter-spacing: .08em; line-height: 1; text-transform: uppercase; vertical-align: 1px; }
.pghsv-comments input[type="text"], .pghsv-comments input[type="email"], .pghsv-comments input[type="url"], .pghsv-comments textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--pghsv-border); border-radius: 9px; background: #101014; color: #fff; font: inherit; }
.pghsv-comments textarea { min-height: 120px; resize: vertical; }
.pghsv-comments input:focus, .pghsv-comments textarea:focus { border-color: var(--pghsv-accent); outline: 2px solid rgba(255,47,115,.2); }
.pghsv-comments .form-submit { margin-bottom: 0; }
.pghsv-comments .submit { min-height: 42px; padding: 10px 17px; border: 1px solid var(--pghsv-accent); border-radius: 10px; background: var(--pghsv-accent); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.pghsv-comments .submit:hover { border-color: var(--pghsv-accent-2); background: var(--pghsv-accent-2); }
.pgh-comment-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pghsv-archive-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 54px; padding: 26px 28px; border: 1px solid rgba(255,47,115,.28); border-radius: 16px; background: linear-gradient(110deg, rgba(255,47,115,.14), rgba(255,47,115,.025) 55%, var(--pghsv-surface)); }
.pghsv-archive-cta span { color: var(--pghsv-accent-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pghsv-archive-cta h2 { margin: 4px 0 0; color: #fff; font-size: clamp(20px, 2.5vw, 28px); }
@supports (content-visibility: auto) {
    .pghsv-layout { content-visibility: auto; contain-intrinsic-size: auto 1100px; }
    .pghsv-comments { content-visibility: auto; contain-intrinsic-size: auto 850px; }
    .pghsv-archive-cta { content-visibility: auto; contain-intrinsic-size: auto 160px; }
}
.pghsv-modal-open { overflow: hidden; }
.pghsv-report-modal[hidden] { display: none !important; }
.pghsv-report-modal { position: fixed; z-index: 100000; inset: 0; display: grid; padding: 18px; place-items: center; }
.pghsv-report-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.76); cursor: default; backdrop-filter: blur(5px); }
.pghsv-report-form { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #18181d; color: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.pghsv-report-form header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--pghsv-border); }
.pghsv-report-form header span { color: var(--pghsv-accent-2); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pghsv-report-form header h2 { margin: 5px 0 0; color: #fff; font-size: 22px; }
.pghsv-report-form header > button { flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--pghsv-border); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; font-size: 22px; line-height: 1; }
.pghsv-report-form fieldset { display: grid; gap: 8px; margin: 18px 0; padding: 0; border: 0; }
.pghsv-report-form legend { margin-bottom: 10px; color: #fff; font-size: 13px; font-weight: 850; }
.pghsv-report-form fieldset label { display: flex; align-items: center; gap: 9px; padding: 10px 11px; border: 1px solid var(--pghsv-border); border-radius: 10px; background: rgba(255,255,255,.035); color: #dedee3; cursor: pointer; font-size: 13px; }
.pghsv-report-form fieldset label:has(input:checked) { border-color: rgba(255,47,115,.48); background: rgba(255,47,115,.1); color: #fff; }
.pghsv-report-form__details > span { display: block; margin-bottom: 7px; color: #d8d8de; font-size: 12px; font-weight: 780; }
.pghsv-report-form textarea { width: 100%; resize: vertical; padding: 11px 12px; border: 1px solid var(--pghsv-border); border-radius: 10px; background: #0f0f13; color: #fff; font: inherit; }
.pghsv-report-form__status { min-height: 1.4em; margin: 10px 0 0; color: #a9a9b2; font-size: 12px; }
.pghsv-report-form__status.is-error { color: #ff7f91; }
.pghsv-report-form__status.is-success { color: #7de5a0; }
.pghsv-report-form footer { display: flex; justify-content: flex-end; gap: 9px; margin-top: 16px; }

@media (max-width: 1080px) {
    .pghsv-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; }
    .pghsv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pghsv-recommendations { padding: 20px; }
}

@media (max-width: 820px) {
    .pghsv-page { padding-top: 12px; }
    .pghsv-shell { width: min(100% - 24px, 720px); }
    .pghsv-player { border-radius: 10px; }
    .pghsv-layout { display: block; margin-top: 38px; }
    .pghsv-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
    .pghsv-side-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
    .pghsv-side-list .pghsv-card { padding-bottom: 0; border: 0; }
    .pghsv-side-list .pghsv-card--small .pghsv-card__link { display: block; }
    .pghsv-side-list .pghsv-card--small .pghsv-card__title { margin-top: 7px; }
    .pghsv-side-list .pghsv-card--small .pgh-watch-later-toggle--card { right: 7px; left: auto; }
    .pghsv-archive-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
    .pghsv-shell { width: calc(100% - 20px); }
    .pghsv-player { width: calc(100% + 20px); margin-left: -10px; border-radius: 0; }
    .pghsv-video-header { padding-top: 17px; }
    .pghsv-video-header h1 { font-size: 24px; }
    .pghsv-actions .pghsv-button, .pghsv-actions .pgh-watch-later-toggle--current, .pghsv-actions .pgh-library-action { flex: 1 1 calc(50% - 5px); }
    .pghsv-engagement { gap: 7px; }
    .pghsv-engagement__item, .pghsv-engagement__like { min-height: 37px; padding: 8px 10px; font-size: 11px; }
    .pghsv-up-next { grid-template-columns: 1fr; gap: 7px; }
    .pghsv-up-next .pghsv-card--small .pghsv-card__link { grid-template-columns: 96px minmax(0,1fr); }
    .pghsv-up-next .pghsv-card--small .pgh-watch-later-toggle--card { right: auto; left: 60px; }
    .pghsv-up-next__controls { justify-content: flex-start; }
    .pghsv-up-next__ended { display: none; }
    .pghsv-recommendations { padding: 15px 10px 18px; border-radius: 14px; }
    .pghsv-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 5px; }
    .pghsv-tabs button { min-height: 54px; padding: 9px 8px; }
    .pghsv-tabs button > span { font-size: 12px; }
    .pghsv-grid, .pghsv-side-list { gap: 17px 9px; }
    .pghsv-card__title { margin: 8px 8px 0; font-size: 12.5px; }
    .pghsv-card__views { display: none; }
    .pghsv-section-heading h2 { font-size: 21px; }
    .pghsv-archive-cta { padding: 22px 20px; }
    .pghsv-sidebar { grid-template-columns: 1fr; }
    .pghsv-comments .comment-list .children { margin-left: 12px; }
    .pghsv-comments .comment-respond { padding: 16px 12px; }
    .pghsv-comment-form { padding: 17px 13px; }
    .pghsv-comment-form__heading { display: block; }
    .pghsv-comment-form__heading p { margin-top: 8px; text-align: left; }
    .pghsv-comment-fields { grid-template-columns: 1fr; gap: 12px; }
    .pghsv-comment-form__footer { align-items: stretch; flex-direction: column; }
    .pghsv-comment-submit { width: 100%; }
    .pghsv-comment { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 13px 11px; }
    .pghsv-comment__avatar { width: 34px; height: 34px; }
    .pghsv-report-form { padding: 18px 14px; border-radius: 14px; }
    .pghsv-report-form footer { align-items: stretch; flex-direction: column-reverse; }
    .pghsv-report-form footer .pghsv-button { width: 100%; }
}

@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    .pghsv-player-sticky { position: sticky; top: var(--pghsv-sticky-top, 72px); z-index: 30; background: #000; }
    .pghsv-player-sticky.is-menu-open { position: relative; top: auto; z-index: 0; }
    .pghsv-content-rail { position: relative; z-index: 1; isolation: isolate; }
    .pghsv-player-sticky .pghsv-up-next { margin-top: 0; padding: 8px 10px; border-radius: 0 0 12px 12px; }
    .pghsv-player-sticky .pghsv-up-next__eyebrow { display: none; }
    .pghsv-player-sticky .pghsv-up-next .pgh-card-actions { display: none; }
    .pghsv-player-sticky .pghsv-card__stats { font-size: 8.5px; }
    .pghsv-comments { scroll-margin-top: 420px; }
}

@media (prefers-reduced-motion: reduce) {
    .pghsv-page *, .pghsv-page *::before, .pghsv-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
