/* game_tgn_0009 — play_tgn_0001 theme (cyber glass) · mode: embed */

:root {
  --color-primary: #00f5ff;
  --color-bg-primary: #1a0b2e;
  --color-bg-secondary: #1a0b2e;
  --color-bg-card: #16213e;
  --color-border: rgba(0, 245, 255, 0.18);
  --color-text-primary: #ffffff;
  --color-text-secondary: #6c757d;
  --radius-xl: 16px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-full: 9999px;
  --transition-normal: 0.25s ease;
  --shadow-lg: 0 14px 36px rgba(0, 0, 0, 0.18);
  --glow-cyan: 0 0 28px rgba(0, 245, 255, 0.35);
  --play-hero-radius: 12px;
}


/* —— 详情页 iframe 外壳 —— */
.g09-detail-player.detail-player,
#gameDetails .detail-player {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--play-hero-radius, 12px);
  overflow: hidden;
  background: #08060f;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}

.g09-detail-player .detail-player__frame-wrap,
#gameDetails .detail-player__frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  max-height: min(58vh, 540px);
  background: #000;
}

/* PC：全宽加高播放器，充分利用横向空间 */
@media (min-width: 769px) {
  .g09-detail-player .detail-player__frame-wrap,
  #gameDetails .detail-player__frame-wrap {
    aspect-ratio: auto;
    width: 100%;
    height: clamp(520px, 56vw, 680px);
    min-height: 520px;
    max-height: 680px;
  }
}

.g09-detail-player .detail-player__frame,
#gameDetails .detail-player__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* —— embed iframe 内 splash：铺满宽度，消除左右留白 —— */
html.play-tgn-0001-embed-active,
html.play-tgn-0001-embed-active body {
  background: #08060f;
  color: #ffffff;
}

html.play-tgn-0001-embed-active .play-tgn-0001-embed {
  background: #08060f;
}

