/* ITAHUKA Video Platform v5.0.8 — mockup-aligned default mobile overlay theme.
   Goal: match the approved mobile mockups more closely for Live, Videos and
   Schedule surfaces while preserving the existing application structure. */

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"],
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] {
  --it-overlay-bg: #020305;
  --it-overlay-surface: rgba(10, 12, 16, 0.92);
  --it-overlay-surface-2: rgba(16, 19, 26, 0.88);
  --it-overlay-glass: rgba(18, 20, 28, 0.56);
  --it-overlay-glass-strong: rgba(10, 12, 18, 0.82);
  --it-overlay-border: rgba(255, 255, 255, 0.10);
  --it-overlay-text: #ffffff;
  --it-overlay-muted: rgba(255, 255, 255, 0.72);
  --it-overlay-soft: rgba(255, 255, 255, 0.46);
  --it-overlay-accent: #ef233c;
  --it-overlay-accent-2: #ff4359;
  --it-overlay-success: #32d583;
  --it-mobile-bottom-nav: 74px;
  --it-mobile-header: 66px;
  background: #000 !important;
  color: var(--it-overlay-text) !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .page-space,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .page-space {
  padding-top: 0 !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-content.public-content,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .page-space > .container,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-content.public-content,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .page-space > .container {
  width: 100% !important;
  max-width: none !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 2200 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.26) 72%, transparent) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header * { pointer-events: auto; }
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .menu-button,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .mobile-search-button,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .notification-link,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .sign-in-button,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .menu-button,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .mobile-search-button,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .notification-link,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .site-header.yt-header .sign-in-button {
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .brand-logo-image img,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .brand-logo-image img {
  filter: brightness(1.15);
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  z-index: 2300 !important;
  height: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom)) !important;
  padding: 8px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.98)) !important;
  color: rgba(255,255,255,.68) !important;
  backdrop-filter: blur(18px) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a {
  min-height: 50px !important;
  border-radius: 14px !important;
  color: rgba(255,255,255,.72) !important;
  background: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a.active,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a[aria-current="page"],
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a.active,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a[aria-current="page"] {
  color: var(--it-overlay-accent) !important;
  background: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a > span,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a > span {
  font-size: 23px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a > b,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav a > b {
  font-size: 10px !important;
  font-weight: 700 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav .mobile-bottom-live.active > span,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav .mobile-bottom-live.active > span {
  color: var(--it-overlay-accent) !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .channel-page-head,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .global-live-alert,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .flash-wrap,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .channel-page-head,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .global-live-alert,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .flash-wrap {
  display: none !important;
}

/* ===== LIVE SURFACE ===== */
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page {
  background: #000 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space > .container,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space > .container {
  padding: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-page,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-page {
  min-height: calc(100dvh - var(--it-mobile-bottom-nav) - env(safe-area-inset-bottom)) !important;
  padding: 0 !important;
  color: #fff !important;
  background: #000 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-experience-bar,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-guide,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-experience-bar,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-guide {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-grid,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-grid {
  display: block !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-main,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-main {
  display: block !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-player-card,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-player-card {
  position: relative !important;
  min-height: calc(100dvh - var(--it-mobile-bottom-nav) - env(safe-area-inset-bottom)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-linear-player,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-stage,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-linear-player,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-stage {
  height: calc(100dvh - var(--it-mobile-bottom-nav) - env(safe-area-inset-bottom)) !important;
  min-height: calc(100dvh - var(--it-mobile-bottom-nav) - env(safe-area-inset-bottom)) !important;
  border-radius: 0 !important;
  background-color: #000 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-poster::after,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-stage::after,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-poster::after,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.08) 28%, rgba(0,0,0,.08) 52%, rgba(0,0,0,.72) 100%);
  pointer-events: none;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar {
  position: absolute !important;
  top: calc(60px + env(safe-area-inset-top)) !important;
  right: max(14px, env(safe-area-inset-right)) !important;
  left: auto !important;
  z-index: 18 !important;
  gap: 8px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar .itahuka-state-badge,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar .itahuka-viewer-count,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar .itahuka-state-badge,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .itahuka-player-topbar .itahuka-viewer-count {
  border-radius: 12px !important;
  background: rgba(10, 10, 16, .72) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-program-meta,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-program-meta {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 16 !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-channel-identity,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-channel-identity {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group {
  position: absolute !important;
  right: max(12px, env(safe-area-inset-right)) !important;
  top: 120px !important;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 80px) !important;
  z-index: 18 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  width: 68px !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action {
  display: grid !important;
  justify-items: center !important;
  gap: 4px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  width: 56px !important;
  height: auto !important;
  padding: 10px 6px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  background: rgba(6, 6, 10, .36) !important;
  color: #fff !important;
  font-size: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:first-child,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:first-child {
  font-size: 25px !important;
  line-height: 1 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:last-child,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:last-child {
  display: block !important;
  font-size: 11px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.94) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action.subscribed,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action.is-active,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action.subscribed,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action.is-active {
  background: rgba(239,35,60,.28) !important;
  border-color: rgba(255,84,104,.75) !important;
}

.mobile-live-overlay-head {
  position: absolute;
  top: calc(10px + env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  z-index: 19;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: #fff;
  pointer-events: none;
}
.mobile-live-overlay-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  font-weight: 900;
  letter-spacing: -.01em;
}
.mobile-live-overlay-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(1.1);
}
.mobile-live-overlay-brand strong {
  font-size: 15px;
  white-space: nowrap;
}
.mobile-live-overlay-meta {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-live-overlay-title {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255,255,255,.94);
}
.mobile-live-overlay-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 11px;
  background: rgba(7,8,12,.7);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
}
.mobile-live-overlay-pill.is-live {
  background: linear-gradient(180deg, var(--it-overlay-accent-2), var(--it-overlay-accent));
  border-color: transparent;
}
.mobile-live-overlay-kebab {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(7,8,12,.44);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 20px;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column {
  position: absolute !important;
  left: max(12px, env(safe-area-inset-left)) !important;
  right: 86px !important;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 8px) !important;
  z-index: 17 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat {
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__header,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__tabs,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__pinned,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__tabs,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__pinned {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__view,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__view {
  display: block !important;
  position: relative !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages {
  display: grid !important;
  gap: 8px !important;
  align-content: end !important;
  max-height: min(36dvh, 340px) !important;
  padding: 0 0 10px !important;
  overflow: hidden auto !important;
  background: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: start !important;
  max-width: min(370px, 100%) !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 18px !important;
  background: rgba(22, 22, 30, .58) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message .avatar,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message .avatar {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.14) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header > strong,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header > strong {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header > span,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__body header > span {
  color: rgba(255,255,255,.58) !important;
  font-size: 12px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message p,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__text,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message p,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__text {
  margin: 2px 0 0 !important;
  color: rgba(255,255,255,.96) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__meta,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-message__meta {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  margin: 2px 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions > span,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions > span {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions button,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions button {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(24, 24, 30, .56) !important;
  color: #fff !important;
  font-size: 22px !important;
  backdrop-filter: blur(12px) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer form,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px 54px !important;
  gap: 8px !important;
  align-items: center !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer textarea,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer textarea {
  min-height: 48px !important;
  max-height: 110px !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
  background: rgba(20, 20, 26, .52) !important;
  color: #fff !important;
  resize: none !important;
  backdrop-filter: blur(14px) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-tool,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-send,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-tool,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-send {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px !important;
  background: rgba(20, 20, 26, .52) !important;
  color: #fff !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-chat-send,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-chat-send {
  width: 54px !important;
  background: linear-gradient(180deg, var(--it-overlay-accent-2), var(--it-overlay-accent)) !important;
  border-color: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer-foot,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__feedback,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__reply,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer-foot,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__feedback,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__reply {
  display: none !important;
}
.mobile-live-floaters {
  position: absolute;
  right: 74px;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 56px);
  z-index: 16;
  width: 86px;
  height: 240px;
  pointer-events: none;
  overflow: hidden;
}
.mobile-live-floater {
  position: absolute;
  right: 0;
  bottom: -18px;
  font-size: 32px;
  opacity: 0;
  animation: mobileLiveEmojiFloat 6.6s linear infinite;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.32));
}
@keyframes mobileLiveEmojiFloat {
  0% { transform: translate3d(0,0,0) scale(.82); opacity: 0; }
  10% { opacity: 1; }
  65% { opacity: 1; }
  100% { transform: translate3d(-30px,-220px,0) scale(1.08); opacity: 0; }
}

/* ===== VIDEOS + SCHEDULE OVERLAY SURFACES ===== */
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page {
  background: #000 !important;
}
.mobile-overlay-media-shell {
  position: relative;
  min-height: calc(100dvh - var(--it-mobile-bottom-nav) - env(safe-area-inset-bottom));
  padding-top: 0;
}
.mobile-overlay-stage {
  position: sticky;
  top: 0;
  z-index: 1;
  height: min(56dvh, 520px);
  min-height: 300px;
  background: #000;
  overflow: hidden;
}
.mobile-overlay-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.54), rgba(0,0,0,.10) 40%, rgba(0,0,0,.14) 58%, rgba(0,0,0,.88));
  pointer-events: none;
}
.mobile-overlay-player,
.mobile-overlay-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000 center / cover no-repeat;
}
.mobile-overlay-stage .mobile-live-overlay-head { top: calc(12px + env(safe-area-inset-top)); }
.mobile-overlay-stage .mobile-overlay-titlebar {
  position: absolute;
  top: calc(16px + env(safe-area-inset-top));
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  z-index: 3;
}
.mobile-overlay-bottom-info {
  position: absolute;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: 18px;
  z-index: 3;
  display: grid;
  gap: 5px;
  color: #fff;
}
.mobile-overlay-bottom-info strong {
  font-size: 18px;
  line-height: 1.16;
}
.mobile-overlay-bottom-info span {
  color: rgba(255,255,255,.76);
  font-size: 12px;
}
.mobile-overlay-tray {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding: 16px 14px calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 18px);
  border-radius: 26px 26px 0 0;
  border: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(10,11,16,.88), rgba(3,4,8,.97));
  backdrop-filter: blur(20px);
  box-shadow: 0 -18px 40px rgba(0,0,0,.34);
}
.mobile-overlay-drag {
  width: 56px;
  height: 6px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.32);
}
.mobile-overlay-tray h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-hero,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-toolbar,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-result-summary,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-pagination,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .channel-empty-state,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-hero,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-toolbar,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-result-summary,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-pagination,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .channel-empty-state {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(240px, 72vw) !important;
  gap: 16px !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid::-webkit-scrollbar { display: none; }
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card {
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.02) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb {
  aspect-ratio: 16/9 !important;
  border-radius: 12px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-info-row,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-info-row {
  padding: 10px 0 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-title,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-title {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-stats,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-stats {
  color: rgba(255,255,255,.64) !important;
  font-size: 12px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .video-card-menu,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .video-card-menu { display: none !important; }

/* Horizontal ruler schedule mockup */
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page-head,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-week-navigation,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-filters,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-dayparts,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page-note,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-now-column,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-side-column,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-world-panel,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page-head,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-week-navigation,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-filters,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-dayparts,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page-note,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-now-column,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-side-column,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-world-panel {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-dashboard,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-dashboard {
  display: block !important;
  width: 100% !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-list-panel,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-list-panel {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-list-heading,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-day-list,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-list-heading,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .schedule-day-list {
  display: none !important;
}
.mobile-schedule-ruler {
  display: grid;
  grid-template-columns: repeat(6, minmax(52px, 1fr));
  gap: 0;
  align-items: end;
  position: relative;
  margin: 6px 0 14px;
  padding-top: 22px;
}
.mobile-schedule-ruler::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 42px;
  height: 2px;
  background: rgba(255,255,255,.16);
}
.mobile-schedule-ruler-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.mobile-schedule-ruler-step::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.92);
  background: rgba(4,4,8,.92);
  box-shadow: 0 0 0 4px rgba(0,0,0,.44);
}
.mobile-schedule-ruler-step.is-live::after {
  border-color: var(--it-overlay-accent);
}
.mobile-schedule-ruler-step span {
  font-size: 14px;
}
.mobile-schedule-card-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(178px, 48vw);
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.mobile-schedule-card-row::-webkit-scrollbar { display: none; }
.mobile-schedule-card {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  color: #fff;
}
.mobile-schedule-card.is-live {
  background: linear-gradient(180deg, rgba(239,35,60,.18), rgba(239,35,60,.12));
  border-color: rgba(255,96,116,.86);
  box-shadow: 0 0 0 1px rgba(255,96,116,.28) inset;
}
.mobile-schedule-card .state {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--it-overlay-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.mobile-schedule-card .title {
  display: block;
  margin: 10px 0 6px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}
.mobile-schedule-card .time {
  display: block;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}
.mobile-schedule-card .action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.mobile-schedule-card.is-live .action {
  background: linear-gradient(180deg, var(--it-overlay-accent-2), var(--it-overlay-accent));
  border-color: transparent;
}

/* Landscape / wide mobile alignment to match mockups */
@media (min-width: 760px) {
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group {
    top: 86px !important;
    bottom: 110px !important;
    right: 18px !important;
    justify-content: center !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column {
    left: 18px !important;
    right: 108px !important;
    bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 8px) !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages {
    max-width: 320px !important;
    max-height: 190px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__fast-reactions {
    max-width: 460px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__composer {
    max-width: min(580px, calc(100% - 12px)) !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-program-meta,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-program-meta {
    bottom: 0 !important;
  }
  .mobile-overlay-stage { height: min(62dvh, 540px); }
  .mobile-overlay-tray { margin-top: -36px; padding-inline: 18px; }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid {
    grid-auto-columns: minmax(280px, 28vw) !important;
  }
  .mobile-schedule-card-row { grid-auto-columns: minmax(200px, 22vw); }
}

@media (max-width: 430px) {
  .mobile-live-overlay-brand strong { font-size: 14px; }
  .mobile-live-overlay-title { font-size: 11px; }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action-group {
    width: 60px !important;
    right: 8px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action {
    width: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 8px 4px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:first-child,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:first-child { font-size: 22px !important; }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:last-child,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-action > span:last-child { font-size: 10px !important; }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-live-chat-column {
    right: 68px !important;
    left: 10px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .it-community-chat__messages { max-height: 30dvh !important; }
  .mobile-schedule-card-row { grid-auto-columns: minmax(170px, 72vw); }
}

/* ===== v5.0.8 immersive fullscreen mockup refinement ===== */
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .site-header.yt-header,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .site-header.yt-header,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .site-header.yt-header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .site-header.yt-header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .site-header.yt-header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .site-header.yt-header {
  display: none !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .site-content.public-content,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .site-content.public-content,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .site-content.public-content,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .site-content.public-content,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .site-content.public-content,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .site-content.public-content,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .page-space,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .page-space,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .page-space,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .page-space,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space > .container,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .page-space > .container,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .page-space > .container,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .page-space > .container,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .page-space > .container,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .page-space > .container {
  width: 100% !important;
  max-width: none !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .channel-page-head,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .channel-page-head,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .channel-page-head,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].schedule-public-page .channel-page-head {
  display: none !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"] .mobile-bottom-nav {
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.96)) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

/* full-screen live */
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-program-meta,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-program-meta,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-player-topbar,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-player-topbar,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-next-overlay,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-next-overlay,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__header,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__tabs,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__pinned,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__reply,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__feedback,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer-foot,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__header,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__tabs,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__pinned,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__reply,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__feedback,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer-foot {
  display: none !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-grid,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-grid {
  display: block !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-player-card,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-player-card {
  position: relative !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-linear-player,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-player-stage,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-linear-player,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .itahuka-player-stage {
  min-height: 100dvh !important;
  height: 100dvh !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action-group,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action-group {
  position: absolute !important;
  top: 108px !important;
  right: 12px !important;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 18px) !important;
  width: 64px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 14px !important;
  z-index: 8 !important;
  overflow: visible !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action {
  width: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  padding: 8px 4px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  background: rgba(0,0,0,.36) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.28) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action.is-follow,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action.is-follow {
  background: linear-gradient(180deg, rgba(239,35,60,.98), rgba(203,17,40,.96)) !important;
  border-color: rgba(255,83,105,.85) !important;
}
.mobile-action-rail-button__icon { font-size: 21px; line-height: 1; }
.mobile-action-rail-button__label { font-size: 10px; line-height: 1.1; font-weight: 800; }
.mobile-action-rail-button__metric { font-size: 10px; line-height: 1; color: rgba(255,255,255,.9); }

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-chat-column,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-chat-column {
  position: absolute !important;
  left: 14px !important;
  right: 84px !important;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 10px) !important;
  top: auto !important;
  z-index: 7 !important;
  height: auto !important;
  min-height: 0 !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat {
  position: relative !important;
  top: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  max-height: 32dvh !important;
  padding: 0 !important;
  overflow-y: auto !important;
  background: transparent !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages > *,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages > * {
  width: fit-content !important;
  max-width: min(72vw, 420px) !important;
  padding: 10px 13px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(9, 11, 16, .76) !important;
  color: #fff !important;
  backdrop-filter: blur(18px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.26) !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages > *:nth-child(even),
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages > *:nth-child(even) {
  margin-left: 18px !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: calc(100% - 8px) !important;
  margin-top: 10px !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(6,8,12,.62) !important;
  backdrop-filter: blur(18px) !important;
  overflow-x: auto !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions > span,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions > span {
  display: none !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions button,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__fast-reactions button {
  min-width: 38px !important;
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.07) !important;
  font-size: 18px !important;
}

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer {
  width: min(100%, 520px) !important;
  margin-top: 10px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(6,8,12,.72) !important;
  backdrop-filter: blur(18px) !important;
  overflow: hidden !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer form,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer form {
  display: grid !important;
  grid-template-columns: 1fr auto auto !important;
  gap: 0 !important;
  align-items: center !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer textarea,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__composer textarea {
  min-height: 48px !important;
  height: 48px !important;
  padding: 13px 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-tool,
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-send,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-tool,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-send {
  min-width: 46px !important;
  min-height: 46px !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-send,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-chat-send {
  border-left: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(239,35,60,.96), rgba(202,20,43,.95)) !important;
}

.mobile-live-overlay-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: max(12px, env(safe-area-inset-top)) 14px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.28) 70%, transparent);
}
.mobile-live-overlay-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-live-overlay-back,
.mobile-live-overlay-kebab {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(16px);
}
.mobile-live-overlay-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin-right: auto;
}
.mobile-live-overlay-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.mobile-live-overlay-brand strong { font-size: 14px; letter-spacing: .03em; }
.mobile-live-overlay-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(9,11,16,.62);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(16px);
}
.mobile-live-overlay-pill.is-live {
  background: linear-gradient(180deg, rgba(239,35,60,.98), rgba(202,20,43,.96));
  border-color: rgba(255,83,105,.7);
}
.mobile-live-overlay-title-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 52px);
  margin-top: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(9,11,16,.56);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.mobile-live-overlay-title-accent {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ef233c;
  box-shadow: 0 0 0 5px rgba(239,35,60,.16);
}
.mobile-live-overlay-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.mobile-live-floaters {
  position: absolute;
  right: 10px;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 120px);
  width: 34px;
  pointer-events: none;
  z-index: 6;
}
.mobile-live-floater {
  position: absolute;
  bottom: 0;
  opacity: 0;
  font-size: 18px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.35));
  animation: it-mobile-float 6.5s linear infinite;
}
@keyframes it-mobile-float {
  0% { transform: translate3d(0, 0, 0) scale(.78); opacity: 0; }
  12% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translate3d(-10px, -170px, 0) scale(1.15); opacity: 0; }
}

/* video / schedule trays */
.mobile-overlay-media-shell {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
  background: #000;
}
.mobile-overlay-stage {
  position: absolute;
  inset: 0;
}
.mobile-overlay-stage-media,
.mobile-overlay-stage-media iframe,
.mobile-overlay-stage-media .mobile-overlay-poster {
  width: 100%;
  height: 100%;
}
.mobile-overlay-player,
.mobile-overlay-poster {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000 center / cover no-repeat;
}
.mobile-overlay-stage-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.12) 28%, rgba(0,0,0,.14) 64%, rgba(0,0,0,.88) 100%);
  pointer-events: none;
}
.mobile-overlay-tray {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom));
  z-index: 7;
  max-height: min(36dvh, 360px);
  overflow-y: auto;
  padding: 12px 14px 16px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(7,9,13,.76), rgba(7,9,13,.96));
  backdrop-filter: blur(18px);
  box-shadow: 0 -18px 40px rgba(0,0,0,.32);
}
.mobile-overlay-drag {
  width: 46px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
}
.mobile-overlay-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.mobile-overlay-section-title strong {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.mobile-overlay-bottom-info { display: none !important; }

body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-grid {
  display: grid !important;
  grid-auto-flow: row !important;
  gap: 12px !important;
  overflow: visible !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card {
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb-shell,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb-shell {
  margin: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb {
  display: block !important;
  aspect-ratio: 16/9 !important;
  width: 132px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #111827 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb img,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-info-row,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-info-row {
  padding: 4px 0 0 !important;
  min-width: 0 !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-title,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px !important;
}
body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-stats,
html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-stats {
  margin-top: 6px !important;
  display: block !important;
}

.mobile-schedule-ruler { margin: 0 0 16px !important; }
.mobile-schedule-card-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  overflow: visible !important;
}
.mobile-schedule-card {
  border-radius: 18px !important;
  background: rgba(255,255,255,.04) !important;
}
.mobile-schedule-card .action { min-height: 40px !important; }

@media (min-width: 760px) {
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action-group,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-action-group {
    top: 98px !important;
    right: 20px !important;
    gap: 16px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-chat-column,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-live-chat-column {
    left: 20px !important;
    right: 106px !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].live-hub-page .it-community-chat__messages {
    max-height: 24dvh !important;
  }
  .mobile-overlay-tray {
    left: 18px;
    right: 18px;
    bottom: calc(var(--it-mobile-bottom-nav) + env(safe-area-inset-bottom) + 10px);
    border-radius: 30px;
    max-height: min(32dvh, 300px);
  }
}

@media (max-width: 430px) {
  .mobile-live-overlay-viewers { display: none !important; }
  .mobile-live-overlay-title-row { max-width: calc(100% - 20px); }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }
  body.it-mobile-app[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb,
  html.it-mobile-shell body.public-area[data-theme="itahuka-mobile-live-overlay"].video-library-page .library-video-thumb {
    width: 112px !important;
  }
}
