/* ============================================================
   JINHO ARCHIVE · HOME V23.08
   Video hero + editorial portal + scroll reveal
   ============================================================ */
#page-home.home-v23-active{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
#page-home.home-v23-active> :not(.home-v23){display:none!important}
#page-home .home-v23{--home-max:1480px;--home-line:var(--v23-line,#e8e5e7);--home-text:var(--v23-text,#171519);--home-muted:var(--v23-muted,#817b83);--home-surface:var(--v23-surface,#fff);--home-bg:var(--v23-bg,#f7f6f7);--home-accent:var(--v23-accent,#ff4f7d);width:100%;min-height:100vh;background:var(--home-bg);color:var(--home-text);overflow:hidden}
body.home-v23-page .app-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
/* ----- Header over hero ----- */
body.home-v23-page .v23-global-header{
  position:fixed!important;top:0!important;z-index:120!important;
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease!important;
}
body.home-v23-page.home-v23-at-top .v23-global-header{
  border-bottom-color:rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,rgba(5,6,10,.68),rgba(5,6,10,.12))!important;
  backdrop-filter:blur(7px) saturate(1.05)!important;
}
body.home-v23-page.home-v23-at-top .v23-global-nav .v23-nav-tab.sidebar-tab{color:rgba(255,255,255,.68)!important}
body.home-v23-page.home-v23-at-top .v23-global-nav .v23-nav-tab.sidebar-tab:hover,body.home-v23-page.home-v23-at-top .v23-global-nav .v23-nav-tab.sidebar-tab.active{color:#fff!important}
body.home-v23-page.home-v23-at-top .v23-global-brand img{filter:brightness(0) invert(1);opacity:.96}body.home-v23-page.home-v23-at-top .v23-soop-pill,body.home-v23-page.home-v23-at-top #themeToggle{
  border-color:rgba(255,255,255,.16)!important;background:rgba(8,10,15,.35)!important;color:#fff!important;backdrop-filter:blur(10px)
}
body.home-v23-page.home-v23-at-top .cloud-status{color:rgba(255,255,255,.62)!important}
/* ----- Cinematic hero ----- */
.home-v23-hero{
  --hero-shift:0px;--hero-scale:1.025;
  position:relative;width:100%;height:clamp(570px,70vh,760px);min-height:570px;overflow:hidden;background:#090a0d;color:#fff;
  isolation:isolate;
}
.home-v23-hero-media{position:absolute;inset:0;overflow:hidden;background:#101116}
.home-v23-video,.home-v23-poster{
  position:absolute;inset:-4% 0 0;width:100%;height:108%;object-fit:cover;object-position:center center;
  transform:translate3d(0,var(--hero-shift),0) scale(var(--hero-scale));transform-origin:center center;
  transition:opacity .45s ease;will-change:transform;
}
.home-v23-video{z-index:1;opacity:0}
.home-v23.has-video .home-v23-video{opacity:1}
.home-v23-poster{z-index:0;opacity:1}
.home-v23-poster.is-under-video{opacity:0}
.home-v23-video-shade{position:absolute;z-index:2;inset:0;background:
  linear-gradient(90deg,rgba(6,7,11,.80) 0%,rgba(6,7,11,.48) 27%,rgba(6,7,11,.12) 58%,rgba(6,7,11,.24) 100%),
  linear-gradient(180deg,rgba(5,6,9,.16) 0%,rgba(5,6,9,.02) 40%,rgba(5,6,9,.88) 100%)}
.home-v23-video-noise{position:absolute;z-index:3;inset:0;opacity:.055;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}
.home-v23-hero-inner{position:relative;z-index:4;width:min(var(--home-max),calc(100% - 96px));height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;padding:118px 0 52px}
.home-v23-hero-copy{max-width:650px;animation:home23HeroIn .88s cubic-bezier(.16,1,.3,1) both}
.home-v23-live-state{display:inline-flex;align-items:center;gap:9px;margin:0 0 17px;font-size:10px;font-weight:900;letter-spacing:.18em;color:rgba(255,255,255,.76)}
.home-v23-live-state i{width:6px;height:6px;border-radius:50%;background:#ff5a84;box-shadow:0 0 0 5px rgba(255,90,132,.12)}
.home-v23-live-state.is-live i{background:#ff315e;box-shadow:0 0 0 5px rgba(255,49,94,.16),0 0 18px rgba(255,49,94,.55);animation:home23Pulse 1.8s infinite}
.home-v23-hero h1{margin:0;color:#fff!important;font-size:clamp(42px,4.7vw,74px);font-weight:900;line-height:1.02;letter-spacing:-.065em;text-shadow:0 8px 36px rgba(0,0,0,.3)}
.home-v23-hero h1 br+*{color:#fff}
.home-v23-hero-copy>p{max-width:570px;margin:20px 0 0;color:rgba(255,255,255,.72)!important;font-size:14px;line-height:1.75;white-space:normal}
.home-v23-hero-actions{display:flex;align-items:center;gap:10px;margin-top:27px}
.home-v23-hero-actions a,.home-v23-hero-actions button{height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-size:12px;font-weight:850;text-decoration:none;cursor:pointer;transition:.2s ease}
.home-v23-primary{border:1px solid #ff5b82;background:#ff5b82;color:#fff;box-shadow:0 12px 34px rgba(255,70,119,.24)}
.home-v23-primary:hover{transform:translateY(-2px);background:#ff6b91}
.home-v23-secondary{border:1px solid rgba(255,255,255,.24);background:rgba(8,9,13,.2);color:#fff;backdrop-filter:blur(12px)}
.home-v23-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.1)}
.home-v23-hero-foot{position:absolute;left:0;right:0;bottom:49px;display:flex;align-items:center;justify-content:flex-end;gap:16px;pointer-events:none}
.home-v23-hero-update{margin-right:auto;color:rgba(255,255,255,.44);font-size:9px;font-weight:800;letter-spacing:.14em;pointer-events:auto}
.home-v23-hero-update b{margin-left:7px;color:rgba(255,255,255,.78);font-size:10px;letter-spacing:0}
.home-v23-hero-controls{display:flex;gap:6px;pointer-events:auto}
.home-v23-hero-controls button{height:36px;min-width:36px;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(7,8,11,.36);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(10px);cursor:pointer}
.home-v23-hero-controls button:hover{background:rgba(255,255,255,.11)}
.home-v23-hero-controls .home-v23-hero-setting{padding:0 14px}
.home-v23-scroll{position:absolute;left:0;bottom:16px;display:flex;align-items:center;gap:11px;padding:0;border:0;background:transparent;color:rgba(255,255,255,.64);font-size:8px;font-weight:900;letter-spacing:.22em;cursor:pointer}
.home-v23-scroll i{display:block;width:42px;height:1px;background:rgba(255,255,255,.38);position:relative;overflow:hidden}
.home-v23-scroll i::after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:#fff;animation:home23ScrollLine 2.2s infinite}
/* ----- Content frame ----- */
.home-v23-content{width:min(var(--home-max),calc(100% - 96px));margin:0 auto;padding:54px 0 90px}
.home-v23-overview{display:grid;grid-template-columns:.82fr 1.38fr .9fr;border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line)}
.home-v23-section{min-width:0;padding:26px 28px 30px 0}
.home-v23-section+.home-v23-section{padding-left:28px;border-left:1px solid var(--home-line)}
.home-v23-section header,.home-v23-wide-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}
.home-v23-section header>div>span,.home-v23-wide-head>div>span,.home-v23-archive-copy>span{display:block;color:var(--home-accent);font-size:9px;font-weight:900;letter-spacing:.18em}
.home-v23-section h2,.home-v23-wide-head h2{margin:5px 0 0;color:var(--home-text)!important;font-size:23px;font-weight:850;letter-spacing:-.045em}
.home-v23-section header>button,.home-v23-wide-head>button{flex:0 0 auto;padding:0;border:0;background:transparent;color:var(--home-muted);font-size:10px;font-weight:750;cursor:pointer}
.home-v23-section header>button:hover,.home-v23-wide-head>button:hover{color:var(--home-accent)}
.home-v23-wide-head p{margin:8px 0 0;color:var(--home-muted)!important;font-size:12px}
/* Today */
.home-v23-schedule-list{display:flex;flex-direction:column}
.home-v23-schedule-row{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 7px;align-items:center;gap:12px;min-height:58px;padding:0;border:0;border-bottom:1px solid var(--home-line);background:transparent;color:var(--home-text);text-align:left;cursor:pointer}
.home-v23-schedule-row:last-child{border-bottom:0}
.home-v23-schedule-row time{font-size:12px;font-weight:800;color:var(--home-muted)}
.home-v23-schedule-row span{min-width:0}
.home-v23-schedule-row b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:800}
.home-v23-schedule-row small{display:block;margin-top:4px;color:var(--home-muted);font-size:10px}
.home-v23-schedule-row>i{width:6px;height:6px;border-radius:50%;background:var(--event,#ff547d);box-shadow:0 0 0 4px color-mix(in srgb,var(--event,#ff547d) 12%,transparent)}
.home-v23-schedule-row:hover b{color:var(--home-accent)}
/* On air */
.home-v23-onair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home-v23-live-card{min-width:0;text-decoration:none;color:inherit;transition:transform .24s ease}
.home-v23-live-card:hover{transform:translateY(-4px)}
.home-v23-live-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:13px;background:var(--v23-surface-2,#eee);border:1px solid var(--home-line)}
.home-v23-live-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}
.home-v23-live-card:hover img{transform:scale(1.045)}
.home-v23-live-thumb::after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(transparent,rgba(5,6,9,.62))}
.home-v23-live-thumb em{position:absolute;z-index:2;left:8px;top:8px;padding:4px 7px;border-radius:6px;background:#ff315e;color:#fff;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.08em}
/* [v24.34] 홈 「현재 방송 중」 카드의 현재 시청자 수. 라이브 탭 배지와 같은 규칙입니다. */
.home-v23-live-viewers{position:absolute;z-index:2;right:8px;top:8px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:6px;background:rgba(8,10,14,.74);border:1px solid rgba(255,255,255,.12);color:#fff;font-style:normal;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1}
.home-v23-live-viewers::before{content:"";width:5px;height:5px;border-radius:50%;background:#ff315e}
.home-v23-live-copy{display:block;padding:9px 2px 2px}
.home-v23-live-copy b{display:block;font-size:13px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-live-copy small{display:block;margin-top:3px;color:var(--home-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Activity */
.home-v23-activity-list{display:flex;flex-direction:column}
.home-v23-activity-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;border-bottom:1px solid var(--home-line)}
.home-v23-activity-row:last-child{border-bottom:0}
.home-v23-activity-row>img,.home-v23-activity-row>i{width:28px;height:28px;border-radius:50%;object-fit:cover;background:var(--v23-surface-2,#eee)}
.home-v23-activity-row span{min-width:0}
.home-v23-activity-row b{display:block;font-size:11px;font-weight:850}
.home-v23-activity-row small{display:block;margin-top:3px;color:var(--home-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-activity-row time{color:var(--home-muted);font-size:8px;white-space:nowrap}
.home-v23-empty{display:flex;flex-direction:column;justify-content:center;min-height:150px;margin:0;color:var(--home-muted)!important}
.home-v23-empty strong{color:var(--home-text);font-size:12px}
.home-v23-empty span{margin-top:6px;font-size:10px}
/* Wide sections */
.home-v23-block{margin-top:56px;padding-top:28px;border-top:1px solid var(--home-line)}
.home-v23-member-strip{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:12px}
.home-v23-member{min-width:0;padding:0;border:0;background:transparent;color:var(--home-text);text-align:center;cursor:pointer;transition:transform .24s ease}
.home-v23-member:hover{transform:translateY(-5px)}
.home-v23-member>span{display:block;width:min(94px,100%);aspect-ratio:1;margin:0 auto 10px;border-radius:50%;overflow:hidden;border:1px solid var(--home-line);background:var(--v23-surface-2,#eee);box-shadow:0 10px 26px rgba(20,20,30,.05)}
.home-v23-member img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}
.home-v23-member:hover img{transform:scale(1.07)}
.home-v23-member b{display:block;font-size:11px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-member small{display:block;margin-top:3px;color:var(--home-muted);font-size:9px}
.home-v23-vod-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-v23-vod-card{text-decoration:none;color:inherit;min-width:0;transition:transform .24s ease}
.home-v23-vod-card:hover{transform:translateY(-5px)}
.home-v23-vod-card>span{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:14px;border:1px solid var(--home-line);background:var(--v23-surface-2,#eee)}
.home-v23-vod-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}
.home-v23-vod-card:hover img{transform:scale(1.04)}
.home-v23-vod-card em{position:absolute;right:8px;bottom:8px;padding:4px 7px;border-radius:6px;background:rgba(4,5,8,.72);color:#fff;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.06em;backdrop-filter:blur(8px)}
.home-v23-vod-card>b{display:block;margin-top:10px;font-size:12px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-vod-card>small{display:block;margin-top:4px;color:var(--home-muted);font-size:9px}
.home-v23-archive{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.65fr);gap:54px;align-items:end;padding-bottom:10px}
.home-v23-archive-copy h2{margin:8px 0 0;color:var(--home-text)!important;font-size:clamp(32px,3.2vw,50px);font-weight:900;letter-spacing:-.06em;line-height:1.05}
.home-v23-archive-copy h2 em{font-style:normal;color:var(--home-accent)}
.home-v23-archive-copy p{max-width:420px;margin:14px 0 0;color:var(--home-muted)!important;font-size:11px;line-height:1.75}
.home-v23-archive-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line)}
.home-v23-archive-links button{position:relative;min-height:116px;padding:20px 32px 20px 18px;border:0;border-right:1px solid var(--home-line);background:transparent;color:var(--home-text);text-align:left;cursor:pointer;transition:background .2s ease}
.home-v23-archive-links button:last-child{border-right:0}
.home-v23-archive-links button:hover{background:color-mix(in srgb,var(--home-accent) 5%,transparent)}
.home-v23-archive-links b{display:block;font-size:14px;font-weight:850}
.home-v23-archive-links small{display:block;margin-top:7px;color:var(--home-muted);font-size:9px;line-height:1.45}
.home-v23-archive-links i{position:absolute;right:14px;top:18px;color:var(--home-muted);font-style:normal;font-size:13px;transition:.2s ease}
.home-v23-archive-links button:hover i{color:var(--home-accent);transform:translate(2px,-2px)}
/* ----- Scroll reveal ----- */
[data-home-reveal]{opacity:0;transform:translateY(28px);transition:opacity .72s var(--reveal-delay,0ms) ease,transform .82s var(--reveal-delay,0ms) cubic-bezier(.16,1,.3,1)}
[data-home-reveal].is-visible{opacity:1;transform:none}
[data-home-reveal].is-visible .home-v23-live-card,[data-home-reveal].is-visible .home-v23-member,[data-home-reveal].is-visible .home-v23-vod-card{animation:home23ItemIn .58s cubic-bezier(.16,1,.3,1) both}
[data-home-reveal].is-visible .home-v23-live-card:nth-child(2),[data-home-reveal].is-visible .home-v23-member:nth-child(2),[data-home-reveal].is-visible .home-v23-vod-card:nth-child(2){animation-delay:.05s}
[data-home-reveal].is-visible .home-v23-live-card:nth-child(3),[data-home-reveal].is-visible .home-v23-member:nth-child(3),[data-home-reveal].is-visible .home-v23-vod-card:nth-child(3){animation-delay:.10s}
[data-home-reveal].is-visible .home-v23-live-card:nth-child(4),[data-home-reveal].is-visible .home-v23-member:nth-child(4),[data-home-reveal].is-visible .home-v23-vod-card:nth-child(4){animation-delay:.15s}
[data-home-reveal].is-visible .home-v23-member:nth-child(n+5){animation-delay:.20s}
@keyframes home23HeroIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
@keyframes home23ItemIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes home23ScrollLine{0%{left:-100%}50%,100%{left:100%}}
@keyframes home23Pulse{0%,100%{opacity:1}50%{opacity:.52}}
/* ----- Dark mode tune ----- */
html[data-theme="dark"] #page-home .home-v23{
  --home-line:rgba(255,255,255,.085);--home-text:#f3f3f6;--home-muted:#8f9099;--home-surface:#0d0f14;--home-bg:#090b10;
  background:linear-gradient(180deg,#090b10,#0b0d12 55%,#090b10)
}
html[data-theme="dark"] .home-v23-live-thumb,html[data-theme="dark"] .home-v23-member>span,html[data-theme="dark"] .home-v23-vod-card>span{background:#11141b;border-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .home-v23-archive-links button:hover{background:rgba(255,255,255,.025)}
/* ----- Responsive ----- */
@media(max-width:1180px){.home-v23-hero-inner,.home-v23-content{width:min(100% - 56px,var(--home-max))}
.home-v23-overview{grid-template-columns:.85fr 1.25fr}
.home-v23-activity{grid-column:1/-1;border-left:0!important;border-top:1px solid var(--home-line);padding-left:0!important}
.home-v23-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}
.home-v23-member-strip{grid-template-columns:repeat(6,minmax(0,1fr))}
.home-v23-archive{grid-template-columns:1fr;gap:26px}}
@media(max-width:900px){body.home-v23-page .v23-global-header{position:sticky!important}
body.home-v23-page.home-v23-at-top .v23-global-header{background:color-mix(in srgb,var(--v23-bg) 92%,transparent)!important;border-bottom-color:var(--v23-line)!important}
body.home-v23-page.home-v23-at-top .page-heading strong{color:var(--v23-text)!important}body.home-v23-page.home-v23-at-top #themeToggle{background:var(--v23-surface)!important;color:var(--v23-text)!important;border-color:var(--v23-line)!important}
.home-v23-hero{height:620px;min-height:620px}
.home-v23-hero-inner,.home-v23-content{width:calc(100% - 36px)}
.home-v23-hero-inner{padding-top:92px;padding-bottom:46px}
.home-v23-hero-foot{bottom:46px}
.home-v23-hero-update{display:none}
.home-v23-overview{grid-template-columns:1fr}
.home-v23-section,.home-v23-section+.home-v23-section{padding:24px 0 27px;border-left:0;border-top:1px solid var(--home-line)}
.home-v23-section:first-child{border-top:0}
.home-v23-activity-list{grid-template-columns:1fr}
.home-v23-member-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-v23-vod-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-v23-archive-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-v23-archive-links button:nth-child(2){border-right:0}
.home-v23-archive-links button:nth-child(-n+2){border-bottom:1px solid var(--home-line)}}
@media(max-width:560px){.home-v23-hero{height:560px;min-height:560px}
.home-v23-hero-inner,.home-v23-content{width:calc(100% - 28px)}
.home-v23-hero-inner{padding:80px 0 38px}
.home-v23-hero h1{font-size:39px}
.home-v23-hero-copy>p{font-size:12px;line-height:1.65}
.home-v23-hero-actions{margin-top:22px}
.home-v23-hero-actions a,.home-v23-hero-actions button{height:42px;padding:0 16px;font-size:11px}
.home-v23-hero-foot{bottom:37px}
.home-v23-scroll{bottom:12px}
.home-v23-content{padding-top:38px;padding-bottom:72px}
.home-v23-onair-grid{grid-template-columns:1fr 1fr;gap:8px}
.home-v23-section h2,.home-v23-wide-head h2{font-size:21px}
.home-v23-wide-head{align-items:flex-start}
.home-v23-wide-head p{display:none}
.home-v23-member-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
.home-v23-member-strip::-webkit-scrollbar{display:none}
.home-v23-member{flex:0 0 80px;scroll-snap-align:start}
.home-v23-vod-grid{grid-template-columns:1fr 1fr;gap:10px}
.home-v23-archive-copy h2{font-size:34px}
.home-v23-archive-links{grid-template-columns:1fr 1fr}
.home-v23-archive-links button{min-height:104px;padding:16px 26px 16px 14px}}
@media(prefers-reduced-motion:reduce){.home-v23 *{animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
[data-home-reveal]{opacity:1!important;transform:none!important}
.home-v23-video,.home-v23-poster{transform:none!important}}
/* ============================================================
   V23.09 · live thumbnail / activity detail / persistent hero settings
   ============================================================ */
/* ON AIR: always treat the image as a broadcast thumbnail, never as an avatar */
.home-v23-onair-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.home-v23-live-card{display:block;min-width:0}
.home-v23-live-thumb{
  aspect-ratio:16/9;
  border-radius:12px;
  background:#11141a;
}
.home-v23-live-thumb img{
  width:100%;height:100%;object-fit:cover;object-position:center center;
}
.home-v23-live-copy{padding:10px 2px 0}
.home-v23-live-copy b{font-size:13px}
.home-v23-live-title{font-size:10px!important;color:var(--home-muted)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-live-duration{margin-top:5px!important;font-size:9px!important;color:color-mix(in srgb,var(--home-accent) 72%,var(--home-muted))!important;font-weight:800}
/* ACTIVITY: keep the compact feed, but show the actual event label and summary */
.home-v23-activity-list{display:flex;flex-direction:column}
.home-v23-activity-row{
  width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;
  min-height:56px;padding:9px 0;border:0;border-bottom:1px solid var(--home-line);background:transparent;color:inherit;text-align:left;text-decoration:none;cursor:pointer;
}
.home-v23-activity-row:last-child{border-bottom:0}
.home-v23-activity-row:hover .home-v23-activity-line b{color:var(--home-accent)}
.home-v23-activity-avatar{display:block;width:30px;height:30px;border-radius:50%;overflow:hidden;background:var(--v23-surface-2,#eee)}
.home-v23-activity-avatar img,.home-v23-activity-avatar i{display:block;width:100%;height:100%;object-fit:cover}
.home-v23-activity-copy{min-width:0;display:block}
.home-v23-activity-line{display:flex;align-items:center;gap:7px;min-width:0}
.home-v23-activity-line b{font-size:11px;font-weight:900;white-space:nowrap;transition:color .18s ease}
.home-v23-activity-line em{min-width:0;color:var(--home-accent);font-size:9px;font-style:normal;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-activity-copy>small{display:block;margin-top:4px;color:var(--home-muted);font-size:9px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-v23-activity-row>time{align-self:start;margin-top:3px;color:var(--home-muted);font-size:8px;white-space:nowrap}
/* Persistent in-page hero settings modal. Clicking outside intentionally does not close it. */
body.home-v23-settings-open{overflow:hidden}
.home-v23-settings-layer[hidden]{display:none!important}
.home-v23-settings-layer{
  position:fixed;z-index:500;inset:0;display:grid;place-items:center;padding:24px;
  background:rgba(4,5,8,.64);backdrop-filter:blur(12px);
  opacity:0;transition:opacity .18s ease;
}
.home-v23-settings-layer.is-open{opacity:1}
.home-v23-settings-panel{
  width:min(620px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;
  border:1px solid var(--home-line);border-radius:22px;background:var(--home-surface);color:var(--home-text);
  box-shadow:0 32px 90px rgba(0,0,0,.32);transform:translateY(12px) scale(.985);transition:transform .22s cubic-bezier(.16,1,.3,1);
}
.home-v23-settings-layer.is-open .home-v23-settings-panel{transform:none}
.home-v23-settings-panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 26px 18px;border-bottom:1px solid var(--home-line)}
.home-v23-settings-panel>header span{display:block;margin-bottom:6px;color:var(--home-accent);font-size:9px;font-weight:900;letter-spacing:.18em}
.home-v23-settings-panel>header h2{margin:0;color:var(--home-text)!important;font-size:24px;font-weight:900;letter-spacing:-.04em}
.home-v23-settings-panel>header>button{width:34px;height:34px;border:1px solid var(--home-line);border-radius:50%;background:transparent;color:var(--home-text);font-size:20px;line-height:1;cursor:pointer}
.home-v23-settings-panel form{display:grid;gap:18px;padding:24px 26px 26px}
.home-v23-settings-panel label{display:grid;gap:8px}
.home-v23-settings-panel label>span{font-size:11px;font-weight:850;color:var(--home-text)}
.home-v23-settings-panel input,.home-v23-settings-panel textarea{
  width:100%;box-sizing:border-box;border:1px solid var(--home-line);border-radius:12px;background:var(--home-bg);color:var(--home-text);padding:12px 13px;font:inherit;font-size:12px;outline:none;resize:vertical;
}
.home-v23-settings-panel input:focus,.home-v23-settings-panel textarea:focus{border-color:color-mix(in srgb,var(--home-accent) 66%,var(--home-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--home-accent) 10%,transparent)}
.home-v23-settings-panel label>small{color:var(--home-muted);font-size:9px;line-height:1.5}
.home-v23-settings-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:2px}
.home-v23-settings-actions button{min-width:84px;height:40px;border-radius:999px;font-size:11px;font-weight:850;cursor:pointer}
.home-v23-settings-actions .secondary{border:1px solid var(--home-line);background:transparent;color:var(--home-text)}
.home-v23-settings-actions .primary{border:1px solid var(--home-accent);background:var(--home-accent);color:#fff}
html[data-theme="dark"] .home-v23-settings-panel{background:#0f1218}
html[data-theme="dark"] .home-v23-settings-panel input,html[data-theme="dark"] .home-v23-settings-panel textarea{background:#0a0d12}
@media(max-width:1180px){.home-v23-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}}
@media(max-width:900px){.home-v23-activity-list{grid-template-columns:1fr}}
@media(max-width:560px){.home-v23-onair-grid{grid-template-columns:1fr 1fr;gap:8px}
.home-v23-live-copy b{font-size:12px}
.home-v23-settings-layer{padding:12px}
.home-v23-settings-panel>header,.home-v23-settings-panel form{padding-left:18px;padding-right:18px}}
/* ============================================================
   V23.10 · activity cleanup + stable hero settings dialog
   ============================================================ */
/* YouTube hero support */
.home-v23-youtube,.home-v23-soop{
  position:absolute;z-index:1;inset:-6% -4%;width:108%;height:112%;border:0;
  opacity:0;pointer-events:none;transform:translate3d(0,var(--hero-shift),0) scale(var(--hero-scale));
  transform-origin:center center;transition:opacity .45s ease;will-change:transform;
}
.home-v23.has-youtube .home-v23-youtube,.home-v23.has-soop .home-v23-soop{opacity:1}
.home-v23.has-youtube .home-v23-video,.home-v23.has-soop .home-v23-video{opacity:0!important}
.home-v23.has-youtube .home-v23-poster,.home-v23.has-soop .home-v23-poster{opacity:0}
/* Activity rows are buttons on purpose: no browser link blue/underline styles can leak in. */
#page-home .home-v23 .home-v23-activity-row,#page-home .home-v23 .home-v23-activity-row:link,#page-home .home-v23 .home-v23-activity-row:visited,#page-home .home-v23 .home-v23-activity-row:hover,#page-home .home-v23 .home-v23-activity-row:active{
  appearance:none!important;-webkit-appearance:none!important;
  color:var(--home-text)!important;text-decoration:none!important;
  font:inherit!important;outline:0!important;
}
#page-home .home-v23 .home-v23-activity-row *{
  text-decoration:none!important;
}
#page-home .home-v23 .home-v23-activity-line b{
  color:var(--home-text)!important;font-size:12px!important;font-weight:900!important;
}
#page-home .home-v23 .home-v23-activity-line em{
  color:var(--home-accent)!important;font-size:10px!important;font-style:normal!important;font-weight:850!important;
}
#page-home .home-v23 .home-v23-activity-copy>small{
  color:var(--home-muted)!important;font-size:10px!important;line-height:1.45!important;
}
#page-home .home-v23 .home-v23-activity-row>time{
  color:var(--home-muted)!important;font-size:9px!important;text-decoration:none!important;
}
#page-home .home-v23 .home-v23-activity-row:hover{
  background:color-mix(in srgb,var(--home-accent) 4%,transparent)!important;
}
#page-home .home-v23 .home-v23-activity-row:hover .home-v23-activity-line b{
  color:var(--home-accent)!important;
}
/* Stable settings dialog. It is moved to <body> while open, so define its own theme tokens. */
body>.home-v23-settings-layer{
  --home-accent:var(--v23-accent,#ff4f7d);
  --home-text:var(--v23-text,#171519);
  --home-muted:var(--v23-muted,#817b83);
  --home-line:var(--v23-line,#e6e2e6);
  --home-surface:var(--v23-surface,#fff);
  --home-bg:var(--v23-bg,#f7f6f7);
  position:fixed!important;z-index:2147483000!important;inset:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:100vw!important;height:100dvh!important;margin:0!important;padding:24px!important;
  box-sizing:border-box!important;background:rgba(7,8,12,.68)!important;backdrop-filter:blur(14px)!important;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;
}
body>.home-v23-settings-layer[hidden]{display:none!important}
body>.home-v23-settings-layer.is-open{opacity:1;visibility:visible;pointer-events:auto}
html[data-theme="dark"] body>.home-v23-settings-layer{
  --home-text:#f4f5f7;--home-muted:#969ba8;--home-line:rgba(255,255,255,.11);--home-surface:#10131a;--home-bg:#0b0e13;
}
body>.home-v23-settings-layer .home-v23-settings-panel{
  position:relative!important;display:block!important;float:none!important;
  width:min(640px,calc(100vw - 48px))!important;max-width:640px!important;
  max-height:calc(100dvh - 48px)!important;margin:0!important;padding:0!important;
  overflow:auto!important;box-sizing:border-box!important;
  border:1px solid var(--home-line)!important;border-radius:22px!important;
  background:var(--home-surface)!important;color:var(--home-text)!important;
  box-shadow:0 34px 100px rgba(0,0,0,.34)!important;
  transform:translateY(14px) scale(.985)!important;transition:transform .22s cubic-bezier(.16,1,.3,1)!important;
}
body>.home-v23-settings-layer.is-open .home-v23-settings-panel{transform:none!important}
body>.home-v23-settings-layer .home-v23-settings-panel>header{
  position:static!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;
  gap:20px!important;width:auto!important;height:auto!important;margin:0!important;padding:24px 26px 18px!important;
  border:0!important;border-bottom:1px solid var(--home-line)!important;background:transparent!important;box-shadow:none!important;
}
body>.home-v23-settings-layer .home-v23-settings-panel>header div{display:block!important;min-width:0!important}
body>.home-v23-settings-layer .home-v23-settings-panel>header span{display:block!important;margin:0 0 6px!important;color:var(--home-accent)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.18em!important}
body>.home-v23-settings-layer .home-v23-settings-panel>header h2{margin:0!important;color:var(--home-text)!important;font-size:24px!important;font-weight:900!important;line-height:1.15!important;letter-spacing:-.04em!important}
body>.home-v23-settings-layer .home-v23-settings-panel>header>button{
  flex:0 0 34px!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;
  border:1px solid var(--home-line)!important;border-radius:50%!important;background:transparent!important;color:var(--home-text)!important;
  font-size:20px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:18px!important;
  width:100%!important;margin:0!important;padding:22px 26px 26px!important;box-sizing:border-box!important;
  background:transparent!important;border:0!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm>label{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;
  width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm>label>span{
  display:block!important;color:var(--home-text)!important;font-size:11px!important;font-weight:850!important;line-height:1.4!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm>label>small{
  display:block!important;margin:0!important;color:var(--home-muted)!important;font-size:10px!important;line-height:1.55!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm input,body>.home-v23-settings-layer #homeV23SettingsForm textarea{
  display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;
  margin:0!important;padding:12px 13px!important;box-sizing:border-box!important;
  border:1px solid var(--home-line)!important;border-radius:12px!important;
  background:var(--home-bg)!important;color:var(--home-text)!important;
  font-family:inherit!important;font-size:12px!important;font-weight:500!important;line-height:1.55!important;
  text-align:left!important;text-decoration:none!important;outline:none!important;resize:vertical!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm input{min-height:44px!important}
body>.home-v23-settings-layer #homeV23SettingsForm textarea{min-height:86px!important}
body>.home-v23-settings-layer #homeV23SettingsForm input:focus,body>.home-v23-settings-layer #homeV23SettingsForm textarea:focus{
  border-color:color-mix(in srgb,var(--home-accent) 65%,var(--home-line))!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--home-accent) 10%,transparent)!important;
}
body>.home-v23-settings-layer .home-v23-settings-actions{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:2px 0 0!important;padding:0!important;
}
body>.home-v23-settings-layer .home-v23-settings-actions button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-width:86px!important;height:40px!important;margin:0!important;padding:0 17px!important;
  border-radius:999px!important;font-family:inherit!important;font-size:11px!important;font-weight:850!important;cursor:pointer!important;
}
body>.home-v23-settings-layer .home-v23-settings-actions .secondary{border:1px solid var(--home-line)!important;background:transparent!important;color:var(--home-text)!important}
body>.home-v23-settings-layer .home-v23-settings-actions .primary{border:1px solid var(--home-accent)!important;background:var(--home-accent)!important;color:#fff!important}
@media(max-width:560px){body>.home-v23-settings-layer{padding:12px!important}
body>.home-v23-settings-layer .home-v23-settings-panel{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;border-radius:18px!important}
body>.home-v23-settings-layer .home-v23-settings-panel>header{padding:20px 18px 16px!important}
body>.home-v23-settings-layer #homeV23SettingsForm{padding:18px!important}}
/* ============================================================
   V23.11 · HERO copy compact / left aligned / overlap cleanup
   ============================================================ */
@media (min-width: 901px){.home-v23-hero-inner{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:112px clamp(34px,4.2vw,76px) 54px!important;
    justify-content:flex-end!important;
  }
.home-v23-hero-copy{
    max-width:430px!important;
    margin:0!important;
  }
.home-v23-hero h1{
    max-width:430px;
    font-size:clamp(38px,3.25vw,54px)!important;
    line-height:1.04!important;
    letter-spacing:-.055em!important;
  }
.home-v23-hero-copy>p{
    max-width:390px!important;
    margin-top:14px!important;
    font-size:13px!important;
    line-height:1.65!important;
  }
.home-v23-live-state{margin-bottom:12px!important}
.home-v23-hero-actions{margin-top:20px!important}
.home-v23-hero-actions a,.home-v23-hero-actions button{
    height:42px!important;
    padding:0 17px!important;
  }
/* Last-update text was colliding with CTA buttons. Keep controls only. */
.home-v23-hero-update{display:none!important}
.home-v23-hero-foot{
    left:auto!important;
    right:clamp(34px,4.2vw,76px)!important;
    bottom:46px!important;
    width:auto!important;
  }
.home-v23-scroll{
    left:clamp(34px,4.2vw,76px)!important;
    bottom:18px!important;
  }
/* Keep the video visible: only protect the text on the far-left side. */
.home-v23-video-shade{
    background:
      linear-gradient(90deg,rgba(6,7,11,.72) 0%,rgba(6,7,11,.40) 18%,rgba(6,7,11,.08) 43%,rgba(6,7,11,.12) 100%),
      linear-gradient(180deg,rgba(5,6,9,.08) 0%,rgba(5,6,9,.01) 48%,rgba(5,6,9,.72) 100%)!important;
  }}
@media (min-width: 1500px){.home-v23-hero-inner{
    padding-left:clamp(48px,3.3vw,72px)!important;
  }
.home-v23-scroll{left:clamp(48px,3.3vw,72px)!important}}
/* ============================================================
   V23.12 · HOME horizontal alignment / true full-bleed hero
   ============================================================ */
@media (min-width: 901px){/* Break the hero out of any inherited page/container width. */
#page-home.home-v23-active .home-v23-hero{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
  }
#page-home.home-v23-active .home-v23-hero-media{
    left:0!important;right:0!important;width:100%!important;
  }
#page-home.home-v23-active .home-v23-video,#page-home.home-v23-active .home-v23-poster{
    width:100%!important;max-width:none!important;
  }
#page-home.home-v23-active .home-v23-youtube,#page-home.home-v23-active .home-v23-soop{
    left:-4%!important;right:-4%!important;width:108%!important;max-width:none!important;
  }
/* Use the same 4vw gutter from left and right across hero and body. */
#page-home .home-v23-hero-inner{
    width:100%!important;
    padding-left:4vw!important;
    padding-right:4vw!important;
  }
#page-home .home-v23-hero-foot{right:4vw!important}
#page-home .home-v23-scroll{left:4vw!important}
#page-home .home-v23-content{
    width:92vw!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
/* Keep the three top columns balanced on wide/QHD screens. */
#page-home .home-v23-overview{
    grid-template-columns:minmax(250px,.82fr) minmax(520px,1.38fr) minmax(300px,.9fr)!important;
  }}
@media (min-width: 1900px){#page-home .home-v23-content{width:94vw!important}
#page-home .home-v23-hero-inner{padding-left:3vw!important;padding-right:3vw!important}
#page-home .home-v23-hero-foot{right:3vw!important}
#page-home .home-v23-scroll{left:3vw!important}}
/* ============================================================
   V23.13 · MEMBERS compact carousel
   - fixed item rhythm instead of full-width distributed grid
   - larger, cleaner labels
   - all members available with arrow / swipe navigation
   ============================================================ */
#page-home .home-v23-members .home-v23-wide-head{
  margin-bottom:16px!important;
}
#page-home .home-v23-member-carousel{
  position:relative;
  width:min(1380px,calc(100% - 92px));
  margin:0 auto;
}
#page-home .home-v23-member-strip{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:flex-start;
  gap:18px!important;
  width:100%;
  padding:8px 2px 14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#page-home .home-v23-member-strip::-webkit-scrollbar{display:none}
#page-home .home-v23-member-carousel.is-all-visible .home-v23-member-strip{
  justify-content:center;
}
#page-home .home-v23-member{
  flex:0 0 118px!important;
  width:118px;
  min-width:118px!important;
  scroll-snap-align:start;
  padding:4px 4px 8px!important;
  border-radius:18px;
}
#page-home .home-v23-member>span{
  width:88px!important;
  height:88px;
  aspect-ratio:1!important;
  margin:0 auto 11px!important;
  border:1px solid color-mix(in srgb,var(--v23-accent,#ff4778) 20%,var(--home-line));
  box-shadow:0 10px 26px rgba(20,20,30,.08);
}
#page-home .home-v23-member b{
  display:block;
  min-height:20px;
  padding:0 2px;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.35!important;
  letter-spacing:-.02em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#page-home .home-v23-member small{
  margin-top:4px!important;
  font-size:10px!important;
  line-height:1.3!important;
  font-weight:650;
  letter-spacing:0;
}
#page-home .home-v23-member-arrow{
  position:absolute;
  z-index:4;
  top:48px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid var(--home-line);
  border-radius:50%;
  background:color-mix(in srgb,var(--home-bg) 88%,transparent);
  color:var(--home-text);
  box-shadow:0 10px 28px rgba(10,12,20,.10);
  backdrop-filter:blur(14px);
  font-size:26px;
  font-weight:400;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,opacity .2s ease,background .2s ease;
}
#page-home .home-v23-member-arrow.is-prev{left:-46px}
#page-home .home-v23-member-arrow.is-next{right:-46px}
#page-home .home-v23-member-arrow:hover:not(:disabled){
  transform:scale(1.06);
  border-color:color-mix(in srgb,var(--v23-accent,#ff4778) 55%,var(--home-line));
  background:color-mix(in srgb,var(--v23-accent,#ff4778) 8%,var(--home-bg));
}
#page-home .home-v23-member-arrow:disabled{opacity:.25;cursor:default}
#page-home .home-v23-member-pager{
  min-height:16px;
  margin:3px auto 0;
  color:var(--home-muted);
  font-size:10px;
  font-weight:750;
  letter-spacing:.05em;
  text-align:center;
}
html[data-theme="dark"] #page-home .home-v23-member-arrow{
  background:rgba(15,17,24,.82);
  border-color:rgba(255,255,255,.10);
  box-shadow:0 12px 30px rgba(0,0,0,.24);
}
@media(max-width:1100px){#page-home .home-v23-member-carousel{width:calc(100% - 76px)}
#page-home .home-v23-member{flex-basis:108px!important;width:108px;min-width:108px!important}
#page-home .home-v23-member>span{width:82px!important;height:82px}
#page-home .home-v23-member-arrow.is-prev{left:-38px}
#page-home .home-v23-member-arrow.is-next{right:-38px}}
@media(max-width:680px){#page-home .home-v23-member-carousel{width:100%}
#page-home .home-v23-member-strip{gap:12px!important;padding:6px 40px 12px 2px}
#page-home .home-v23-member{flex-basis:92px!important;width:92px;min-width:92px!important;padding-inline:2px!important}
#page-home .home-v23-member>span{width:72px!important;height:72px;margin-bottom:9px!important}
#page-home .home-v23-member b{font-size:12px!important}
#page-home .home-v23-member small{font-size:9px!important}
#page-home .home-v23-member-arrow{top:37px;width:34px;height:34px;font-size:23px}
#page-home .home-v23-member-arrow.is-prev{left:4px}
#page-home .home-v23-member-arrow.is-next{right:4px}
#page-home .home-v23-member-carousel::before,#page-home .home-v23-member-carousel::after{content:"";position:absolute;z-index:2;top:0;bottom:24px;width:28px;pointer-events:none}
#page-home .home-v23-member-carousel::before{left:0;background:linear-gradient(90deg,var(--home-bg),transparent)}
#page-home .home-v23-member-carousel::after{right:0;background:linear-gradient(270deg,var(--home-bg),transparent)}}
/* ============================================================
   V23.14 · FULL-VIEWPORT CINEMATIC HERO
   - first screen is the video itself
   - source ratio is preserved with cover on every resolution
   - text/controls stay small and sit at the bottom edges
   ============================================================ */
#page-home .home-v23{
  --home-hero-x:50%;
  --home-hero-y:50%;
}
#page-home .home-v23-hero{
  height:100svh!important;
  min-height:560px!important;
  max-height:none!important;
}
@supports(height:100dvh){#page-home .home-v23-hero{height:100dvh!important}}
#page-home .home-v23-hero-media{
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
#page-home .home-v23-video,#page-home .home-v23-poster{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--home-hero-x) var(--home-hero-y)!important;
  transform:translate3d(0,var(--hero-shift),0) scale(var(--hero-scale))!important;
}
#page-home .home-v23-youtube,#page-home .home-v23-soop{
  inset:auto!important;
  width:max(100%,177.78svh)!important;
  height:max(100%,56.25vw)!important;
  max-width:none!important;
  max-height:none!important;
  transform-origin:center center!important;
}
#page-home .home-v23-video-shade{
  background:
    linear-gradient(90deg,rgba(4,5,8,.56) 0%,rgba(4,5,8,.22) 24%,rgba(4,5,8,.03) 55%,rgba(4,5,8,.10) 100%),
    linear-gradient(180deg,rgba(4,5,8,.18) 0%,rgba(4,5,8,.01) 43%,rgba(4,5,8,.72) 100%)!important;
}
#page-home .home-v23-hero-inner{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 clamp(28px,4vw,76px) clamp(50px,6vh,82px)!important;
  justify-content:flex-end!important;
  align-items:flex-start!important;
}
#page-home .home-v23-hero-copy{
  width:min(540px,48vw)!important;
  max-width:540px!important;
  margin:0!important;
}
#page-home .home-v23-live-state{
  margin-bottom:12px!important;
  font-size:9px!important;
  letter-spacing:.20em!important;
}
#page-home .home-v23-hero h1{
  max-width:520px!important;
  font-size:clamp(34px,3.25vw,58px)!important;
  line-height:1.01!important;
  letter-spacing:-.055em!important;
  text-shadow:0 8px 28px rgba(0,0,0,.30)!important;
}
#page-home .home-v23-hero-copy>p{
  max-width:480px!important;
  margin-top:13px!important;
  font-size:12px!important;
  line-height:1.65!important;
  color:rgba(255,255,255,.68)!important;
}
#page-home .home-v23-hero-actions{margin-top:20px!important;gap:8px!important}
#page-home .home-v23-hero-actions a,#page-home .home-v23-hero-actions button{
  height:40px!important;
  padding:0 17px!important;
  font-size:11px!important;
}
#page-home .home-v23-hero-foot{
  left:auto!important;
  right:clamp(28px,4vw,76px)!important;
  bottom:clamp(48px,6vh,82px)!important;
  width:auto!important;
}
#page-home .home-v23-scroll{
  left:clamp(28px,4vw,76px)!important;
  bottom:18px!important;
}
#page-home .home-v23-hero-update{display:none!important}
/* The first content section starts only after one complete hero viewport. */
#page-home .home-v23-content{
  padding-top:58px!important;
}
/* Position controls in the persistent settings modal. */
body>.home-v23-settings-layer .home-v23-position-settings{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid var(--home-line)!important;
  border-radius:15px!important;
  background:color-mix(in srgb,var(--home-bg) 72%,var(--home-surface))!important;
}
body>.home-v23-settings-layer .home-v23-position-settings>label{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  min-width:0!important;
}
body>.home-v23-settings-layer .home-v23-position-settings>label>span{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:var(--home-text)!important;
  font-size:11px!important;
  font-weight:850!important;
}
body>.home-v23-settings-layer .home-v23-position-settings>label>span b{
  color:var(--home-accent)!important;
  font-size:10px!important;
}
body>.home-v23-settings-layer .home-v23-position-settings>label>small{
  color:var(--home-muted)!important;
  font-size:9px!important;
  line-height:1.45!important;
}
body>.home-v23-settings-layer #homeV23SettingsForm input[type="range"]{
  appearance:auto!important;
  -webkit-appearance:auto!important;
  width:100%!important;
  min-height:0!important;
  height:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  accent-color:var(--home-accent)!important;
  cursor:pointer!important;
}
@media(max-width:900px){#page-home .home-v23-hero{
    min-height:520px!important;
  }
#page-home .home-v23-hero-inner{
    padding:0 22px 64px!important;
  }
