:root {
  color-scheme: dark;
  --ink: #edf3ef;
  --text: #edf3ef;
  --muted: #8c979f;
  --line: #2a343d;
  --line-strong: #3c4852;
  --border: #2a343d;
  --soft-line: #222b33;
  --paper: #161d23;
  --panel: #161d23;
  --panel-soft: #1c252c;
  --canvas: #0a1016;
  --background: #0a1016;
  --green: #ff164f;
  --green-bright: #ff4773;
  --green-soft: #32101a;
  --accent: #ff164f;
  --success: #31df78;
  --red: #ff5a65;
  --danger: #ff5a65;
  --red-soft: #351b21;
  --violet: #9c8cff;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: var(--canvas);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--canvas);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% -8%, rgb(255 22 79 / 11%), transparent 34rem),
    var(--canvas);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--green);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgb(255 22 79 / 34%);
  outline-offset: 2px;
}

.site-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.utility-bar {
  display: flex;
  min-height: 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #192129;
  background: #060b10;
  padding: 0 max(1.25rem, calc((100vw - 82rem) / 2));
  color: #77828b;
  font-size: 0.7rem;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  min-height: 4.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem 2rem;
  border-bottom: 1px solid var(--line);
  background: rgb(19 26 32 / 94%);
  padding: 0.7rem max(1.25rem, calc((100vw - 82rem) / 2));
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 760;
  letter-spacing: -0.03em;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.62rem 0.62rem 0.62rem 0.15rem;
  background: var(--ink);
  color: var(--green-bright);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9rem;
  font-weight: 800;
}

.brand-logo {
  flex: 0 0 auto;
  border: 1px solid #634318;
  border-radius: 0.45rem;
  object-fit: cover;
}

.site-header nav {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  justify-content: flex-start;
  gap: 0.25rem;
}

.nav-link {
  white-space: nowrap;
  border-radius: 0.6rem;
  color: #c1c9ce;
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 650;
}

.nav-link:hover,
.nav-link.active {
  background: #1b2a22;
  color: var(--green);
  text-decoration: none;
}

.site-header .search-wrap {
  justify-self: end;
  width: 100%;
  max-width: 40rem;
  min-width: 0;
}

main {
  flex: 1;
  overflow-x: clip;
}

.page-container {
  width: min(82rem, calc(100% - 2.5rem));
  margin: 0 auto;
}

.home-page {
  padding: 0 0 5rem;
}

.page-stack {
  display: grid;
  gap: 1.5rem;
  padding: 4rem 0 5rem;
}

.hero {
  max-width: none;
  margin: 0 calc(50% - 50vw) 2rem;
  padding: 3.2rem max(1.25rem, calc((100vw - 82rem) / 2));
  background:
    linear-gradient(90deg, rgb(32 3 12 / 96%), rgb(75 5 27 / 70)),
    radial-gradient(circle at 70% 30%, #a30d37 0, transparent 38%);
  text-align: left;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.page-heading h1 {
  margin: 0;
  letter-spacing: -0.055em;
}

.hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  line-height: 1;
}

.hero-copy {
  max-width: 47rem;
  margin: 1rem 0 1.5rem;
  color: #bdcbc2;
  font-size: 1.15rem;
  line-height: 1.65;
}

.search-wrap {
  position: relative;
  max-width: 58rem;
  margin: 0;
}

.global-search {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #34414b;
  border-radius: 0.55rem;
  background: #111820;
  padding: 0.55rem;
  box-shadow: 0 1rem 3.5rem rgb(0 0 0 / 24%);
}

.search-filter {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-right: 1px solid #303b44;
  padding: 0 1rem 0 0.4rem;
  color: #b4bec5;
  font-size: 0.82rem;
  font-weight: 650;
}

.global-search svg {
  margin-left: 0.6rem;
  color: var(--muted);
}

.global-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}

.global-search input::placeholder {
  color: #87918b;
}

.global-search button,
.primary-button,
.load-more {
  border: 0;
  border-radius: 0.65rem;
  background: #b70d3a;
  color: #effff5;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 750;
}

.global-search button {
  display: grid;
  min-width: 3rem;
  place-items: center;
  padding: 0.75rem;
}

.global-search button:hover,
.primary-button:hover,
.load-more:hover {
  background: var(--green);
  text-decoration: none;
}

.global-search button:disabled,
.load-more:disabled {
  cursor: wait;
  opacity: 0.65;
}

.search-compact .global-search {
  grid-template-columns: auto 1fr auto;
  border-radius: 0.72rem;
  padding: 0.25rem;
  box-shadow: none;
}

.search-compact .global-search button {
  min-width: 2.4rem;
  padding: 0.55rem;
}

.search-compact .global-search input {
  font-size: 0.88rem;
}

.search-compact .global-search svg {
  width: 1rem;
}

.search-error {
  margin: 0.6rem 0 0;
  color: var(--red);
  font-size: 0.82rem;
  text-align: left;
}

.search-wrap {
  position: relative;
}
.search-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  padding: 0.35rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: var(--panel);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}
.search-suggestions button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.7rem;
  border: 0;
  border-radius: 0.45rem;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.search-suggestions button:hover,
.search-suggestions button:focus-visible {
  background: var(--panel-soft);
}
.search-suggestions small {
  color: var(--muted);
  text-transform: capitalize;
}

.advanced-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.advanced-filter-grid label,
.export-controls label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
}
.advanced-filter-grid input,
.advanced-filter-grid select,
.export-controls select {
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  color: var(--text);
  background: var(--background);
}
.advanced-filter-grid .primary-action {
  align-self: end;
}
.field-note {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.84rem;
}
.advanced-results {
  display: grid;
  gap: 0.65rem;
}
.advanced-results article {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}
.advanced-results article > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.advanced-results p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}
.status-pill,
.tag {
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: var(--panel-soft);
  font-size: 0.72rem;
}
.status-success {
  color: var(--success);
}
.status-failed {
  color: var(--danger);
}
.pagination-actions,
.export-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.75rem;
  margin-top: 1rem;
}
.export-status {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}
.export-status progress {
  width: min(28rem, 100%);
}
.export-status .primary-action {
  width: fit-content;
}

@media (max-width: 800px) {
  .advanced-filter-grid {
    grid-template-columns: 1fr;
  }
}

.search-hint {
  margin: 0.8rem 0 0;
  color: #7e8982;
  font-size: 0.78rem;
}

.network-strip {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: center;
  gap: 0;
  overflow: hidden;
  min-height: 6.1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: 0 0.7rem 2.5rem rgb(0 0 0 / 18%);
}

.network-strip > div:not(.skeleton-stack, .state-panel) {
  display: grid;
  min-height: 3.5rem;
  align-content: center;
  gap: 0.4rem;
  border-right: 1px solid var(--soft-line);
  padding: 0 1.6rem;
}

.network-strip > div:last-child {
  border-right: 0;
}

.network-strip span:not(.status-pill) {
  color: var(--muted);
  font-size: 0.76rem;
}

.network-strip strong {
  font-size: 0.98rem;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: 0 0.8rem 2.5rem rgb(0 0 0 / 16%);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem 1.15rem;
}

.section-title h2 {
  margin: 0;
  font-size: 1.16rem;
  letter-spacing: -0.025em;
}

.section-title > a,
.section-title > *:last-child:not(div) {
  font-size: 0.84rem;
  font-weight: 700;
}

.data-list {
  border-top: 1px solid var(--soft-line);
}

.data-row {
  display: grid;
  grid-template-columns: minmax(10rem, 1.2fr) minmax(11rem, 1fr) minmax(
      8rem,
      0.75fr
    );
  align-items: center;
  gap: 1rem;
  min-height: 5.6rem;
  border-bottom: 1px solid var(--soft-line);
  padding: 0.85rem 1.5rem;
}

.data-row:last-child {
  border-bottom: 0;
}

.data-row:hover {
  background: #192229;
}

.internal-call-row.failed-call {
  border-left: 3px solid var(--red);
  background: var(--red-soft);
}

.trace-tabs {
  display: flex;
  gap: 0.5rem;
}

.trace-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  cursor: pointer;
  padding: 0.45rem 0.75rem;
  font-weight: 700;
}

.trace-tabs button[aria-selected="true"] {
  border-color: var(--green);
  color: var(--green);
}

.trace-revert {
  display: grid;
  gap: 0.5rem;
  border-bottom: 1px solid var(--soft-line);
  padding: 1rem 1.5rem;
  color: var(--red);
}

.state-coverage {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--soft-line);
  text-transform: capitalize;
}

.state-coverage span,
.state-limitations,
.state-evidence {
  color: var(--muted);
  font-size: 0.76rem;
}

.state-limitations {
  margin: 0;
  padding: 1rem 2.8rem;
  border-bottom: 1px solid var(--soft-line);
}

