.asset-growth-band {
  --asset-growth-accent: #FF0A54;
  --asset-growth-secondary: #FF2E63;
  --asset-growth-deep: #16040b;
  --asset-growth-cyan: #8DF4E8;
  --asset-growth-gold: #FFD68A;
  --asset-growth-soft: color-mix(in srgb, var(--asset-growth-accent) 18%, transparent);
  --asset-growth-glow: color-mix(in srgb, var(--asset-growth-accent) 34%, transparent);
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 148px) clamp(20px, 6vw, 108px);
  border-top: 1px solid rgba(216, 221, 230, 0.72);
  background:
    radial-gradient(circle at 14% 22%, color-mix(in srgb, var(--asset-growth-accent) 22%, transparent), transparent 30%),
    radial-gradient(circle at 84% 12%, var(--asset-growth-soft), transparent 34%),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 42%, #f8f4ff 100%);
}

.asset-growth-band[data-asset-growth-color="red"] { --asset-growth-accent: #FF0A54; --asset-growth-secondary: #FF2E63; --asset-growth-deep: #16040b; }
.asset-growth-band[data-asset-growth-color="lavender"] { --asset-growth-accent: #C9A7F4; --asset-growth-secondary: #E1C8FF; --asset-growth-deep: #120B1D; }
.asset-growth-band[data-asset-growth-color="green"] { --asset-growth-accent: #00cc66; --asset-growth-secondary: #00ff99; --asset-growth-deep: #001a0f; }
.asset-growth-band[data-asset-growth-color="cloud"] { --asset-growth-accent: #F0EEE9; --asset-growth-secondary: #D7D0C6; --asset-growth-deep: #0B0C0F; }
.asset-growth-band[data-asset-growth-color="glacier"] { --asset-growth-accent: #63CFC9; --asset-growth-secondary: #8EE8E2; --asset-growth-deep: #041211; }
.asset-growth-band[data-asset-growth-color="blue"] { --asset-growth-accent: #0066ff; --asset-growth-secondary: #00aaff; --asset-growth-deep: #0a0a1f; }
.asset-growth-band[data-asset-growth-color="purple"] { --asset-growth-accent: #8b00ff; --asset-growth-secondary: #c300ff; --asset-growth-deep: #11001a; }
.asset-growth-band[data-asset-growth-color="orange"] { --asset-growth-accent: #ff6600; --asset-growth-secondary: #ff9900; --asset-growth-deep: #1a0f00; }
.asset-growth-band[data-asset-growth-color="dark"] { --asset-growth-accent: #555555; --asset-growth-secondary: #777777; --asset-growth-deep: #000000; }
.asset-growth-band[data-asset-growth-color="magenta"] { --asset-growth-accent: #FF3DAF; --asset-growth-secondary: #FF6FD4; --asset-growth-deep: #1a0612; }
.asset-growth-band[data-asset-growth-color="amg"] { --asset-growth-accent: #FF1E1E; --asset-growth-secondary: #FF5A5A; --asset-growth-deep: #1a0505; }
.asset-growth-band[data-asset-growth-color="sunset"] { --asset-growth-accent: #FF6B57; --asset-growth-secondary: #FF8A66; --asset-growth-deep: #190b09; }
.asset-growth-band[data-asset-growth-color="champ"] { --asset-growth-accent: #E8C27A; --asset-growth-secondary: #FFDCA3; --asset-growth-deep: #14100a; }
.asset-growth-band[data-asset-growth-color="emerald"] { --asset-growth-accent: #A6FF4D; --asset-growth-secondary: #C4FF70; --asset-growth-deep: #0e1408; }
.asset-growth-band[data-asset-growth-color="teal"] { --asset-growth-accent: #14B8A6; --asset-growth-secondary: #2DD4BF; --asset-growth-deep: #031716; }
.asset-growth-band[data-asset-growth-color="indigo"] { --asset-growth-accent: #4F46E5; --asset-growth-secondary: #818CF8; --asset-growth-deep: #080A1F; }
.asset-growth-band[data-asset-growth-color="silver"] { --asset-growth-accent: #CBD5E1; --asset-growth-secondary: #94A3B8; --asset-growth-deep: #080A0D; }
.asset-growth-band[data-asset-growth-color="rose"] { --asset-growth-accent: #F4A6A6; --asset-growth-secondary: #C08457; --asset-growth-deep: #160C0E; }
.asset-growth-band[data-asset-growth-color="cyan"] { --asset-growth-accent: #22D3EE; --asset-growth-secondary: #0891B2; --asset-growth-deep: #031018; }
.asset-growth-band[data-asset-growth-color="violet"] { --asset-growth-accent: #A855F7; --asset-growth-secondary: #D946EF; --asset-growth-deep: #10051C; }
.asset-growth-band[data-asset-growth-color="copper"] { --asset-growth-accent: #B87333; --asset-growth-secondary: #FFB36A; --asset-growth-deep: #140B05; }
.asset-growth-band[data-asset-growth-color="sapphire"] { --asset-growth-accent: #2563EB; --asset-growth-secondary: #38BDF8; --asset-growth-deep: #050B1A; }
.asset-growth-band[data-asset-growth-color="jade"] { --asset-growth-accent: #5E7F77; --asset-growth-secondary: #9AB8AA; --asset-growth-deep: #071211; }
.asset-growth-band[data-asset-growth-color="damson"] { --asset-growth-accent: #7A2346; --asset-growth-secondary: #B85E7B; --asset-growth-deep: #12070D; }
.asset-growth-band[data-asset-growth-color="graphite"] { --asset-growth-accent: #D7DEE8; --asset-growth-secondary: #8E99A8; --asset-growth-deep: #050607; }
.asset-growth-band[data-asset-growth-color="abyss"] { --asset-growth-accent: #0B7285; --asset-growth-secondary: #35C2B7; --asset-growth-deep: #020B10; }


.asset-growth-band::before {
  content: "";
  position: absolute;
  inset: 12% -12% auto;
  height: 350px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), transparent);
  filter: blur(32px);
  transform: rotate(7deg);
  pointer-events: none;
}

.asset-growth-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
}

.asset-growth-copy {
  max-width: 620px;
}

.asset-growth-copy .eyebrow {
  margin: 0 0 14px;
  color: var(--brand-pro-gray);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.asset-growth-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.35vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

.asset-growth-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 20px 0 26px;
  color: #667084;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.85;
}

.asset-growth-value-cards {
  display: grid;
  gap: 12px;
}

.asset-growth-value-cards article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(216, 221, 230, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(17, 21, 28, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.asset-growth-value-cards article span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--asset-growth-accent), var(--asset-growth-secondary));
  box-shadow: 0 14px 28px var(--asset-growth-glow);
}

.asset-growth-value-cards article strong {
  color: #11151c;
  font-size: 17px;
  line-height: 1.3;
}

.asset-growth-value-cards article p {
  margin: 0;
  color: #667084;
  font-size: 14px;
  line-height: 1.65;
}


.asset-growth-stage {
  position: relative;
  min-height: clamp(620px, 52vw, 820px);
  border: 1px solid rgba(216, 221, 230, 0.92);
  border-radius: clamp(34px, 4vw, 58px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 251, 0.76)),
    radial-gradient(circle at 50% 42%, var(--asset-growth-soft), transparent 40%);
  box-shadow: 0 34px 110px rgba(38, 45, 64, 0.16);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  overflow: hidden;
}

.asset-growth-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.asset-growth-orbit.orbit-one {
  width: 520px;
  height: 520px;
  border: 1px solid color-mix(in srgb, var(--asset-growth-accent) 34%, transparent);
  box-shadow: 0 0 90px var(--asset-growth-glow);
  transform: rotate(-18deg);
}

.asset-growth-orbit.orbit-two {
  width: 720px;
  height: 390px;
  border: 1px solid color-mix(in srgb, var(--asset-growth-secondary) 30%, transparent);
  transform: rotate(18deg);
}



.asset-growth-prism {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 150px;
  height: 150px;
  opacity: 0.62;
  pointer-events: none;
}

.asset-growth-prism span {
  position: absolute;
  inset: 0;
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(135deg, var(--asset-growth-accent), var(--asset-growth-secondary));
  filter: blur(10px);
  opacity: 0.24;
  transform: rotate(calc(var(--i, 1) * 32deg));
}

.asset-growth-prism span:nth-child(2) {
  --i: 2;
  inset: 24px;
}

.asset-growth-prism span:nth-child(3) {
  --i: 3;
  inset: 48px;
}
.asset-growth-panel {
  position: absolute;
  inset: clamp(28px, 3vw, 46px);
  display: grid;
  grid-template-rows: auto auto minmax(280px, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--asset-growth-accent) 22%, transparent), transparent 34%),
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--asset-growth-secondary) 16%, transparent), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--asset-growth-deep) 62%, #ffffff), #2a1b31 58%, #18101f);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -28px 80px rgba(255, 255, 255, 0.035),
    0 28px 80px rgba(72, 42, 86, 0.2);
  overflow: hidden;
}

.asset-growth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--asset-growth-accent) 24%, transparent), transparent 28%);
  opacity: 0.9;
  pointer-events: none;
}

.asset-growth-panel > * {
  position: relative;
  z-index: 1;
}

.asset-growth-panel-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy actions"
    "lead lead";
  gap: 10px 18px;
  align-items: start;
}

.asset-growth-panel-copy {
  grid-area: copy;
  min-width: 0;
}

.asset-growth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 850;
}

.asset-growth-kicker i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--asset-growth-accent) 34%, transparent), color-mix(in srgb, var(--asset-growth-secondary) 20%, transparent));
  box-shadow: inset 0 8px 12px rgba(255, 255, 255, 0.035), 0 0 14px color-mix(in srgb, var(--asset-growth-accent) 22%, transparent);
}

.asset-growth-kicker i::before {
  content: "\f1c0";
  position: absolute;
  color: color-mix(in srgb, var(--asset-growth-gold) 88%, #ffffff);
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 10px color-mix(in srgb, var(--asset-growth-gold) 30%, transparent);
}

.asset-growth-panel-top strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(23px, calc(2.45vw + 1px), 35px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

html[data-website-locale="ru-RU"] .asset-growth-panel-top strong[data-asset-growth-headline] {
  font-size: clamp(21px, calc(2.45vw - 1px), 33px);
}

.asset-growth-panel-top p {
  grid-area: lead;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.asset-growth-panel-actions {
  grid-area: actions;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.asset-growth-mode-switch {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(38, 23, 46, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.asset-growth-mode-switch button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
}

.asset-growth-mode-switch button[aria-pressed="true"] {
  color: #ffffff;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.32), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--asset-growth-accent) 72%, #ffffff), color-mix(in srgb, var(--asset-growth-secondary) 52%, #ffffff));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--asset-growth-accent) 28%, transparent);
}

.asset-growth-date-range {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.asset-growth-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.asset-growth-metrics article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 12px 26px rgba(18, 10, 24, 0.1);
}

.asset-growth-metrics article {
  min-height: 70px;
  padding: 14px 22px;
}

.asset-growth-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 850;
}

.asset-growth-metrics span[data-asset-growth-total-label] {
  font-weight: 400;
}

.asset-growth-metrics span[data-asset-growth-day-count-label],
.asset-growth-metrics span[data-asset-growth-peak-label] {
  font-weight: 400;
}

.asset-growth-metrics strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(22px, calc(2.7vw - 2px), 32px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.asset-growth-chart-card {
  grid-row: 3;
  position: relative;
  min-height: 0;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--asset-growth-secondary) 18%, transparent), transparent 32%),
    radial-gradient(circle at 20% 86%, rgba(141, 244, 232, 0.1), transparent 36%),
    linear-gradient(180deg,
      color-mix(in srgb, var(--asset-growth-deep) 68%, #65708f) 0%,
      color-mix(in srgb, var(--asset-growth-deep) 82%, #27304d) 58%,
      color-mix(in srgb, var(--asset-growth-deep) 90%, #121827) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -26px 60px rgba(255, 255, 255, 0.035);
  overflow: hidden;
}


.asset-growth-chart-wrap {
  position: absolute;
  inset: 4px 0 0;
  cursor: crosshair;
}

.asset-growth-chart {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.asset-growth-grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.115);
  stroke-width: 1;
}

.asset-growth-area {
  fill: url(#asset-growth-area-gradient);
}

.asset-growth-line-shadow,
.asset-growth-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asset-growth-line-shadow {
  stroke: color-mix(in srgb, var(--asset-growth-accent) 74%, #ffffff);
  stroke-width: 13;
  opacity: 0.2;
  filter: blur(8px);
}

.asset-growth-line {
  stroke: url(#asset-growth-line-gradient);
  stroke-width: 7;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--asset-growth-accent) 42%, transparent));
}

.asset-growth-start-dot {
  fill: var(--asset-growth-cyan);
  filter: drop-shadow(0 0 12px rgba(141, 244, 232, 0.9));
}

.asset-growth-end-dot {
  fill: #ffffff;
  stroke: var(--asset-growth-accent);
  stroke-width: 5;
  filter: drop-shadow(0 0 16px var(--asset-growth-accent));
}

.asset-growth-axis-label {
  position: absolute;
  left: 8px;
  z-index: 2;
  color: color-mix(in srgb, var(--asset-growth-gold) 86%, #ffffff);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.03em;
  text-shadow: 0 0 14px color-mix(in srgb, var(--asset-growth-gold) 36%, transparent);
  pointer-events: none;
}

.asset-growth-axis-label.top { top: 24px; }
.asset-growth-axis-label.bottom {
  bottom: 28px;
  color: var(--asset-growth-cyan);
}

.asset-growth-cursor {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.asset-growth-cursor.is-visible {
  opacity: 1;
}

.asset-growth-cursor-line {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: var(--cursor-x, 50%);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.asset-growth-cursor-dot {
  position: absolute;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 50%);
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--asset-growth-accent);
  box-shadow: 0 0 28px var(--asset-growth-accent);
  transform: translate(-50%, -50%);
}

.asset-growth-tooltip {
  position: absolute;
  left: min(max(var(--cursor-x, 50%), 16%), calc(100% - 190px));
  top: max(calc(var(--cursor-y, 50%) - 112px), 12px);
  display: grid;
  gap: 4px;
  min-width: 168px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(32, 20, 38, 0.78);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 750;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateX(-8%);
}

.asset-growth-tooltip b,
.asset-growth-tooltip strong {
  color: #ffffff;
}
@media (prefers-reduced-motion: no-preference) {
  .asset-growth-orbit.orbit-one {
    animation: assetGrowthStageSpin 18s linear infinite;
  }

  .asset-growth-orbit.orbit-two {
    animation: assetGrowthStageSpin 24s linear infinite reverse;
  }
  .asset-growth-line {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: asset-growth-draw 1500ms ease forwards;
  }

  .asset-growth-area {
    animation: asset-growth-fade-up 900ms ease forwards;
  }
}


@keyframes assetGrowthStageSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes asset-growth-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes asset-growth-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .asset-growth-shell {
    grid-template-columns: 1fr;
  }

  .asset-growth-stage {
    min-height: 760px;
  }
}

@media (max-width: 760px) {
  .asset-growth-band {
    padding: 82px 18px;
  }

  .asset-growth-stage {
    min-height: 760px;
    border-radius: 30px;
  }

  
.asset-growth-panel {
  position: absolute;
  inset: clamp(28px, 3vw, 46px);
  display: grid;
  grid-template-rows: auto auto minmax(380px, 1fr);
  gap: 12px;
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--asset-growth-accent) 22%, transparent), transparent 34%),
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--asset-growth-secondary) 16%, transparent), transparent 30%),
    linear-gradient(145deg, color-mix(in srgb, var(--asset-growth-deep) 62%, #ffffff), #2a1b31 58%, #18101f);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -28px 80px rgba(255, 255, 255, 0.035),
    0 28px 80px rgba(72, 42, 86, 0.2);
  overflow: hidden;
}

  .asset-growth-panel-top {
  position: relative;
  display: block;
  min-height: auto;
  padding-right: 0;
}

  .asset-growth-panel-top strong {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

  html[data-website-locale="ru-RU"] .asset-growth-panel-top strong[data-asset-growth-headline] {
  font-size: clamp(20px, calc(2.2vw - 2px), 29px);
}

  .asset-growth-panel-actions {
    position: static;
    justify-items: start;
    margin-top: 14px;
  }


  .asset-growth-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

  .asset-growth-metrics article {
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  padding: 12px 16px;
  overflow: hidden;
}

  .asset-growth-tooltip {
    display: none;
  }
}
