.fd-super-stage {
  margin: 28px 0 34px;
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid color-mix(in srgb, var(--fd-crew) 56%, rgba(255,255,255,.18));
  border-radius: 28px;
  background:
    radial-gradient(circle at 7% 0%, color-mix(in srgb, var(--fd-crew) 24%, transparent), transparent 32%),
    radial-gradient(circle at 96% 8%, color-mix(in srgb, var(--fd-accent) 18%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(16,19,38,.98), rgba(7,10,24,.98));
  box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08);
}

.fd-super-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.fd-super-head span,
.fd-super-place,
.fd-super-community small,
.fd-super-next small {
  color: color-mix(in srgb, var(--fd-accent) 85%, white);
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fd-super-head h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.fd-super-head > p {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  font-size: 15px;
  line-height: 1.75;
}

.fd-super-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fd-super-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: 0 18px 38px rgba(0,0,0,.2);
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.fd-super-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
}

.fd-super-card:first-child .fd-media--super {
  min-height: 100%;
}

.fd-super-rank {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 10px;
  min-width: 126px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  color: #101326;
  background: linear-gradient(135deg, var(--fd-accent), #fff2ad);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.fd-super-rank small {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.fd-super-rank strong {
  font-size: 31px;
  line-height: 1;
}

.fd-super-rank span {
  font-size: 12px;
  font-weight: 900;
}

.fd-media--super {
  height: 250px;
  margin: 0;
  background: #0b1020;
}

.fd-media--super img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fd-media--super figcaption {
  position: absolute;
  inset: auto 12px 12px auto;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 10px;
  color: #fff;
  background: rgba(5,8,18,.8);
  backdrop-filter: blur(8px);
  font-size: 12px;
}

.fd-media--super figcaption b {
  display: none;
}

.fd-super-body {
  padding: 22px;
}

.fd-super-place {
  display: block;
  font-size: 12px;
}

.fd-super-body h4 {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.fd-super-body h5 {
  margin: 12px 0 0;
  color: color-mix(in srgb, var(--fd-accent) 78%, white);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.32;
}

.fd-super-lead {
  margin: 14px 0 0;
  color: rgba(255,255,255,.93);
  font-size: 16px;
  line-height: 1.8;
}

.fd-super-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.fd-super-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}

.fd-super-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fd-super-gallery figcaption {
  display: grid;
  gap: 4px;
  padding: 11px 12px 12px;
  color: rgba(255,255,255,.88);
}

.fd-super-gallery figcaption b {
  font-size: 14px;
  line-height: 1.45;
}

.fd-super-gallery figcaption span,
.fd-super-gallery figcaption a {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.4;
}

.fd-super-gallery figcaption a {
  width: max-content;
  color: color-mix(in srgb, var(--fd-accent) 82%, white);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fd-super-facts {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fd-super-facts li {
  position: relative;
  padding: 10px 12px 10px 38px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.05);
  font-size: 14px;
  line-height: 1.5;
}

.fd-super-facts li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  color: var(--fd-accent);
  font-weight: 950;
}

.fd-super-community,
.fd-super-next {
  margin-top: 15px;
  padding: 14px 15px;
  border-left: 4px solid var(--fd-crew);
  border-radius: 0 13px 13px 0;
  background: color-mix(in srgb, var(--fd-crew) 10%, rgba(255,255,255,.035));
}

.fd-super-next {
  border-left-color: var(--fd-accent);
}

.fd-super-community small,
.fd-super-next small {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
}

.fd-super-community p,
.fd-super-next p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.65;
}

.fd-super-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.fd-super-actions a,
.fd-super-actions button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--fd-crew) 58%, white);
  border-radius: 13px;
  color: #fff;
  background: color-mix(in srgb, var(--fd-crew) 22%, rgba(8,12,27,.9));
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.fd-super-actions a {
  color: #111528;
  border-color: var(--fd-accent);
  background: var(--fd-accent);
}

.fd-super-actions a:hover,
.fd-super-actions button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.fd-super-actions a:focus-visible,
.fd-super-actions button:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 3px;
}

.fd-speech-plant {
  color: #fff !important;
  font-size: clamp(24px, 2.3vw, 36px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

#fd-close,
[data-fd-detail-close] {
  min-width: 48px !important;
  min-height: 48px !important;
  font-size: 16px !important;
}

@media (max-width: 900px) {
  .fd-super-head,
  .fd-super-card:first-child {
    grid-template-columns: 1fr;
  }

  .fd-super-grid {
    grid-template-columns: 1fr;
  }

  .fd-super-card:first-child {
    grid-column: auto;
    display: block;
  }

  .fd-super-card:first-child .fd-media--super {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .fd-super-stage {
    margin-inline: -8px;
    padding: 17px;
    border-radius: 20px;
  }

  .fd-super-head {
    gap: 14px;
  }

  .fd-super-body {
    padding: 18px;
  }

  .fd-super-actions {
    grid-template-columns: 1fr;
  }

  .fd-media--super {
    height: 230px;
  }

  .fd-super-gallery {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-super-actions a,
  .fd-super-actions button {
    transition: none !important;
  }
}
