html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: #000;
  color: #f4f6fb;
  font-family: "Sora", "Segoe UI", sans-serif;
  overflow: hidden;
}
.tv-screen {
  --rank-s: var(--tv-rank-scale, 0.7);
  --rank-w: calc(clamp(188px, 22vw, 300px) * var(--rank-s));
  --qr: clamp(48px, min(18vh, calc(var(--rank-w) * 0.42)), 96px);
  position: relative;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #000;
}
.tv-countdown {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 16px;
  padding: 10px 24px;
  background: #0b0d14;
  border-bottom: 2px solid #f5c15d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.tv-countdown[hidden] { display: none !important; }
.tv-cd-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 72%;
}
.tv-cd-remain {
  color: #f5c15d;
  white-space: nowrap;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.tv-cd-remain[hidden] { display: none !important; }
.tv-countdown.is-now .tv-cd-remain { color: #34d399; }
.tv-body {
  flex: 1;
  display: flex;
  min-height: 0;
}
.tv-stage {
  flex: 1;
  position: relative;
  min-height: 0;
  background: #000;
}
.tv-stage img,
.tv-stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
#tv-live-video {
  transform: translateZ(0);
  backface-visibility: hidden;
}
#tv-live-audio {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.tv-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #8b93a8;
  pointer-events: none;
}
.tv-cam-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(239, 68, 68, .9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tv-cam-badge[hidden] { display: none !important; }
.tv-empty p { margin: 0; letter-spacing: .12em; text-transform: uppercase; font-size: 14px; }
.tv-bar {
  flex: 0 0 88px;
  background: #0b0d14;
  border-top: 2px solid #f5c15d;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tv-bar-inner {
  width: 100%;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 0 28px;
  color: #f4f6fb;
  overflow: hidden;
}
.tv-bar.is-scroll .tv-bar-inner {
  padding: 0;
}
.tv-bar.is-scroll .tv-bar-track {
  display: inline-block;
  padding-left: 100%;
  animation: tv-marquee var(--tv-duration, 20s) linear infinite;
}
.tv-bar-track span {
  padding-right: 80px;
}
.tv-bar-track span:not(:last-child)::after {
  content: "  •  ";
  color: #f5c15d;
  padding-left: 80px;
}
@keyframes tv-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.tv-start {
  position: fixed;
  inset: 0;
  z-index: 5;
  border: 0;
  background: rgba(0,0,0,.72);
  color: #f5c15d;
  font: inherit;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tv-start[hidden] { display: none; }
.install-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
}
.install-overlay[hidden] { display: none; }
.install-card {
  width: min(460px, 100%);
  background: #12141c;
  border: 1px solid rgba(245, 193, 93, .35);
  border-radius: 22px;
  padding: 28px 24px 22px;
  color: #f4f6fb;
  font-family: inherit;
}
.install-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
.install-card p {
  margin: 0 0 12px;
  color: #b7becc;
  font-size: 15px;
  line-height: 1.45;
}
.install-ios { color: #f4f6fb !important; }
.install-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.install-actions .btn {
  flex: 1;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.install-actions .btn-primary {
  background: #f5c15d;
  color: #1a1408;
}
.install-actions .btn-ghost {
  background: transparent;
  color: #f4f6fb;
  border-color: rgba(255,255,255,.2);
}
body.is-idle { cursor: none; }
.tv-corner {
  --s: var(--rank-s, 0.7);
  --lime: #c6ff00;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 6px 10px;
  max-width: min(var(--rank-w), calc(100% - 16px));
  pointer-events: none;
}
.tv-corner:not(:has(> :not([hidden]))) {
  display: none;
}
.tv-corner > * {
  pointer-events: auto;
}
.tv-screen:has(.tv-rank:not([hidden]):not(.is-full)) .tv-corner {
  right: 0;
  width: var(--rank-w);
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 16px 12px 10px;
}
.tv-qr-kiosk {
  position: static;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 5px 5px 4px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45);
}
.tv-qr-kiosk[hidden] { display: none !important; }
.tv-qr-kiosk #tv-qr {
  width: var(--qr);
  height: var(--qr);
}
.tv-qr-kiosk #tv-qr img,
.tv-qr-kiosk #tv-qr canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.tv-qr-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  min-height: clamp(20px, calc(var(--qr) * 0.26), 30px);
  padding: 0 4px;
  border: 0;
  border-radius: 6px;
  background: #f5c15d;
  color: #1a1408;
  font: inherit;
  font-size: clamp(7px, calc(var(--qr) * 0.1), 11px);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.tv-qr-share-btn svg {
  width: clamp(9px, calc(var(--qr) * 0.14), 14px);
  height: clamp(9px, calc(var(--qr) * 0.14), 14px);
  fill: currentColor;
  flex: 0 0 auto;
}
.tv-screen:has(#tv-bar:not([hidden])) .tv-corner {
  bottom: calc(8px + 88px);
}
.tv-screen:has(#tv-qr-kiosk:not([hidden])) .tv-rank:not([hidden]):not(.is-full) {
  padding-bottom: calc(var(--qr) + 44px);
}
.tv-share {
  flex: 0 0 auto;
  position: static;
  z-index: 8;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #12141c;
  border-top: 1px solid rgba(245, 193, 93, .4);
  color: #f4f6fb;
}
.tv-share[hidden] { display: none !important; }
.tv-share-qr {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.tv-share-qr img,
.tv-share-qr canvas {
  display: block;
  width: 72px;
  height: 72px;
}
.tv-share-main {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 4px;
}
.tv-share strong { font-size: 14px; }
.tv-share p {
  margin: 0;
  color: #b7becc;
  font-size: 12px;
  line-height: 1.35;
}
.tv-share .btn {
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.tv-share .btn-primary {
  background: #f5c15d;
  color: #1a1408;
}
@media (max-height: 500px) {
  .tv-screen {
    --qr: clamp(36px, min(10vh, calc(var(--rank-w) * 0.32)), 56px);
  }
  .tv-corner {
    right: 6px;
    bottom: 6px;
  }
  .tv-qr-kiosk {
    padding: 3px;
    gap: 1px;
    border-radius: 8px;
  }
  .tv-screen:has(#tv-bar:not([hidden])) .tv-corner {
    bottom: calc(6px + 36px);
  }
}

.tv-rank {
  --s: 0.7;
  --lime: #c6ff00;
  --lime-dim: #9ed600;
  --gold: #ffe14a;
  flex: 0 0 calc(clamp(188px, 22vw, 300px) * var(--s));
  width: calc(clamp(188px, 22vw, 300px) * var(--s));
  display: flex;
  flex-direction: column;
  min-height: 0;
  color: #fff;
  font-family: "Oswald", "Sora", sans-serif;
  background:
    radial-gradient(ellipse 80% 40% at 10% -10%, rgba(198, 255, 0, .16), transparent 55%),
    radial-gradient(ellipse 70% 50% at 110% 110%, rgba(80, 110, 0, .28), transparent 50%),
    repeating-linear-gradient(-24deg, transparent 0 10px, rgba(255,255,255,.018) 10px 11px),
    linear-gradient(180deg, #161616 0%, #0a0a0a 45%, #050505 100%);
  border-left: calc(3px * var(--s)) solid var(--lime);
  padding: 0;
  overflow: hidden;
  min-width: 0;
}
.tv-rank[hidden] { display: none !important; }
.tv-rank-poster {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 10px 4px calc(12px * var(--s)) calc(10px * var(--s));
}
.tv-rank.has-art .tv-rank-poster {
  padding-top: 0;
}
.tv-rank-brand {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: calc(10px * var(--s));
  padding-top: 0;
}
.tv-live {
  position: absolute;
  top: calc(4px * var(--s));
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: calc(6px * var(--s));
  color: var(--lime);
  font-size: calc(12px * var(--s));
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.tv-live i {
  width: calc(9px * var(--s));
  height: calc(9px * var(--s));
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(198, 255, 0, 0.7);
  animation: tv-pulse 1.8s infinite;
}
@keyframes tv-pulse {
  70% { box-shadow: 0 0 0 10px rgba(198, 255, 0, 0); }
}
.tv-rank-title {
  margin: 0;
  padding-right: calc(48px * var(--s));
  line-height: 0.86;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
.tv-rank-title[hidden],
.tv-rank-title-b[hidden],
.tv-rank-tag[hidden],
.tv-rank-art[hidden],
.tv-rank-foot[hidden] { display: none !important; }
.tv-rank.has-art .tv-rank-title,
.tv-rank.has-art .tv-rank-tag { display: none !important; }
.tv-rank.has-art .tv-rank-brand {
  height: calc(96px * var(--s));
  max-height: none;
  margin-left: calc(-10px * var(--s));
  margin-right: -4px;
  margin-bottom: calc(10px * var(--s));
  overflow: hidden;
  display: block;
}
.tv-rank-art {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: fill;
  object-position: center;
  margin: 0;
}
.tv-rank-title-a,
.tv-rank-title-b {
  display: block;
}
.tv-rank-title-a {
  font-size: calc(42px * var(--s));
  color: var(--lime);
  letter-spacing: -0.02em;
  text-shadow: 0 0 22px rgba(198, 255, 0, .4);
}
.tv-rank-title-b {
  margin-top: calc(2px * var(--s));
  font-size: calc(28px * var(--s));
  color: #fff;
  -webkit-text-stroke: calc(1.2px * var(--s)) var(--lime);
  paint-order: stroke fill;
  letter-spacing: 0.01em;
}
.tv-rank-tag {
  margin: calc(8px * var(--s)) 0 0;
  font-size: calc(13px * var(--s));
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lime);
}
.tv-rank-list {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: calc(6px * var(--s));
  min-width: 0;
  min-height: 0;
}
.tv-rank-empty {
  color: rgba(255,255,255,.45);
  font-size: calc(16px * var(--s));
  font-style: italic;
  padding: calc(12px * var(--s)) calc(4px * var(--s));
}
.tv-rank-row {
  display: grid;
  grid-template-columns: calc(28px * var(--s)) minmax(0, 1fr) auto auto;
  gap: 0 calc(8px * var(--s));
  align-items: center;
  min-width: 0;
  padding: calc(7px * var(--s)) 3px calc(7px * var(--s)) calc(8px * var(--s));
  border-radius: calc(8px * var(--s));
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255,255,255,.06);
}
.tv-rank-row.is-fresh {
  animation: tv-fresh 1.4s ease;
}
@keyframes tv-fresh {
  from { background: rgba(198, 255, 0, .28); }
  to { background: rgba(0, 0, 0, .55); }
}
.tv-place {
  font-size: calc(18px * var(--s));
  font-weight: 700;
  font-style: italic;
  color: var(--lime);
  line-height: 1;
  text-align: center;
}
.tv-rank-row.is-lead {
  background: rgba(0, 0, 0, .72);
  border-color: var(--lime);
  box-shadow: 0 0 0 calc(1px * var(--s)) var(--lime), 0 0 18px rgba(198, 255, 0, .28);
  padding: calc(10px * var(--s)) 3px calc(10px * var(--s)) calc(8px * var(--s));
}
.tv-rank-row.is-lead .tv-place,
.tv-rank-row.is-lead .tv-time {
  color: var(--gold);
  text-shadow: 0 0 12px rgba(255, 225, 74, .45);
}
.tv-who {
  min-width: 0;
  max-width: 100%;
  font-size: calc(16px * var(--s));
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv-time {
  font-size: calc(16px * var(--s));
  font-weight: 700;
  font-style: italic;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #fff;
  text-align: right;
  justify-self: end;
}
.tv-crown {
  display: flex;
  color: var(--gold);
  width: calc(16px * var(--s));
  height: calc(16px * var(--s));
  filter: drop-shadow(0 0 6px rgba(255, 225, 74, .7));
}
.tv-crown svg { width: 100%; height: 100%; display: block; }
.tv-rank-foot {
  flex: 1 0 88px;
  width: auto;
  min-width: 88px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 6px 8px 4px 4px;
  overflow: hidden;
}
.tv-rank-cta {
  text-align: right;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 4px 2px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .85);
}
.tv-rank-cta strong,
.tv-rank-cta em {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.tv-rank-cta strong {
  display: block;
  font-size: calc(13px * var(--s));
  font-weight: 700;
  font-style: italic;
  color: var(--lime);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.tv-rank-cta em {
  display: block;
  margin-top: calc(6px * var(--s));
  font-size: calc(12px * var(--s));
  font-weight: 700;
  font-style: italic;
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.tv-screen.is-rank-full .tv-stage {
  display: none;
}
.tv-rank.is-full {
  flex: 1 1 auto;
  width: 100%;
  border-left: 0;
  align-items: stretch;
  justify-content: flex-start;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(198, 255, 0, .12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 100%, rgba(60, 80, 0, .35), transparent 50%),
    repeating-linear-gradient(-24deg, transparent 0 14px, rgba(255,255,255,.02) 14px 15px),
    #080808;
}
.tv-rank.is-full .tv-rank-poster {
  width: min(680px, 92vw);
  max-height: 100%;
  margin: 0 auto;
  padding: 10px calc(32px * var(--s)) calc(22px * var(--s));
}
.tv-rank.is-full.has-art .tv-rank-poster {
  padding-top: 0;
}
.tv-rank.is-full .tv-live {
  font-size: calc(18px * var(--s));
}
.tv-rank.is-full .tv-rank-title-a {
  font-size: calc(92px * var(--s));
}
.tv-rank.is-full.has-art .tv-rank-brand {
  height: calc(170px * var(--s));
  max-height: none;
  margin-left: calc(-32px * var(--s));
  margin-right: calc(-32px * var(--s));
}
.tv-rank.is-full.has-art .tv-rank-art {
  max-height: none;
}
.tv-rank.is-full .tv-rank-title-b {
  font-size: calc(58px * var(--s));
  -webkit-text-stroke-width: calc(2px * var(--s));
}
.tv-rank.is-full .tv-rank-tag {
  font-size: calc(22px * var(--s));
  margin-top: calc(12px * var(--s));
}
.tv-rank.is-full .tv-rank-list {
  overflow: auto;
  gap: calc(10px * var(--s));
  margin-top: calc(8px * var(--s));
}
.tv-rank.is-full .tv-rank-row {
  grid-template-columns: calc(48px * var(--s)) minmax(0, 1fr) auto auto;
  padding: calc(12px * var(--s)) calc(16px * var(--s));
  border-radius: calc(12px * var(--s));
}
.tv-rank.is-full .tv-place { font-size: calc(28px * var(--s)); }
.tv-rank.is-full .tv-who { font-size: calc(28px * var(--s)); }
.tv-rank.is-full .tv-time { font-size: calc(28px * var(--s)); }
.tv-rank.is-full .tv-crown {
  width: calc(26px * var(--s));
  height: calc(26px * var(--s));
}
.tv-rank.is-full .tv-rank-row.is-lead {
  padding: calc(16px * var(--s)) calc(16px * var(--s));
}
.tv-screen.is-rank-full .tv-rank-foot {
  padding-right: 4px;
}
.tv-screen.is-rank-full .tv-rank-cta strong {
  font-size: calc(22px * var(--s));
}
.tv-screen.is-rank-full .tv-rank-cta em {
  font-size: calc(20px * var(--s));
}

@media (max-width: 1400px) and (pointer: coarse) {
  .tv-screen:has(#tv-bar:not([hidden])) .tv-corner {
    bottom: calc(8px + 56px);
  }
  .tv-bar {
    flex: 0 0 56px;
  }
  .tv-bar-inner {
    font-size: 22px;
    padding: 0 18px;
  }
  .tv-bar-track span {
    padding-right: 56px;
  }
  .tv-bar-track span:not(:last-child)::after {
    padding-left: 56px;
  }
}

@media (max-width: 900px) and (pointer: coarse), (max-width: 640px) {
  .tv-screen {
    --rank-w: min(38vw, 188px);
    --qr: clamp(36px, min(9vh, calc(var(--rank-w) * 0.32)), 56px);
  }
  .tv-screen:has(.tv-rank:not([hidden]):not(.is-full)) .tv-corner {
    right: 0;
    width: min(38vw, 188px);
    padding-right: 12px;
  }
  .tv-screen:has(#tv-rank-foot:not([hidden])):has(#tv-qr-kiosk:not([hidden])) .tv-rank:not([hidden]):not(.is-full) {
    padding-bottom: calc(var(--qr) + 92px);
  }
  .tv-screen:has(#tv-bar:not([hidden])) .tv-corner {
    bottom: calc(6px + 40px);
  }
  .tv-countdown {
    gap: 8px;
    padding: 4px 12px;
    font-size: 14px;
    border-bottom-width: 1px;
  }
  .tv-bar {
    flex: 0 0 40px;
    border-top-width: 1px;
  }
  .tv-bar-inner {
    font-size: 16px;
    padding: 0 14px;
    letter-spacing: 0.02em;
  }
  .tv-bar-track span {
    padding-right: 40px;
  }
  .tv-bar-track span:not(:last-child)::after {
    padding-left: 40px;
  }
  .tv-cam-badge {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .tv-rank:not(.is-full) {
    flex: 0 0 min(38vw, 188px);
    width: min(38vw, 188px);
  }
  .tv-rank:not(.is-full) .tv-rank-poster {
    padding: 8px 3px 6px 6px;
  }
  .tv-rank:not(.is-full).has-art .tv-rank-poster {
    padding-top: 0;
  }
  .tv-rank:not(.is-full).has-art .tv-rank-brand {
    height: 72px;
    max-height: none;
    margin-left: -6px;
    margin-right: -3px;
  }
  .tv-rank:not(.is-full).has-art .tv-rank-art {
    max-height: none;
  }
  .tv-rank-row {
    grid-template-columns: 16px minmax(0, 1fr) auto auto;
    gap: 0 4px;
    padding: 5px 2px 5px 5px;
  }
  .tv-rank-row.is-lead {
    padding: 6px 2px 6px 5px;
  }
  .tv-place {
    text-align: center;
    padding-right: 0;
  }
  .tv-rank-title-a { font-size: 22px; }
  .tv-rank-title-b { font-size: 15px; }
  .tv-rank-tag { font-size: 9px; }
  .tv-who, .tv-time { font-size: 12px; }
  .tv-rank-cta strong, .tv-rank-cta em { font-size: 9px; }
}

@media (max-height: 500px) {
  .tv-screen {
    --qr: clamp(34px, min(9vh, calc(var(--rank-w) * 0.30)), 52px);
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .tv-screen {
    --rank-s: 0.7;
    --rank-w: min(47.5vw, 235px);
    --qr: clamp(36px, min(8vh, calc(var(--rank-w) * 0.28)), 58px);
  }
  .tv-rank:not(.is-full) {
    --s: 0.7;
    flex: 0 0 var(--rank-w);
    width: var(--rank-w);
  }
  .tv-screen:has(.tv-rank:not([hidden]):not(.is-full)) .tv-corner {
    width: var(--rank-w);
    right: 0;
    padding: 8px 8px 12px 8px;
  }
  .tv-screen:has(#tv-rank-foot:not([hidden])):has(#tv-qr-kiosk:not([hidden])) .tv-rank:not([hidden]):not(.is-full) {
    padding-bottom: calc(var(--qr) + 48px);
  }
  .tv-rank:not(.is-full) .tv-rank-poster {
    padding: 10px 3px 8px 8px;
  }
  .tv-rank:not(.is-full).has-art .tv-rank-poster {
    padding-top: 0;
  }
  .tv-rank:not(.is-full).has-art .tv-rank-brand {
    height: calc(88px * var(--s));
    margin-left: -8px;
    margin-right: -3px;
  }
}

@media (min-width: 1280px) {
  .tv-rank {
    --s: var(--tv-rank-scale, 1.2);
  }
  .tv-corner {
    gap: 10px 16px;
  }
}
