/* Future Balance previews use the app's green palette within the studio theme. */
.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 9px;
  border: 1px solid #c7b99b;
  background: #f3e8cf;
  color: #725023;
  font-size: 12px;
  line-height: 1.5;
}
.coming-soon:before {
  content: "";
  width: 5px;
  height: 5px;
  background: currentColor;
}
.balance-stage {
  background-color: #dce5d5;
  background-image:
    linear-gradient(#647b5e12 1px, transparent 1px),
    linear-gradient(90deg, #647b5e12 1px, transparent 1px);
}
.balance-stage .stage-caption,
.balance-stage .stage-corner,
.balance-stage .stage-foot {
  color: #4f6247;
}
.product-stage.balance-stage {
  padding-block: 64px;
}
.balance-preview {
  width: min(310px, calc(100% - 56px));
  padding: 20px;
  background: #f8faf4;
  border: 1px solid #93aa89;
  box-shadow: 9px 9px 0 #b6c7ab;
  transform: rotate(-4deg);
}
.balance-preview-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d7dfd2;
  font-size: 16px;
  font-weight: 600;
}
.balance-preview-brand img {
  width: 30px;
  height: 30px;
}
.balance-preview-label {
  color: #586451;
  font-size: 12px;
}
.balance-preview-title {
  display: block;
  margin: 4px 0 16px;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.balance-chart {
  display: block;
  width: 100%;
  height: auto;
}
.balance-axis,
.balance-preview-tabs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  color: #586451;
}
.balance-axis {
  margin-top: 8px;
}
.balance-preview-tabs {
  padding-top: 15px;
  margin-top: 17px;
  border-top: 1px solid #d7dfd2;
  flex-wrap: wrap;
}
.balance-preview-tabs span:first-child {
  color: #126b4f;
  font-weight: 600;
}
.tool-picture.balance-stage .balance-preview {
  width: 224px;
  padding: 16px;
}
.tool-picture .balance-preview-brand {
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-size: 14px;
}
.tool-picture .balance-preview-brand img {
  width: 25px;
  height: 25px;
}
.tool-picture .balance-preview-title,
.tool-picture .balance-preview-tabs,
.tool-picture .balance-preview-label {
  display: none;
}
.future-tool-card .coming-soon {
  min-height: 24px;
  padding: 2px 7px;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
}
.future-tool-card .tool-labels {
  flex-wrap: wrap;
}
.future-tool-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.future-tool-heading h2 {
  min-width: 0;
  margin-bottom: 0;
}
.future-page .product-identity {
  flex-wrap: wrap;
}
.future-page .product-identity strong {
  font-family: inherit;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.04em;
}
.future-availability {
  margin-top: 26px;
}
.future-availability p {
  margin-top: 10px;
  font-size: 13px;
  color: var(--quiet);
}
.balance-feature-art {
  background: #e7ecdf;
}
.balance-feature-art svg {
  width: 180px;
  height: 100px;
}
.future-release {
  padding-block: 52px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.future-release h2 {
  margin: 16px 0;
  font-size: 30px;
}
.future-release p {
  color: var(--quiet);
  font-size: 14px;
  line-height: 1.9;
}
.future-release .textlink {
  margin-top: 18px;
}
.future-release-note {
  align-self: center;
  padding: 26px;
  border: 1px solid var(--rule);
  background: var(--sheet);
}
.future-release-note h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
@media (max-width: 850px) {
  .product .balance-preview {
    width: min(310px, calc(100% - 48px));
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .balance-preview {
    width: min(310px, calc(100% - 48px));
    padding: 18px;
  }
  .balance-preview-title {
    font-size: 21px;
  }
  .balance-stage .stage-caption,
  .balance-stage .stage-foot {
    font-size: 9px;
  }
  .future-release {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 36px 40px;
  }
  .future-release h2 {
    font-size: 26px;
  }
}
