.site-header .original-brand-mark {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform: scale(1.32);
  transform-origin: center;
}

.site-header .brand-logo-frame {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  background: transparent;
}

.site-header .brand {
  overflow: visible;
}

.site-search-row:empty {
  display: none;
}

.nav-link.active {
  color: #fff;
}

.nav-link {
  position: relative;
}

.live-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a9f0ca;
  font-size: 12px;
}

.live-notice::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45e59b;
  box-shadow: 0 0 10px #45e59b;
  content: "";
}

.stock-logo-static {
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 9px;
  object-fit: contain;
}

.stock-name-static {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-intro-note {
  max-width: 760px;
  color: #c7aeb6;
  line-height: 1.7;
}

.docs-panel {
  padding: 28px 32px;
}

.docs-panel h2 {
  margin: 0 0 12px;
}

.docs-panel .page-intro-note {
  margin: 0 0 20px;
}

.docs-panel .page-intro-note:last-child {
  margin-bottom: 0;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.status-grid article {
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 18px;
  background: rgb(20 3 9 / 72%);
}

.status-grid strong,
.status-grid span {
  display: block;
}

.status-grid span {
  margin-bottom: 10px;
  color: #c7aeb6;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stocks-filter {
  width: min(460px, 100%);
  margin: 0 0 24px;
  padding: 14px 18px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  outline: none;
  background: rgb(20 3 9 / 76%);
  color: #fff;
}

.stocks-filter:focus {
  border-color: #ff2d61;
  box-shadow: 0 0 0 3px rgb(255 45 97 / 15%);
}

.detail-status-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  margin-bottom: 24px;
}

.detail-status-grid strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: clamp(18px, 2vw, 28px);
}

.detail-panel {
  margin-bottom: 24px;
}

.detail-hash,
.detail-list dd {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.detail-list {
  margin: 0;
}

.detail-list > div {
  display: grid;
  grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
  gap: 22px;
  padding: 16px 28px;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
}

.detail-list > div > * {
  min-width: 0;
  max-width: 100%;
}

.detail-list a,
.detail-list code,
.detail-list strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.listing-page .page-heading,
.listing-page .page-heading > div {
  min-width: 0;
  max-width: 100%;
}

.listing-page .page-heading h1,
.listing-page .page-heading p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.terminal-panel,
.listing-panel {
  min-width: 0;
  max-width: 100%;
}

.detail-list > div:last-child {
  border-bottom: 0;
}

.detail-list dt {
  color: #aa939b;
}

.detail-list dd {
  margin: 0;
}

.empty-detail {
  padding: 34px 24px;
  color: #aa939b;
}

@media (max-width: 760px) {
  .docs-panel {
    padding: 22px 20px;
  }

  .detail-list > div {
    padding-inline: 20px;
  }

  .site-header .brand-logo-frame {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .detail-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
