/* Výsledky dokončeného maratonu; vzhled pouze pro gamer profil. */
.theme-gamer .role-hero-copy { padding-block: clamp(3rem, 5vw, 5rem); }
.theme-gamer .role-hero h1 { font-size: clamp(3.1rem, 5.5vw, 5.5rem); }

.record-complete {
  display: table;
  margin-bottom: 1rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  letter-spacing: .1em;
}

.record-hero-result { margin: 1.6rem 0 0; }
.record-hero-result > span {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.record-hero-result strong {
  display: block;
  margin-top: .2rem;
  color: var(--role-accent);
  font-family: "Bebas Neue Pro", Impact, sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.6rem);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.record-hero-result strong span { font-size: .35em; }

.record-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
}
.record-stats--times { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.record-stat {
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(25,23,32,.22);
}
.record-stat dt,
.record-timeline dt {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.record-stat dd {
  margin: 1.2rem 0 0;
  font-family: "Bebas Neue Pro", Impact, sans-serif;
  font-size: clamp(3.2rem, 6.5vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.record-stat dd > span { font-size: .4em; }
.record-stat .record-stat-note { margin: .65rem 0 0; font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.5; white-space: normal; }
.record-stat--total { border-color: transparent; background: var(--role-deep); color: #fff; }
.record-stat--total dd { color: var(--role-accent); }
.record-stat--play { border-color: transparent; background: #e0e8f0; color: var(--role-deep); }

.record-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin: 2rem 0 3rem;
  padding-block: 1.5rem;
  border-block: 1px solid rgba(25,23,32,.22);
}
.record-timeline dd { margin: .55rem 0 0; font-size: 1.25rem; font-weight: 700; }
.record-entry h3 { margin-top: 1.5rem; }
.record-stats--breaks .record-stat { border-color: rgba(255,255,255,.25); }
.record-stats--breaks dd { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.record-stat--remaining { background: var(--role-accent); color: #17151f; }
.record-break-note { margin: 1.5rem 0 0; line-height: 1.6; }
#zapojit { scroll-margin-top: 9rem; }

@media (max-width: 700px) {
  .theme-gamer .role-hero-copy { padding-bottom: 1.5rem; }
  .record-stats--times,
  .record-stats--breaks,
  .record-timeline { grid-template-columns: 1fr; }
  .record-stats:not(.record-stats--times):not(.record-stats--breaks) { gap: .5rem; }
  .record-stats:not(.record-stats--times):not(.record-stats--breaks) .record-stat { padding: 1rem .6rem; }
  .record-stats:not(.record-stats--times):not(.record-stats--breaks) dt { min-height: 2rem; font-size: .66rem; letter-spacing: .02em; }
  .record-stats:not(.record-stats--times):not(.record-stats--breaks) dd { font-size: 3rem; }
  .record-stats:not(.record-stats--times):not(.record-stats--breaks) .record-stat-note { font-size: .8rem; }
}
