.v-supply-main {
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  color: #0a0a0a;
}

#supply {
  scroll-margin-top: 80px;
}

#reserves {
  scroll-margin-top: 0;
}

.v-transparency-reserves {
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #dbdbdb;
}

.v-transparency-reserves__content {
  width: 100%;
  overflow: hidden;
}

.v-supply-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v-supply-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.v-supply-eyebrow {
  margin: 0 0 18px;
  color: #1f7a4d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.v-supply-hero {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}

.v-supply-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, .72fr);
  gap: 72px;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 86px;
}

.v-supply-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 68px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
}

.v-supply-hero__copy > p:not(.v-supply-eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: #4b4f4b;
  font-size: 19px;
  line-height: 29px;
}

.v-supply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v-supply-primary,
.v-supply-secondary,
.v-supply-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.v-supply-primary {
  background: #0a0a0a;
  color: #fff;
}

.v-supply-secondary,
.v-supply-link-button {
  background: #fff;
}

.v-supply-primary:hover,
.v-supply-primary:focus-visible {
  background: #fff;
  color: #0a0a0a;
}

.v-supply-secondary:hover,
.v-supply-secondary:focus-visible,
.v-supply-link-button:hover,
.v-supply-link-button:focus-visible {
  background: #0a0a0a;
  color: #fff;
}

.v-supply-summary {
  min-width: 0;
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}

.v-supply-summary__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8d8d8;
}

.v-supply-summary__head img {
  display: block;
  width: 56px;
  height: 56px;
}

.v-supply-summary__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.v-supply-summary__status::before,
.v-supply-live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #1f7a4d;
  box-shadow: 0 0 0 4px rgba(31, 122, 77, .1);
  content: "";
}

.v-supply-main[data-feed-mode="snapshot"] .v-supply-summary__status::before {
  background: #6f746f;
  box-shadow: 0 0 0 4px rgba(95, 100, 95, .1);
}

.v-supply-main[data-feed-mode="partial"] .v-supply-summary__status::before {
  background: #9a6c13;
  box-shadow: 0 0 0 4px rgba(154, 108, 19, .11);
}

.v-supply-summary__label,
.v-supply-total__label {
  color: #6d6d6d;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-total {
  padding: 26px 0 24px;
  border-bottom: 1px solid #d8d8d8;
}

.v-supply-total strong {
  display: block;
  min-height: 53px;
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.v-supply-total small {
  display: block;
  margin-top: 7px;
  color: #555;
  font-size: 13px;
  line-height: 20px;
}

.v-supply-summary dl {
  margin: 0;
}

.v-supply-summary dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
}

.v-supply-summary dt {
  color: #626262;
  font-size: 13px;
  line-height: 20px;
}

.v-supply-summary dd {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.v-supply-summary__updated {
  min-height: 36px;
  margin: 17px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-distribution {
  padding: 86px 0 92px;
  background: #f7f7f7;
}

.v-supply-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 40px;
}

.v-supply-section-head h2 {
  max-width: 700px;
  margin: 0;
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0;
}

.v-supply-section-head__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 14px;
  align-items: center;
}

.v-supply-section-head__meta p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 22px;
}

.v-supply-section-head__meta--copy {
  grid-template-columns: 1fr;
}