.state-change-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.25rem;
}

.state-change-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1rem;
}

.state-change-heading,
.state-before-after {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.state-before-after {
  margin: 1rem 0;
}

.state-before-after span {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.state-before-after code {
  overflow: hidden;
  max-width: 15rem;
  text-overflow: ellipsis;
}

.state-evidence {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.state-evidence div {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 0.5rem;
}

.state-evidence dt,
.state-evidence dd {
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .state-change-list {
    grid-template-columns: 1fr;
  }

  .trace-tabs {
    flex-wrap: wrap;
  }
}

.row-leading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
}

.row-leading > div,
.row-cell {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.row-icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.7rem;
  background: var(--green-soft);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
  font-weight: 800;
}

.transfer-icon {
  background: #261f3d;
  color: var(--violet);
}

.row-label,
.row-cell > span {
  color: var(--muted);
  font-size: 0.73rem;
}

.row-primary,
.row-cell strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 690;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-cell small {
  color: var(--muted);
  font-size: 0.69rem;
}

.align-right {
  text-align: right;
}

.transaction-route strong {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.transaction-route i {
  color: #a0aaa4;
  font-family: inherit;
  font-style: normal;
}

.mono,
.mono-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-variant-ligatures: none;
  letter-spacing: -0.02em;
}

.value-with-action {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.45rem;
}

.copy-button {
  display: inline-grid;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: white;
  color: var(--muted);
  cursor: pointer;
}

.copy-button:hover {
  border-color: #a8b8ae;
  color: var(--green);
}

.copy-button svg {
  width: 0.8rem;
  height: 0.8rem;
}

.source-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid var(--soft-line);
  padding: 0.8rem 1.5rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.source-badge,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 99rem;
  font-weight: 760;
}

.source-badge {
  background: var(--green-soft);
  color: var(--green);
  padding: 0.25rem 0.5rem;
}

.source-rpc {
  background: #261f3d;
  color: var(--violet);
}

.source-mixed,
.status-pill.neutral {
  background: #222c3a;
  color: #a9b8d1;
}

.status-pill {
  width: max-content;
  padding: 0.34rem 0.58rem;
  font-size: 0.75rem;
}

.status-pill i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  background: currentColor;
}

.status-pill.good {
  background: var(--green-soft);
  color: var(--green);
}

.status-pill.bad {
  background: var(--red-soft);
  color: var(--red);
}

.page-heading {
  max-width: 56rem;
}

.page-heading h1 {
  overflow-wrap: anywhere;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.04;
}

.page-heading > p:last-child {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.heading-number,
.token-symbol {
  color: var(--green);
}

.token-symbol {
  font-size: 0.48em;
  letter-spacing: 0;
  vertical-align: middle;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.metrics-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  display: grid;
  min-width: 0;
  min-height: 8.4rem;
  align-content: space-between;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--paper);
  padding: 1.25rem;
}

.metric-card > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.metric-card > strong {
  overflow: hidden;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
}

.metric-card small {
  color: var(--muted);
  font-size: 0.72rem;
}

.summary-panel {
  padding: 1.4rem 1.5rem;
}

.transaction-status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--soft-line);
  padding-bottom: 1.2rem;
}

.movement-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.35rem;
}

.movement-summary > div {
  display: grid;
  min-width: 0;
  gap: 0.55rem;
}

.movement-summary > div > span:first-child {
  color: var(--muted);
  font-size: 0.75rem;
}

.movement-arrow {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
}

.field-list {
  margin: 0;
  border-top: 1px solid var(--soft-line);
}

.field-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
  gap: 1.5rem;
  border-bottom: 1px solid var(--soft-line);
  padding: 1rem 1.5rem;
}

.field-row dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.field-row dd {
  min-width: 0;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 620;
}

.wrap-anywhere {
  display: block;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 450;
  line-height: 1.65;
}

.panel-footer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-footer-line .source-meta {
  flex: 1;
}

.panel-footer-line > a {
  padding-right: 1.5rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.load-more {
  display: block;
  margin: 1rem auto;
  padding: 0.72rem 1.2rem;
}

.state-panel {
  display: grid;
  justify-items: center;
  padding: 3rem 1.5rem;
  text-align: center;
}

.state-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  font-weight: 800;
}

.state-panel h3 {
  margin: 0.85rem 0 0.35rem;
  font-size: 1rem;
}

.state-panel p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.state-error .state-icon {
  background: var(--red-soft);
  color: var(--red);
}

.skeleton-stack {
  display: grid;
  width: 100%;
}

.skeleton-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  gap: 1.5rem;
  border-bottom: 1px solid var(--soft-line);
  padding: 1.45rem 1.5rem;
}

.skeleton-row:last-child {
  border-bottom: 0;
}

.skeleton-row span {
  height: 0.72rem;
  border-radius: 99rem;
  background: linear-gradient(90deg, #202a32 25%, #2a353e 50%, #202a32 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite linear;
}

.route-loading,
.route-error {
  padding: 5rem 0;
}

.route-error {
  display: grid;
  justify-items: center;
}

.interpretation-list {
  display: grid;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
}

.interpretation-card {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--canvas);
  padding: 1rem;
}

.interpretation-card > p {
  margin: 0.75rem 0;
  color: var(--muted);
  line-height: 1.55;
}

.interpretation-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.confidence {
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: capitalize;
}

.confidence-high {
  background: var(--green-soft);
  color: var(--green);
}

.confidence-medium {
  background: #3a3018;
  color: #f1c75b;
}

.confidence-low {
  background: var(--red-soft);
  color: var(--red);
}

.batch-status {
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.55rem;
  text-transform: uppercase;
  width: fit-content;
}

.batch-status-observed,
.batch-status-unknown {
  background: color-mix(in srgb, var(--muted) 10%, transparent);
  color: var(--muted);
}

.batch-status-submitted {
  background: color-mix(in srgb, #d89428 14%, transparent);
  border-color: color-mix(in srgb, #d89428 40%, var(--line));
  color: #9a6416;
}

.batch-status-confirmed {
  background: color-mix(in srgb, #3478d4 12%, transparent);
  border-color: color-mix(in srgb, #3478d4 38%, var(--line));
  color: #245fae;
}

.batch-status-finalized {
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  color: var(--accent-strong);
}

.batch-row {
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 0.8fr) minmax(
      220px,
      1fr
    );
}

.interpretation-evidence {
  margin: 0;
  border-top: 1px solid var(--soft-line);
}

.primary-button {
  display: inline-block;
  padding: 0.8rem 1.1rem;
}

.secondary-button {
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.6rem 0.85rem;
}

.secondary-button:hover {
  border-color: var(--green);
  color: var(--green);
}

.disclaimer-panel {
  border: 1px solid #33404a;
  border-radius: 0.9rem;
  background: #171f26;
  padding: 1rem 1.2rem;
}

.disclaimer-panel strong {
  font-size: 0.82rem;
}

.disclaimer-panel p,
.empty-inline p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.stock-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.stock-metrics > div {
  display: grid;
  min-height: 7.4rem;
  align-content: space-between;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--paper);
  padding: 1rem 1.1rem;
}

.stock-metrics span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stock-metrics strong {
  font-size: 1.3rem;
}

.stock-metrics small,
.stock-toolbar small,
.stock-table td small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}

.accent-value {
  color: var(--green);
}

.stock-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 1rem 1.1rem;
}

.stock-toolbar > div {
  display: grid;
  gap: 0.25rem;
}

.stock-toolbar input {
  width: min(25rem, 45vw);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  outline: none;
  background: #0f161d;
  color: var(--ink);
  padding: 0.7rem 0.85rem;
}

.stock-toolbar input:focus {
  border-color: var(--green);
}

.stock-table-wrap {
  overflow-x: auto;
}

.stock-table {
  width: 100%;
  min-width: 64rem;
  border-collapse: collapse;
  font-size: 0.79rem;
}

.stock-table th,
.stock-table td {
  border-bottom: 1px solid var(--soft-line);
  padding: 0.82rem 0.8rem;
  text-align: left;
  vertical-align: middle;
}

.stock-table th {
  background: #131a20;
  color: #cbd3d8;
  font-size: 0.69rem;
  letter-spacing: 0.03em;
}

.stock-table tbody tr:hover {
  background: #192229;
}

.stock-table td:nth-child(2),
.stock-table td:nth-child(4) {
  color: #a5afb6;
}

