/* ─── Salon de la Fama — alineado al tema hielo/gris del portal ─── */
.fame-page__bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(76, 201, 240, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 30% at 100% 80%, rgba(30, 58, 138, 0.1), transparent),
    linear-gradient(180deg, #080c14 0%, #0c1018 45%, #060810 100%);
}

.fame-hero {
  padding: 3.5rem 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(76, 201, 240, 0.1);
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.85), transparent);
}

.fame-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  text-shadow: 0 0 32px rgba(76, 201, 240, 0.18);
  margin: 0.5rem 0;
}

.fame-hero__lead {
  max-width: 38rem;
  margin: 0.75rem auto 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.fame-hero__note {
  max-width: 36rem;
  margin: 1rem auto 0;
  font-size: 0.88rem;
  color: var(--text-dim);
}

.fame-hero__note a {
  color: var(--ice-glow);
}

.fame-hero .container,
.fame-container {
  max-width: 72rem;
  margin-inline: auto;
}

.fame-status-banner {
  max-width: 52rem;
  margin: 0 auto 2rem;
  padding: 1.15rem 1.35rem;
  text-align: center;
  border: 1px solid rgba(76, 201, 240, 0.18);
  background: linear-gradient(165deg, rgba(76, 201, 240, 0.06), rgba(8, 12, 20, 0.92));
}

.fame-status-banner p {
  margin: 0.65rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.fame-section-head {
  margin-bottom: 1.35rem;
  text-align: center;
}

.fame-section-head__desc {
  margin: 0.5rem auto 0;
  color: var(--text-muted);
  max-width: 40rem;
}

.fame-section-head h2 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  color: #fff;
}

.fame-empty {
  max-width: 36rem;
  margin-inline: auto;
  padding: 1.75rem 1.5rem;
  text-align: center;
  border: 1px dashed rgba(76, 201, 240, 0.22);
  background: rgba(8, 12, 20, 0.75);
}

.fame-empty__glyph {
  display: block;
  font-size: 1.5rem;
  color: rgba(125, 211, 252, 0.45);
  margin-bottom: 0.65rem;
}

.fame-empty h3 {
  margin: 0;
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.05rem;
}

.fame-empty p {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.fame-legends {
  margin-bottom: 2.5rem;
}

.fame-legend-card__badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ice-glow);
  border: 1px solid rgba(76, 201, 240, 0.35);
  background: rgba(76, 201, 240, 0.1);
}

.fame-legend-card__date {
  position: relative;
  display: block;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 0.04em;
}

.fame-timeline-block {
  margin-bottom: 2.5rem;
  max-width: 52rem;
  margin-inline: auto;
}

.fame-timeline {
  display: grid;
  gap: 0.85rem;
}

.fame-timeline__class-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fame-timeline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  padding: 1.15rem 1.25rem;
  align-items: start;
  border: 1px solid rgba(76, 201, 240, 0.12);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.fame-timeline__item:hover {
  border-color: rgba(125, 211, 252, 0.28);
  transform: translateY(-2px);
}

.fame-timeline__item--monument {
  border-color: rgba(76, 201, 240, 0.2);
  background: linear-gradient(90deg, rgba(76, 201, 240, 0.05), rgba(6, 12, 22, 0.92));
}

.fame-timeline__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(76, 201, 240, 0.2);
  background: rgba(76, 201, 240, 0.06);
}

.fame-timeline__date {
  font-size: 0.72rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fame-timeline__item h3 {
  margin: 0.25rem 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.fame-timeline__item p {
  margin: 0.15rem 0 0.5rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.fame-pill {
  display: inline-flex;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ice-glow);
  border: 1px solid rgba(76, 201, 240, 0.25);
  background: rgba(76, 201, 240, 0.08);
}

.fame-pill--accent {
  color: #9ec5e8;
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(30, 58, 138, 0.25);
}

.fame-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  margin-top: 1rem;
  max-width: 52rem;
  margin-inline: auto;
  border: 1px solid rgba(76, 201, 240, 0.15);
  background: linear-gradient(145deg, rgba(12, 18, 32, 0.92), rgba(8, 12, 20, 0.96));
}

.fame-cta .panel-title {
  margin: 0;
  text-align: left;
}

.fame-cta p {
  margin: 0.35rem 0 0;
  color: var(--text-muted);
  max-width: 32rem;
  text-align: left;
  font-size: 0.92rem;
}

.fame-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex-shrink: 0;
}

