:root{--lh-bg:#f5f7fb;--lh-card:#fff;--lh-ink:#0f172a;--lh-muted:#64748b;--lh-border:#e2e8f0;--lh-brand:#1d4ed8;--lh-live:#dc2626;--lh-soft:#eff6ff;--lh-radius:22px;--lh-shadow:0 14px 40px rgba(15,23,42,.08)}*{box-sizing:border-box}.livestream-hub-surface{background:var(--lh-bg);color:var(--lh-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:60vh;padding:1px 0}.lh-shell{max-width:1480px;margin:auto;padding:12px 12px 70px}.lh-topbar{display:flex;align-items:center;gap:10px;padding:6px 2px 14px}.lh-home{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#fff;border:1px solid var(--lh-border);text-decoration:none;color:var(--lh-ink);font-size:22px}.lh-brand{display:grid}.lh-brand strong{font-size:15px}.lh-brand span{font-size:12px;color:var(--lh-muted)}.lh-hero{position:relative;overflow:hidden;border-radius:28px;padding:22px;background:linear-gradient(135deg,#07111f 0%,#102b57 55%,#1d4ed8 100%);color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.2)}.lh-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.08)}.lh-hero>*{position:relative;z-index:1}.lh-kicker{display:inline-flex;gap:7px;align-items:center;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#bfdbfe}.lh-hero h1{font-size:clamp(28px,8vw,54px);line-height:1.03;margin:8px 0 10px}.lh-hero p{max-width:760px;color:#dbeafe;line-height:1.6;margin:0}.lh-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.lh-hero-stats div{padding:12px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14)}.lh-hero-stats strong{display:block;font-size:20px}.lh-hero-stats span{font-size:11px;color:#dbeafe}.lh-tabs{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0;padding:7px;border-radius:18px;background:rgba(245,247,251,.95);backdrop-filter:blur(14px)}.lh-tabs a{padding:11px 8px;border-radius:13px;text-align:center;text-decoration:none;color:#334155;font-weight:850;font-size:13px}.lh-tabs a.is-active{background:#0f172a;color:#fff}.lh-section{margin-top:24px;scroll-margin-top:80px}.lh-section-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:12px}.lh-section-head h2{margin:0;font-size:22px}.lh-section-head p{margin:3px 0 0;color:var(--lh-muted);font-size:13px}.lh-link{color:var(--lh-brand);font-weight:800;text-decoration:none;font-size:13px}.lh-grid{display:grid;grid-template-columns:1fr;gap:13px}.lh-card{position:relative;overflow:hidden;background:var(--lh-card);border:1px solid var(--lh-border);border-radius:var(--lh-radius);box-shadow:var(--lh-shadow)}.lh-art{aspect-ratio:16/9;background:linear-gradient(135deg,#0f172a,#334155);position:relative;display:grid;place-items:center;overflow:hidden}.lh-art img{width:100%;height:100%;object-fit:cover}.lh-art-empty{font-size:38px;color:#fff}.lh-badges{position:absolute;left:10px;top:10px;display:flex;flex-wrap:wrap;gap:6px}.lh-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.85);color:#fff;font-weight:900;font-size:10px;letter-spacing:.04em}.lh-badge.live{background:var(--lh-live)}.lh-badge.lock{background:#7c3aed}.lh-card-body{padding:15px}.lh-meta{display:flex;gap:7px;flex-wrap:wrap;color:var(--lh-muted);font-size:11px}.lh-card h3{margin:7px 0 6px;font-size:18px;line-height:1.25}.lh-card p{color:#475569;font-size:13px;line-height:1.55;margin:0}.lh-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.lh-btn{appearance:none;border:0;border-radius:13px;padding:10px 13px;font:inherit;font-weight:850;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.lh-btn.primary{background:#0f172a;color:#fff}.lh-btn.live{background:#dc2626;color:#fff}.lh-btn.soft{background:#eff6ff;color:#1d4ed8}.lh-btn.ghost{background:#f8fafc;color:#334155;border:1px solid #cbd5e1}.lh-btn[disabled]{opacity:.55;cursor:not-allowed}.lh-progress{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:12px}.lh-progress>span{display:block;height:100%;background:#2563eb}.lh-upcoming{display:grid;gap:10px}.lh-upcoming-card{display:grid;grid-template-columns:76px 1fr;gap:12px;padding:12px;background:#fff;border:1px solid var(--lh-border);border-radius:18px}.lh-datebox{display:grid;place-items:center;align-content:center;border-radius:14px;background:#eff6ff;color:#1e3a8a;text-align:center}.lh-datebox b{font-size:24px;line-height:1}.lh-datebox span{font-size:10px;text-transform:uppercase;font-weight:900}.lh-countdown{font-weight:850;color:#1d4ed8;font-size:12px}.lh-filters{display:grid;gap:10px;padding:13px;background:#fff;border:1px solid var(--lh-border);border-radius:20px;box-shadow:var(--lh-shadow)}.lh-filters input,.lh-filters select{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px;background:#fff;color:#0f172a;font:inherit;min-height:44px}.lh-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lh-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:18px 0}.lh-pagination a{min-width:40px;height:40px;padding:0 10px;display:grid;place-items:center;text-decoration:none;border:1px solid var(--lh-border);border-radius:12px;background:#fff;color:#334155;font-weight:800}.lh-pagination a.active{background:#0f172a;color:#fff}.lh-empty{padding:28px 18px;text-align:center;border:1px dashed #cbd5e1;border-radius:22px;background:#fff}.lh-empty strong{display:block;font-size:18px}.lh-empty span{color:var(--lh-muted);font-size:13px}.lh-toast{position:fixed;left:12px;right:12px;bottom:18px;z-index:1000;padding:13px 15px;border-radius:14px;background:#0f172a;color:#fff;box-shadow:0 20px 60px rgba(15,23,42,.3);font-weight:750}.lh-replay-shell{max-width:1180px;margin:auto;padding:12px 12px 70px}.lh-replay-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.lh-replay-player{background:#05070b;border-radius:24px;overflow:hidden;box-shadow:0 20px 65px rgba(0,0,0,.25);border:1px solid rgba(148,163,184,.22);container-type:inline-size}.lh-video-stage{--lh-video-ratio:16/9;position:relative;width:100%;aspect-ratio:var(--lh-video-ratio);max-height:min(82svh,980px);min-height:210px;background:#000;overflow:hidden;display:grid;place-items:center;transition:aspect-ratio .22s ease}.lh-video-stage video{width:100%;height:100%;display:block;background:#000;object-fit:contain;object-position:center;touch-action:manipulation}.lh-video-stage[data-fit-mode="fill"] video{object-fit:cover}.lh-video-stage.is-smart-pillarbox{width:min(100%,calc(82svh * var(--lh-video-ratio)));margin-inline:auto}.lh-video-stage.is-smart-pillarbox video{position:absolute;left:50%;top:50%;width:calc(100% * var(--lh-crop-scale,1));height:100%;max-width:none;object-fit:fill;transform:translate(-50%,-50%)}.lh-video-stage.is-smart-letterbox video{position:absolute;left:50%;top:50%;width:100%;height:calc(100% * var(--lh-crop-scale,1));max-height:none;object-fit:fill;transform:translate(-50%,-50%)}.lh-video-stage[data-fit-mode="contain"] video,.lh-video-stage[data-fit-mode="fill"] video{position:static;transform:none;width:100%;height:100%;max-width:100%;max-height:100%}.lh-audio-stage{padding:16px;background:linear-gradient(145deg,#07111f,#111827)}.lh-audio-stage audio{width:100%;display:block}.lh-player-status{position:absolute;left:10px;top:10px;z-index:3;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.lh-player-status span:not(:empty){padding:5px 8px;border-radius:999px;background:rgba(2,6,23,.76);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em}.lh-seek-feedback{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);padding:9px 13px;border-radius:999px;background:rgba(2,6,23,.78);color:#fff;font-weight:900;font-size:14px;pointer-events:none}.lh-player-controlbar{display:flex;align-items:center;gap:7px;padding:9px 10px;background:#0b1220;border-top:1px solid #1e293b;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.lh-player-controlbar::-webkit-scrollbar{display:none}.lh-player-controlbar button,.lh-player-select{flex:0 0 auto;min-height:40px;border:1px solid #334155;background:#172033;color:#fff;border-radius:12px;padding:8px 10px;font:inherit;font-size:12px;font-weight:800}.lh-player-controlbar button{cursor:pointer}.lh-player-controlbar button:focus-visible,.lh-player-select:focus-within{outline:3px solid #38bdf8;outline-offset:2px}.lh-player-select{display:flex;align-items:center;gap:6px}.lh-player-select span{color:#cbd5e1;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.lh-player-select select{border:0;background:transparent;color:#fff;font:inherit;font-weight:900;outline:0}.lh-player-select option{color:#0f172a;background:#fff}.lh-player-tools{display:flex;flex-wrap:wrap;gap:7px;padding:10px;background:#0f172a}.lh-player-tools button,.lh-player-tools a{border:1px solid #334155;background:#1e293b;color:#fff;border-radius:11px;padding:9px 11px;text-decoration:none;font:inherit;font-size:12px;font-weight:800}.lh-player-hint{padding:0 12px 12px;background:#0f172a;color:#94a3b8;font-size:11px;line-height:1.45}.lh-replay-player.is-theater{position:relative;width:min(100vw - 16px,1500px);left:50%;transform:translateX(-50%);border-radius:18px}.lh-replay-player:fullscreen,.lh-replay-player:-webkit-full-screen{width:100vw;height:100vh;height:100dvh;border-radius:0;border:0;background:#000;display:grid;grid-template-rows:minmax(0,1fr) auto auto auto}.lh-replay-player:fullscreen .lh-video-stage,.lh-replay-player:-webkit-full-screen .lh-video-stage{width:100%;height:100%;max-height:none;aspect-ratio:auto}.lh-replay-player:fullscreen .lh-video-stage.is-smart-pillarbox,.lh-replay-player:-webkit-full-screen .lh-video-stage.is-smart-pillarbox{width:min(100vw,calc(100dvh * var(--lh-video-ratio)));height:100dvh;aspect-ratio:var(--lh-video-ratio);margin:auto}.lh-replay-player:fullscreen .lh-video-stage.is-smart-letterbox,.lh-replay-player:-webkit-full-screen .lh-video-stage.is-smart-letterbox{width:100vw;height:min(100dvh,calc(100vw / var(--lh-video-ratio)));aspect-ratio:var(--lh-video-ratio);margin:auto}.lh-replay-player:fullscreen .lh-player-hint,.lh-replay-player:-webkit-full-screen .lh-player-hint{display:none}.lh-replay-title{padding:18px 2px 10px}.lh-replay-title h1{margin:5px 0;font-size:clamp(27px,7vw,44px)}.lh-detail-grid{display:grid;gap:14px}.lh-panel{background:#fff;border:1px solid var(--lh-border);border-radius:20px;padding:16px;box-shadow:var(--lh-shadow)}.lh-panel h2{font-size:18px;margin:0 0 11px}.lh-chapters{display:grid;gap:7px}.lh-chapter{display:grid;grid-template-columns:62px 1fr;gap:9px;padding:10px;border-radius:13px;background:#f8fafc;border:1px solid #e2e8f0;text-decoration:none;color:#0f172a}.lh-chapter time{font-weight:900;color:#1d4ed8}.lh-transcript-results{display:grid;gap:7px;margin-top:10px}.lh-transcript-hit{padding:10px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;cursor:pointer}.lh-transcript-hit small{color:#64748b}.lh-pills{display:flex;flex-wrap:wrap;gap:7px}.lh-pill{padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:12px;text-decoration:none}.lh-processing{padding:22px;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.lh-network-tip{margin-top:12px;padding:11px 13px;border-radius:14px;background:#ecfeff;color:#155e75;border:1px solid #a5f3fc;font-size:12px;font-weight:750}.lh-auth-note{padding:12px;border-radius:14px;background:#faf5ff;color:#6b21a8;border:1px solid #e9d5ff;font-size:12px}.lh-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(min-width:640px){.lh-shell,.lh-replay-shell{padding:20px 20px 80px}.lh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-filters{grid-template-columns:2fr 1fr 1fr 1fr}.lh-filter-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.lh-upcoming{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-hero{padding:32px}.lh-hero-stats{max-width:520px}}@media(min-width:980px){.lh-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lh-grid.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-upcoming{grid-template-columns:repeat(3,minmax(0,1fr))}.lh-detail-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr)}.lh-filters{grid-template-columns:2fr repeat(5,minmax(130px,1fr)) auto;align-items:end}.lh-filter-actions{grid-column:auto;display:flex}.lh-tabs{position:relative;display:flex;background:transparent;padding:0;margin:18px 0}.lh-tabs a{background:#fff;border:1px solid var(--lh-border);min-width:120px}.lh-tabs a.is-active{background:#0f172a}.lh-hero-stats{grid-template-columns:repeat(3,150px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Phase 106 featured broadcast surface. Mobile first; discovery only. */
.lh-featured{display:grid;gap:16px;margin:16px 0 8px;padding:18px;border-radius:24px;background:#fff;border:1px solid var(--lh-border);box-shadow:var(--lh-shadow);overflow:hidden}.lh-featured-copy{min-width:0}.lh-featured h2{margin:6px 0 8px;font-size:clamp(23px,7vw,38px);line-height:1.08}.lh-featured p{margin:10px 0 0;color:#475569;line-height:1.6}.lh-featured-art{overflow:hidden;border-radius:18px;aspect-ratio:16/9;background:#0f172a}.lh-featured-art img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:820px){.lh-featured{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;padding:22px}.lh-featured-art{order:2}}
.lh-next-after{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:14px 16px;border-radius:18px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.lh-next-after[hidden]{display:none}.lh-next-after>div:first-child{display:grid;gap:3px}.lh-next-after strong{font-size:16px}.lh-next-after small{color:#047857}@media(min-width:640px){.lh-next-after{flex-direction:row;align-items:center;justify-content:space-between}}

/* Phase 106.2 — branded fallback artwork + precise replay states. */
.lh-generated-art{position:absolute;inset:0;display:flex;align-items:flex-end;padding:22px;overflow:hidden;color:#fff;background:linear-gradient(145deg,#081426,#1d4ed8 58%,#7c3aed);isolation:isolate}
.lh-generated-art:before,.lh-generated-art:after{content:"";position:absolute;border-radius:999px;z-index:-1}.lh-generated-art:before{width:66%;aspect-ratio:1;right:-18%;top:-28%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.36),rgba(255,255,255,.03) 68%);border:1px solid rgba(255,255,255,.22)}.lh-generated-art:after{width:54%;aspect-ratio:1;left:-22%;bottom:-45%;background:radial-gradient(circle,rgba(250,204,21,.34),rgba(250,204,21,0) 70%)}
.lh-art-v2{background:linear-gradient(145deg,#2e1065,#7c3aed 52%,#ec4899)}.lh-art-v3{background:linear-gradient(145deg,#052e16,#15803d 55%,#f59e0b)}.lh-art-v4{background:linear-gradient(145deg,#431407,#ea580c 54%,#fbbf24)}.lh-art-v5{background:linear-gradient(145deg,#082f49,#0369a1 54%,#06b6d4)}.lh-art-v6{background:linear-gradient(145deg,#3f0d2c,#be185d 52%,#fb7185)}
.lh-generated-art>div{display:grid;gap:3px;max-width:82%;text-shadow:0 2px 18px rgba(0,0,0,.28)}.lh-generated-art small{font-size:9px;font-weight:900;letter-spacing:.16em;opacity:.78}.lh-generated-art strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#fde68a}.lh-generated-art em{font-style:normal;font-weight:900;font-size:clamp(18px,5vw,30px);line-height:1.05}.lh-generated-mark{position:absolute;right:18px;top:17px;width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);font-size:14px;font-weight:950;letter-spacing:.06em}.lh-generated-orbit{position:absolute;right:34px;top:34px;width:118px;height:118px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 22px rgba(255,255,255,.04),0 0 0 44px rgba(255,255,255,.025)}
.lh-badge.issue{background:#b45309}.lh-btn.issue{background:#fff7ed;color:#9a3412;border:1px solid #fdba74;cursor:default}.lh-test-note{display:flex;gap:8px;align-items:flex-start;margin-top:9px;padding:9px 10px;border-radius:13px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.lh-test-note i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#10b981;color:#fff;font-style:normal;font-weight:900;flex:0 0 auto}.lh-test-note span{display:grid;gap:1px}.lh-test-note strong{font-size:11px}.lh-test-note small{font-size:10px;color:#047857;line-height:1.4}.lh-featured-art .lh-generated-art{position:absolute}
.lh-featured-art{position:relative}

.lh-replay-context{padding:4px 2px 12px}.lh-replay-context .lh-link{display:inline-flex;align-items:center;min-height:40px}


/* Phase 109 — adaptive replay and richer discovery surfaces. */
.lh-art-link{display:block;color:inherit;text-decoration:none;border-radius:18px}.lh-art-link:focus-visible{outline:3px solid #2563eb;outline-offset:3px}.lh-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lh-card:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(15,23,42,.12);border-color:#bfdbfe}.lh-art img{transition:transform .28s ease}.lh-art-link:hover .lh-art img{transform:scale(1.025)}
@media(max-width:639px){
  .lh-replay-shell{padding-left:8px;padding-right:8px}
  .lh-replay-player{border-radius:18px}
  .lh-video-stage{min-height:190px;max-height:84svh}
  .lh-player-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .lh-player-tools button,.lh-player-tools a{min-height:44px;text-align:center;justify-content:center;display:flex;align-items:center}
  .lh-replay-title h1{font-size:clamp(25px,9vw,38px);line-height:1.08}
}
@media(orientation:landscape) and (max-height:560px){
  .lh-video-stage{max-height:calc(100svh - 12px)}
  .lh-replay-player{border-radius:14px}
}
@media(min-width:900px){
  .lh-replay-player.is-theater .lh-video-stage{max-height:86vh}
}

@media (orientation:portrait) and (max-width:760px){
  .lh-video-stage.is-smart-pillarbox{width:min(100%,calc(78svh * var(--lh-video-ratio)));max-height:78svh;min-height:min(62svh,640px);aspect-ratio:var(--lh-video-ratio)}
}
@media (orientation:landscape) and (max-height:620px){
  .lh-video-stage.is-smart-pillarbox{width:min(55vw,calc(92svh * var(--lh-video-ratio)));height:92svh;max-height:92svh;min-height:0;aspect-ratio:var(--lh-video-ratio)}
}

/* Replay VOD timeline: explicit elapsed/total time, buffered range and touch seeking. */
.lh-replay-timeline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;background:#0b1220;border-top:1px solid #1e293b;color:#e2e8f0;font-variant-numeric:tabular-nums}
.lh-replay-timeline time{min-width:38px;font-size:12px;line-height:1;font-weight:850;letter-spacing:.01em;text-align:center}
.lh-replay-track-wrap{position:relative;height:30px;display:flex;align-items:center;min-width:0}
.lh-replay-track{position:absolute;left:0;right:0;top:50%;height:6px;transform:translateY(-50%);border-radius:999px;background:#334155;overflow:hidden;pointer-events:none}
.lh-replay-buffered,.lh-replay-played{position:absolute;left:0;top:0;height:100%;width:0;border-radius:inherit;transition:width .12s linear}
.lh-replay-buffered{background:#64748b}
.lh-replay-played{background:#38bdf8}
.lh-replay-timeline input[type="range"]{position:relative;z-index:2;width:100%;height:30px;margin:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;touch-action:pan-y}
.lh-replay-timeline input[type="range"]::-webkit-slider-runnable-track{height:6px;background:transparent;border:0}
.lh-replay-timeline input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;margin-top:-6px;border-radius:50%;border:2px solid #fff;background:#38bdf8;box-shadow:0 1px 5px rgba(0,0,0,.45)}
.lh-replay-timeline input[type="range"]::-moz-range-track{height:6px;background:transparent;border:0}
.lh-replay-timeline input[type="range"]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:2px solid #fff;background:#38bdf8;box-shadow:0 1px 5px rgba(0,0,0,.45)}
.lh-replay-timeline input[type="range"]:focus-visible{outline:3px solid #38bdf8;outline-offset:4px;border-radius:999px}
.lh-replay-timeline input[type="range"]:disabled{cursor:wait;opacity:.62}
@media(max-width:480px){.lh-replay-timeline{gap:7px;padding:9px 8px}.lh-replay-timeline time{min-width:34px;font-size:11px}.lh-replay-track-wrap{height:34px}.lh-replay-timeline input[type="range"]{height:34px}}

/* Phase 110 — mobile-first tabbed livestream hub. Discovery-only UI; live/replay media paths are untouched. */
.lh-shell-v2{max-width:1380px;padding-top:10px}
.lh-hero-compact{display:grid;gap:16px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#07111f 0%,#102b57 56%,#1d4ed8 100%)}
.lh-hero-compact h1{font-size:clamp(27px,8.4vw,48px);margin:7px 0 8px}
.lh-hero-compact p{font-size:13px;line-height:1.55;max-width:690px}
.lh-hero-quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.lh-stat-button{appearance:none;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.1);color:#fff;border-radius:15px;min-height:64px;padding:9px 7px;text-align:left;cursor:pointer;backdrop-filter:blur(8px)}
.lh-stat-button strong{display:block;font-size:20px;line-height:1}.lh-stat-button span{display:block;margin-top:5px;font-size:10px;font-weight:800;color:#dbeafe}
.lh-stat-button:focus-visible{outline:3px solid #93c5fd;outline-offset:2px}
.lh-hero-actions{display:flex;gap:8px;flex-wrap:wrap}.lh-btn.hero-ghost{background:rgba(255,255,255,.11);color:#fff;border:1px solid rgba(255,255,255,.24)}
.lh-tabs-v2{position:sticky;top:0;z-index:45;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:10px 0 12px;padding:6px;border-radius:17px;background:rgba(245,247,251,.94);backdrop-filter:blur(16px);box-shadow:0 8px 25px rgba(15,23,42,.07)}
.lh-tab{appearance:none;border:0;background:transparent;color:#475569;border-radius:12px;min-width:0;min-height:52px;padding:7px 3px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;justify-items:center;gap:1px;font:inherit;font-weight:850;cursor:pointer}
.lh-tab>i{grid-column:1/-1;font-size:16px;line-height:1}.lh-tab>span{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lh-tab>b{position:absolute;transform:translate(15px,-14px);min-width:17px;height:17px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:#e2e8f0;color:#334155;font-size:9px}
.lh-tab.is-active{background:#0f172a;color:#fff;box-shadow:0 6px 16px rgba(15,23,42,.18)}.lh-tab.is-active>b{background:#fff;color:#0f172a}
.lh-tab:focus-visible{outline:3px solid #60a5fa;outline-offset:1px}.lh-tab-panel{min-height:320px;outline:none}.lh-tab-panel[hidden]{display:none!important}
.lh-panel-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:18px 0 12px}.lh-panel-toolbar h2{margin:2px 0 3px;font-size:clamp(22px,6vw,30px)}.lh-panel-toolbar p{margin:0;color:var(--lh-muted);font-size:12px;line-height:1.5}.lh-panel-eyebrow{font-size:9px;letter-spacing:.14em;font-weight:950;color:#2563eb;text-transform:uppercase}
.lh-empty-v2{display:grid;justify-items:center;gap:7px;padding:34px 18px}.lh-empty-v2>i{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:23px}.lh-empty-v2 .lh-card-actions{justify-content:center}
.lh-featured-v2{margin:0 0 14px}.lh-upcoming-v2{gap:10px}.lh-upcoming-main h3{margin:4px 0 6px;font-size:16px;line-height:1.25}
.lh-replay-toolbar{align-items:center}.lh-filter-trigger{appearance:none;border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:14px;min-height:44px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px;font:inherit;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 6px 18px rgba(15,23,42,.05);flex:0 0 auto}.lh-filter-trigger b,.lh-filter-fab b{min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#2563eb;color:#fff;font-size:9px}.lh-filter-trigger:focus-visible,.lh-filter-close:focus-visible{outline:3px solid #60a5fa;outline-offset:2px}
.lh-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:-2px 0 12px;padding:9px 11px;border-radius:13px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:11px}.lh-active-filters span{font-weight:900}.lh-active-filters em{font-style:normal;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lh-active-filters a{margin-left:auto;color:#1d4ed8;font-weight:900;text-decoration:none}.lh-results-summary{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:0 2px 10px;color:#475569;font-size:11px}.lh-results-summary span{font-weight:900;color:#0f172a}
.lh-subtabs{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;padding:2px 1px 10px;margin-bottom:4px}.lh-subtabs::-webkit-scrollbar{display:none}.lh-subtabs button{appearance:none;flex:0 0 auto;border:1px solid #dbe3ed;background:#fff;color:#475569;border-radius:999px;min-height:40px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.lh-subtabs button.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.lh-subtabs button b{min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;background:#e2e8f0;color:#334155;font-size:9px}.lh-subtabs button.is-active b{background:#fff;color:#0f172a}.lh-library-panels>[hidden]{display:none!important}.lh-library-more{display:flex;justify-content:center;margin-top:14px}
.lh-filter-fab{position:fixed;left:max(14px,env(safe-area-inset-left));bottom:calc(82px + env(safe-area-inset-bottom));z-index:52;appearance:none;border:0;background:#0f172a;color:#fff;border-radius:999px;min-height:48px;padding:9px 14px;display:flex;align-items:center;gap:8px;font:inherit;font-size:12px;font-weight:900;box-shadow:0 12px 32px rgba(15,23,42,.26);cursor:pointer}.lh-filter-fab[hidden]{display:none!important}.lh-filter-fab i{font-size:16px}.lh-filter-fab:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}
.lh-filter-drawer{position:fixed;inset:0;z-index:1100}.lh-filter-drawer[hidden]{display:none!important}.lh-filter-backdrop{position:absolute;inset:0;border:0;background:rgba(2,6,23,.55);backdrop-filter:blur(3px);cursor:pointer}.lh-filter-sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(88dvh,760px);overflow:auto;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -20px 70px rgba(15,23,42,.28);padding:17px 14px calc(16px + env(safe-area-inset-bottom));animation:lhSheetUp .2s ease-out}.lh-filter-sheet>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:0 2px 12px}.lh-filter-sheet h2{margin:2px 0 2px;font-size:24px}.lh-filter-sheet header p{margin:0;color:#64748b;font-size:11px}.lh-filter-close{appearance:none;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:18px;cursor:pointer;flex:0 0 auto}
.lh-filters-drawer{box-shadow:none;border:0;padding:0;background:transparent;display:grid;grid-template-columns:1fr 1fr;gap:10px}.lh-field{display:grid;gap:5px;min-width:0}.lh-field>span{font-size:10px;font-weight:900;color:#475569;text-transform:uppercase;letter-spacing:.04em}.lh-field-wide{grid-column:1/-1}.lh-search-field{position:relative}.lh-search-field>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b}.lh-search-field input{padding-left:36px}.lh-filters-drawer input,.lh-filters-drawer select{min-height:46px;border-radius:13px}.lh-custom-dates{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.lh-custom-dates[hidden]{display:none!important}.lh-filter-actions-sticky{grid-column:1/-1;position:sticky;bottom:-16px;display:grid;grid-template-columns:1fr 1.4fr;gap:8px;padding:12px 0 2px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 22%)}.lh-filter-actions-sticky .lh-btn{min-height:46px}
body.lh-drawer-open{overflow:hidden}
@keyframes lhSheetUp{from{transform:translateY(18px);opacity:.7}to{transform:none;opacity:1}}
@media(min-width:640px){.lh-hero-compact{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:26px}.lh-hero-actions{grid-column:1/-1}.lh-hero-quick{min-width:330px}.lh-tabs-v2{grid-template-columns:repeat(4,minmax(120px,1fr));padding:7px}.lh-tab{display:flex;justify-content:center;gap:7px;min-height:46px;padding:9px 12px}.lh-tab>i{font-size:15px}.lh-tab>span{font-size:12px}.lh-tab>b{position:static;transform:none}.lh-upcoming-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-filter-sheet{left:auto;top:0;bottom:0;width:min(520px,92vw);max-height:none;border-radius:24px 0 0 24px;padding:22px;animation:lhSheetIn .2s ease-out}.lh-filters-drawer{grid-template-columns:1fr 1fr}.lh-filter-actions-sticky{bottom:-22px}.lh-filter-fab{left:20px;bottom:22px}.lh-toast{left:auto;right:18px;bottom:18px;max-width:380px}}
@keyframes lhSheetIn{from{transform:translateX(24px);opacity:.7}to{transform:none;opacity:1}}
@media(min-width:980px){.lh-shell-v2{padding-top:18px}.lh-hero-compact{grid-template-columns:minmax(0,1.15fr) minmax(400px,.85fr);padding:30px}.lh-hero-quick{grid-template-columns:repeat(3,minmax(115px,1fr))}.lh-tabs-v2{position:sticky;top:8px;width:max-content;min-width:620px;max-width:100%;margin:14px auto 20px}.lh-panel-toolbar{margin-top:10px}.lh-upcoming-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.lh-replay-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lh-filter-fab{bottom:24px}}
@media(max-width:420px){.lh-shell-v2{padding-left:8px;padding-right:8px}.lh-hero-compact{border-radius:20px;padding:17px 15px}.lh-tabs-v2{margin-left:-2px;margin-right:-2px}.lh-tab>span{font-size:9px}.lh-panel-toolbar{align-items:flex-start}.lh-replay-toolbar{display:grid;grid-template-columns:1fr auto}.lh-filter-trigger span{display:none}.lh-filter-trigger{width:44px;padding:0;justify-content:center}.lh-filter-trigger b{position:absolute;transform:translate(14px,-14px)}.lh-upcoming-card{grid-template-columns:66px minmax(0,1fr)}.lh-datebox b{font-size:22px}}
@media(prefers-reduced-motion:reduce){.lh-filter-sheet{animation:none}}
