.object-icon {
  overflow: hidden;
}

.object-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-requirements {
  margin: 2px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.auth-error {
  margin: 8px 0;
  padding: 9px 11px;
  color: #ffdce0;
  background: #3a1720;
  border: 1px solid var(--danger);
  border-radius: 5px;
  font-size: 12px;
}

.nav-section {
  margin: 18px 13px 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.api-token-output {
  width: 100%;
  min-height: 78px;
  padding: 12px;
  resize: vertical;
  color: var(--cyan);
  background: #06101a;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: 12px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace;
  overflow-wrap: anywhere;
}

.api-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.object.unavailable {
  border-color: #263541;
}

.object .reason {
  color: #e59aa2;
}

.ranking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ranking-head h3,
.ranking-head p {
  margin: 0;
  text-align: left;
}

.ranking-table .rank-position {
  color: var(--gold);
  font-weight: 800;
}

.ranking-table .rank-self td {
  background: #123149;
  color: #e9f7ff;
}