#page-home .home-v23-hero-copy{
    width:min(520px,78vw)!important;
  }
#page-home .home-v23-hero h1{
    font-size:clamp(34px,7vw,54px)!important;
  }
#page-home .home-v23-hero-foot{
    right:22px!important;
    bottom:64px!important;
  }
#page-home .home-v23-scroll{left:22px!important}}
@media(max-width:560px){#page-home .home-v23-hero{
    height:100svh!important;
    min-height:520px!important;
  }
#page-home .home-v23-hero-inner{
    padding:0 18px 72px!important;
  }
#page-home .home-v23-hero-copy{width:calc(100vw - 36px)!important}
#page-home .home-v23-hero h1{font-size:clamp(32px,11vw,46px)!important;max-width:88vw!important}
#page-home .home-v23-hero-copy>p{max-width:88vw!important;font-size:11px!important}
#page-home .home-v23-hero-foot{right:18px!important;bottom:20px!important}
#page-home .home-v23-scroll{left:18px!important;bottom:20px!important}
#page-home .home-v23-hero-controls .home-v23-hero-setting{display:none!important}
body>.home-v23-settings-layer .home-v23-position-settings{grid-template-columns:1fr!important}}
#page-home .home-v23-hero-controls button:disabled{
  opacity:.42!important;
  cursor:not-allowed!important;
  pointer-events:auto!important;
}
/* ============================================================
   V23.16 · SOOP embed player ratio / playback fix
   ============================================================ */
