/* RetroDad Gaming — Live Hub 2.2 */
.lh2-page {
  --lh2-red: #ee2f32;
  --lh2-dark-red: #701316;
  --lh2-screen: #76e78e;
  --lh2-wood: #754019;
  --lh2-wood-dark: #2b1309;
  --lh2-cream: #d5c79d;
  background:
    radial-gradient(circle at 50% 16%, rgba(65, 107, 53, .18), transparent 34%),
    linear-gradient(180deg, #070907 0%, #050605 100%);
}

.lh2-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 54px;
  border-bottom: 2px solid #68421c;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .66) 48%, rgba(0, 0, 0, .88) 100%),
    url('../images/hero-banner.png') center 42% / cover no-repeat;
}
.lh2-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 5px);
}
.lh2-hero-grid {
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  opacity: .14;
  background-image: linear-gradient(rgba(121,224,139,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(121,224,139,.4) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(transparent, #000);
}
.lh2-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 40px;
  align-items: end;
}
.lh2-eyebrow {
  margin: 0 0 12px;
  color: var(--orange-bright);
  font-size: 18px;
  letter-spacing: .18em;
}
.lh2-hero h1,
.lh2-section-heading h1,
.lh2-section-heading h2,
.lh2-mission-control h2 {
  font-family: var(--pixel);
  line-height: 1.45;
}
.lh2-hero h1 {
  margin: 0;
  color: var(--green-bright);
  font-size: clamp(34px, 6vw, 72px);
  text-shadow: 5px 5px 0 #15320d, 0 0 26px rgba(146, 211, 63, .2);
}
.lh2-hero h1 span {
  color: var(--gold-soft);
  font-size: .52em;
  text-shadow: 3px 3px 0 #5b3a13;
}
.lh2-hero-lead {
  max-width: 720px;
  margin: 15px 0 0;
  color: #e1e7e2;
  font-size: clamp(23px, 2.4vw, 29px);
  line-height: 1.25;
}
.lh2-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 2px solid #666f68;
  color: #c4cbc5;
  background: rgba(8, 11, 8, .92);
  font-family: var(--pixel);
  font-size: 9px;
  box-shadow: 4px 4px 0 #000;
}
.lh2-status-badge.is-live { border-color: var(--lh2-red); color: #fff; background: #a70d12; }
.lh2-status-light {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #707a72;
  box-shadow: 0 0 10px #707a72;
}
.lh2-status-badge.is-live .lh2-status-light { background: #fff; box-shadow: 0 0 14px #fff; animation: lh2Pulse 1.1s steps(2, end) infinite; }
.lh2-hero-readout {
  position: relative;
  padding: 20px 22px;
  border: 2px solid #667067;
  background: linear-gradient(180deg, rgba(9,15,10,.94), rgba(4,7,4,.98));
  box-shadow: inset 0 0 24px rgba(112, 229, 135, .08), 7px 7px 0 rgba(0,0,0,.55);
}
.lh2-hero-readout::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(112, 229, 135, .2);
  pointer-events: none;
}
.lh2-hero-readout > * { position: relative; display: block; }
.lh2-hero-readout span { color: var(--muted); letter-spacing: .14em; font-size: 15px; }
.lh2-hero-readout strong { margin: 7px 0 3px; color: var(--lh2-screen); font-family: var(--pixel); font-size: 12px; line-height: 1.55; }
.lh2-hero-readout small { color: var(--gold-soft); font-size: 20px; }

.lh2-console-section { padding: 22px 0 58px; }
.lh2-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}
.lh2-section-heading h1,
.lh2-section-heading h2 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(18px, 2.4vw, 29px);
}
.lh2-signal-label {
  padding: 7px 10px;
  border: 1px solid #3d483f;
  color: #9aa39c;
  background: #0b0e0c;
  font-size: 16px;
  letter-spacing: .08em;
}
.lh2-signal-label span { color: var(--green-bright); }
.lh2-page.is-live .lh2-signal-label { border-color: var(--lh2-red); color: #fff; }
.lh2-page.is-live .lh2-signal-label span { color: var(--lh2-red); animation: lh2Pulse 1s steps(2,end) infinite; }

.lh2-console-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.lh2-tv {
  position: relative;
  align-self: start;
  width: 100%;
  min-width: 0;
  padding: 18px 104px 55px 18px;
  border: 4px solid #160b05;
  border-radius: 17px 17px 25px 25px;
  background:
    repeating-linear-gradient(97deg, rgba(255,255,255,.035) 0 2px, transparent 2px 11px),
    linear-gradient(180deg, #8a4d22 0%, var(--lh2-wood) 48%, #4a2411 100%);
  box-shadow:
    inset 0 0 0 4px #a96534,
    inset 0 -12px 0 var(--lh2-wood-dark),
    0 0 0 3px #050302,
    14px 16px 0 rgba(0,0,0,.55);
}
.lh2-tv.is-live { box-shadow: inset 0 0 0 4px #b96d36, inset 0 -12px 0 var(--lh2-wood-dark), 0 0 0 3px #050302, 0 0 32px rgba(238,47,50,.24), 14px 16px 0 rgba(0,0,0,.55); }
.lh2-screen {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 7px solid #171a16;
  border-radius: 7% / 10%;
  background: #020403;
  box-shadow: inset 0 0 0 3px #3c443d, inset 0 0 60px rgba(96, 255, 131, .1), 0 0 0 2px #0a0b09;
}
.lh2-screen::after {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,.52) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px);
}
.lh2-screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lh2-offline-fallback { display: grid; gap: 8px; text-align: center; color: var(--lh2-screen); }
.lh2-offline-fallback strong { font-family: var(--pixel); font-size: 15px; }
.lh2-offline-screen {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  text-align: center;
  background:
    linear-gradient(rgba(1,8,3,.78), rgba(1,7,2,.9)),
    var(--lh2-offline-image, url('../images/hero-banner.png')) center / cover no-repeat;
}
.lh2-signal-bars { display: flex; align-items: end; gap: 4px; height: 26px; margin-bottom: 7px; }
.lh2-signal-bars i { display: block; width: 6px; background: var(--lh2-screen); box-shadow: 0 0 8px rgba(118,231,142,.55); animation: lh2Signal 1.25s steps(4,end) infinite; }
.lh2-signal-bars i:nth-child(1), .lh2-signal-bars i:nth-child(5) { height: 8px; animation-delay: -.15s; }
.lh2-signal-bars i:nth-child(2), .lh2-signal-bars i:nth-child(4) { height: 16px; animation-delay: -.3s; }
.lh2-signal-bars i:nth-child(3) { height: 24px; animation-delay: -.45s; }
.lh2-screen-eyebrow { color: var(--green-bright); font-size: 18px; letter-spacing: .2em; }
.lh2-offline-screen > strong {
  max-width: 92%;
  margin: 6px 0 4px;
  color: #fff;
  font-family: var(--pixel);
  font-size: clamp(15px, 2.2vw, 25px);
  line-height: 1.4;
  text-shadow: 3px 3px 0 #17391b;
}
.lh2-screen-game { color: var(--gold-soft); font-size: clamp(17px, 2vw, 23px); }
.lh2-offline-screen p { max-width: 650px; margin: 8px 0 14px; color: #d7ddd8; font-size: clamp(18px, 2vw, 22px); line-height: 1.18; }
.lh2-screen-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lh2-screen-button {
  position: relative;
  z-index: 10;
  padding: 9px 12px;
  border: 2px solid var(--gold-soft);
  color: var(--gold-soft);
  background: #080b08;
  box-shadow: 3px 3px 0 #2f2511;
  font-family: var(--pixel);
  font-size: 8px;
  line-height: 1.35;
}
.lh2-screen-button:hover, .lh2-screen-button:focus { transform: translate(-1px,-1px); filter: brightness(1.18); outline: 2px solid #fff; outline-offset: 2px; }
.lh2-screen-button.primary { border-color: var(--green-bright); color: #071008; background: var(--green-bright); box-shadow: 3px 3px 0 #315c20; }
.lh2-screen-button.live-link { position: absolute; right: 17px; top: 16px; z-index: 10; border-color: #ffea78; color: #fff; background: #a70d12; box-shadow: 4px 4px 0 #47070a; }
.lh2-tv-brand {
  position: absolute;
  left: 28px;
  bottom: 17px;
  color: #e9d4a1;
  font-family: var(--pixel);
  font-size: 9px;
  letter-spacing: .08em;
  text-shadow: 2px 2px 0 #31170a;
}
.lh2-tv-brand small { margin-left: 8px; color: #b58a54; font-family: var(--body); font-size: 15px; }
.lh2-control-rail {
  position: absolute;
  right: 22px;
  top: 23px;
  bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 60px;
  padding: 12px 8px;
  border: 2px solid #32180c;
  border-radius: 8px;
  background: linear-gradient(180deg, #572b14, #35190c);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.04);
}
.lh2-speaker {
  width: 38px;
  height: 72px;
  background: radial-gradient(circle, #150c07 0 2px, transparent 3px) 0 0 / 8px 8px;
  opacity: .85;
}
.lh2-knob {
  width: 34px;
  height: 34px;
  border: 4px solid #1b100a;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #837c69, #252824 66%);
  box-shadow: 3px 3px 0 #1c0e07;
}
.lh2-knob::after { content: ''; display: block; width: 2px; height: 11px; margin: 3px auto 0; background: #d9d1ad; transform: rotate(32deg); transform-origin: bottom; }
.lh2-knob.small { width: 27px; height: 27px; }
.lh2-power-light { width: 10px; height: 10px; margin-top: auto; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }
.lh2-tv.is-live .lh2-power-light { background: var(--lh2-red); box-shadow: 0 0 14px var(--lh2-red); animation: lh2Pulse 1s steps(2,end) infinite; }

.lh2-mission-control {
  display: grid;
  grid-template-columns: minmax(185px, .72fr) minmax(170px, .82fr) minmax(170px, .82fr) minmax(270px, 1.15fr);
  grid-template-areas:
    "panel program game next"
    "title program game next"
    "note telemetry telemetry next"
    "platform platform actions actions";
  gap: 10px 14px;
  align-items: stretch;
  min-width: 0;
  padding: 20px;
  border: 3px solid #424c44;
  background:
    linear-gradient(180deg, rgba(22,28,23,.98), rgba(7,10,8,.99)),
    #0b0e0c;
  box-shadow: inset 0 0 0 2px #151b16, 10px 12px 0 rgba(0,0,0,.48);
}
.lh2-panel-top { grid-area: panel; display: flex; align-items: center; gap: 10px; color: #9ba49d; font-size: 15px; letter-spacing: .08em; }
.lh2-panel-number { display: grid; place-items: center; width: 31px; height: 31px; border: 2px solid var(--gold); color: var(--gold-soft); background: #090b09; font-family: var(--pixel); font-size: 8px; }
.lh2-mission-control h2 { grid-area: title; align-self: start; margin: 8px 0 0; color: var(--green-bright); font-size: clamp(16px, 2vw, 23px); }
.lh2-mission-block { margin-bottom: 12px; padding: 12px 13px; border-left: 4px solid var(--green); background: rgba(90,139,54,.08); }
.lh2-program-block { grid-area: program; margin: 0; }
.lh2-game-block { grid-area: game; margin: 0; }
.lh2-mission-block span { display: block; color: #89938c; font-size: 14px; letter-spacing: .12em; }
.lh2-mission-block strong { display: block; margin-top: 5px; color: #eef3ef; font-family: var(--pixel); font-size: 10px; line-height: 1.55; }
.lh2-stream-note { grid-area: note; align-self: start; margin: 0; color: #c4cdc6; font-size: 19px; line-height: 1.15; }
.lh2-mission-telemetry { grid-area: telemetry; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 0; }
.lh2-mission-telemetry > div { padding: 10px 11px; border: 1px solid #354038; background: #080b09; }
.lh2-mission-telemetry span { display: block; color: #7f8b82; font-size: 13px; letter-spacing: .1em; }
.lh2-mission-telemetry strong { display: block; margin-top: 4px; color: #dce6de; font-family: var(--pixel); font-size: 7px; line-height: 1.5; }
.lh2-next-mission { grid-area: next; margin: 0; padding: 15px; border: 2px solid #5d4726; background: #090b09; }
.lh2-next-title { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #3d3524; }
.lh2-next-title span { color: #8f988f; font-size: 14px; letter-spacing: .1em; }
.lh2-next-title strong { color: var(--gold-soft); font-family: var(--pixel); font-size: 8px; line-height: 1.4; }
.lh2-next-mission > b, .lh2-next-mission > span, .lh2-next-mission > time { display: block; }
.lh2-next-mission > b { color: #fff; font-family: var(--pixel); font-size: 9px; line-height: 1.5; }
.lh2-next-mission > span { color: var(--green-bright); margin-top: 4px; }
.lh2-next-mission > time { color: var(--gold-soft); margin-top: 4px; }
.lh2-countdown { margin-top: 12px; padding: 11px; box-shadow: none; }
.lh2-countdown strong { font-size: clamp(22px, 3vw, 35px); }
.lh2-platform-grid { grid-area: platform; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin: 0; }
.lh2-platform { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; padding: 8px; border: 1px solid #475049; color: #dfe4e0; background: #101411; font-family: var(--pixel); font-size: 7px; line-height: 1.3; }
.lh2-platform:hover, .lh2-platform:focus { transform: translateY(-1px); outline: 2px solid #fff; outline-offset: 2px; }
.lh2-platform.youtube:hover { border-color: #ff4545; color: #ff7777; }
.lh2-platform.twitch:hover { border-color: #9b6bff; color: #bda0ff; }
.lh2-platform.tiktok:hover { border-color: #42f2ea; color: #80fff9; }
.lh2-platform.discord:hover { border-color: #8498ff; color: #aeb9ff; }
.lh2-mission-actions { grid-area: actions; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; }
.lh2-console-action { display: grid; place-items: center; min-height: 42px; padding: 8px; border: 1px solid #74623a; color: var(--gold-soft); background: #090b09; font-family: var(--pixel); font-size: 6px; line-height: 1.45; text-align: center; }
.lh2-console-action.primary { border-color: var(--green-bright); color: #071008; background: var(--green-bright); box-shadow: 3px 3px 0 #315c20; }
.lh2-console-action:hover, .lh2-console-action:focus { transform: translateY(-1px); outline: 2px solid #fff; outline-offset: 2px; }

.lh2-ticker {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  margin-top: 28px;
  overflow: hidden;
  border: 2px solid #4b563f;
  background: #070a07;
  box-shadow: 5px 6px 0 rgba(0,0,0,.45);
}
.lh2-ticker-label { position: relative; z-index: 2; align-self: stretch; display: grid; place-items: center; padding: 10px 14px; color: #090909; background: var(--gold-soft); font-family: var(--pixel); font-size: 8px; }
.lh2-ticker div { min-width: 0; overflow: hidden; }
.lh2-ticker p { width: max-content; margin: 0; padding: 8px 0; color: var(--lh2-screen); font-size: 19px; letter-spacing: .08em; white-space: nowrap; animation: lh2Ticker 24s linear infinite; }

/* Live Hub 2.2 — automatic live chat / offline Ready Room */
.lh2-comms-section { margin-top: 54px; padding-top: 48px; border-top: 2px solid #2f3b31; scroll-margin-top: 90px; }
.lh2-comms-heading { margin-bottom: 22px; }
.lh2-comms-status { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #455148; color: #aeb8b0; background: #080b09; font-family: var(--pixel); font-size: 7px; line-height: 1.4; }
.lh2-comms-status span { width: 10px; height: 10px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 11px var(--green-bright); }
.lh2-comms-status.is-live { border-color: var(--lh2-red); color: #fff; background: #680c10; }
.lh2-comms-status.is-live span { background: #fff; box-shadow: 0 0 13px #fff; animation: lh2Pulse 1s steps(2,end) infinite; }
.lh2-comms-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(290px,.55fr); gap: 24px; align-items: stretch; }
.lh2-comms-monitor { min-width: 0; overflow: hidden; border: 3px solid #414c43; background: #060806; box-shadow: inset 0 0 0 2px #141a15, 10px 12px 0 rgba(0,0,0,.5); }
.lh2-comms-monitor-top { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; min-height: 48px; padding: 8px 12px; border-bottom: 2px solid #414c43; background: linear-gradient(180deg,#1a211b,#101511); }
.lh2-comms-monitor-top span { padding: 5px 7px; border: 1px solid var(--gold); color: var(--gold-soft); font-family: var(--pixel); font-size: 7px; }
.lh2-comms-monitor-top strong { overflow: hidden; color: var(--green-bright); font-family: var(--pixel); font-size: 8px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.lh2-comms-monitor-top small { color: #8f9a91; font-size: 13px; letter-spacing: .1em; }
.lh2-comms-stage { position: relative; display: grid; place-items: stretch; min-height: 520px; background: radial-gradient(circle at 50% 30%, rgba(71,120,74,.18), transparent 40%), repeating-linear-gradient(0deg,#070a07 0 3px,#090d09 3px 6px); }
.lh2-comms-stage::after { content: ''; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 4px); }
.lh2-live-chat { position: relative; z-index: 3; width: 100%; min-height: 520px; border: 0; background: #fff; }
.lh2-comms-boot, .lh2-comms-standby { position: relative; z-index: 2; align-self: center; justify-self: center; display: grid; place-items: center; max-width: 620px; padding: 40px; text-align: center; }
.lh2-comms-boot > span { width: 45px; height: 45px; margin-bottom: 15px; border: 4px solid #304034; border-top-color: var(--green-bright); border-radius: 50%; animation: lh2Spin 1s steps(8,end) infinite; }
.lh2-comms-boot strong, .lh2-comms-standby strong { color: var(--green-bright); font-family: var(--pixel); font-size: clamp(12px,2vw,18px); line-height: 1.55; }
.lh2-comms-boot p, .lh2-comms-standby p { margin: 8px 0 0; color: #aeb8b0; font-size: 20px; }
.lh2-comms-standby > span { margin-bottom: 13px; color: var(--lh2-red); font-size: 28px; text-shadow: 0 0 15px var(--lh2-red); animation: lh2Pulse 1s steps(2,end) infinite; }
.lh2-comms-button { margin-top: 18px; }
.lh2-comms-ready { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 20px; width: 100%; padding: 24px; }
.lh2-comms-ready-intro { display: flex; flex-direction: column; justify-content: center; padding: 25px; border: 2px solid #526155; background: rgba(8,13,9,.92); }
.lh2-comms-ready-intro > span { color: var(--orange-bright); font-size: 15px; letter-spacing: .14em; }
.lh2-comms-ready-intro > strong { margin-top: 8px; color: var(--green-bright); font-family: var(--pixel); font-size: clamp(13px,2vw,19px); line-height: 1.55; }
.lh2-comms-ready-intro p { margin: 12px 0 0; color: #c5cdc7; font-size: 21px; line-height: 1.15; }
.lh2-comms-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.lh2-comms-card { position: relative; display: flex; flex-direction: column; min-height: 190px; padding: 17px; overflow: hidden; border: 2px solid #3d493f; color: #fff; background: linear-gradient(155deg,#172019,#090c09); transition: transform .16s ease,border-color .16s ease; }
.lh2-comms-card::after { content: ''; position: absolute; right: -28px; bottom: -28px; width: 105px; height: 105px; border: 20px solid rgba(255,255,255,.025); border-radius: 50%; }
.lh2-comms-card:hover, .lh2-comms-card:focus { transform: translateY(-3px); border-color: var(--gold-soft); outline: 2px solid #fff; outline-offset: 2px; }
.lh2-comms-card small, .lh2-comms-card strong, .lh2-comms-card p, .lh2-comms-card b { position: relative; z-index: 1; }
.lh2-comms-card small { color: var(--orange-bright); font-size: 13px; letter-spacing: .1em; }
.lh2-comms-card strong { margin-top: 5px; color: var(--green-bright); font-family: var(--pixel); font-size: 9px; line-height: 1.5; }
.lh2-comms-card p { margin: 9px 0; color: #b9c3bb; font-size: 18px; line-height: 1.12; }
.lh2-comms-card b { margin-top: auto; color: var(--gold-soft); font-size: 14px; }
.lh2-comms-card.youtube { border-color: #6c2e30; }
.lh2-comms-card.discord { border-color: #475185; }
.lh2-comms-card.community { border-color: #3f653e; }
.lh2-viewer-ops { min-width: 0; padding: 21px; border: 3px solid #424c44; background: linear-gradient(180deg,rgba(22,28,23,.98),rgba(7,10,8,.99)); box-shadow: inset 0 0 0 2px #151b16,10px 12px 0 rgba(0,0,0,.48); }
.lh2-viewer-ops h2 { margin: 18px 0 12px; color: var(--green-bright); font-family: var(--pixel); font-size: clamp(15px,2vw,21px); line-height: 1.5; }
.lh2-viewer-ops > p { margin: 0 0 17px; color: #bfc8c1; font-size: 19px; line-height: 1.15; }
.lh2-viewer-readout { margin-top: 9px; padding: 11px; border-left: 3px solid var(--green); background: rgba(90,139,54,.08); }
.lh2-viewer-readout span { display: block; color: #869189; font-size: 13px; letter-spacing: .1em; }
.lh2-viewer-readout strong { display: block; margin-top: 4px; color: #edf3ee; font-family: var(--pixel); font-size: 7px; line-height: 1.55; }
.lh2-viewer-links { display: grid; gap: 8px; margin-top: 18px; }
.lh2-viewer-links a { display: grid; place-items: center; min-height: 39px; padding: 8px; border: 1px solid #5a644f; color: var(--gold-soft); background: #090b09; font-family: var(--pixel); font-size: 7px; line-height: 1.4; text-align: center; }
.lh2-viewer-links a:hover, .lh2-viewer-links a:focus { color: #071008; background: var(--green-bright); outline: 2px solid #fff; outline-offset: 2px; }

.lh2-ready-room { padding: 58px 0 72px; border-top: 1px solid #1e2920; background: linear-gradient(180deg, #080b08, #050605); }
.lh2-ready-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.lh2-ready-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  overflow: hidden;
  border: 2px solid #3b473d;
  background: linear-gradient(155deg, rgba(29,38,31,.98), rgba(8,11,8,.99));
  box-shadow: 7px 8px 0 rgba(0,0,0,.55);
  transition: transform .16s ease, border-color .16s ease;
}
.lh2-ready-card::after { content: ''; position: absolute; right: -35px; bottom: -35px; width: 150px; height: 150px; border: 28px solid rgba(255,255,255,.025); border-radius: 50%; }
.lh2-ready-card:hover, .lh2-ready-card:focus { transform: translateY(-5px); border-color: var(--gold); outline: 2px solid #fff; outline-offset: 3px; }
.lh2-card-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: auto; border: 2px solid var(--gold); color: var(--gold-soft); background: #090b09; font-family: var(--pixel); font-size: 18px; box-shadow: 4px 4px 0 #2b2010; }
.lh2-ready-card small, .lh2-ready-card strong, .lh2-ready-card p, .lh2-ready-card b { position: relative; z-index: 1; }
.lh2-ready-card small { margin-top: 24px; color: var(--orange-bright); letter-spacing: .12em; }
.lh2-ready-card strong { margin-top: 5px; color: var(--green-bright); font-family: var(--pixel); font-size: 12px; line-height: 1.5; }
.lh2-ready-card p { margin: 10px 0 15px; color: #c3cbc5; line-height: 1.15; }
.lh2-ready-card b { margin-top: auto; color: var(--gold-soft); font-size: 17px; letter-spacing: .05em; }
.lh2-ready-card.youtube-card .lh2-card-icon { border-color: #ff4949; color: #fff; background: #a70d12; box-shadow: 4px 4px 0 #48070a; }
.lh2-ready-card.community-card .lh2-card-icon { border-color: var(--green-bright); color: var(--green-bright); }

/* Live Hub 2.1 — real replay deck */
.lh2-replay-section {
  position: relative;
  padding: 62px 0 70px;
  overflow: hidden;
  border-top: 2px solid #3f2c14;
  border-bottom: 2px solid #243126;
  background:
    radial-gradient(circle at 15% 25%, rgba(190, 120, 34, .09), transparent 32%),
    linear-gradient(180deg, #0b0b08, #080a08);
}
.lh2-replay-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: radial-gradient(circle at 1px 1px, #bd8b3f 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 45%);
}
.lh2-replay-section .container { position: relative; }
.lh2-replay-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 12px; }
.lh2-replay-actions span { color: #98a19a; font-size: 16px; letter-spacing: .08em; }
.lh2-replay-actions a { padding: 8px 10px; border: 1px solid var(--gold); color: var(--gold-soft); background: #080a08; font-family: var(--pixel); font-size: 7px; line-height: 1.4; }
.lh2-replay-actions a:hover, .lh2-replay-actions a:focus { color: #090909; background: var(--gold-soft); outline: 2px solid #fff; outline-offset: 2px; }
.lh2-replay-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lh2-replay-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 3px solid #3c463e;
  color: #fff;
  background: linear-gradient(180deg, #151b16, #090c09);
  box-shadow: 8px 9px 0 rgba(0,0,0,.58);
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.lh2-replay-card:hover, .lh2-replay-card:focus-visible { transform: translateY(-5px); border-color: var(--gold-soft); box-shadow: 8px 14px 0 rgba(0,0,0,.5), 0 0 22px rgba(212,163,78,.12); outline: 2px solid #fff; outline-offset: 3px; }
.lh2-replay-media { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 3px solid #3c463e; background: radial-gradient(circle, #26392a, #060906 72%); }
.lh2-replay-media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.74)), repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px); }
.lh2-replay-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.lh2-replay-card:hover .lh2-replay-media img { transform: scale(1.04); filter: brightness(1.08); }
.lh2-replay-no-art { color: var(--green-bright); font-family: var(--pixel); font-size: 10px; }
.lh2-replay-play {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  padding-left: 4px;
  border: 3px solid #fff5b0;
  border-radius: 50%;
  color: #fff5b0;
  background: rgba(7,9,7,.76);
  box-shadow: 0 0 20px rgba(255,235,108,.2), 4px 4px 0 rgba(0,0,0,.45);
  font-size: 20px;
}
.lh2-replay-tape-label { position: absolute; z-index: 3; left: 11px; bottom: 9px; padding: 5px 7px; border: 1px solid var(--gold); color: var(--gold-soft); background: rgba(5,7,5,.9); font-family: var(--pixel); font-size: 6px; }
.lh2-replay-card-copy { display: flex; flex-direction: column; min-height: 150px; padding: 18px; }
.lh2-replay-card-copy small { color: var(--orange-bright); font-size: 15px; letter-spacing: .08em; }
.lh2-replay-card-copy strong { margin: 7px 0 8px; color: var(--green-bright); font-family: var(--pixel); font-size: 11px; line-height: 1.55; }
.lh2-replay-card-copy > span { display: -webkit-box; overflow: hidden; color: #bfc8c1; font-family: var(--body); font-size: 20px; line-height: 1.1; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lh2-replay-loading, .lh2-replay-empty { grid-column: 1 / -1; display: grid; place-items: center; min-height: 260px; padding: 35px; border: 2px dashed #48534a; color: #aeb8b0; background: rgba(7,10,7,.82); text-align: center; }
.lh2-replay-loading span { width: 52px; height: 52px; margin-bottom: 14px; border: 5px solid #263328; border-top-color: var(--green-bright); border-radius: 50%; animation: lh2Spin 1s steps(8,end) infinite; }
.lh2-replay-loading strong, .lh2-replay-empty strong { color: var(--green-bright); font-family: var(--pixel); font-size: 11px; line-height: 1.5; }
.lh2-replay-loading small, .lh2-replay-empty span { color: #9ca69e; font-size: 19px; }

body.lh2-replay-modal-open { overflow: hidden; }
.lh2-replay-modal { position: fixed; z-index: 5200; inset: 0; display: grid; place-items: center; padding: 24px; }
.lh2-replay-modal[hidden] { display: none !important; }
.lh2-replay-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lh2-replay-dialog { position: relative; z-index: 1; width: min(1050px, 96vw); max-height: 94vh; overflow: auto; padding: 24px; border: 2px solid #735129; background: linear-gradient(180deg, #101610, #070907); box-shadow: 0 0 0 5px #050605, 0 0 58px rgba(146,211,63,.18); }
.lh2-replay-close { position: absolute; z-index: 8; right: 12px; top: 10px; display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid #fff; color: #fff; background: #a20e13; font-family: var(--pixel); font-size: 19px; cursor: pointer; box-shadow: 4px 4px 0 #3d0608; }
.lh2-replay-close:hover, .lh2-replay-close:focus { transform: translate(-1px,-1px); outline: 2px solid var(--gold-soft); outline-offset: 2px; }
.lh2-replay-tv { position: relative; padding: 18px 96px 50px 18px; border: 4px solid #170b05; border-radius: 15px 15px 22px 22px; background: repeating-linear-gradient(97deg, rgba(255,255,255,.035) 0 2px, transparent 2px 11px), linear-gradient(180deg, #81471f, #653316 52%, #3d1d0d); box-shadow: inset 0 0 0 4px #a96130, inset 0 -11px 0 #291208, 0 0 0 3px #030201, 12px 14px 0 rgba(0,0,0,.55); }
.lh2-replay-screen { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 7px solid #151815; border-radius: 6% / 9%; background: #010201; box-shadow: inset 0 0 0 3px #3b443d, inset 0 0 60px rgba(96,255,131,.09); }
.lh2-replay-screen::after { content: ''; position: absolute; z-index: 5; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(ellipse at center, transparent 58%, rgba(0,0,0,.48)), repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 4px); }
.lh2-replay-screen video, .lh2-replay-screen iframe { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.lh2-replay-idle { display: grid; place-items: center; gap: 8px; color: #9df0ae; text-align: center; }
.lh2-replay-idle strong { font-family: var(--pixel); font-size: clamp(13px,2vw,21px); }
.lh2-replay-idle span { color: #b8c1ba; }
.lh2-replay-tv-label { position: absolute; left: 28px; bottom: 16px; color: #ead29a; font-family: var(--pixel); font-size: 8px; letter-spacing: .08em; text-shadow: 2px 2px #301508; }
.lh2-replay-tv-controls { position: absolute; right: 23px; top: 28px; bottom: 55px; display: flex; flex-direction: column; align-items: center; gap: 14px; width: 52px; padding: 12px 7px; border: 2px solid #30160b; border-radius: 8px; background: #44200f; }
.lh2-replay-tv-controls span { display: block; width: 31px; height: 31px; border: 4px solid #1b1009; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #7e7764, #272a26 66%); box-shadow: 3px 3px #1b0c06; }
.lh2-replay-tv-controls span:last-child { width: 10px; height: 10px; margin-top: auto; border: 0; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }
.lh2-replay-copy { padding: 22px 5px 2px; text-align: center; }
.lh2-replay-copy > span { color: var(--orange-bright); font-size: 16px; letter-spacing: .16em; }
.lh2-replay-copy h2 { margin: 6px 0 3px; color: var(--green-bright); font-family: var(--pixel); font-size: clamp(14px,2.2vw,23px); line-height: 1.5; }
.lh2-replay-copy p { margin: 0; color: var(--gold-soft); font-size: 19px; }

@keyframes lh2Pulse { 50% { opacity: .35; } }
@keyframes lh2Signal { 50% { opacity: .35; transform: scaleY(.55); } }
@keyframes lh2Ticker { from { transform: translateX(100vw); } to { transform: translateX(-100%); } }
@keyframes lh2Spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .lh2-console-layout { grid-template-columns: 1fr; }
  .lh2-mission-control { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .lh2-mission-control > * { grid-area: auto; }
  .lh2-panel-top, .lh2-mission-control h2, .lh2-stream-note, .lh2-mission-telemetry, .lh2-platform-grid, .lh2-mission-actions { grid-column: 1 / -1; }
  .lh2-mission-block { margin: 0; }
  .lh2-next-mission { grid-column: 1 / -1; }
  .lh2-mission-telemetry { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .lh2-platform-grid { grid-template-columns: 1fr 1fr; }
  .lh2-comms-layout { grid-template-columns: 1fr; }
  .lh2-viewer-ops { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px 14px; }
  .lh2-viewer-ops .lh2-panel-top, .lh2-viewer-ops h2, .lh2-viewer-ops > p, .lh2-viewer-links { grid-column: 1 / -1; }
  .lh2-viewer-readout { margin: 0; }
  .lh2-viewer-links { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .lh2-hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .lh2-hero-readout { max-width: 520px; }
  .lh2-ready-grid { grid-template-columns: 1fr; }
  .lh2-ready-card { min-height: 235px; }
  .lh2-replay-grid { grid-template-columns: 1fr; }
  .lh2-replay-card { display: grid; grid-template-columns: minmax(220px,.8fr) 1fr; }
  .lh2-replay-card-copy { min-height: 0; }
  .lh2-comms-ready { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .lh2-hero { padding: 45px 0 38px; }
  .lh2-hero h1 { font-size: clamp(31px, 11vw, 46px); }
  .lh2-console-section { padding-top: 20px; }
  .lh2-section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .lh2-tv { padding: 13px 13px 70px; border-radius: 13px 13px 20px 20px; }
  .lh2-control-rail { left: auto; right: 15px; top: auto; bottom: 12px; width: 122px; height: 43px; flex-direction: row; padding: 5px 8px; gap: 10px; }
  .lh2-speaker { width: 48px; height: 26px; }
  .lh2-knob { width: 25px; height: 25px; border-width: 3px; }
  .lh2-knob.small { display: none; }
  .lh2-power-light { margin: 0 0 0 auto; }
  .lh2-tv-brand { left: 19px; bottom: 24px; font-size: 7px; }
  .lh2-tv-brand small { display: none; }
  .lh2-offline-screen { padding: 14px; }
  .lh2-signal-bars { display: none; }
  .lh2-screen-eyebrow { font-size: 13px; }
  .lh2-offline-screen > strong { font-size: clamp(11px, 3.2vw, 16px); }
  .lh2-screen-game { font-size: 14px; }
  .lh2-offline-screen p { display: none; }
  .lh2-screen-actions { margin-top: 8px; }
  .lh2-screen-button { padding: 7px 8px; font-size: 6px; }
  .lh2-screen-button.live-link { right: 10px; top: 10px; }
  .lh2-mission-control { display: block; padding: 17px; }
  .lh2-mission-block { margin-bottom: 10px; }
  .lh2-mission-telemetry { grid-template-columns: 1fr; }
  .lh2-platform-grid { grid-template-columns: 1fr 1fr; }
  .lh2-mission-actions { grid-template-columns: 1fr; }
  .lh2-ticker-label { padding: 8px 9px; font-size: 6px; }
  .lh2-ticker p { font-size: 16px; }
  .lh2-comms-section { margin-top: 42px; padding-top: 38px; }
  .lh2-comms-monitor-top { grid-template-columns: auto 1fr; }
  .lh2-comms-monitor-top small { grid-column: 1 / -1; }
  .lh2-comms-stage, .lh2-live-chat { min-height: 470px; }
  .lh2-comms-ready { padding: 14px; }
  .lh2-comms-ready-intro { padding: 20px; }
  .lh2-comms-card-grid { grid-template-columns: 1fr; }
  .lh2-comms-card { min-height: 165px; }
  .lh2-viewer-ops { display: block; }
  .lh2-viewer-readout { margin-top: 9px; }
  .lh2-viewer-links { grid-template-columns: 1fr; }
  .lh2-replay-section { padding: 46px 0 52px; }
  .lh2-replay-actions { justify-content: flex-start; }
  .lh2-replay-card { display: block; }
  .lh2-replay-dialog { padding: 16px 12px 18px; }
  .lh2-replay-tv { padding: 12px 12px 60px; }
  .lh2-replay-tv-controls { right: 17px; top: auto; bottom: 12px; width: 108px; height: 37px; flex-direction: row; padding: 4px 7px; }
  .lh2-replay-tv-controls span { width: 23px; height: 23px; border-width: 3px; }
  .lh2-replay-tv-controls span:last-child { margin: 0 0 0 auto; }
  .lh2-replay-tv-label { left: 19px; bottom: 23px; font-size: 6px; }
  .lh2-replay-close { right: 5px; top: 5px; width: 36px; height: 36px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .lh2-status-light, .lh2-signal-bars i, .lh2-ticker p, .lh2-replay-loading span, .lh2-comms-boot > span, .lh2-comms-status.is-live span, .lh2-comms-standby > span, .lh2-page.is-live .lh2-signal-label span, .lh2-tv.is-live .lh2-power-light { animation: none !important; }
}