.stock-table .mono-value {
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stock-identity {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.stock-avatar {
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border: 1px solid #3b4750;
  border-radius: 50%;
  background: #eff4f0;
  color: #101914;
  font-size: 0.58rem;
  font-weight: 850;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--soft-line);
}

.stock-card {
  display: grid;
  gap: 1rem;
  background: var(--paper);
  padding: 1.4rem 1.5rem;
}

.stock-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.stock-card h2 {
  margin: 0.25rem 0 0;
  font-size: 1.05rem;
}

.stock-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.stock-ticker {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.stock-card-fields {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.stock-card-fields > div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.75rem;
}

.stock-card-fields dt {
  color: var(--muted);
  font-size: 0.72rem;
}

.stock-card-fields dd {
  min-width: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 650;
}

.stock-card-link {
  width: max-content;
  font-size: 0.8rem;
  font-weight: 750;
}

.stock-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.empty-inline {
  padding: 0 1.5rem 1.5rem;
}

.label-section > .section-title {
  padding-bottom: 0.8rem;
}

.label-empty,
.methodology-note {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.label-list {
  display: grid;
  gap: 0.75rem;
  padding: 0 1.5rem 1.5rem;
}

.label-card {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--canvas);
  padding: 1rem;
}

.label-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.label-category {
  display: block;
  margin-top: 0.35rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: capitalize;
}

.label-card dl {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
  margin: 0.85rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
}

.label-card dl > div {
  display: grid;
  min-width: 0;
  gap: 0.25rem;
}

.label-card dt {
  color: var(--muted);
  font-size: 0.68rem;
}

.label-card dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.73rem;
}

.coverage-notice {
  margin: 0 1.5rem 1.5rem;
  border: 1px solid #5a4b25;
  border-radius: 0.8rem;
  background: #211f17;
  padding: 1rem;
}

.coverage-unavailable {
  border-color: #efc5ca;
  background: var(--red-soft);
}

.coverage-notice p {
  margin: 0.35rem 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.coverage-notice small {
  color: var(--muted);
  font-size: 0.7rem;
}

.concentration-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1.5rem 1.5rem;
}

.concentration-groups > div {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 1rem;
}

.concentration-groups h3,
.concentration-groups p {
  margin: 0;
}

.concentration-groups p {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.compact-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.compact-metrics .metric-card {
  min-height: 5.8rem;
  padding: 0.8rem;
}

.holder-list {
  border-top: 1px solid var(--soft-line);
}

.holder-row {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) minmax(10rem, auto);
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--soft-line);
  padding: 1rem 1.5rem;
}

.holder-rank {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.holder-balance {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
  text-align: right;
}

.holder-balance strong {
  font-size: 0.8rem;
}

.holder-balance span,
.holder-balance small {
  color: var(--muted);
  font-size: 0.68rem;
}

.holder-history {
  display: grid;
  gap: 1rem;
}

.holder-chart {
  min-height: 190px;
  padding: 1rem;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 92%, var(--accent));
}

.holder-chart svg {
  width: 100%;
  height: 150px;
  overflow: visible;
}

.holder-chart polyline {
  stroke: var(--accent);
  stroke-width: 2;
}

.holder-chart span,
.snapshot-buckets span {
  color: var(--muted);
  font-size: 0.78rem;
}

.snapshot-compare-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.snapshot-compare-controls label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.snapshot-compare-controls select {
  width: 100%;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  color: var(--text);
  background: var(--panel);
}

.snapshot-buckets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.funding-graph {
  display: grid;
  gap: 1rem;
}

.funding-map-scroll {
  overflow-x: auto;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--paper) 94%, var(--green));
}

.funding-map {
  display: block;
  min-width: 760px;
  width: 100%;
  min-height: 260px;
}

.funding-edge {
  stroke: color-mix(in srgb, var(--green) 65%, var(--muted));
  stroke-width: 2;
  fill: none;
}

#funding-arrow path {
  fill: var(--green);
}

.funding-node rect {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.5;
  transition:
    stroke 150ms ease,
    fill 150ms ease;
}

.funding-node:hover rect,
.funding-node-target rect {
  fill: color-mix(in srgb, var(--paper) 82%, var(--green));
  stroke: var(--green);
}