/* SOOP must use the embed player itself, not the full VOD webpage. */
#page-home .home-v23.has-soop .home-v23-soop{
  pointer-events:auto!important;
  opacity:1!important;
  background:#000!important;
}
/* The fullscreen transparent hero layer used to block the SOOP player's controls. */
#page-home .home-v23.has-soop .home-v23-hero-inner{
  pointer-events:none!important;
}
#page-home .home-v23.has-soop .home-v23-hero-copy,#page-home .home-v23.has-soop .home-v23-hero-actions,#page-home .home-v23.has-soop .home-v23-hero-foot,#page-home .home-v23.has-soop .home-v23-hero-controls,#page-home .home-v23.has-soop .home-v23-scroll{
  pointer-events:auto!important;
}
#page-home .home-v23.has-soop .home-v23-video-shade,#page-home .home-v23.has-soop .home-v23-video-noise{
  pointer-events:none!important;
}
/* SOOP embeds are native 16:9 players. Fill the hero while preserving that ratio. */
#page-home .home-v23.has-soop .home-v23-soop{
  left:50%!important;
  top:50%!important;
  width:max(100vw,177.7778svh)!important;
  height:max(100svh,56.25vw)!important;
  min-width:100vw!important;
  min-height:100svh!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center center!important;
  border:0!important;
}
/* Don't place duplicate custom media controls over SOOP's native controls. */
#page-home .home-v23.has-soop #homeV23Mute,#page-home .home-v23.has-soop #homeV23Play{
  display:none!important;
}
/* Make the overlay less heavy in SOOP mode so the embedded video/controls stay readable. */
#page-home .home-v23.has-soop .home-v23-video-shade{
  background:
    linear-gradient(90deg,rgba(4,5,8,.36) 0%,rgba(4,5,8,.12) 26%,rgba(4,5,8,.01) 58%,rgba(4,5,8,.04) 100%),
    linear-gradient(180deg,rgba(4,5,8,.08) 0%,rgba(4,5,8,0) 55%,rgba(4,5,8,.34) 100%)!important;
}
@media (max-width:700px){#page-home .home-v23.has-soop .home-v23-soop{
    width:max(100vw,177.7778svh)!important;
    height:max(100svh,56.25vw)!important;
  }}
