.freeze-banner {
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid #3d2e00;
  border-radius: 8px;
  background: #2d2200;
  color: #f0c674;
  font-size: 0.85rem;
  line-height: 1.45;
}

.top-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 18px 0 14px;
}

.top-card {
  padding: 10px 12px;
  border: 1px solid #30363d;
  border-radius: 8px;
  background: #161b22;
}

.top-card--highlight {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px #0f766e44;
}

.top-card__rank {
  font-size: 0.72rem;
  color: #8b949e;
}

.top-card__name {
  font-weight: 600;
  margin: 2px 0;
}

.top-card__km {
  font-size: 1.05rem;
  font-weight: 600;
  color: #3fb950;
}

.search-bar {
  margin: 0 0 14px;
}

.search-bar__label {
  display: block;
  font-size: 0.8rem;
  color: #8b949e;
  margin-bottom: 6px;
}

.search-bar__input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #30363d;
  border-radius: 8px;
  background: #0d1117;
  color: #e6edf3;
  font-size: 1rem;
}

.search-bar__input:focus {
  outline: 2px solid #0f766e;
  outline-offset: 1px;
}

.search-bar__hint {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: #8b949e;
}

.table-card {
  border: 1px solid #30363d;
  border-radius: 8px;
  background: #161b22;
  overflow: hidden;
}

.table-wrap {
  max-height: 70vh;
  overflow: auto;
}

.rank-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.rank-table th,
.rank-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #21262d;
}

.rank-table th {
  position: sticky;
  top: 0;
  background: #1c2128;
  color: #8b949e;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.rank-table tr:hover td {
  background: #1c2128;
}

.rank-table tr.row--highlight td {
  background: #0f2f2a;
}

.rank-table .col-rank {
  width: 3rem;
  color: #8b949e;
  font-variant-numeric: tabular-nums;
}

.rank-table .col-km,
.rank-table .col-pts {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.rank-table .col-school {
  color: #8b949e;
  font-size: 0.82rem;
}

.page__footer {
  margin-top: 24px;
  font-size: 0.85rem;
  color: #8b949e;
}

.page__footer a {
  color: #58a6ff;
  text-decoration: none;
}

.page__footer a:hover {
  text-decoration: underline;
}