.fame-realm-firsts {
  margin-bottom: 2.75rem;
}

.fame-server-first-stack {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 52rem;
  margin-inline: auto;
}

.fame-server-first-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fame-server-first-group__label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ice-glow);
  text-align: center;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(76, 201, 240, 0.12);
}

.fame-top-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 1.15rem;
  max-width: 72rem;
  margin-inline: auto;
}

.fame-top-grid--server-first {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.fame-top-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: center;
  padding: 1.25rem 1.15rem;
  text-align: left;
  border: 1px solid rgba(76, 201, 240, 0.14);
  background: linear-gradient(145deg, rgba(12, 16, 28, 0.96) 0%, rgba(8, 10, 18, 0.98) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.fame-top-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.32);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38), 0 0 20px rgba(76, 201, 240, 0.08);
}

.fame-top-card--lichking {
  border-top: 3px solid rgba(76, 201, 240, 0.55);
}

.fame-top-card--halion {
  border-top: 3px solid rgba(220, 80, 40, 0.55);
}

.fame-top-card--legendary {
  border-top: 3px solid rgba(168, 85, 247, 0.5);
}

.fame-top-card--pvp {
  border-top: 3px solid rgba(125, 211, 252, 0.45);
}

.fame-top-card--progress {
  border-top: 3px solid rgba(74, 222, 128, 0.45);
}

.fame-top-card--vacant {
  border-style: dashed;
  border-color: rgba(76, 201, 240, 0.22);
  border-top: 3px dashed rgba(76, 201, 240, 0.35);
  background:
    linear-gradient(145deg, rgba(10, 14, 24, 0.96) 0%, rgba(8, 10, 18, 0.98) 100%),
    repeating-linear-gradient(
      135deg,
      rgba(76, 201, 240, 0.03) 0,
      rgba(76, 201, 240, 0.03) 10px,
      transparent 10px,
      transparent 20px
    );
  opacity: 0.92;
}

.fame-top-card__image-wrap {
  width: clamp(76px, 11vw, 120px);
  height: clamp(76px, 11vw, 120px);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 42%, rgba(76, 201, 240, 0.1), rgba(4, 8, 16, 0.95));
  border: 1px solid rgba(76, 201, 240, 0.18);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.fame-top-card--lichking .fame-top-card__image-wrap {
  background: radial-gradient(circle at 50% 42%, rgba(76, 201, 240, 0.14), rgba(4, 8, 16, 0.95));
  border-color: rgba(76, 201, 240, 0.22);
}

.fame-top-card--halion .fame-top-card__image-wrap {
  background: radial-gradient(circle at 50% 42%, rgba(220, 80, 40, 0.14), rgba(4, 8, 16, 0.95));
  border-color: rgba(220, 80, 40, 0.22);
}

.fame-top-card__image-wrap--class,
.fame-top-card__image-wrap--emoji {
  font-size: 2.25rem;
}

.fame-top-card__image-wrap--vacant {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  color: rgba(125, 211, 252, 0.55);
  background: rgba(76, 201, 240, 0.04);
}

.fame-top-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
  padding: 0.35rem;
}

.fame-top-card__image--sm {
  width: clamp(52px, 9vw, 68px);
  height: clamp(52px, 9vw, 68px);
  padding: 0.2rem;
}

.fame-top-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.fame-top-card__body h3 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  line-height: 1.3;
}

.fame-top-card__subject {
  margin: 0.2rem 0 0;
  color: var(--ice-glow);
  font-weight: 600;
  font-size: 0.92rem;
}

.fame-top-card--vacant .fame-top-card__subject {
  color: var(--text-muted);
  font-weight: 500;
}

.fame-top-card__meta {
  margin: 0.15rem 0 0;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.fame-timeline__top-icon {
  width: 4.25rem;
  height: 4.25rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(76, 201, 240, 0.18);
  background: radial-gradient(circle at 50% 42%, rgba(76, 201, 240, 0.08), rgba(4, 8, 16, 0.95));
  overflow: hidden;
}

@media (max-width: 720px) {
  .fame-top-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.15rem 1rem;
  }

  .fame-top-card__image-wrap {
    margin-inline: auto;
  }

  .fame-top-card__body {
    align-items: center;
  }

  .fame-cta {
    flex-direction: column;
    text-align: center;
  }

  .fame-cta .panel-title,
  .fame-cta p {
    text-align: center;
  }

  .fame-cta__actions {
    justify-content: center;
    width: 100%;
  }
}