/* ============================================================
   V23.17 · Local video upload field
   ============================================================ */
body>.home-v23-settings-layer .home-v23-video-upload{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  border:1px solid var(--home-line)!important;
  border-radius:16px!important;
  background:color-mix(in srgb,var(--home-surface) 94%,var(--home-accent) 6%)!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-head{
  display:grid!important;
  gap:4px!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-head>span{
  color:var(--home-text)!important;
  font-size:11px!important;
  font-weight:900!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-head>small{
  color:var(--home-muted)!important;
  font-size:9px!important;
  line-height:1.5!important;
}
body>.home-v23-settings-layer .home-v23-video-file-picker{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:48px!important;
  padding:8px 10px!important;
  border:1px dashed color-mix(in srgb,var(--home-accent) 34%,var(--home-line))!important;
  border-radius:12px!important;
  background:var(--home-surface)!important;
  cursor:pointer!important;
}
body>.home-v23-settings-layer .home-v23-video-file-picker:hover{
  border-color:var(--home-accent)!important;
}
body>.home-v23-settings-layer .home-v23-video-file-picker input[type="file"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
body>.home-v23-settings-layer .home-v23-video-file-picker>b{
  flex:0 0 auto!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  background:var(--home-accent)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}
body>.home-v23-settings-layer .home-v23-video-file-picker>span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--home-text)!important;
  font-size:10px!important;
  font-weight:750!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-state{
  padding:9px 11px!important;
  border-radius:10px!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-state.is-loading{
  background:rgba(99,102,241,.10)!important;
  color:#818cf8!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-state.is-success{
  background:rgba(34,197,94,.10)!important;
  color:#22c55e!important;
}
body>.home-v23-settings-layer .home-v23-video-upload-state.is-error{
  background:rgba(244,63,94,.10)!important;
  color:#fb7185!important;
}
body>.home-v23-settings-layer .home-v23-settings-actions button:disabled{
  opacity:.55!important;
  cursor:wait!important;
}
