@font-face {
  font-family: "Capsule Sans Text";
  src: url("https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/fonts/CapsuleSansText-Book__6573ba5ca76b29d5ffe83d94b27a4a8a09c8d5c8d5f2ca0719aaeef6856042d8.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Capsule Sans Text";
  src: url("https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/fonts/CapsuleSansText-Medium__d6e0f9a85b076741a771ec8574c1278fb65fe34160e73bd8beffa2f927831302.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Capsule Sans Text";
  src: url("https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/fonts/CapsuleSansText-Bold__0ef7c688bd1385a7df6941a13f3b4e980cd2f90f01b9268c9bb3e95394eec486.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Capsule Sans Text Mono";
  src: url("https://cdn.robinhood.com/assets/generated_assets/brand/_next/static/fonts/CapsuleSansText-Mono__1eb62580f1b1a5cd4904a665edc4447c0c639b7820f6c19e6a8aabea9b7de3d8.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #000000;
  --muted: #545d52;
  --soft: #f7f8f3;
  --green: #00c805;
  --green-dark: #008f11;
  --hero: #c9cf8f;
  --hero-deep: #9da96e;
  --sand: #e6daa5;
  --orange: #c86d3d;
  --line: #d7dccd;
  --line-dark: #000000;
  --panel: #ffffff;
  --blue: #96c8e8;
  --yellow: #d6d968;
  --pink: #ef8fa7;
  --purple: #8f74c9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #ffffff;
  font-family: "Capsule Sans Text", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-nav,
.brand,
.actions,
.status-row,
.metrics,
.panel-head,
.metric,
.risk-item,
.token-cell,
.row-token,
.segment,
.search {
  display: flex;
  align-items: center;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line-dark);
  background: #ffffff;
}

.brand {
  width: clamp(142px, 11.8vw, 182px);
  height: 68px;
  padding: 6px 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.actions {
  gap: 12px;
}

.ca-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  min-width: 188px;
  padding: 0 18px;
  border: 1px solid #000000;
  border-radius: 999px;
  background: var(--yellow);
  color: #000000;
  cursor: pointer;
  font-family: "Capsule Sans Text Mono", "Courier New", monospace;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.ca-pill:hover,
.ca-pill:focus-visible {
  background: var(--green);
  outline: none;
}

.ca-label {
  font-family: "Capsule Sans Text", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.ca-status {
  min-width: 42px;
  color: var(--green-dark);
  font-family: "Capsule Sans Text", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
}

.ca-pill.copied .ca-status {
  color: #000000;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  height: 52px;
  padding: 0 24px;
  border: 1px solid #000000;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  font-weight: 700;
}

.nav-pill.dark {
  border-color: #191919;
  background: #191919;
  color: #ffffff;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
  min-height: 560px;
  border-bottom: 1px solid var(--line-dark);
  overflow: hidden;
  background: var(--hero);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: 68px 28px 54px 38px;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #0a0a0a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 26px;
  font-family: "Capsule Sans Text Mono", "Courier New", monospace;
  font-size: clamp(3rem, 7.2vw, 7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-logo-title {
  width: min(100%, 430px);
  margin-bottom: 28px;
  font-size: 0;
  line-height: 0;
}

.hero-logo-title img {
  display: block;
  width: 100%;
  height: auto;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  font-weight: 500;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 700;
}

p,
li {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.45;
}

.lede {
  max-width: 390px;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  line-height: 1.15;
}

.status-row {
  flex-wrap: wrap;
  gap: 12px 16px;
  color: #1f261e;
  font-size: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 13px;
  border: 1px solid #000000;
  border-radius: 999px;
  color: #000000;
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 560px;
}

.hero-art::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 104%;
  height: 57%;
  border: 1.5px solid #111111;
  border-radius: 55% 45% 0 0;
  background:
    linear-gradient(16deg, transparent 0 20%, rgba(0, 0, 0, 0.35) 20.2% 20.8%, transparent 21% 100%),
    linear-gradient(-11deg, transparent 0 37%, rgba(0, 0, 0, 0.35) 37.2% 37.8%, transparent 38% 100%),
    var(--orange);
}

.loop {
  position: absolute;
  border: 5px solid #161616;
  border-radius: 50%;
  background: rgba(230, 218, 165, 0.36);
}

.loop-a {
  right: 27%;
  top: 23%;
  width: 250px;
  height: 520px;
  transform: rotate(5deg);
}

.loop-b {
  right: 43%;
  top: 54%;
  width: 380px;
  height: 190px;
  border-width: 3px;
  transform: rotate(9deg);
}

.loop-c {
  right: 11%;
  top: 54%;
  width: 450px;
  height: 170px;
  border-width: 2px;
  transform: rotate(-11deg);
}

.index-ribbon {
  position: absolute;
  right: 17%;
  bottom: 5%;
  width: 190px;
  height: 280px;
  border: 1.5px solid #161616;
  border-radius: 45% 45% 8px 8px;
  background:
    repeating-linear-gradient(16deg, rgba(255, 255, 255, 0.16) 0 10px, transparent 10px 20px),
    var(--sand);
  transform: rotate(-12deg);
}

.index-ribbon::before,
.index-ribbon::after {
  content: "";
  position: absolute;
  background: transparent;
  border: 2px solid var(--hero-deep);
  border-radius: 60% 60% 45% 45%;
}

.index-ribbon::before {
  width: 42px;
  height: 80px;
  left: 62px;
  top: 84px;
  transform: rotate(-25deg);
}

.index-ribbon::after {
  width: 24px;
  height: 48px;
  right: 38px;
  top: 130px;
  transform: rotate(28deg);
}

.coin-stack {
  position: absolute;
  right: 7%;
  bottom: 10%;
  display: grid;
  gap: 10px;
  transform: rotate(-9deg);
}

.coin-stack span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 42px;
  border: 1.5px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 64px;
}

.metrics {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.18fr) minmax(0, 1.18fr) minmax(0, 0.95fr) minmax(0, 1.04fr);
  gap: 0;
  margin-bottom: 58px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.metric {
  position: relative;
  min-height: 154px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  container-type: inline-size;
  overflow: hidden;
  padding: 26px 24px;
  border-right: 1px solid var(--line-dark);
  background: #ffffff;
}

.metric.metric-live::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 200, 5, 0.16), transparent);
  transform: translateX(-110%);
  animation: metricSweep 900ms ease-out;
}

.metric:last-child {
  border-right: 0;
}

.metric span,
.metric small {
  color: var(--muted);
  font-size: 1rem;
}

.metric strong {
  max-width: 100%;
  font-size: clamp(2rem, 16cqw, 2.85rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1.02;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.metric strong.metric-animating {
  color: var(--green-dark);
  transform: translateY(-2px);
}

.up {
  color: var(--green-dark) !important;
}

.down {
  color: #c63232 !important;
}

@keyframes metricSweep {
  to {
    transform: translateX(110%);
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 58px;
}

.index-copy {
  padding-top: 18px;
}

.index-copy h2 {
  margin-bottom: 24px;
}

.index-copy ul {
  display: grid;
  gap: 18px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.index-copy li {
  position: relative;
  padding-left: 26px;
  color: #171717;
}

.index-copy li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: var(--green);
}

.panel {
  border: 1px solid var(--line-dark);
  background: var(--panel);
}

.panel-head {
  justify-content: space-between;
  gap: 22px;
  min-height: 96px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line-dark);
}

.panel-head.compact {
  min-height: 88px;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(3, 62px);
  gap: 0;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 999px;
  background: #ffffff;
}

.segment {
  height: 44px;
  justify-content: center;
  border: 0;
  color: #000000;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.segment.active {
  color: #000000;
  background: var(--green);
}

.chart {
  display: block;
  width: 100%;
  min-height: 340px;
}

.chart text {
  fill: #2f372f;
  font-family: "Capsule Sans Text", Arial, sans-serif;
  font-size: 12px;
}

.chart .grid-line {
  stroke: #dfe4d8;
  stroke-width: 1;
}

.chart .index-line {
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart .area {
  fill: rgba(0, 200, 5, 0.12);
}

.chart .point {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2;
}

.bubble-panel {
  margin-bottom: 50px;
}

.bubble-panel .panel-head {
  min-height: 118px;
  padding: 28px 34px;
}

.bubble-panel .panel-head h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.8rem);
}

.bubbles {
  display: grid;
  grid-template-columns: repeat(10, minmax(92px, 1fr));
  align-items: end;
  gap: 12px;
  min-height: 196px;
  padding: 30px 34px 26px;
  overflow-x: auto;
}

.bubble {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: end;
  justify-items: center;
  gap: 8px;
  min-width: 92px;
  min-height: 148px;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.bubble:hover .bubble-symbol {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bubble-orb {
  display: grid;
  place-items: center;
  width: var(--orb-size);
  height: var(--orb-size);
  border: 2px solid #000000;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.bubble-orb .token-icon,
.bubble-orb .token-img {
  width: clamp(34px, calc(var(--orb-size) * 0.5), 56px);
  height: clamp(34px, calc(var(--orb-size) * 0.5), 56px);
}

.token-icon,
.token-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 1px solid #000000;
  background: #ffffff;
  object-fit: cover;
}

.token-icon {
  display: inline-grid;
  place-items: center;
  color: #000000;
  font-size: 0.74rem;
  font-weight: 700;
}

.bubble-symbol {
  max-width: 104px;
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bubble-weight {
  color: #000000;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
}

.bubble-rank {
  position: absolute;
  top: 2px;
  right: 8px;
  color: #586255;
  font-family: "Capsule Sans Text Mono", "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 700;
}

.analytics-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.58fr) minmax(0, 1.42fr);
  gap: 24px;
  margin-bottom: 58px;
}

.risk-list {
  display: grid;
}

.risk-item {
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-dark);
  background: #ffffff;
}

.risk-item:last-child {
  border-bottom: 0;
}

.risk-item span {
  color: var(--muted);
  font-size: 1rem;
}

.risk-item strong {
  font-size: 1.55rem;
  font-weight: 700;
}

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

.method-grid > div {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: #ffffff;
}

.method-grid > div:nth-child(2n) {
  border-right: 0;
}

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

.method-grid p {
  margin-bottom: 0;
}

.table-panel {
  margin-bottom: 16px;
}

.table-tools {
  justify-content: flex-end;
}

.search {
  width: min(320px, 100%);
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 999px;
  color: var(--muted);
  background: #ffffff;
}

.search svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: #000000;
  background: transparent;
}

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

table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  white-space: nowrap;
}

th:first-child,
td:first-child {
  text-align: left;
}

th {
  color: #000000;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
}

td {
  color: #000000;
  font-size: 0.98rem;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.token-cell {
  gap: 12px;
  min-width: 250px;
}

.row-token {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.row-token strong {
  font-size: 1rem;
}

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

.score-pill {
  display: inline-flex;
  min-width: 52px;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #000000;
  border-radius: 999px;
  color: #000000;
  background: var(--yellow);
  font-weight: 700;
}

.empty {
  padding: 32px 24px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-art {
    min-height: 360px;
  }

  .intro-grid,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

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

  .metric {
    border-bottom: 1px solid var(--line-dark);
  }

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .metric:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .bubbles {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    gap: 18px 10px;
  }
}

@media (max-width: 720px) {
  .site-nav {
    min-height: 72px;
    padding: 0 18px;
  }

  .brand {
    font-size: 21px;
  }

  .ca-pill {
    min-width: 154px;
    height: 44px;
    padding: 0 12px;
    font-size: 0.75rem;
  }

  .ca-label {
    font-size: 0.7rem;
  }

  .ca-status {
    display: none;
  }

  .nav-pill {
    display: none;
  }

  .hero-copy {
    padding: 36px 20px 22px;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .lede {
    font-size: 1.28rem;
  }

  .hero-art {
    min-height: 260px;
  }

  .loop-a {
    right: 18%;
    top: 1%;
    width: 150px;
    height: 325px;
  }

  .loop-b {
    right: 32%;
    top: 45%;
    width: 250px;
    height: 130px;
  }

  .loop-c {
    right: -12%;
    top: 45%;
    width: 300px;
    height: 120px;
  }

  .index-ribbon {
    right: 17%;
    bottom: 0;
    width: 130px;
    height: 205px;
  }

  .coin-stack {
    right: 3%;
    bottom: 8%;
  }

  .shell {
    width: min(100% - 24px, 1280px);
    padding: 28px 0 48px;
  }

  .metrics {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .metric {
    min-height: 126px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .panel-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .chart {
    min-height: 280px;
  }

  .bubbles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
    padding: 22px 18px 24px;
  }

  .bubble-panel .panel-head {
    min-height: 104px;
  }

  .bubble {
    min-height: 144px;
  }

  .analytics-grid,
  .bubble-panel,
  .intro-grid {
    margin-bottom: 42px;
  }

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

  .method-grid > div,
  .method-grid > div:nth-child(2n),
  .method-grid > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .method-grid > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metric.metric-live::after {
    animation: none;
    opacity: 0;
  }

  .metric strong.metric-animating {
    transform: none;
  }
}