.funding-node-exchange rect {
  fill: color-mix(in srgb, var(--paper) 78%, #f4bf3a);
  stroke: #b77a00;
}

.funding-node-title {
  fill: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.funding-node-address {
  fill: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.funding-provenance {
  padding: 0.9rem 1rem;
  border-left: 3px solid #b77a00;
  background: color-mix(in srgb, var(--paper) 90%, #f4bf3a);
}

.funding-provenance p {
  margin: 0.4rem 0 0;
}

.holder-balance small {
  color: #8a5a00;
}

.inline-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.inline-labels span {
  border-radius: 99rem;
  background: var(--green-soft);
  color: var(--green);
  padding: 0.22rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: capitalize;
}

footer {
  display: flex;
  width: min(78rem, calc(100% - 2.5rem));
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
  color: var(--muted);
  font-size: 0.78rem;
}

footer p {
  margin: 0.6rem 0 0;
}

.pnl-disclaimer,
.pnl-warning {
  color: var(--muted);
}

.pnl-warning {
  border-left: 2px solid var(--green);
  padding-left: 0.75rem;
}

.pnl-meta,
.pnl-asset-heading,
.pnl-activity > div:first-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.pnl-assets {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.pnl-asset,
.pnl-activity {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 1rem;
}

.pnl-asset-heading > div,
.pnl-activity > div:first-child {
  display: flex;
  gap: 0.75rem;
}

.pnl-breakdown {
  border-top: 1px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
}

.pnl-breakdown summary,
.pnl-activity summary {
  cursor: pointer;
  font-weight: 700;
}

.pnl-breakdown .data-list {
  margin-top: 0.8rem;
}

.pnl-activity pre {
  max-height: 18rem;
  overflow: auto;
  white-space: pre-wrap;
}

.pnl-job-state p {
  color: var(--muted);
}

.footer-brand {
  font-size: 0.95rem;
}

.footer-brand .brand-mark {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.12rem;
  font-size: 0.7rem;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.contract-status-line,
.contract-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.contract-status-line {
  color: var(--muted);
  margin: 0.8rem 0;
}

.verification-badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  padding: 0.35rem 0.62rem;
  text-transform: uppercase;
}

.verification-full {
  border-color: color-mix(in srgb, var(--green) 55%, var(--line));
  color: var(--green);
}

.verification-partial {
  border-color: color-mix(in srgb, var(--violet) 60%, var(--line));
  color: var(--violet);
}

.contract-disclaimer,
.contract-warning,
.contract-warning-list p {
  background: var(--green-soft);
  border: 1px solid color-mix(in srgb, var(--green) 35%, var(--line));
  border-radius: 0.7rem;
  color: var(--muted);
  padding: 0.8rem 0.95rem;
}

.contract-tabs {
  border-bottom: 1px solid var(--line);
  margin: 1rem 0 0;
}

.contract-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  padding: 0.75rem 0.85rem;
}

.contract-tabs button[aria-selected="true"] {
  border-bottom-color: var(--green);
  color: var(--ink);
}

.contract-tab-panel {
  min-width: 0;
  padding-top: 1rem;
}

.contract-tab-panel h3 {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  margin: 1.25rem 0 0.65rem;
  text-transform: uppercase;
}

.contract-code {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  color: var(--ink);
  font:
    0.78rem/1.55 var(--font-mono),
    monospace;
  margin: 0;
  max-height: 36rem;
  overflow: auto;
  padding: 1rem;
  tab-size: 2;
  white-space: pre;
}

.contract-file-picker {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  max-width: 42rem;
}

.contract-file-picker select {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  color: var(--ink);
  min-width: 0;
  padding: 0.65rem;
}

.contract-file-meta {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.contract-evidence-list {
  color: var(--muted);
  padding-left: 1.25rem;
}

.contract-evidence-list li + li {
  margin-top: 0.45rem;
}

.contract-history-list {
  display: grid;
  gap: 0.6rem;
}

.contract-history-list article {
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.75rem;
}

.contract-history-list small {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.contract-form {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contract-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.82rem;
  gap: 0.4rem;
}

.contract-form input,
.contract-form select,
.contract-form textarea {
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 0.7rem;
}

.contract-form textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  resize: vertical;
}

.contract-form-wide {
  grid-column: 1 / -1;
}

.primary-action {
  align-self: end;
  background: var(--green);
  border: 0;
  border-radius: 0.55rem;
  color: white;
  cursor: pointer;
  font-weight: 700;
  justify-self: start;
  padding: 0.72rem 1rem;
}

.primary-action:disabled {
  cursor: wait;
  opacity: 0.6;
}

.verification-job {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.9rem;
}

.verification-job-matched,
.verification-job-partial_match {
  border-color: var(--green);
}

.verification-job-failed {
  border-color: var(--red);
}

.read-contract-list,
.read-result {
  display: grid;
  gap: 0.75rem;
}

.read-function {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.85rem;
}

.read-function > summary {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  overflow-wrap: anywhere;
}

.read-function[open] > summary {
  border-bottom: 1px solid var(--line);
  margin-bottom: 0.9rem;
  padding-bottom: 0.75rem;
}

.read-result h4 {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .contract-form {
    grid-template-columns: 1fr;
  }

  .contract-form-wide {
    grid-column: 1;
  }
}

/* Robinbook terminal overview */
:root {
  --rb-red: #ff164f;
  --rb-bg: #080808;
  --rb-panel: #0c0c0d;
  --rb-border: #302126;
  --rb-muted: #a8a6ad;
}

body {
  background:
    radial-gradient(circle at 72% 32%, rgb(255 22 79 / 3%), transparent 30rem),
    var(--rb-bg);
}

.site-header {
  position: relative;
  top: auto;
  display: grid;
  min-height: 84px;
  grid-template-columns: 330px minmax(590px, 1fr) 180px 84px;
  gap: 18px;
  border-bottom: 1px solid #35151f;
  background: rgb(8 8 8 / 96%);
  padding: 0 40px;
  backdrop-filter: blur(18px);
}

.site-header .brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1px;
  color: #f8f7f9;
  line-height: 1;
}

.brand-word {
  font-size: 2.05rem;
  font-weight: 570;
  letter-spacing: -0.055em;
}

.site-header .brand small {
  color: #b9b5bd;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.27em;
}

.site-header nav {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  justify-content: center;
  gap: 1.5rem;
}

.site-header .nav-link {
  position: relative;
  display: grid;
  align-items: center;
  border-radius: 0;
  background: transparent;
  color: #aaa7ad;
  padding: 0 0.2rem;
  font-size: 0.86rem;
  font-weight: 450;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  background: transparent;
  color: var(--rb-red);
  text-decoration: none;
}

.site-header .nav-link.active::after {
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 2px;
  background: var(--rb-red);
  content: "";
}

.header-network {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 5px;
}

.header-network button {
  display: flex;
  width: 124px;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #35171f;
  border-radius: 9px;
  background: #0b090a;
  color: #f2eef1;
  padding: 0 13px;
  cursor: pointer;
  font-size: 0.84rem;
}

.header-network button i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rb-red);
}

.header-network small {
  white-space: nowrap;
  color: #aaa4ac;
  font-size: 0.68rem;
}

.header-network small b {
  display: inline-block;
  height: 13px;
  margin: 0 9px -3px;
  border-left: 1px solid #3c3437;
}

.header-network small strong {
  color: var(--rb-red);
  font-weight: 500;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #a9afba;
  font-size: 1.8rem;
}

.header-search-icon {
  padding-right: 16px;
  border-right: 1px solid #332f32;
  line-height: 1;
}
.theme-icon {
  color: #b8bbc6;
  font-size: 1.45rem;
}
.mobile-search {
  display: none;
}

.overview-page {
  width: calc(100% - 56px);
  max-width: 1480px;
  margin: 0 auto;
  padding: 23px 0 38px;
  color: #f1eff2;
}

.overview-intro {
  display: grid;
  min-height: 124px;
  grid-template-columns: 255px minmax(360px, 1fr) 205px;
  align-items: center;
  gap: 23px;
}

.overview-copy h1 {
  margin: 0;
  font-size: 1.95rem;
  font-weight: 420;
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.overview-copy h1 strong {
  color: var(--rb-red);
  font-weight: 480;
}
.overview-copy p,
.overview-manifesto span {
  margin: 10px 0 0;
  color: #c8c3ca;
  font-size: 0.62rem;
  line-height: 1.55;
  letter-spacing: 0.28em;
}

.overview-intro .search-wrap {
  width: 100%;
  max-width: none;
}
.overview-intro .search-tools-button {
  display: none;
}
.overview-intro .global-search {
  min-height: 50px;
  border-color: #6b1b31;
  border-radius: 999px;
  background: rgb(11 10 11 / 76%);
  padding: 0 13px 0 19px;
}
.overview-intro .global-search input {
  font-size: 0.96rem;
}
.overview-intro .global-search > svg {
  width: 23px;
  height: 23px;
  color: #9aa0ad;
}
.overview-intro .global-search button {
  min-width: 44px;
  background: transparent;
  color: #9da1ab;
  font-size: 1.7rem;
}
.overview-intro .global-search button svg {
  display: none;
}
.overview-intro .global-search button::after {
  content: "→";
}
.overview-intro .global-search button:hover {
  background: rgb(255 22 79 / 10%);
  color: var(--rb-red);
}

.overview-manifesto {
  position: relative;
  min-height: 100px;
  display: grid;
  align-items: center;
  padding-left: 34px;
}
.overview-manifesto::before,
.overview-manifesto::after {
  position: absolute;
  width: 1px;
  height: 47px;
  background: var(--rb-red);
  content: "";
  transform: rotate(29deg);
}
.overview-manifesto::before {
  right: 10px;
  top: 0;
}
.overview-manifesto::after {
  right: 52px;
  bottom: -1px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
.metric-grid article {
  display: grid;
  min-height: 117px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid #2f2b2d;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(14 14 15 / 93%), rgb(8 8 8 / 96%));
  padding: 18px 18px;
}
.metric-grid svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #a4a8b2;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.metric-grid article > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.metric-grid span {
  color: #bbb7bd;
  font-size: 0.82rem;
}
.metric-grid strong {
  overflow: hidden;
  color: #f3f1f4;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 430;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metric-grid small {
  color: #8e8990;
  font-size: 0.73rem;
}
.metric-grid small.positive {
  color: var(--rb-red);
}
.metric-grid small.negative {
  color: #d18898;
}

.overview-tables {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 16px;
  margin-bottom: 14px;
}
.terminal-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rb-border);
  border-radius: 8px;
  background: linear-gradient(145deg, rgb(13 13 14 / 97%), rgb(8 8 8 / 97%));
}
.terminal-panel > header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #242123;
  padding: 0 17px;
}
.terminal-panel h2 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 520;
  letter-spacing: -0.02em;
}
.terminal-panel header a {
  color: var(--rb-red);
  font-size: 0.76rem;
}
.terminal-panel header a span {
  padding-left: 7px;
  font-size: 1.2rem;
}
.terminal-panel header > span {
  color: #a9a5ab;
  font-size: 0.72rem;
}
.table-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
}
.terminal-panel table {
  width: 100%;
  border-collapse: collapse;
  color: #bcb9c0;
  font-size: 0.73rem;
}
.terminal-panel th {
  height: 38px;
  color: #aaa7ad;
  font-weight: 440;
  text-align: left;
}
.terminal-panel th:first-child,
.terminal-panel td:first-child {
  padding-left: 17px;
}
.terminal-panel th:last-child,
.terminal-panel td:last-child {
  padding-right: 17px;
}
.terminal-panel td {
  height: 42px;
  border-top: 1px solid #242123;
  white-space: nowrap;
}
.terminal-panel td a {
  color: var(--rb-red);
}
.terminal-panel .table-state {
  height: 210px;
  color: #777278;
  text-align: center;
}
.method-pill {
  display: inline-flex;
  border-radius: 999px;
  background: #1b1a1c;
  padding: 6px 10px;
  color: #c3c0c5;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: rgb(255 22 79 / 11%);
  color: var(--rb-red);
  padding: 6px 10px;
}
.status-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.status-pill.failed {
  color: #ff6688;
}

.overview-lower {
  display: grid;
  grid-template-columns: 1.08fr 1.04fr 0.68fr;
  gap: 16px;
}
.chart-panel,
.stocks-panel,
.global-card {
  min-height: 274px;
}
.activity-chart {
  position: relative;
  height: 220px;
  padding: 10px 12px 4px;
}
.activity-chart svg {
  width: 100%;
  height: 180px;
  overflow: visible;
}
.chart-grid {
  stroke: #292528;
  stroke-width: 1;
}
.chart-line {
  fill: none;
  stroke: var(--rb-red);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.chart-dot {
  fill: #0a090a;
  stroke: var(--rb-red);
  stroke-width: 3;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  color: #8d888e;
  font-size: 0.65rem;
}
.chart-tooltip {
  position: absolute;
  top: 10px;
  right: 35px;
  display: grid;
  border: 1px solid #5e2434;
  border-radius: 7px;
  background: #0d0c0d;
  padding: 7px 10px;
  color: #c7c4c8;
  font-size: 0.68rem;
}
.chart-tooltip strong {
  color: #f2f0f2;
  font-size: 0.78rem;
}
.chart-tooltip small {
  color: var(--rb-red);
  font-size: 0.57rem;
}

.stocks-panel table {
  font-size: 0.69rem;
}
.stocks-panel td {
  height: 38px;
}
.stock-name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eceaed !important;
}
.company-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.company-logo.apple {
  filter: invert(1);
}
.stock-fallback {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--rb-red);
  color: #fff;
  font-weight: 700;
}
.verified {
  color: #42d983;
}
.muted-cell {
  color: #979299;
}

