.indexes-page {
  --ink: var(--ff-bg, #101311);
  --ink-2: var(--ff-panel, #171b18);
  --panel: var(--ff-panel, #171b18);
  --panel-solid: var(--ff-panel, #171b18);
  --text: var(--ff-text, #f1f3eb);
  --muted: var(--ff-muted, #9ba59c);
  --lime: var(--ff-accent, #c6f777);
  --line: #ffffff13;
  --iv-border: #ffffff17;
  --iv-control: var(--ff-control, #667062);
  background: var(--ff-bg, #101311);
  color: var(--text);
  font-size: 14px;
  padding-bottom: 0;
  font-variant-numeric: tabular-nums;
}
.iv-header {
  background: var(--ff-header, #101311ee);
  grid-template-columns: 1fr auto 1fr;
  padding-inline: max(24px, calc((100vw - 1420px) / 2));
  gap: 24px;
}
.iv-header .site-brand {
  display: grid;
}
.iv-header .brand > span {
  display: inline;
}
.iv-header .site-brand > .powered-by {
  grid-column: auto;
  order: initial;
  text-align: left;
}
.indexes-page #main:focus {
  outline: none;
}
.iv-header .brand-mark {
  background: transparent;
  color: var(--lime);
  width: 36px;
  height: 36px;
  padding: 0;
}
.iv-header .site-brand > .powered-by {
  margin-left: 45px;
  font-size: 10px;
}
.iv-header .main-nav {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  border: 0;
  background: none;
  white-space: nowrap;
  box-shadow: none;
  backdrop-filter: none;
}
.iv-header .main-nav a {
  font-size: 13px;
  font-weight: 550;
  padding: 10px 14px;
}
.iv-header .main-nav a.active {
  background: var(--ff-accent-0d, #c6f7770d);
  color: var(--lime);
}
.iv-beta {
  font-size: 8px;
  letter-spacing: 0.07em;
  margin-left: 6px;
}
.iv-header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.iv-network {
  font-size: 12px;
  white-space: nowrap;
}
.iv-network small {
  display: block;
  color: var(--muted);
  padding-left: 12px;
  font-size: 9px;
}
.iv-network i,
.iv-preview-strip i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--lime);
  border-radius: 50%;
  margin-right: 7px;
}
.iv-preview-strip {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px max(24px, calc((100vw - 1320px) / 2));
  background: var(--ff-accent-08, #c6f77708);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.iv-preview-strip > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.iv-preview-strip b {
  font-weight: 550;
  letter-spacing: 0.12em;
  color: var(--ff-subtle, #c6d3b6);
  white-space: nowrap;
  font-size: 9px;
}
.iv-preview-strip button {
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  padding: 0 5px;
  min-height: 26px;
}
.iv-shell {
  max-width: 1370px;
  padding: 0 25px;
  margin: auto;
}
.iv-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.iv-primary {
  background: var(--lime);
  color: var(--ff-on-accent, #162011);
}
.iv-primary:hover {
  background: var(--ff-accent-hover, #d3ff90);
}
.iv-secondary {
  border-color: #ffffff2c;
  background: #ffffff03;
  color: var(--text);
}
.iv-secondary:hover {
  border-color: var(--ff-hover-border, #b9c6ad);
  background: #ffffff08;
}
.iv-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.iv-quiet {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
  min-height: 44px;
}
.iv-quiet:hover {
  color: var(--text);
}
.iv-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--lime);
  font-size: 10px;
  font-weight: 600;
  margin: 0 0 18px;
}
.iv-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 70px;
  padding-top: 66px;
  padding-bottom: 58px;
}
.iv-hero h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.065em;
  font-weight: 550;
  margin: 0 0 25px;
}
.iv-hero h1 span {
  color: var(--lime);
}
.iv-hero p:not(.iv-eyebrow) {
  color: var(--muted);
  max-width: 440px;
  line-height: 1.8;
  font-size: 14px;
}
.iv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.iv-hero .iv-button {
  min-height: 46px;
}
.iv-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  color: var(--ff-secondary, #9da890);
  font-size: 11px;
}
.iv-hero-meta span::before {
  content: '✓';
  color: var(--lime);
  margin-right: 6px;
}
.iv-hero-art {
  position: relative;
  padding: 25px 32px;
  border: 1px solid var(--iv-border);
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 50% 70%, var(--ff-accent-09, #c6f77709), transparent 75%),
    var(--ff-inset, #151a16);
  box-shadow: 0 30px 80px #00000030;
}
.iv-card-top,
.iv-section-heading,
.iv-panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.iv-card-top p {
  margin: 0 !important;
  font-size: 10px !important;
}
.iv-card-top b {
  font-size: 14px;
  font-weight: 550;
}
.iv-dot-grid {
  width: 24px;
  height: 24px;
  background: radial-gradient(circle, var(--ff-soft-text, #82956c) 1px, transparent 1px);
  background-size: 6px 6px;
}
.iv-hero-basket {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 24px 0 15px;
}
.iv-hero-price {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
}
.iv-hero-price small {
  color: var(--muted);
  font-size: 10px;
  display: block;
}
.iv-hero-price b {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 4px;
}
.iv-hero-price a {
  font-size: 11px;
  color: var(--lime);
  padding-bottom: 6px;
}
.iv-donut {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 250px;
  margin: auto;
}
.iv-donut svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.iv-donut path {
  stroke: var(--ff-panel, #171b18);
  stroke-width: 2.5;
  transition:
    opacity 0.14s,
    filter 0.14s;
  cursor: pointer;
}
.iv-donut path:hover,
.iv-donut path:focus {
  filter: brightness(1.15);
  outline: none;
  stroke: var(--text);
}
.iv-donut[data-selected] path:not(.iv-selected) {
  opacity: 0.35;
}
.iv-donut-center {
  position: absolute;
  inset: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.iv-donut-center b {
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.04em;
}
.iv-donut-center span {
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}
.iv-legend {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.iv-legend button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  padding: 11px 8px;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}
.iv-legend button:hover,
.iv-legend button[aria-pressed='true'] {
  background: #ffffff08;
}
.iv-legend button > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.iv-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 2px;
  background: var(--asset-color, var(--lime));
  flex-shrink: 0;
}
.iv-legend em {
  color: var(--muted);
  font-style: normal;
  font-size: 11px;
}
.iv-directory {
  padding-bottom: 50px;
  border-top: 1px solid var(--line);
}
.iv-section-heading {
  padding-top: 32px;
  margin-bottom: 24px;
}
.iv-section-heading h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.035em;
}
.iv-section-heading p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.iv-subnav {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.iv-subnav a {
  padding: 15px 0;
  color: var(--muted);
  font-size: 12px;
  border-bottom: 2px solid transparent;
}
.iv-subnav a[aria-current='page'] {
  color: var(--lime);
  border-color: var(--lime);
}
.iv-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.iv-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.iv-filters button {
  background: transparent;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 8px 13px;
  font-size: 11px;
  min-height: 36px;
  cursor: pointer;
}
.iv-filters button[aria-pressed='true'] {
  border-color: #ffffff23;
  background: #ffffff08;
  color: var(--text);
}
.iv-tools {
  display: flex;
  gap: 8px;
}
.iv-input,
.iv-select,
.iv-textarea {
  border: 1px solid var(--iv-control);
  border-radius: 7px;
  background: var(--ff-deep, #111512);
  color: var(--text);
  padding: 11px 12px;
  font-size: 13px;
  width: 100%;
  min-width: 0;
}
.iv-tools .iv-input {
  width: 230px;
  border-color: #ffffff24;
  font-size: 11px;
}
.iv-tools .iv-select {
  width: 144px;
  border-color: #ffffff24;
  font-size: 11px;
}
.iv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.iv-index-card {
  border: 1px solid var(--iv-border);
  border-radius: 12px;
  background: var(--ff-panel, #171b18);
  min-width: 0;
  padding: 23px;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.iv-index-card:hover {
  border-color: var(--ff-dashed, #91af6760);
  background: var(--ff-highlight, #1b201b);
}
.iv-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.iv-index-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ff-accent-28, #c6f77728);
  border-radius: 10px;
  color: var(--lime);
  background: var(--ff-accent-09, #c6f77709);
  font-weight: 500;
  letter-spacing: -0.08em;
  font-size: 18px;
  overflow: hidden;
}
.iv-index-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iv-identity h3 {
  font-size: 15px;
  margin: 0 0 3px;
  font-weight: 550;
}
.iv-identity small {
  color: var(--muted);
  font-size: 10px;
}
.iv-index-card .iv-card-top > span {
  color: var(--muted);
  font-size: 17px;
}
.iv-card-copy {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  min-height: 38px;
  margin: 19px 0;
}
.iv-composition-bar {
  display: flex;
  gap: 3px;
  height: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.iv-composition-bar span {
  width: var(--weight);
  background: var(--asset-color);
}
.iv-card-assets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 10px;
  color: var(--ff-secondary-light, #b2bdb0);
  margin-top: 11px;
}
.iv-card-assets span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.iv-card-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  margin-top: 19px;
  padding-top: 17px;
}
.iv-card-bottom div:last-child {
  text-align: right;
}
.iv-card-bottom small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.iv-card-bottom b {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.iv-positive {
  color: #bfe895 !important;
}
.iv-negative {
  color: #efa196 !important;
}
.iv-small {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.iv-count {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.iv-how {
  padding: 42px 0 55px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
}
.iv-how h2 {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.iv-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.iv-how-steps b {
  color: var(--lime);
  font-weight: 500;
  font-size: 12px;
}
.iv-how-steps h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 9px;
}
.iv-how-steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.iv-fee-lab {
  padding: 28px;
  background: var(--ff-soft-panel, #171c18);
  border: 1px solid var(--iv-border);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.iv-fee-lab h2 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 12px;
  letter-spacing: -0.035em;
}
.iv-field {
  display: block;
  font-size: 12px;
  color: var(--ff-label, #ccd2c8);
  margin-bottom: 18px;
}
.iv-field > span {
  display: block;
  margin-bottom: 8px;
}
.iv-field .iv-small {
  display: block;
  margin-top: 7px;
}
.iv-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.iv-fee-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.iv-fee-result small {
  color: var(--muted);
  display: block;
  font-size: 10px;
}
.iv-fee-result b {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: 6px;
  color: var(--lime);
}
.iv-footer {
  max-width: 1370px;
  margin: auto;
  border-top: 1px solid var(--line);
  padding: 24px 25px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 11px;
}
.iv-footer b {
  color: var(--ff-label-soft, #c1cbb8);
  font-weight: 500;
}
.iv-detail {
  padding-top: 24px;
  padding-bottom: 60px;
}
.iv-back {
  font-size: 11px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 14px;
}
.iv-title-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.iv-title-row .iv-index-mark {
  width: 56px;
  height: 56px;
  font-size: 23px;
}
.iv-title-row h1 {
  font-size: clamp(26px, 3vw, 37px);
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}
.iv-title-row .iv-identity small {
  font-size: 11px;
}
.iv-title-actions {
  display: flex;
  gap: 9px;
}
.iv-thesis {
  color: var(--muted);
  max-width: 760px;
  font-size: 13px;
  margin: 17px 0 27px;
  line-height: 1.8;
}
.iv-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  padding: 22px 0;
  margin-bottom: 28px;
}
.iv-metric {
  border-right: 1px solid var(--line);
  padding: 0 25px;
  min-width: 0;
}
.iv-metric:first-child {
  padding-left: 0;
}
.iv-metric:last-child {
  border: 0;
}
.iv-metric small {
  color: var(--muted);
  font-size: 10px;
  display: block;
}
.iv-metric b {
  font-size: clamp(21px, 2.3vw, 29px);
  letter-spacing: -0.035em;
  display: block;
  font-weight: 500;
  margin: 7px 0 4px;
  overflow-wrap: anywhere;
}
.iv-metric em {
  font-size: 10px;
  font-style: normal;
  color: var(--muted);
}
.iv-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-template-areas: 'analytics trade' 'backing trade' 'creator trade' 'activity activity';
  gap: 20px;
  align-items: start;
}
.iv-analytics {
  grid-area: analytics;
  min-width: 0;
}
.iv-panel {
  border: 1px solid var(--iv-border);
  background: var(--ff-inset, #151a16);
  border-radius: 12px;
  padding: 24px;
  min-width: 0;
}
.iv-panel-heading h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.iv-panel-heading small {
  color: var(--muted);
  font-size: 10px;
}
.iv-chart-title {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.iv-chart-title b {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.iv-chart-title span {
  font-size: 12px;
}
.iv-periods {
  display: flex;
  gap: 4px;
}
.iv-periods button {
  border: 0;
  background: transparent;
  border-radius: 5px;
  color: var(--muted);
  padding: 7px 9px;
  font-size: 10px;
  min-height: 32px;
  cursor: pointer;
}
.iv-periods button[aria-pressed='true'] {
  color: var(--lime);
  background: var(--ff-accent-10, #c6f77710);
}
.iv-chart {
  position: relative;
  margin-top: 14px;
}
.iv-chart svg {
  display: block;
  width: 100%;
  height: 205px;
  overflow: visible;
  touch-action: pan-y;
}
.iv-chart svg text {
  font-family: inherit;
  font-size: 10px;
  fill: var(--ff-hint, #899584);
}
.iv-chart-readout {
  font-size: 10px;
  color: var(--muted);
  min-height: 17px;
}
.iv-chart-range {
  width: 100%;
  accent-color: var(--lime);
  height: 13px;
  cursor: pointer;
}
.iv-chart-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}
.iv-chart-bottom button {
  padding: 0;
  min-height: 28px;
  font-size: 10px;
}
.iv-composition {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(200px, 1fr);
  gap: 26px;
  align-items: center;
  padding-top: 22px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}
.iv-composition h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 7px;
}
.iv-composition .iv-donut {
  max-width: 220px;
}
.iv-asset-inspect {
  color: var(--muted);
  font-size: 11px;
  min-height: 39px;
  line-height: 1.6;
  margin-top: 10px;
}
.iv-trade {
  grid-area: trade;
  position: sticky;
  top: 95px;
}
.iv-trade .iv-panel {
  padding: 20px;
}
.iv-trade-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  background: var(--ff-well, #0d120f);
  border: 1px solid var(--line);
  border-radius: 8px;
  gap: 4px;
  margin-bottom: 24px;
}
.iv-trade-tabs button {
  min-height: 39px;
  font-size: 12px;
  color: var(--muted);
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
}
.iv-trade-tabs button[aria-pressed='true'] {
  color: var(--text);
  background: var(--ff-raised-strong, #242d23);
}
.iv-amount {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--iv-control);
  border-radius: 8px;
  padding: 15px 12px;
  margin-top: 9px;
}
.iv-field > .iv-amount {
  display: flex;
  margin-bottom: 0;
}
.iv-amount input {
  background: transparent;
  border: 0;
  width: 100%;
  min-width: 0;
  color: var(--text);
  font-size: 30px;
  outline-offset: 6px;
}
.iv-amount b {
  font-size: 12px;
  font-weight: 550;
}
.iv-amount button {
  font-size: 9px;
  border: 0;
  border-radius: 4px;
  color: var(--lime);
  background: var(--ff-accent-12, #c6f77712);
  padding: 5px;
  min-height: 26px;
  cursor: pointer;
}
.iv-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  margin: 12px 0;
}
.iv-line > span {
  color: var(--muted);
}
.iv-line > b {
  font-weight: 500;
  text-align: right;
  overflow-wrap: anywhere;
}
.iv-component-payment {
  padding: 13px 0;
  border-block: 1px solid var(--line);
  margin: 18px 0;
}
.iv-component-payment .iv-line b {
  font-size: 10px;
}
.iv-trade .iv-primary {
  width: 100%;
  margin-top: 12px;
}
.iv-position {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid var(--ff-accent-22, #c6f77722);
  border-radius: 10px;
  background: var(--ff-accent-05, #c6f77705);
}
.iv-position h3 {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 15px;
}
.iv-position strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.iv-position p {
  margin: 5px 0;
}
.iv-error {
  color: #efb2a0;
  font-size: 12px;
  line-height: 1.7;
}
.iv-backing {
  grid-area: backing;
}
.iv-table-wrap {
  overflow-x: auto;
  max-width: 100%;
}
.iv-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 11px;
}
.iv-table th {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  text-align: right;
  padding: 18px 12px;
}
.iv-table th:first-child,
.iv-table td:first-child {
  text-align: left;
  padding-left: 0;
}
.iv-table td {
  padding: 17px 12px;
  border-bottom: 1px solid var(--line);
  text-align: right;
}
.iv-table td small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 4px;
}
.iv-table td .iv-dot {
  margin-right: 8px;
}
.iv-table tbody tr:last-child td {
  border-bottom: 0;
}
.iv-table tr.iv-selected-row {
  background: var(--ff-accent-05, #c6f77705);
}
.iv-creator {
  grid-area: creator;
}
.iv-address {
  display: block;
  color: var(--ff-secondary-pale, #b7c2ac);
  font-family: ui-monospace, monospace;
  font-size: 11px;
  overflow-wrap: anywhere;
  margin: 12px 0;
}
.iv-creator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.iv-creator-grid > div + div {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.iv-creator h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 16px 0 8px;
}
.iv-creator ul {
  padding-left: 17px;
  color: var(--muted);
  font-size: 11px;
  line-height: 2;
}
.iv-activity {
  grid-area: activity;
}
.iv-scenario {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
}
.iv-scenario summary {
  cursor: pointer;
  color: var(--ff-label-accent, #c4d5ad);
  font-size: 12px;
}
.iv-scenario .iv-field {
  margin-top: 14px;
}
.iv-scenario .iv-button {
  width: 100%;
}
.iv-create {
  padding-top: 24px;
  padding-bottom: 60px;
}
.iv-create-heading {
  max-width: 620px;
  margin-bottom: 32px;
}
.iv-create-heading h1 {
  margin: 0;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.iv-create-heading p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 13px;
}
.iv-create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.iv-create-step {
  margin-bottom: 20px;
}
.iv-step-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 21px;
}
.iv-step-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ff-accent-3b, #c6f7773b);
  color: var(--lime);
  width: 27px;
  height: 27px;
  border-radius: 7px;
  font-size: 11px;
}
.iv-step-title h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.iv-asset-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
}
.iv-asset-picker button {
  border: 1px solid #ffffff24;
  background: #ffffff03;
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 11px;
  min-height: 40px;
  cursor: pointer;
}
.iv-asset-picker button[aria-pressed='true'] {
  border-color: var(--ff-accent-77, #c6f77777);
  background: var(--ff-accent-0b, #c6f7770b);
  color: var(--lime);
}
.iv-weight-row {
  display: grid;
  grid-template-columns: 100px 1fr 78px;
  gap: 18px;
  align-items: center;
  margin: 14px 0;
  font-size: 12px;
}
.iv-weight-row > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.iv-weight-row input[type='range'] {
  width: 100%;
  accent-color: var(--lime);
}
.iv-weight-row .iv-input {
  text-align: right;
}
.iv-weight-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 12px;
}
.iv-upload {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}
.iv-upload input {
  max-width: 100%;
  font-size: 11px;
}
.iv-create-preview {
  position: sticky;
  top: 100px;
}
.iv-create-preview .iv-donut {
  max-width: 255px;
}
.iv-create-preview h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.iv-create-preview .iv-panel-heading {
  align-items: start;
}
.iv-upload-note {
  color: var(--muted);
  font-size: 10px;
}
.iv-empty {
  padding: 60px 25px;
  text-align: center;
  color: var(--muted);
  grid-column: 1 / -1;
  border: 1px dashed #ffffff24;
  border-radius: 10px;
}
.iv-empty h2 {
  color: var(--text);
  font-weight: 500;
}
.iv-studio-card {
  margin-bottom: 18px;
}
.iv-studio-card .iv-title-row {
  margin-bottom: 18px;
}
.iv-studio-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 23px;
}
.iv-studio-metrics small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.iv-studio-metrics b {
  font-size: 25px;
  font-weight: 500;
  margin: 7px 0;
  display: block;
}
#iv-dialog {
  width: min(560px, calc(100% - 28px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 1px solid var(--ff-disabled, #5b6851);
  border-radius: 15px;
  color: var(--text);
  background: var(--ff-raised, #191f19);
  box-shadow: 0 35px 100px #0008;
}
#iv-dialog::backdrop {
  background: var(--ff-scrim, #050905b8);
  backdrop-filter: blur(4px);
}
#iv-dialog-body {
  padding: 30px;
}
.iv-dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 18px;
}
.iv-dialog-heading h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.iv-dialog-heading button {
  font-size: 23px;
  color: var(--muted);
  border: 0;
  background: none;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
}
.iv-dialog-actions {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 26px;
}
.iv-dialog-note {
  border: 1px solid var(--ff-accent-27, #c6f77727);
  background: var(--ff-accent-08, #c6f77708);
  padding: 13px;
  border-radius: 7px;
  margin: 18px 0;
  color: var(--ff-caption, #becbb2);
  font-size: 11px;
  line-height: 1.8;
}
.iv-toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  max-width: min(430px, calc(100% - 44px));
  border: 1px solid var(--ff-meter, #5b7843);
  border-radius: 10px;
  background: var(--ff-meter-track, #25301f);
  padding: 17px 22px;
  font-size: 13px;
  box-shadow: 0 10px 40px #0005;
}
.iv-loading {
  padding: 60px 25px;
  max-width: 1370px;
  margin: auto;
  color: var(--muted);
}
.iv-badge {
  display: inline-flex;
  border: 1px solid #ffffff24;
  border-radius: 5px;
  padding: 4px 8px;
  color: var(--muted);
  font-size: 9px;
}
.iv-csv {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
}
@media (min-width: 1600px) {
  .iv-hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1120px) {
  .iv-network {
    display: none;
  }
  .iv-header {
    padding-inline: 24px;
    gap: 12px;
  }
  .iv-hero {
    gap: 35px;
  }
  .iv-hero-art {
    padding: 24px;
  }
  .iv-hero-basket {
    grid-template-columns: 1fr 1fr;
  }
  .iv-detail-grid {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
  .iv-composition {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .iv-composition .iv-donut {
    max-width: 200px;
  }
  .iv-creator-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .iv-creator-grid > div + div {
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .iv-grid {
    gap: 12px;
  }
  .iv-index-card {
    padding: 18px;
  }
}
@media (max-width: 850px) {
  .iv-header {
    grid-template-columns: 1fr auto;
    padding: 13px 20px 0;
  }
  .iv-header .main-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    margin: 8px 0 0;
    padding: 0;
    justify-content: start;
  }
  .iv-header .main-nav a {
    padding: 12px;
    border-radius: 0;
  }
  .iv-header .main-nav a.active {
    background: none;
    border-bottom: 2px solid var(--lime);
  }
  .iv-header-actions {
    grid-column: 2;
    grid-row: 1;
  }
  .iv-header .brand {
    font-size: 17px;
  }
  .iv-hero {
    gap: 24px;
    padding-top: 45px;
  }
  .iv-hero h1 {
    font-size: 46px;
  }
  .iv-hero-art {
    padding: 20px;
  }
  .iv-hero-basket {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-top: 10px;
  }
  .iv-hero-art .iv-donut {
    max-width: 190px;
  }
  .iv-hero-art .iv-legend {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .iv-hero-art .iv-legend button {
    flex-direction: column;
    padding: 8px 4px;
    gap: 5px;
    font-size: 10px;
  }
  .iv-hero-art .iv-legend button > span {
    gap: 5px;
  }
  .iv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .iv-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .iv-tools .iv-input {
    width: 100%;
  }
  .iv-tools label:first-child {
    flex: 1;
  }
  .iv-how {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .iv-fee-lab {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .iv-detail-grid {
    grid-template-columns: 1fr;
    grid-template-areas: 'trade' 'analytics' 'backing' 'creator' 'activity';
  }
  .iv-trade {
    position: static;
  }
  .iv-composition {
    grid-template-columns: 1fr 1fr;
  }
  .iv-title-row {
    flex-wrap: wrap;
  }
  .iv-metric {
    padding-inline: 16px;
  }
  .iv-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }
  .iv-metric:nth-child(3) {
    padding-left: 0;
  }
  .iv-metric:nth-child(2) {
    border: 0;
  }
  .iv-create-grid {
    grid-template-columns: 1fr;
  }
  .iv-create-preview {
    position: static;
  }
  .iv-footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .iv-shell {
    padding-inline: 18px;
  }
  .iv-preview-strip {
    padding-inline: 18px;
    align-items: start;
  }
  .iv-preview-strip > span {
    display: block;
  }
  .iv-preview-strip > span > span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
  }
  .iv-header .main-nav {
    gap: 2px;
  }
  .iv-header .main-nav a {
    font-size: 12px;
    padding: 12px 10px;
  }
  .iv-header {
    padding-inline: 18px;
  }
  .iv-beta {
    margin-left: 3px;
    font-size: 7px;
  }
  .iv-header-actions .iv-button {
    font-size: 10px;
    padding-inline: 10px;
  }
  .iv-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 35px;
  }
  .iv-hero h1 {
    font-size: 48px;
  }
  .iv-hero-art {
    padding: 21px;
  }
  .iv-hero-basket {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .iv-hero-art .iv-legend {
    grid-template-columns: 1fr;
  }
  .iv-hero-art .iv-legend button {
    flex-direction: row;
    font-size: 11px;
    padding: 11px 7px;
  }
  .iv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .iv-index-card {
    padding: 23px;
  }
  .iv-section-heading {
    align-items: start;
    gap: 12px;
  }
  .iv-section-heading h2 {
    font-size: 22px;
  }
  .iv-section-heading .iv-button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .iv-subnav {
    gap: 20px;
  }
  .iv-subnav a {
    font-size: 11px;
  }
  .iv-how-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .iv-how-steps h3 {
    margin-top: 10px;
  }
  .iv-how-steps p {
    margin-bottom: 0;
  }
  .iv-panel {
    padding: 19px;
  }
  .iv-fee-lab {
    padding: 22px;
  }
  .iv-composition {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .iv-composition .iv-donut {
    max-width: 230px;
  }
  .iv-periods {
    gap: 1px;
  }
  .iv-periods button {
    padding-inline: 7px;
  }
  .iv-panel-heading {
    flex-wrap: wrap;
    gap: 10px;
  }
  .iv-title-actions {
    width: 100%;
  }
  .iv-title-actions .iv-button {
    flex: 1;
  }
  .iv-title-row h1 {
    font-size: 30px;
  }
  .iv-chart svg {
    height: 180px;
  }
  .iv-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .iv-create-heading h1 {
    font-size: 34px;
  }
  .iv-weight-row {
    grid-template-columns: 80px 1fr 65px;
    gap: 10px;
  }
  .iv-studio-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .iv-dialog-actions {
    flex-direction: column-reverse;
  }
  #iv-dialog-body {
    padding: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .indexes-page,
  .indexes-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* Managed portfolio additions; kept isolated to the local Indexes entry. */
.indexes-page .iv-detail > .iv-panel {
  margin-top: 22px;
}
.indexes-page .iv-manager form {
  margin-top: 22px;
}
.indexes-page .iv-manager-leg {
  padding: 16px 0;
  border-bottom: 1px solid #ffffff14;
}
.indexes-page .iv-manager-leg > b {
  display: block;
  margin-bottom: 18px;
}
.indexes-page .iv-manager .iv-field {
  margin-top: 16px;
}
.indexes-page .iv-panel > h2 {
  margin-bottom: 18px;
}
.indexes-page .iv-panel details {
  margin-top: 20px;
}
.indexes-page .iv-panel summary {
  cursor: pointer;
  padding: 12px 0;
}
.indexes-page .iv-panel hr {
  border: 0;
  border-top: 1px solid #ffffff18;
  margin: 26px 0;
}
.indexes-page .iv-panel > .iv-button + .iv-button {
  margin-left: 8px;
}
.indexes-page .iv-scenarios .iv-field-row {
  align-items: end;
  margin: 18px 0;
}
.indexes-page .iv-table td small.iv-address {
  display: block;
  white-space: normal;
  width: 160px;
  font-size: 10px;
  max-width: 175px;
  margin-top: 7px;
}
.indexes-page .iv-thesis {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.indexes-page .iv-legend {
  max-height: 420px;
  overflow: auto;
}
.indexes-page #create-preview .iv-legend {
  max-height: 260px;
}
.indexes-page .iv-manager .iv-input,
.indexes-page .iv-manager .iv-select {
  width: 100%;
}
.indexes-page .iv-chain-lab .iv-field {
  margin: 16px 0;
}
.indexes-page .iv-chain-lab #lab-status {
  overflow-wrap: anywhere;
}
.indexes-page .iv-lab-seed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}
.indexes-page .iv-chain-lab .iv-detail-grid {
  align-items: start;
}
.indexes-page .iv-chain-lab .iv-address {
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .indexes-page .iv-panel > .iv-button + .iv-button {
    margin: 10px 0 0;
  }
  .indexes-page .iv-subnav {
    flex-wrap: wrap;
  }
  .indexes-page .iv-subnav a {
    padding: 10px 9px;
    font-size: 12px;
  }
  .indexes-page .iv-chain-lab h1 {
    font-size: 32px;
  }
  .indexes-page .iv-chain-lab .iv-field-row {
    grid-template-columns: 1fr;
  }
}