.v-supply-refresh {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #bfc2bf;
  border-radius: 0;
  background: #fff;
  color: #0a0a0a;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.v-supply-refresh:hover,
.v-supply-refresh:focus-visible {
  border-color: #1f7a4d;
  color: #1f7a4d;
  outline: none;
}

.v-supply-refresh:disabled {
  cursor: wait;
  opacity: .55;
}

.v-supply-refresh.is-loading span {
  animation: v-supply-spin .8s linear infinite;
}

@keyframes v-supply-spin {
  to { transform: rotate(360deg); }
}

.v-supply-aggregate {
  margin-bottom: 34px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.v-supply-aggregate__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.v-supply-aggregate__head strong {
  font-size: 15px;
  line-height: 22px;
}

.v-supply-aggregate__head span {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

.v-supply-strip {
  display: flex;
  width: 100%;
  height: 14px;
  overflow: hidden;
  background: #e4e4e4;
  border: 1px solid #d0d0d0;
}

.v-supply-strip__segment {
  width: 0;
  min-width: 0;
  height: 100%;
  transition: width .45s ease;
}

.v-supply-strip__segment[data-chain="xrpl"] { background: #111; }
.v-supply-strip__segment[data-chain="stellar"] { background: #555; }
.v-supply-strip__segment[data-chain="tron"] { background: #ef3f35; }
.v-supply-strip__segment[data-chain="base"] { background: #0052ff; }
.v-supply-strip__segment[data-chain="polygon"] { background: #8247e5; }
.v-supply-strip__segment[data-chain="bnb"] { background: #e4b400; }

.v-supply-legend {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.v-supply-legend__item {
  min-width: 0;
}

.v-supply-legend__name {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5d5d5d;
  font-size: 11px;
  line-height: 17px;
}

.v-supply-legend__name i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #111;
}

.v-supply-legend__item[data-chain="stellar"] i { background: #555; }
.v-supply-legend__item[data-chain="tron"] i { background: #ef3f35; }
.v-supply-legend__item[data-chain="base"] i { background: #0052ff; }
.v-supply-legend__item[data-chain="polygon"] i { background: #8247e5; }
.v-supply-legend__item[data-chain="bnb"] i { background: #e4b400; }

.v-supply-legend__item strong {
  display: block;
  min-height: 20px;
  margin: 4px 0 0 14px;
  font-size: 13px;
  line-height: 20px;
  font-variant-numeric: tabular-nums;
}

.v-supply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v-supply-card {
  min-width: 0;
  padding: 26px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.v-supply-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.v-supply-chain {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.v-supply-chain img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  border-radius: 50%;
}

.v-supply-chain h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.v-supply-chain p {
  margin: 3px 0 0;
  color: #747474;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.v-supply-card__value {
  min-height: 53px;
  margin: 24px 0 0;
  overflow-wrap: anywhere;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.v-supply-card__unit {
  margin: 3px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-card__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-card__share strong {
  color: #0a0a0a;
  font-variant-numeric: tabular-nums;
}

.v-supply-card__bar {
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  background: #e8e8e8;
}

.v-supply-card__bar span {
  display: block;
  width: 0;
  min-width: 2px;
  height: 100%;
  background: #1f7a4d;
  transition: width .45s ease;
}

.v-supply-card__source {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.v-supply-card__source span,
.v-supply-card__identifier span {
  display: block;
  margin-bottom: 5px;
  color: #777;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.v-supply-card__source strong {
  display: block;
  font-size: 12px;
  line-height: 19px;
}

.v-supply-card__source small {
  display: block;
  margin-top: 3px;
  color: #777;
  font-size: 11px;
  line-height: 17px;
}

.v-supply-card__source a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #bfc2bf;
  color: #0a0a0a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.v-supply-card__source a:hover,
.v-supply-card__source a:focus-visible {
  border-color: #1f7a4d;
  color: #1f7a4d;
  outline: none;
}

.v-supply-card__identifier {
  margin-top: 18px;
}

.v-supply-card__identifier code {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #333;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
}

.v-supply-card.is-unavailable .v-supply-live-dot {
  background: #8a8a8a;
  box-shadow: 0 0 0 4px rgba(100, 100, 100, .1);
}

.v-supply-card.is-unavailable .v-supply-card__bar span {
  width: 0 !important;
  min-width: 0;
}

.v-supply-methodology {
  padding: 86px 0;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.v-supply-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.v-supply-method-grid li {
  min-height: 216px;
  padding: 28px;
  background: #f7f7f7;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.v-supply-method-grid span {
  display: block;
  margin-bottom: 30px;
  color: #1f7a4d;
  font: 700 12px/18px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.v-supply-method-grid strong {
  display: block;
  font-size: 18px;
  line-height: 25px;
}

.v-supply-method-grid p {
  margin: 11px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 22px;
}

.v-supply-pending {
  padding: 74px 0;
  background: #f7f7f7;
}

.v-supply-pending__inner {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.v-supply-pending h2 {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0;
}

.v-supply-pending__copy > p:last-child {
  margin: 18px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 23px;
}

.v-supply-pending__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.v-supply-pending__item {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.v-supply-pending__item strong {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.v-supply-pending__item span {
  display: block;
  margin-top: 7px;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}

.v-supply-notice {
  padding: 64px 0;
  background: #0a0a0a;
  color: #f7f7f7;
}

.v-supply-notice__inner {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.v-supply-notice .v-supply-eyebrow {
  margin-bottom: 10px;
  color: #9cb58e;
}

.v-supply-notice h2 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
}

.v-supply-notice__inner > p {
  margin: 0;
  color: #c9cec9;
  font-size: 14px;
  line-height: 22px;
}

.v-supply-notice .v-supply-link-button {
  min-height: 44px;
  border-color: #f7f7f7;
  background: transparent;
  color: #f7f7f7;
  white-space: nowrap;
}

.v-supply-notice .v-supply-link-button:hover,
.v-supply-notice .v-supply-link-button:focus-visible {
  background: #f7f7f7;
  color: #0a0a0a;
}

@media (min-width: 900px) and (max-width: 1180px) {
  .v-supply-hero__grid { gap: 44px; }
  .v-supply-section-head { gap: 40px; }
  .v-supply-total strong { font-size: 36px; line-height: 44px; }
  .v-supply-legend { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v-supply-notice__inner { grid-template-columns: 1fr 1fr; }
  .v-supply-notice .v-supply-link-button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 899px) {
  .v-supply-shell { width: min(100% - 32px, 680px); }
  .v-supply-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .v-supply-hero h1 { font-size: 48px; line-height: 52px; }
  .v-supply-hero__copy > p:not(.v-supply-eyebrow) {
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
  }
  .v-supply-actions { display: grid; grid-template-columns: 1fr; margin-top: 28px; }
  .v-supply-primary, .v-supply-secondary { width: 100%; }
  .v-supply-summary { padding: 22px; }
  .v-supply-total strong { font-size: 35px; line-height: 42px; }
  .v-supply-distribution, .v-supply-methodology { padding: 58px 0; }
  .v-supply-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .v-supply-section-head h2 { font-size: 36px; line-height: 42px; }
  .v-supply-aggregate { padding: 20px; }
  .v-supply-aggregate__head { align-items: flex-start; }
  .v-supply-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v-supply-grid { grid-template-columns: 1fr; }
  .v-supply-card { padding: 22px 16px; }
  .v-supply-card__value { font-size: 32px; line-height: 40px; }
  .v-supply-card__source { grid-template-columns: 1fr; gap: 14px; }
  .v-supply-card__source a { width: 100%; min-height: 44px; }
  .v-supply-method-grid { grid-template-columns: 1fr; }
  .v-supply-method-grid li { min-height: 0; padding: 26px 22px; }
  .v-supply-method-grid span { margin-bottom: 20px; }
  .v-supply-pending { padding: 56px 0; }
  .v-supply-pending__inner { grid-template-columns: 1fr; gap: 28px; }
  .v-supply-pending__list { grid-template-columns: 1fr; }
  .v-supply-notice { padding: 48px 0; }
  .v-supply-notice__inner { grid-template-columns: 1fr; gap: 24px; }
  .v-supply-notice .v-supply-link-button { width: 100%; }

  #reserves .css-onu10y {
    margin-right: 0 !important;
    overflow: visible !important;
  }

  #reserves .css-1sc44u7,
  #reserves .css-1sc44u7 tbody {
    display: block;
    width: 100%;
  }

  #reserves .css-1sc44u7 thead {
    display: none;
  }

  #reserves .css-1sc44u7 tbody {
    border-top: 1px solid #dbdbdb;
  }

  #reserves .css-1sc44u7 tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    padding: 16px 14px;
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }

  #reserves .css-1sc44u7 tbody td {
    display: block;
    min-width: 0;
    padding: 0 !important;
    white-space: normal !important;
  }

  #reserves .css-1sc44u7 tbody td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  #reserves .css-1sc44u7 tbody td:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 12px;
    padding-top: 12px !important;
    border-top: 1px solid #e3e3e3;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 12px;
    line-height: 18px;
  }

  #reserves .css-1sc44u7 tbody td:nth-child(2) a {
    display: block;
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: 11px !important;
    line-height: 17px !important;
    white-space: normal !important;
  }

  #reserves .css-1sc44u7 tbody td:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: right !important;
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 359px) {
  .v-supply-hero h1 { font-size: 42px; line-height: 47px; }
  .v-supply-total strong { font-size: 30px; line-height: 38px; }
  .v-supply-card__head { align-items: flex-start; }
  .v-supply-chain img { width: 38px; height: 38px; flex-basis: 38px; }
  .v-supply-card__value { font-size: 28px; line-height: 36px; }
  #reserves .css-1sc44u7 tbody tr {
    padding-right: 0;
    padding-left: 0;
  }
  #reserves .css-1sc44u7 tbody td:nth-child(2) a {
    font-size: 10px !important;
    line-height: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v-supply-strip__segment,
  .v-supply-card__bar span { transition: none; }
  .v-supply-refresh.is-loading span { animation: none; }
}