.global-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #58172a;
  border-radius: 8px;
  background: #080304;
}
.global-card > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
}
.global-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(7 5 6 / 97%) 0%,
      rgb(7 5 6 / 65%) 44%,
      transparent 76%
    ),
    linear-gradient(0deg, rgb(7 5 6 / 70%), transparent 45%);
  content: "";
}
.global-card-copy {
  position: relative;
  z-index: 2;
  padding: 77px 14px 45px;
}
.global-card-copy h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 440;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.global-card-copy p {
  margin: 12px 0 0;
  color: #c4bdc2;
  font-size: 0.56rem;
  line-height: 1.5;
  letter-spacing: 0.23em;
}
.global-card footer {
  position: absolute;
  z-index: 3;
  right: 13px;
  bottom: 11px;
  left: 13px;
  display: flex;
  min-height: 0;
  align-items: flex-end;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0;
}
.global-card footer strong {
  color: #f4f1f3;
  font-size: 1rem;
  font-weight: 510;
}
.global-card footer span {
  color: #948d93;
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}
.site-shell:has(.overview-page) > footer {
  display: none;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 245px minmax(440px, 1fr) 170px;
    padding-inline: 24px;
  }
  .header-actions {
    display: none;
  }
  .site-header nav {
    gap: 0.85rem;
  }
  .overview-page {
    width: calc(100% - 40px);
  }
  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .overview-lower {
    grid-template-columns: 1fr 1fr;
  }
  .global-card {
    grid-column: 1 / -1;
    min-height: 240px;
  }
  .global-card > img {
    object-position: 75% 43%;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 0;
    padding: 16px 20px 0;
  }
  .site-header .brand {
    padding-bottom: 14px;
  }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .site-header .nav-link {
    min-height: 46px;
  }
  .site-header .nav-link.active::after {
    bottom: 0;
  }
  .header-network {
    grid-column: 2;
    grid-row: 1;
  }
  .header-network small {
    display: none;
  }
  .overview-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0 24px;
  }
  .overview-manifesto {
    display: none;
  }
  .overview-tables {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-inline: 15px;
  }
  .brand-word {
    font-size: 1.65rem;
  }
  .site-header .brand small {
    font-size: 0.5rem;
  }
  .header-network button {
    width: 108px;
    min-height: 36px;
  }
  .site-header nav {
    gap: 1rem;
  }
  .site-header .nav-link {
    font-size: 0.78rem;
  }
  .overview-page {
    width: calc(100% - 28px);
    padding-top: 12px;
  }
  .overview-copy h1 {
    font-size: 1.7rem;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .metric-grid article {
    min-height: 104px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }
  .metric-grid article:last-child {
    grid-column: 1 / -1;
  }
  .metric-grid svg {
    width: 29px;
    height: 29px;
  }
  .metric-grid strong {
    font-size: 1.08rem;
  }
  .overview-lower {
    grid-template-columns: 1fr;
  }
  .global-card {
    grid-column: auto;
  }
  .blocks-panel table {
    min-width: 620px;
  }
  .transactions-panel table {
    min-width: 850px;
  }
  .stocks-panel table {
    min-width: 560px;
  }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: auto 1fr;
    gap: 0.8rem 1.5rem;
  }

  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
  }

  .site-header .search-wrap {
    grid-column: 2;
    grid-row: 1;
  }

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

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stock-grid,
  .stock-detail-grid,
  .concentration-groups {
    grid-template-columns: 1fr;
  }

  .stock-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr);
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    position: static;
    padding: 0.75rem 1rem;
  }

  .site-header nav {
    display: grid;
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: calc(100vw - 2rem);
    min-width: 0;
    justify-self: stretch;
    justify-content: stretch;
  }

  .site-header .nav-link {
    padding-inline: 0.3rem;
    text-align: center;
  }

  .site-header .search-wrap {
    grid-column: 1;
    grid-row: 2;
    max-width: calc(100vw - 2rem);
    min-width: 0;
  }

  .brand {
    font-size: 1rem;
  }

  .nav-link {
    padding: 0.5rem;
    font-size: 0.78rem;
  }

  .page-container,
  footer {
    width: min(100% - 1.25rem, 78rem);
  }

  .home-page {
    padding: 3.5rem 0;
  }

  .page-stack {
    padding: 2.5rem 0 3.5rem;
  }

  .hero {
    margin-bottom: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .global-search {
    grid-template-columns: auto 1fr auto;
  }

  .global-search button {
    grid-column: auto;
    width: auto;
  }

  .search-filter {
    display: none;
  }

  .search-compact .global-search {
    grid-template-columns: auto 1fr auto;
  }

  .search-compact .global-search button {
    grid-column: auto;
    width: auto;
  }

  .network-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .network-strip > div:not(.skeleton-stack, .state-panel) {
    border-bottom: 1px solid var(--soft-line);
    padding: 1rem;
  }

  .network-strip > div:nth-child(2) {
    border-right: 0;
  }

  .network-strip > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .metrics-grid,
  .metrics-three {
    grid-template-columns: 1fr;
  }

  .stock-metrics {
    grid-template-columns: 1fr;
  }

  .stock-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .stock-toolbar input {
    width: 100%;
  }

  .stock-card-fields > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .label-card dl,
  .compact-metrics {
    grid-template-columns: 1fr;
  }

  .holder-row {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .holder-balance {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .metric-card {
    min-height: 7rem;
  }

  .data-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem;
  }

  .row-cell {
    padding-left: 3.2rem;
  }

  .align-right {
    text-align: left;
  }

  .transaction-route strong {
    flex-wrap: wrap;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1rem;
  }

  .movement-summary {
    grid-template-columns: 1fr;
  }

  .movement-arrow {
    transform: rotate(90deg);
  }

  .transaction-status-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .transaction-status-line .mono-value,
  .page-heading .mono-value {
    max-width: calc(100vw - 5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .panel-footer-line,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .panel-footer-line > a {
    padding: 0 1rem 1rem;
  }

  footer {
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-row span {
    animation: none;
  }
}

/* Compact explorer layout with a dedicated market strip and search tools. */
.market-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}
.market-ticker {
  min-height: 2.5rem;
}
.market-ticker strong {
  color: var(--green);
}
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.5rem;
  min-height: 4.5rem;
}
.site-header nav {
  grid-column: 3;
  grid-row: 1;
  flex-wrap: nowrap;
}
.site-header .search-wrap {
  max-width: 38rem;
}
.global-search {
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}
.global-search button.search-filter {
  display: flex;
  gap: 0.45rem;
  min-width: auto;
  padding: 0.65rem 0.85rem;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.8rem;
}
.global-search button.search-filter:hover {
  background: var(--panel);
  color: var(--ink);
}
.search-dialog {
  width: min(72rem, calc(100vw - 2rem));
  max-height: 88vh;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--canvas);
  color: var(--ink);
}
.search-dialog::backdrop {
  background: rgb(0 0 0 / 75%);
  backdrop-filter: blur(4px);
}
.search-dialog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.advanced-search-embedded {
  padding: 1.5rem 0 0;
}
.advanced-search-embedded .page-heading h1 {
  font-size: 1.6rem;
}
.hero {
  padding-top: 2.8rem;
  padding-bottom: 3rem;
  background:
    radial-gradient(ellipse at 85% 5%, rgb(255 22 79 / 24%), transparent 50%),
    linear-gradient(110deg, #21030d, #3b0819 70%, #19070d);
}
.hero h1 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.hero-copy {
  max-width: 46rem;
  font-size: 0.92rem;
  line-height: 1.6;
}
.hero .search-wrap {
  max-width: 53rem;
}
.page-stack {
  padding-top: 2rem;
}
.page-heading h1 {
  font-size: clamp(1.3rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}
.wallet-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.wallet-summary {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1.25rem;
  font-size: 0.9rem;
}
.wallet-summary dt,
.wallet-summary > strong {
  font-size: 0.75rem;
  font-weight: 700;
}
.wallet-summary dd {
  margin: 0 0 0.65rem;
}
.wallet-summary small {
  color: var(--muted);
  line-height: 1.5;
}
.wallet-summary .primary-action {
  justify-self: start;
  margin-top: 0.5rem;
}
.funded-by {
  overflow-wrap: anywhere;
}

.funded-by-line {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}
.home-page .data-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem 1rem;
  }
  .site-header .search-wrap {
    grid-column: 2;
    grid-row: 1;
  }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
@media (max-width: 700px) {
  .market-ticker {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-block: 0.6rem;
  }
  .site-header {
    grid-template-columns: minmax(0, 1fr);
  }
  .site-header .search-wrap {
    grid-column: 1;
    grid-row: 2;
  }
  .site-header nav {
    grid-column: 1;
    grid-row: 3;
  }
  .wallet-overview-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .global-search button.search-filter {
    display: flex;
    padding: 0.45rem;
    font-size: 0.7rem;
  }
  .global-search input {
    font-size: 0.82rem;
  }
  .global-search svg {
    margin-left: 0;
    width: 16px;
  }
  .search-dialog {
    padding: 0.85rem;
  }
}

.search-wrap {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  max-width: 60rem;
}
.search-wrap .global-search {
  flex: 1;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  padding: 0.35rem 0.4rem 0.35rem 0.85rem;
  border-radius: 0.6rem;
  box-shadow: none;
}
.search-wrap .global-search input {
  width: 100%;
  font-size: 0.88rem;
}
.search-wrap .global-search > svg {
  margin: 0;
}
.search-wrap .global-search button {
  border-radius: 0.4rem;
  min-width: 2.7rem;
  padding: 0.55rem;
}
.search-tools-button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 0 0.8rem;
  background: var(--panel);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
}
.search-tools-button:hover {
  border-color: var(--green);
  color: var(--ink);
}
.search-error {
  position: absolute;
  top: 100%;
  left: 0;
}
.history-sync-notice {
  display: grid;
  gap: 0.4rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: 0.6rem;
  padding: 1rem;
  background: var(--panel);
  font-size: 0.85rem;
}
.history-sync-notice small,
.history-sync-notice span {
  color: var(--muted);
}
@media (max-width: 700px) {
  .search-wrap {
    flex-wrap: wrap;
  }
  .search-wrap .global-search {
    flex-basis: 100%;
  }
  .search-tools-button {
    min-height: 2rem;
    margin-left: auto;
  }
}

/* Cascade lock: shared legacy explorer styles above must not override the new shell. */
.site-header {
  position: relative;
  top: auto;
  min-height: 84px;
  grid-template-columns: 330px minmax(590px, 1fr) 180px 84px;
  gap: 18px;
  border-bottom-color: #35151f;
  background: rgb(8 8 8 / 96%);
  padding: 0 40px;
}
.site-header nav {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  gap: 1.5rem;
}
.overview-intro .search-wrap .global-search {
  min-height: 50px;
  border-color: #6b1b31;
  border-radius: 999px;
  background: rgb(11 10 11 / 76%);
  padding: 0 13px 0 19px;
}
.overview-intro .search-wrap .global-search button {
  border-radius: 999px;
  background: transparent;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 245px minmax(440px, 1fr) 170px;
    padding-inline: 24px;
  }
  .site-header nav {
    grid-column: 2;
    grid-row: 1;
    gap: 0.85rem;
  }
}
@media (max-width: 900px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 0;
    padding: 16px 20px 0;
  }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }
  .header-network {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 15px;
  }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* Shared live search and simplified mainnet navigation. */