html.play-tgn-0001-embed-active .play-tgn-0001__frame-wrap,
html.play-tgn-0001-embed-active .play-tgn-0001-embed__frame {
  background: #08060f;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash {
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-card {
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: stretch;
  gap: 8px;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-poster {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  background: #111;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-card:hover .play-tgn-0001__splash-poster {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-play {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 18px;
  border: none;
  border-radius: 0;
  background: linear-gradient(45deg, #ff006e, #ff5c8d);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-play::before {
  content: '\25B6';
  font-size: 0.75em;
  line-height: 1;
}

html.play-tgn-0001-embed-active .play-tgn-0001__splash-play:hover {
  transform: translateY(-1px);
  background: linear-gradient(45deg, #ff1a7a, #ff6b9d);
  color: #fff;
  box-shadow: 0 6px 22px rgba(255, 0, 110, 0.5);
}

html.play-tgn-0001-embed-active .play-tgn-0001__bottombar {
  padding: 8px 10px;
  background: rgba(8, 6, 15, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

html.play-tgn-0001-embed-active .play-tgn-0001__title {
  color: #fff;
  text-shadow: none;
  font-size: 12px;
}

html.play-tgn-0001-embed-active .play-tgn-0001__pill,
html.play-tgn-0001-embed-active .play-tgn-0001__btn {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}


/* —— 详情页 iframe 内实际模式：play page + in-iframe —— */
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #08060f;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page {
  width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #08060f;
}

/* 详情页 iframe：非沉浸时隐藏顶栏；沉浸/全屏时显示关闭 */
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page:not(.is-mobile-play) .play-tgn-0001-page__dialog > .play-tgn-0001__topbar,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page:not(.is-mobile-play) #playTgn0001PageDialog > .play-tgn-0001__topbar,
.play-tgn-0001-page:not(.is-mobile-play) #playTgn0001PageDialog:not(:fullscreen):not(:-webkit-full-screen) .play-tgn-0001__topbar {
  display: none !important;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page.is-mobile-play .play-tgn-0001-page__dialog > .play-tgn-0001__topbar,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page.is-mobile-play #playTgn0001PageDialog > .play-tgn-0001__topbar,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) > .play-tgn-0001__topbar,
#playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) .play-tgn-0001__topbar {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog > .play-tgn-0001__topbar .play-tgn-0001__login,
#playTgn0001PageDialog .play-tgn-0001__login,
#playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) .play-tgn-0001__login {
  display: none !important;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__frame-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #08060f;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-card {
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  max-height: none;
  min-height: 0;
  margin: 0;
  gap: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-poster {
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #111;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-card:hover .play-tgn-0001__splash-poster {
  border: none;
  box-shadow: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-play {
  flex-shrink: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  background: linear-gradient(45deg, #ff006e, #ff5c8d);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-play::before {
  content: '\25B6';
  font-size: 0.75em;
  line-height: 1;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-play:hover {
  background: linear-gradient(45deg, #ff1a7a, #ff6b9d);
  color: #fff;
  box-shadow: none;
  transform: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__bottombar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  min-height: 54px;
  overflow: visible;
  background: rgba(8, 6, 15, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* 详情页已有标题区，底栏不再重复缩略图/标题 */
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__game-info {
  display: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__actions {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__divider {
  display: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn {
  width: auto;
  height: 40px;
  min-width: 0;
  max-width: none;
  flex-shrink: 0;
  padding: 0 12px;
  margin: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--fav {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  padding: 0;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--like,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--dislike {
  width: auto;
  min-width: 48px;
  max-width: none;
  padding: 0 10px;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--like span {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  min-width: 0;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn span {
  display: none;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill svg,
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}


/* —— play 页 / 弹窗内（非 embed 详情 iframe） —— */
html.play-tgn-0001-page-active,
html.play-tgn-0001-page-active body {
  background: #1a0b2e;
  color: #ffffff;
}

.play-tgn-0001-page,
.play-tgn-0001-embed {
  background: #1a0b2e;
}

.play-tgn-0001-page__dialog,
.play-tgn-0001-embed {
  background: #16213e;
  border: none;
  box-shadow: none;
}

.play-tgn-0001__frame-wrap,
.play-tgn-0001-embed__frame {
  background: radial-gradient(ellipse at 20% 80%, rgba(0, 245, 255, 0.08) 0%, transparent 55%), #1a0b2e;
}

.play-tgn-0001__topbar,
.play-tgn-0001__bottombar {
  background: rgba(8, 8, 16, 0.96);
  border-color: rgba(0, 245, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.play-tgn-0001__login {
  border: 2px solid #00f5ff;
  border-radius: var(--radius-md);
  background: transparent;
  color: #00f5ff;
  font-weight: 600;
  box-shadow: 0 0 16px rgba(0, 245, 255, 0.2);
}

.play-tgn-0001__login:hover {
  background: #00f5ff;
  color: #0a0a12;
}

.play-tgn-0001__close {
  border: 2px solid #00f5ff;
  color: #00f5ff;
}

.play-tgn-0001__close:hover {
  background: #00f5ff;
  color: #0a0a12;
}


/* splash 布局：弹窗 / 独立页 */
.play-tgn-0001__splash {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-tgn-0001__splash-card {
  width: min(100%, 520px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.play-tgn-0001__splash-poster {
  width: 100%;
  max-width: 520px;
}

.play-tgn-0001__splash-play {
  width: 100%;
  max-width: 360px;
  align-self: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.play-tgn-0001__splash-poster {
  border-radius: 16px;
  border: 2px solid rgba(0, 245, 255, 0.22);
  box-shadow: var(--shadow-lg, 0 14px 36px rgba(0, 0, 0, 0.2));
  background: var(--color-bg-card);
}

.play-tgn-0001__splash-card:hover .play-tgn-0001__splash-poster {
  border-color: rgba(0, 245, 255, 0.45);
  box-shadow: var(--shadow-lg, 0 14px 36px rgba(0, 0, 0, 0.2)), 0 0 28px rgba(0, 245, 255, 0.22);
}

.play-tgn-0001__splash-play {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #ff006e, #ff5c8d);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 18px rgba(255, 0, 110, 0.45);
  clip-path: none;
}

.play-tgn-0001__splash-play::before {
  content: '\25B6';
  font-size: 0.8em;
  line-height: 1;
}

.play-tgn-0001__splash-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 0, 110, 0.55);
}


.play-tgn-0001__title {
  color: #00f5ff;
  font-weight: 700;
}

.play-tgn-0001__badge {
  color: #6c757d;
}

.play-tgn-0001__thumb {
  border-radius: calc(var(--radius-md, 8px) + 2px);
  border: 2px solid rgba(0, 245, 255, 0.18);
}

.play-tgn-0001__pill,
.play-tgn-0001__btn {
  border: 1px solid rgba(0, 245, 255, 0.18);
  border-radius: var(--radius-full);
  background: #16213e;
  color: #ffffff;
  font-weight: 600;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.play-tgn-0001__pill:hover,
.play-tgn-0001__btn:hover {
  border-color: #00f5ff;
  color: #00f5ff;
  box-shadow: 0 0 14px rgba(0, 245, 255, 0.16);
}

.play-tgn-0001__pill--like.is-active {
  color: #39ff14;
  border-color: #39ff14;
}

.play-tgn-0001__pill--fav.is-active {
  color: #fde047;
  border-color: #fde047;
}

.play-tgn-0001__divider {
  background: rgba(0, 245, 255, 0.18);
}

.play-tgn-0001__toast {
  background: #16213e;
  border: 1px solid rgba(0, 245, 255, 0.18);
  color: #ffffff;
  box-shadow: 0 0 28px rgba(0, 245, 255, 0.35);
}

#playTgn0001PageDialog:not(:fullscreen):not(:-webkit-full-screen) .play-tgn-0001__topbar {
  display: none;
}

/* iframe 全屏：无顶栏，内容区铺满 */
html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) {
  display: flex;
  flex-direction: column;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) .play-tgn-0001__frame-wrap {
  flex: 1 1 auto;
  min-height: 0;
}

html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) .play-tgn-0001__bottombar {
  flex-shrink: 0;
}

@media (max-width: 768px) {

  .g09-detail-player.detail-player,
  #gameDetails .detail-player {
    border-radius: 10px;
  }

  .g09-detail-player .detail-player__frame-wrap,
  #gameDetails .detail-player__frame-wrap {
    aspect-ratio: auto;
    height: clamp(318px, 90vw, 400px);
    min-height: 318px;
    max-height: none;
  }

  .g09-detail-player.detail-player.is-mobile-immersive,
  .detail-player.is-mobile-immersive {
    position: fixed !important;
    inset: 0 !important;
    z-index: 20050;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
    height: 100dvh !important;
    max-height: 100dvh !important;
  }

  .g09-detail-player.detail-player.is-mobile-immersive .detail-player__frame-wrap,
  .detail-player.is-mobile-immersive .detail-player__frame-wrap {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto;
  }

  .g09-detail-player.detail-player.is-mobile-immersive .detail-player__frame,
  .detail-player.is-mobile-immersive .detail-player__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  body.detail-mobile-play-active {
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }

  body.detail-mobile-play-active .g09-site-header,
  body.detail-mobile-play-active .navbar,
  body.detail-mobile-play-active .g09-mobile-bar,
  body.detail-mobile-play-active .nav-links,
  body.detail-mobile-play-active .grid-floor,
  body.detail-mobile-play-active .detail-breadcrumb-wrap--hero,
  body.detail-mobile-play-active .game-header,
  body.detail-mobile-play-active .g09-detail-head {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.detail-mobile-play-active .detail-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  html.play-tgn-0001-embed-active .play-tgn-0001__splash {
    padding: 0;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__splash,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__splash-card,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-card {
    width: 100%;
    max-width: none;
    gap: 0;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__splash-poster,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-poster {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    max-height: none;
    flex: 1 1 auto;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__splash-play,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__splash-play {
    padding: 11px 14px;
    font-size: 14px;
    clip-path: none;
    border-radius: 0;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__bottombar,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__bottombar {
    padding: 10px 12px;
    padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
    min-height: calc(54px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page.is-mobile-play .play-tgn-0001__bottombar,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) .play-tgn-0001__bottombar {
    padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
    min-height: calc(54px + env(safe-area-inset-bottom, 0px));
  }

  /* 移动端：底栏单行排列 */
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page__dialog .play-tgn-0001__actions,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__actions {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: visible;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: 40px;
    min-width: 0;
    max-width: none;
    padding: 0 10px;
    margin: 0;
    line-height: 1;
    gap: 4px;
    box-sizing: border-box;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__btn,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--fav {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 0;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--like,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001__pill--dislike {
    width: auto;
    min-width: 44px;
    max-width: none;
    padding: 0 10px;
  }

  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page.is-mobile-play .play-tgn-0001-page__dialog > .play-tgn-0001__topbar,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe .play-tgn-0001-page.is-mobile-play #playTgn0001PageDialog > .play-tgn-0001__topbar,
  html.play-tgn-0001-page-active.play-tgn-0001-in-iframe #playTgn0001PageDialog:is(:fullscreen, :-webkit-full-screen) > .play-tgn-0001__topbar {
    padding-top: calc(12px + env(safe-area-inset-top, 0px));
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  .play-tgn-0001__splash-card {
    gap: 14px;
  }
}