.site-header {
  grid-template-columns: 300px minmax(420px, 1fr) 190px;
}
.site-header nav {
  grid-column: 2;
}
.header-network {
  grid-column: 3;
}
.mainnet-badge {
  display: flex;
  width: 124px;
  min-height: 40px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid #35171f;
  border-radius: 9px;
  background: #0b090a;
  color: #f2eef1;
  padding: 0 13px;
  font-size: 0.84rem;
}
.mainnet-badge i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rb-red);
}
.site-search-row {
  display: flex;
  min-height: 82px;
  align-items: center;
  border-bottom: 1px solid rgb(53 21 31 / 55%);
  padding: 14px max(28px, calc((100vw - 1210px) / 2));
  background: rgb(8 8 8 / 88%);
}
.site-search-row .search-wrap {
  width: 100%;
  max-width: none;
}
.site-search-row .search-tools-button {
  display: none;
}
.site-search-row .search-wrap .global-search {
  min-height: 50px;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  border-color: #6b1b31;
  border-radius: 999px;
  background: rgb(11 10 11 / 82%);
  padding: 0 13px 0 19px;
}
.site-search-row .global-search > svg {
  width: 22px;
  height: 22px;
  color: #9aa0ad;
}
.site-search-row .global-search button.search-filter {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  border: 0;
  border-right: 1px solid #352d31;
  border-radius: 0;
  background: transparent;
  color: #b6b0b7;
  padding: 0 15px 0 3px;
  font-size: 0.76rem;
}
.site-search-row .global-search button.search-filter svg {
  display: block;
  width: 16px;
  height: 16px;
}
.site-search-row .global-search > button[type="submit"] {
  border-radius: 999px;
  background: transparent;
  color: #aeb0b8;
}
.site-search-row .global-search > button[type="submit"]:hover {
  background: rgb(255 22 79 / 10%);
  color: var(--rb-red);
}
.overview-page {
  padding-top: 18px;
}
.chart-empty {
  display: grid;
  place-items: center;
  color: #777278;
  font-size: 0.75rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .header-network {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 620px) {
  .site-search-row {
    min-height: 72px;
    padding-inline: 14px;
  }
  .site-search-row .search-wrap .global-search {
    padding-left: 12px;
  }
  .site-search-row .global-search button.search-filter span {
    display: none;
  }
  .site-search-row .global-search button.search-filter {
    padding-right: 10px;
  }
}

/* Spacious red explorer theme, generated stock identities and shared footer. */
.site-search-row {
  min-height: 96px;
  padding-block: 22px;
}

.overview-page {
  padding-top: 30px;
  padding-bottom: 72px;
}

.metric-grid {
  margin-bottom: 28px;
}

.overview-tables {
  gap: 20px;
  margin-bottom: 24px;
}

.overview-lower {
  gap: 20px;
}

.zero-native {
  color: #d5c8cd;
}

.zero-native small {
  display: inline-flex;
  margin-left: 0.3rem;
  border: 1px solid #4b2933;
  border-radius: 999px;
  padding: 0.15rem 0.4rem;
  color: #e17b98;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stock-avatar {
  position: relative;
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 0.55rem;
  background: #36101d;
  color: #fff5f8;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.stock-avatar.has-logo {
  background: #f5f5f5;
}

.stock-avatar .company-logo {
  width: 70%;
  height: 70%;
}

.stock-avatar.avatar-tone-0 {
  background: linear-gradient(145deg, #68142f, #2c0b16);
}
.stock-avatar.avatar-tone-1 {
  background: linear-gradient(145deg, #8b1c3e, #340a19);
}
.stock-avatar.avatar-tone-2 {
  background: linear-gradient(145deg, #76203b, #2b111a);
}
.stock-avatar.avatar-tone-3 {
  background: linear-gradient(145deg, #9d173e, #410b1d);
}
.stock-avatar.avatar-tone-4 {
  background: linear-gradient(145deg, #5f2136, #260d16);
}
.stock-avatar.avatar-tone-5 {
  background: linear-gradient(145deg, #b0254e, #480d20);
}
.stock-avatar.avatar-tone-6 {
  background: linear-gradient(145deg, #7c2945, #300f1c);
}
.stock-avatar.avatar-tone-7 {
  background: linear-gradient(145deg, #951d46, #360b1e);
}
.stock-avatar.has-logo {
  background: #f4f1f2;
}

.stocks-panel .stock-avatar {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 0.48rem;
}

.stock-table th {
  background: #160d10;
}

.stock-table tbody tr:hover {
  background: #1d0d13;
}

.site-shell:has(.overview-page) > .site-footer {
  display: block;
}

.site-footer {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #35151f;
  background:
    radial-gradient(circle at 82% 5%, rgb(255 22 79 / 9%), transparent 25rem),
    #090708;
  padding: 44px max(28px, calc((100vw - 1424px) / 2)) 24px;
  color: #918b92;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4rem;
  align-items: start;
  padding-bottom: 36px;
}

.footer-wordmark {
  color: #f7f3f5;
  font-size: 1.85rem;
  font-weight: 560;
  letter-spacing: -0.055em;
}

.footer-wordmark:hover {
  color: var(--rb-red);
  text-decoration: none;
}

.footer-about p {
  max-width: 28rem;
  margin-top: 0.8rem;
  color: #918b92;
  font-size: 0.78rem;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 4rem;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.footer-links strong {
  margin-bottom: 0.2rem;
  color: #f1edef;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a {
  color: #aaa3aa;
  font-size: 0.78rem;
}

.footer-links a:hover {
  color: var(--rb-red);
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #251b1f;
  padding-top: 20px;
  color: #706a70;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  .site-search-row {
    min-height: 80px;
    padding-block: 14px;
  }
  .overview-page {
    padding-top: 22px;
    padding-bottom: 52px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-links {
    gap: 2rem;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Reference design: red orbital background, airy navigation and glass tables. */
:root {
  --canvas: #100003;
  --background: #100003;
  --panel: #1b0c10;
  --panel-soft: #241016;
  --line: #4b2830;
  --border: #4b2830;
  --muted: #c1adb4;
}
html {
  background: #100003;
}
body {
  background: #100003;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/images/robinbook-red-orbit.png") center top / cover
    no-repeat;
}
body {
  isolation: isolate;
}
.site-shell {
  background: transparent;
}
.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 100px;
  width: 100%;
  padding: 26px 3.3%;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.site-header .brand {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.brand-mark {
  width: 40px;
  height: 44px;
  flex-shrink: 0;
}
.site-header .brand-word {
  font-size: 25px;
  font-weight: 450;
  letter-spacing: -1px;
}
.site-header nav {
  display: flex;
  grid-column: 2;
  gap: 48px;
  justify-content: center;
}
.site-header .nav-link {
  padding: 12px 0;
  color: #c9b8bf;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.site-header .nav-link.active {
  color: #fff;
  border-bottom: 1px solid #ff365f;
  background: transparent;
}
.site-header .nav-link:hover {
  color: #fff;
}
.site-search-row {
  min-height: 145px;
  padding: 40px 5% 26px;
  border: 0;
  background: transparent;
  justify-content: center;
}
.site-search-row .search-wrap {
  max-width: 820px;
}
.search-wrap .global-search,
.site-search-row .search-wrap .global-search {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  padding: 7px 8px 7px 30px;
  border: 1px solid #74404b;
  border-radius: 999px;
  background: linear-gradient(110deg, rgb(44 21 26 / 78%), rgb(36 16 22 / 75%));
  backdrop-filter: blur(18px);
  box-shadow: none;
}
.search-wrap .global-search > svg,
.site-search-row .global-search > svg {
  width: 26px;
  height: 26px;
  color: #fff;
  flex-shrink: 0;
}
.search-wrap .global-search input {
  flex: 1;
  min-width: 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  background: transparent;
  border: 0;
}
.search-wrap .global-search input::placeholder {
  color: #c9b8bf;
}
.search-wrap .global-search > button[type="submit"],
.site-search-row .global-search > button[type="submit"] {
  display: grid;
  place-items: center;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: linear-gradient(135deg, #d02c4d, #fa214e);
  color: white;
  border: 1px solid #ff6584;
  border-radius: 50%;
}
.search-wrap .global-search > button[type="submit"]:hover {
  background: #ff4169;
}
.search-wrap .global-search button.search-filter,
.site-search-row .global-search button.search-filter {
  order: 2;
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  padding: 0;
  min-height: 30px;
  border: 0;
  background: transparent;
  color: #d6bfc6;
}
.global-search .search-filter span {
  display: none;
}
.search-wrap .global-search > button[type="submit"] {
  order: 3;
}
.search-suggestions {
  background: #220c14;
  border-color: #79404f;
  z-index: 20;
}
.overview-page {
  width: min(100% - 7.4%, 1440px);
  max-width: 1440px;
  margin: auto;
  padding: 0 0 36px;
}
.explore-hero {
  position: relative;
  min-height: 570px;
  padding: 110px 40px 0;
}
.hero-copy h1 {
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: 0.99;
  letter-spacing: -3px;
  font-weight: 300;
  margin: 0 0 24px;
  color: #fff;
}
.hero-copy h1 span {
  color: #e8adbd;
}
.hero-copy h1 strong {
  font-weight: 550;
  white-space: nowrap;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.5;
  color: #f3e6eb;
  margin: 0;
}
.hero-motto {
  position: absolute;
  right: 65px;
  top: 130px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 4px;
  color: #efdae0;
}
.hero-motto i {
  display: block;
  width: 44px;
  height: 1px;
  background: #dbb2be;
  margin-top: 28px;
}
.hero-search {
  width: min(760px, 75%);
  margin: -2px auto 0;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}
.metric-grid article {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  min-height: 190px;
  gap: 16px;
  padding: 30px;
  border: 1px solid #67343f;
  border-radius: 28px;
  background: linear-gradient(140deg, rgb(38 17 21 / 88%), rgb(41 14 22 / 72%));
  backdrop-filter: blur(16px);
  box-shadow: none;
}
.metric-grid article > svg {
  width: 38px;
  height: 38px;
  padding: 7px;
  border-radius: 50%;
  background: rgb(110 46 60 / 25%);
  stroke: white;
  fill: none;
  stroke-width: 1.6;
}
.metric-grid article > div {
  display: contents;
}
.metric-grid article span {
  position: absolute;
  top: 45px;
  left: 84px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e4cfd6;
}
.metric-grid article strong {
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 450;
  line-height: 1.15;
  color: white;
  letter-spacing: -1px;
}
.metric-grid article small {
  color: #c6aeb7;
  font-size: 12px;
}
.metric-grid article small.positive {
  color: #5ff0b0;
}
.metric-grid article small.negative {
  color: #ff617c;
}
.explore-more {
  margin-top: 100px;
}
.explore-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.explore-section-heading h2 {
  font-size: 26px;
  font-weight: 450;
  margin: 0;
}
.page-container {
  width: min(100% - 11%, 1360px);
}
.listing-page {
  padding: 24px 0 70px;
  gap: 20px;
}
.listing-page .page-heading {
  margin: 0;
}
.listing-page .page-heading .eyebrow {
  display: none;
}
.listing-page .page-heading h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 0 5px;
}
.listing-page .page-heading > p:last-child {
  color: #cdb8bf;
  font-size: 18px;
  margin: 0;
}
.panel,
.terminal-panel {
  border: 1px solid #60323d;
  border-radius: 24px;
  background: linear-gradient(120deg, rgb(31 15 19 / 89%), rgb(29 11 16 / 80%));
  backdrop-filter: blur(18px);
  box-shadow: none;
  overflow: hidden;
}
.explorer-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  text-align: left;
}
.listing-page .panel {
  padding: 12px 30px;
}
.explorer-table th,
.explorer-table td {
  padding: 18px 10px;
  border-bottom: 1px solid rgb(170 108 124 / 16%);
  color: #ddcbd1;
  font-size: 16px;
  font-weight: 350;
  white-space: nowrap;
}
.explorer-table th {
  text-transform: uppercase;
  font-size: 13px;
  color: #cdbac2;
  padding-block: 16px;
}
.explorer-table td:first-child > a,
.explorer-table td:first-child .value-with-action > a {
  color: #ff527c;
  font-weight: 500;
}
.explorer-table td a {
  color: #dec5ce;
}
.explorer-table tr:last-child td {
  border: 0;
}
.explorer-table tbody tr:hover,
.stock-table tbody tr:hover {
  background: rgb(255 74 120 / 6%);
}
.explorer-table .table-arrow {
  color: #fff;
  font-size: 26px;
}
.copy-button {
  color: #e8a5b7;
  background: transparent;
  border: 0;
}
.source-meta {
  border-top-color: #4b2830;
  background: transparent;
  font-size: 11px;
  opacity: 0.7;
}
.stock-metrics {
  gap: 16px;
}
.stock-metrics > div {
  background: rgb(31 15 19 / 78%);
  border-color: #60323d;
  border-radius: 20px;
}
.stock-table {
  background: transparent;
}
.stock-table th {
  background: transparent;
}
.stock-table tbody tr {
  background: transparent;
}
.stock-table td,
.stock-table th {
  border-color: rgb(170 108 124 / 16%);
  padding-block: 20px;
}
.stock-toolbar {
  background: transparent;
  border-color: #4b2830;
}
.stock-toolbar input {
  background: rgb(27 10 16 / 75%);
  border-color: #6b3444;
  border-radius: 999px;
}
.disclaimer-panel {
  background: rgb(27 10 16 / 70%);
  border-color: #4b2830;
  border-radius: 18px;
}
.site-shell > .site-footer,
.site-shell:has(.overview-page) > .site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  padding: 32px 3.3%;
  border: 0;
  background: transparent;
  width: 100%;
}
.site-footer .footer-about {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-footer .footer-wordmark {
  color: white;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.4px;
}
.site-footer .footer-about p {
  margin: 0;
  max-width: none;
  color: #c3aab4;
  font-size: 12px;
}
.footer-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
}
.footer-actions a {
  color: #cbb2bc;
}
.api-soon {
  display: none;
}
.footer-actions a:first-child:hover .api-soon {
  display: inline;
  color: #ff7699;
}
.docs-page {
  padding: 55px 0 80px;
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.docs-card {
  padding: 30px;
}
.docs-card h2 {
  font-weight: 450;
  font-size: 23px;
}
.docs-card p {
  color: #d6bcc6;
  line-height: 1.75;
}
.docs-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.api-announcement {
  color: #ff96b3 !important;
}
.api-launch {
  padding: 70px;
  max-width: 900px;
  margin: auto;
}
.api-launch h1 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 350;
  letter-spacing: -2px;
}
.api-launch p {
  color: #dec4ce;
  font-size: 19px;
  line-height: 1.65;
}
.api-launch time {
  display: block;
  color: #ff89aa;
  margin-bottom: 36px;
}
.launch-badge {
  font-size: 11px;
  letter-spacing: 3px;
  color: #ff91b1;
}
@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }
  .site-header nav {
    gap: 28px;
  }
  .explore-hero {
    padding-left: 10px;
  }
  .hero-motto {
    right: 10px;
    font-size: 10px;
  }
  .metric-grid article {
    padding: 24px 18px;
  }
  .metric-grid article span {
    left: 62px;
    top: 37px;
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .metric-grid article strong {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 22px 6%;
    gap: 18px;
  }
  .site-header .brand-word {
    font-size: 23px;
  }
  .site-header nav {
    grid-column: 1;
    grid-row: 2;
    justify-content: space-between;
    gap: 14px;
  }
  .site-header .nav-link {
    font-size: 14px;
  }
  .brand-mark {
    width: 32px;
    height: 36px;
  }
  .overview-page {
    width: 88%;
  }
  .explore-hero {
    min-height: 460px;
    padding: 55px 0 30px;
  }
  .hero-copy h1 {
    font-size: clamp(37px, 7.2vw, 56px);
    letter-spacing: -1.8px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-motto {
    position: static;
    margin-top: 28px;
    font-size: 9px;
    letter-spacing: 2px;
  }
  .hero-motto br {
    display: none;
  }
  .hero-motto i {
    display: none;
  }
  .hero-search {
    width: 100%;
    margin-top: 30px;
  }
  .search-wrap .global-search,
  .site-search-row .search-wrap .global-search {
    gap: 12px;
    min-height: 60px;
    padding: 6px 6px 6px 18px;
  }
  .search-wrap .global-search input {
    font-size: 12px;
  }
  .search-wrap .global-search > button[type="submit"],
  .site-search-row .global-search > button[type="submit"] {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .search-wrap .global-search button.search-filter {
    display: grid;
  }
  .site-search-row {
    min-height: 95px;
    padding: 20px 6%;
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .metric-grid article {
    min-height: 170px;
    border-radius: 22px;
  }
  .metric-grid article:last-child {
    grid-column: 1 / -1;
  }
  .metric-grid article span {
    font-size: 9px;
  }
  .explore-more {
    margin-top: 65px;
  }
  .explore-section-heading {
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
  }
  .page-container {
    width: 88%;
  }
  .listing-page .panel {
    padding: 10px 14px;
  }
  .listing-page .page-heading > p:last-child {
    font-size: 15px;
  }
  .site-footer .footer-about {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .site-shell > .site-footer {
    padding: 28px 6%;
  }
  .footer-actions {
    gap: 30px;
  }
  .docs-grid {
    grid-template-columns: 1fr;
  }
  .docs-card,
  .api-launch {
    padding: 26px;
  }
  .stock-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (prefers-reduced-transparency: reduce) {
  .panel,
  .terminal-panel,
  .metric-grid article {
    background: #200c14;
  }
}
.site-header .brand {
  flex-direction: row;
}
.brand-mark {
  background: transparent;
  color: white;
  border: 0;
  border-radius: 0;
}
.site-header .nav-link.active::after {
  display: none;
}
.site-header {
  backdrop-filter: none;
}

/* Keep the original logo's proportions and give each Explore section room. */
.site-header .original-brand-mark {
  display: block;
  width: 42px;
  height: auto;
  aspect-ratio: 790 / 760;
  flex: 0 0 42px;
  overflow: hidden;
}
.explore-more {
  margin-top: 160px;
}
.overview-tables {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin-bottom: 100px;
}
.overview-tables .terminal-panel {
  width: 100%;
}
.overview-tables .terminal-panel th,
.overview-tables .terminal-panel td {
  padding: 18px 12px;
  font-size: 12px;
}
.overview-tables .terminal-panel header {
  padding: 28px 24px;
}
.overview-lower {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 32px;
}
.overview-lower .chart-panel {
  grid-column: 1;
  min-height: 280px;
  align-self: start;
}
.overview-lower .activity-chart {
  height: 210px;
}
.overview-lower .activity-chart svg {
  width: 100%;
  height: 180px;
}
.overview-lower .chart-empty {
  display: grid;
  place-items: center;
}
.overview-lower .stocks-panel,
.overview-lower .global-card {
  min-height: 340px;
}
.overview-lower .global-card {
  grid-column: 1 / -1;
  min-height: 340px;
}
.overview-lower .global-card > img {
  object-fit: contain;
  object-position: right center;
}
.overview-lower .global-card-copy {
  padding: 65px 40px;
}
.overview-lower .global-card-copy h2 {
  font-size: 32px;
}
.overview-page {
  padding-bottom: 100px;
}
.site-shell > .site-footer,
.site-shell:has(.overview-page) > .site-footer {
  min-height: 68px;
  padding: 18px 3.3%;
  gap: 14px;
  border-top: 1px solid rgb(177 84 114 / 15%);
}
.site-footer .footer-about {
  gap: 20px;
}
.site-footer .footer-about p {
  font-size: 11px;
}
.footer-actions {
  gap: 24px;
  font-size: 12px;
}
.footer-actions .api-soon {
  display: inline;
  margin-left: 4px;
  font-size: 10px;
  color: #eaa0b5;
}
@media (max-width: 760px) {
  .site-header .original-brand-mark {
    width: 34px;
    flex-basis: 34px;
  }
  .explore-more {
    margin-top: 100px;
  }
  .overview-tables {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 80px;
  }
  .overview-tables .terminal-panel th,
  .overview-tables .terminal-panel td {
    padding: 16px;
    font-size: 12px;
  }
  .overview-lower {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .overview-lower .chart-panel {
    min-height: 270px;
  }
  .overview-lower .activity-chart {
    height: 220px;
  }
  .overview-lower .activity-chart svg {
    height: 180px;
  }
  .overview-lower .stocks-panel,
  .overview-lower .global-card {
    grid-column: 1;
    min-height: 360px;
  }
  .overview-lower .global-card-copy {
    padding: 60px 22px;
  }
  .overview-lower .global-card-copy h2 {
    font-size: 26px;
  }
  .overview-page {
    padding-bottom: 60px;
  }
  .site-shell > .site-footer,
  .site-shell:has(.overview-page) > .site-footer {
    padding: 18px 6%;
  }
  .site-footer .footer-about {
    gap: 6px;
  }
  .site-footer .footer-about p {
    font-size: 10px;
  }
  .footer-actions {
    gap: 22px;
  }
}

/* Consistent search action size across Explore and compact search bars. */
.search-wrap .global-search > button[type="submit"] svg,
.site-search-row .global-search > button[type="submit"] svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.stock-avatar.has-stock-logo {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 10px;
  background: #09090b;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  overflow: hidden;
}
.stock-avatar.has-stock-logo .company-logo {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

/* Keep Blocks and Transactions typography consistent across Explore and listing pages. */
.explorer-table th,
.explorer-table td,
.explorer-table td a,
.explorer-table td:first-child > a,
.explorer-table td:first-child .value-with-action > a,
.explorer-table .value-with-action > span,
.explorer-table .table-arrow,
.explorer-table .copy-button {
  color: #fff;
}

.explorer-table th {
  color: rgb(255 255 255 / 72%);
}

.explorer-table .copy-button {
  opacity: 0.72;
}

.explorer-table .copy-button:hover,
.explorer-table td a:hover {
  color: #fff;
  opacity: 1;
}

/* White identifiers across Explore and the full Stocks registry. */
.stocks-panel tbody td:nth-child(2),
.stock-table .stock-identity,
.stock-table .stock-identity strong,
.stock-table td:last-child .value-with-action,
.stock-table td:last-child .value-with-action a,
.stock-table td:last-child .mono-value,
.stock-table td:last-child .copy-button {
  color: #fff;
}

.stock-table td:last-child .copy-button {
  opacity: 0.72;
}

.stock-table td:last-child .copy-button:hover {
  color: #fff;
  opacity: 1;
}

/* Mirror the white listing-table values on Explore. */
.overview-tables .terminal-panel td,
.overview-tables .terminal-panel td a,
.overview-tables .method-pill,
.overview-tables .zero-native,
.overview-tables .zero-native small {
  color: #fff;
}

/* Feature entry points kept in source for later reactivation. */
[hidden] {
  display: none !important;
}
