/* home.css — split from style.css; dead rules pruned. */

body.page-home {
  --accent-a: #31d8ff;
  --accent-b: #7c57ff;
  --accent-c: #ff6db3;
  background-color: #080b14;
  background:
    radial-gradient(circle at 85% 6%, rgba(124, 87, 255, 0.06), transparent 40%),
    linear-gradient(180deg, #080b14 0%, #0a0e1a 100%);
  background-attachment: fixed;
}
.page-home .site-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.site-nav__member-action {
  appearance: none;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  color: #e8eefc;
  padding: 0.46rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.site-nav__member-action:hover, .site-nav__member-action:focus-visible {
  color: #fff;
  border-color: rgba(74, 216, 172, 0.7);
  background: rgba(74, 216, 172, 0.12);
  outline: none;
}
.site-nav__member-action[hidden] {
  display: none;
}
.site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.95rem;
  min-width: 0;
}
.site-utilities {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  flex: 0 0 auto;
}
.site-utility {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(122, 162, 230, 0.32);
  border-radius: 999px;
  color: #ddecff;
  background: rgba(7, 14, 29, 0.7);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.site-utility[hidden] {
  display: none;
}
.site-utility:hover, .site-utility:focus-visible, .site-utility.is-signed-in {
  border-color: rgba(74, 216, 172, 0.62);
  color: #9af1d8;
  background: rgba(14, 38, 48, 0.88);
}
.site-utility svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.site-utility__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(5, 10, 22, 0.9);
  border-radius: 999px;
  padding: 0 0.22rem;
  background: #31d8ff;
  color: #05101d;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
}
.site-utility__badge[hidden] {
  display: none;
}
.creator-subscribe-cta[hidden] {
  display: none !important;
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.creator-inline__form {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.95rem;
  position: relative;
}
.creator-inline__form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(74, 216, 172, 0.4);
  background: rgba(255, 255, 255, 0.02);
  color: #eef4ff;
  padding: 0.85rem 3.3rem 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  resize: none;
  min-height: 96px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.creator-inline__form textarea::placeholder {
  color: #6f819f;
}
.creator-inline__form textarea:focus {
  outline: none;
  border-color: rgba(74, 216, 172, 0.6);
  box-shadow: 0 0 0 3px rgba(74, 216, 172, 0.12);
}
.creator-shortcut-menu {
  margin-top: -0.38rem;
  display: grid;
  gap: 0.26rem;
  width: min(520px, calc(100% - 1.2rem));
  border: 1px solid rgba(118, 176, 255, 0.42);
  border-radius: 10px;
  padding: 0.38rem;
  background: rgba(7, 12, 24, 0.98);
  box-shadow: 0 16px 34px rgba(3, 8, 22, 0.45);
}
.creator-shortcut-menu[hidden] {
  display: none;
}
.creator-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.62rem;
}
.creator-subscription-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
.creator-subscription-row p {
  margin: 0;
  color: #ffd89b;
  font-size: 0.92rem;
  font-weight: 700;
}
.creator-inline__form .btn {
  margin-top: 0;
  min-width: 14rem;
  justify-content: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(4, 10, 25, 0.3);
}
.creator-subscribe-cta {
  border: 1px solid rgba(255, 222, 132, 0.72);
  background: linear-gradient(90deg, #ffd36d, #ff8c5a);
  color: #06101e;
  padding: 0.65rem 1.4rem;
  font-weight: 900;
  font-size: 0.95rem;
  box-shadow: 0 10px 24px rgba(255, 151, 92, 0.28);
}
.creator-subscribe-cta--annual {
  border-color: rgba(114, 232, 219, 0.68);
  background: linear-gradient(90deg, #b8fff2, #67d2ff);
}
.creator-subscribe-cta:hover, .creator-subscribe-cta:focus {
  box-shadow:
    0 12px 30px rgba(255, 151, 92, 0.3),
    0 0 0 2px rgba(255, 255, 255, 0.08);
}
.creator-plans-cta {
  margin-top: 0;
  padding: 0.65rem 1rem;
}
.creator-trial-status {
  color: #9db7db;
  font-size: 0.82rem;
  font-weight: 700;
}
.creator-inline__status {
  margin-top: 0.9rem;
  color: #9ed8ff;
}
.creator-modal__head .creator-inline__status {
  margin-top: 0.3rem;
  font-size: 0.88rem;
}
.creator-inline__status:empty {
  display: none;
}
.creator-subscription-hint:empty {
  display: none;
}
.creator-subscription-hint {
  margin: 0;
  color: #9db7db;
  font-size: 0.8rem;
}
.creator-examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.32rem;
  margin-top: -0.1rem;
}
.creator-examples__label {
  color: #4ade80;
  font-size: 0.78rem;
  font-weight: 700;
  margin-right: 0.15rem;
}
.creator-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid color-mix(in srgb, var(--chip, #8ea2c4) 36%, rgba(255, 255, 255, 0.1));
  background: rgba(255, 255, 255, 0.03);
  color: #dbe4f3;
  border-radius: 999px;
  padding: 0.24rem 0.6rem 0.24rem 0.3rem;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.creator-chip:hover, .creator-chip:focus-visible {
  border-color: color-mix(in srgb, var(--chip, #4ade80) 72%, transparent);
  background: color-mix(in srgb, var(--chip, #4ade80) 12%, transparent);
  color: #fff;
  outline: none;
}
.creator-chip__icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 0.72rem;
  background: color-mix(in srgb, var(--chip, #8ea2c4) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--chip, #8ea2c4) 44%, transparent);
}
.creator-chip--green { --chip: #4ade80; }
.creator-chip--red { --chip: #f87171; }
.creator-chip--gold { --chip: #fbbf24; }
.creator-chip--purple { --chip: #a78bfa; }
.creator-chip--blue { --chip: #60a5fa; }
.creator-form-label {
  margin: 0 0 -0.1rem;
  color: #4ade80;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.creator-input-wrap {
  position: relative;
}
.creator-input-spark {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #cdd8ec;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 1rem;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.creator-input-spark:hover, .creator-input-spark:focus-visible {
  border-color: rgba(74, 216, 172, 0.6);
  background: rgba(74, 216, 172, 0.14);
  color: #fff;
  outline: none;
}
.btn__sparkles {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 1.05em;
  height: 1.1em;
}
.btn__sparkles i {
  position: absolute;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  animation: btn-twinkle 1.8s ease-in-out infinite;
}
.btn__sparkles i:nth-child(1) {
  left: -0.08em;
  top: 0.02em;
  font-size: 0.95em;
  animation-delay: 0s;
}
.btn__sparkles i:nth-child(2) {
  right: -0.16em;
  top: -0.12em;
  font-size: 0.62em;
  animation-delay: 0.45s;
}
.btn__sparkles i:nth-child(3) {
  right: -0.1em;
  bottom: -0.1em;
  font-size: 0.5em;
  animation-delay: 0.9s;
}
@keyframes btn-twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.72); }
}
.creator-formats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}
.creator-formats__lead {
  color: #8ea2c4;
  font-size: 0.82rem;
  font-weight: 600;
}
.creator-formats__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.creator-format {
  color: #cdd8ec;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.home-create-preview {
  position: relative;
  grid-column: 1 / -1;
  border-radius: 16px;
  margin-block: auto;
}
.home-create-preview::before,
.home-create-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: #161f33;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0;
}
.home-create-preview::before {
  transform: rotate(-2deg) translate(-5px, 5px);
}
.home-create-preview::after {
  transform: rotate(2deg) translate(5px, 5px);
}
.home-create-preview__tab {
  position: absolute;
  top: -0.7rem;
  left: 0.9rem;
  z-index: 3;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e8eefc;
  background: #1b2740;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.home-create-preview__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}
.home-create-preview__dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.36rem;
  padding: 0.7rem 0 0.2rem;
}
.home-create-preview__dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
.home-create-preview__dots .is-active {
  background: #7c57ff;
}
@media (max-width: 720px) {
.creator-actions {
    align-items: stretch;
  }
}
.creator-inline__output {
  margin-top: 0.6rem;
  max-height: 240px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid rgba(123, 152, 224, 0.38);
  background: rgba(7, 11, 23, 0.85);
  color: #d3e5ff;
  padding: 0.8rem;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.86rem;
}
.creator-account, .creator-library {
  display: grid;
  gap: 0.72rem;
  min-width: 0;
  border: 1px solid rgba(122, 162, 230, 0.34);
  border-radius: 8px;
  padding: 0.86rem;
  background: rgba(8, 13, 25, 0.54);
}
.creator-cloud-drawer {
  width: min(480px, 100vw);
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0 0 0 auto;
  border: 0;
  padding: 0;
  color: var(--text);
  background: transparent;
  overflow: hidden;
}
.creator-cloud-drawer::backdrop {
  background: rgba(2, 6, 14, 0.62);
  backdrop-filter: blur(2px);
}
.creator-cloud-drawer__surface {
  height: 100dvh;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 0.82rem;
  border-left: 1px solid rgba(122, 162, 230, 0.4);
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(6, 16, 29, 0.98), rgba(5, 12, 24, 0.98));
  box-shadow: -20px 0 52px rgba(0, 0, 0, 0.42);
}
.creator-cloud-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}
.creator-cloud-drawer__head h2 {
  margin: 0.08rem 0 0;
  font-size: 1.3rem;
  line-height: 1.25;
}
.creator-cloud-drawer__close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(122, 162, 230, 0.36);
  border-radius: 999px;
  color: #eef4ff;
  background: rgba(7, 13, 28, 0.86);
  font: inherit;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}
.creator-cloud-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.44rem;
  border-radius: 8px;
  padding: 0.34rem;
  background: rgba(9, 18, 35, 0.88);
}
.creator-cloud-tab {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #b9d5ee;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.creator-cloud-tab[aria-selected="true"] {
  border-color: rgba(74, 216, 172, 0.42);
  color: #eaf6ff;
  background: rgba(11, 43, 47, 0.84);
}
.creator-cloud-drawer__views {
  min-height: 0;
  overflow: auto;
  padding-right: 0.1rem;
}
.creator-cloud-view[hidden] {
  display: none;
}
.creator-cloud-drawer .creator-account, .creator-cloud-drawer .creator-library {
  border: 0;
  padding: 0;
  background: transparent;
}
.creator-cloud-drawer .creator-account {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.66rem;
}
.creator-cloud__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.creator-cloud__head h2, .creator-cloud__head h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.creator-cloud__quiet {
  min-height: 38px;
  padding: 0.45rem 0.72rem;
}
.creator-cloud__status {
  margin: 0;
  min-height: 0;
  color: #b9d5ee;
  font-size: 0.88rem;
  line-height: 1.45;
}
.creator-account__achievements {
  display: grid;
  gap: 0.68rem;
}
.creator-account__achievements[hidden] {
  display: none;
}
.creator-account__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
}
.creator-account__form[hidden] {
  display: none;
}
.creator-account__form input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(123, 152, 224, 0.42);
  border-radius: 8px;
  background: rgba(5, 10, 20, 0.72);
  color: #eef4ff;
  padding: 0.58rem 0.68rem;
  font: inherit;
}
.creator-account__field {
  display: grid;
  gap: 0.28rem;
  color: #b9d5ee;
  font-size: 0.82rem;
  font-weight: 800;
}
.creator-account__profile {
  border: 1px solid rgba(122, 162, 230, 0.22);
  border-radius: 8px;
  padding: 0.62rem;
  background: rgba(8, 17, 31, 0.46);
}
.creator-account__settings {
  display: grid;
  gap: 0.5rem;
}
.creator-account__settings > summary {
  cursor: pointer;
  color: #9ed8ff;
  font-size: 0.82rem;
  font-weight: 800;
  list-style: none;
  user-select: none;
}
.creator-account__settings > summary::-webkit-details-marker {
  display: none;
}
.creator-account__settings > summary::before {
  content: "⚙ ";
}
.creator-account__emailline {
  word-break: break-all;
}
.creator-account__form .btn {
  justify-self: start;
}
.creator-account__agegate {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #c7d6f5;
}
.creator-account__agegate[hidden] {
  display: none;
}
.creator-account__agegate input {
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0.15rem 0 0;
  padding: 0;
  flex: 0 0 auto;
}
.creator-account__link {
  justify-self: start;
  min-height: 0;
  padding: 0.25rem 0;
  background: none;
  border: none;
  color: #9ab8ff;
  font-size: 0.85rem;
  text-decoration: underline;
}
.creator-library__list {
  display: grid;
  gap: 0.68rem;
  min-width: 0;
}
.creator-modal {
  width: min(1280px, calc(100vw - 1rem));
  height: auto;
  max-height: calc(100dvh - 1rem);
  max-height: calc(100vh - 1rem);
  border: 1px solid rgba(123, 152, 224, 0.52);
  border-radius: 12px;
  padding: 0;
  background: transparent;
  color: #eef4ff;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.creator-modal::backdrop {
  background: rgba(2, 6, 15, 0.72);
  backdrop-filter: blur(8px);
}
.creator-modal__surface {
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 1.1rem;
  background:
    linear-gradient(156deg, rgba(13, 23, 45, 0.99), rgba(8, 14, 28, 0.99));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
  border-radius: 12px;
}
.creator-modal__head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex: 0 0 auto;
  z-index: 2;
  margin: -1.1rem -1.1rem 0;
  padding: 1rem 1.1rem 0.8rem;
  background: rgba(11, 20, 40, 0.99);
  border-bottom: 1px solid rgba(123, 152, 224, 0.22);
  border-radius: 12px 12px 0 0;
}
.creator-modal__head h3 {
  margin: 0.15rem 0 0;
  font-size: 1.2rem;
}
.creator-modal__tools {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.45rem;
}
.creator-modal__close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(139, 176, 238, 0.45);
  border-radius: 8px;
  background: rgba(7, 12, 24, 0.8);
  color: #eef4ff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.creator-modal__close:hover {
  background: rgba(62, 205, 255, 0.18);
}
.creator-result {
  flex: 0 0 auto;
  margin-top: 0.85rem;
  display: grid;
  gap: 0.75rem;
  min-height: 0;
  overflow: visible;
  padding-right: 0;
  padding-bottom: 1.6rem;
  scroll-padding-block: 1rem 1.4rem;
}
@media (max-width: 760px) {
.creator-modal {
    width: min(100vw - 1rem, 920px);
    height: auto;
    max-height: calc(100vh - 1rem);
    overflow-y: auto;
  }
.creator-modal__surface {
    max-height: none;
    padding: 0.85rem;
  }
.creator-modal__head {
    margin: -0.85rem -0.85rem 0;
    padding: 0.85rem 0.85rem 0.7rem;
  }
}
.page-home .site-main--home {
  display: grid;
  gap: 1.5rem;
}
.page-home .section-head {
  max-width: 760px;
}
.page-home .section-head--row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.page-home .home-section-link {
  flex: 0 0 auto;
  color: #cdd8ec;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.page-home .home-section-link:hover, .page-home .home-section-link:focus-visible {
  border-color: rgba(74, 216, 172, 0.6);
  background: rgba(74, 216, 172, 0.1);
  color: #fff;
  outline: none;
}
.page-home .section-kicker, .page-home .card-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ade80;
  font-weight: 700;
}
.page-home .content-section {
  margin-top: 0;
  padding: 2rem 2.1rem;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}
.page-home .content-section--home-trending,
.page-home .content-section--home-community,
.page-home .content-section--home-steps {
  background: linear-gradient(180deg, #0f1626 0%, #0c1120 100%);
}
.page-home .content-section--home-cta {
  background:
    radial-gradient(circle at 90% 8%, rgba(130, 150, 255, 0.07), transparent 38%),
    linear-gradient(180deg, #0f1626 0%, #0b1020 100%);
  border-color: rgba(255, 255, 255, 0.08);
}
.page-home .content-section--home-cta .section-kicker {
  color: #4ade80;
}
.page-home .content-section--home-cta .section-head--compact .section-intro {
  color: #e8eef9;
  max-width: 48rem;
}
.intro-fmt {
  white-space: nowrap;
  color: #d6e0f0;
  font-weight: 600;
}
.page-home .content-section--home-cta .section-head--compact h1 {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1.04;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.85rem);
}
.home-hero__accent {
  color: #4ade80;
}
.page-home .section-head h2 {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.page-home .content-section--home-steps {
  background: linear-gradient(180deg, #0f1626 0%, #0c1120 100%);
}
.page-home .home-steps-grid {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 980px) {
.page-home .home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-home .home-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.45rem;
  background: #111a2c;
  display: grid;
  gap: 0.35rem;
  align-content: start;
}
.page-home .home-step__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}
.page-home .home-step__num {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  color: #06101e;
}
.page-home .home-step--1 .home-step__num {
  background: #4ade80;
}
.page-home .home-step--2 .home-step__num {
  background: #a78bfa;
}
.page-home .home-step--3 .home-step__num {
  background: #60a5fa;
}
.page-home .home-step__icon {
  font-size: 1.35rem;
  line-height: 1;
}
.page-home .home-step h3 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: 0;
  font-size: 1.04rem;
}
.page-home .home-step--1 h3 { color: #4ade80; }
.page-home .home-step--2 h3 { color: #a78bfa; }
.page-home .home-step--3 h3 { color: #60a5fa; }
.page-home .home-step p {
  margin: 0;
  color: #dbe4f2;
  font-size: 0.9rem;
}
.page-home .home-step--1::after,
.page-home .home-step--2::after {
  content: "→";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #56688a;
  font-size: 1.25rem;
  z-index: 2;
}
@media (max-width: 980px) {
.page-home .home-step--1::after,
.page-home .home-step--2::after {
    display: none;
  }
}
.page-home .home-step--demos {
  gap: 0.5rem;
  align-content: center;
}
.page-home .home-step--demos .home-steps-demos__label {
  margin: 0 0 0.15rem;
  color: #4ade80;
  font-size: 0.8rem;
  font-weight: 700;
}
.page-home .home-step--demos .home-demo-link {
  width: 100%;
  min-height: 44px;
}
@media (max-width: 720px) {
.page-home .home-steps-grid {
    grid-template-columns: 1fr;
  }
}
.page-home .home-trending-grid .home-media-card, .page-home .home-community-grid .home-media-card {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #111a2c;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}
.page-home .home-trend-card {
  position: relative;
  overflow: hidden;
  gap: 0.5rem;
  padding: 1.15rem;
}
.page-home .home-trend-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--trend, #4ade80);
}
.page-home .home-trend-card--gold { --trend: #fbbf24; }
.page-home .home-trend-card--purple { --trend: #a78bfa; }
.page-home .home-trend-card--blue { --trend: #60a5fa; }
.page-home .home-trend-card--red { --trend: #f87171; }
.page-home .home-trend-card--green { --trend: #4ade80; }
.page-home .home-trend-card .card-kicker { color: var(--trend); }
.page-home .home-trend-card h3 { margin: 0 0 0.1rem; }
.page-home .home-trend-eps {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.page-home .home-trend-eps li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.6rem;
  border-radius: 9px;
  background: color-mix(in srgb, var(--trend) 12%, rgba(255, 255, 255, 0.02));
  border: 1px solid color-mix(in srgb, var(--trend) 28%, transparent);
  color: #e6edf8;
  font-size: 0.84rem;
  font-weight: 600;
}
.page-home .home-trend-eps li span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--trend);
  color: #06101e;
  font-size: 0.72rem;
  font-weight: 800;
}
.page-home .home-trend-meta {
  margin: auto 0 0;
  padding-top: 0.4rem;
  color: #aebbd4;
  font-size: 0.78rem;
  font-weight: 600;
}
.page-home .home-trend-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0.2rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-home .home-trend-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-home .home-trend-art {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 130px;
  margin-top: 0.2rem;
  border-radius: 10px;
  font-size: 2.6rem;
  background: color-mix(in srgb, var(--trend) 14%, rgba(255, 255, 255, 0.02));
  border: 1px solid color-mix(in srgb, var(--trend) 26%, transparent);
}
.page-home .home-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 1.75rem;
  align-items: stretch;
}
.page-home .home-cta-primary {
  min-width: 0;
}
.page-home .home-demo-rail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-self: end;
  width: min(100%, 360px);
  padding: 0.7rem 0.4rem 0.1rem;
}
.page-home .home-demo-rail .section-kicker {
  color: #b9a5ff;
  text-transform: none;
  font-size: 0.92rem;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}
.page-home .home-demo-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 0.56rem;
  min-height: 48px;
  padding: 0.48rem 0.58rem;
  color: #d7f7ee;
  text-decoration: none;
  border: 1px solid rgba(126, 203, 220, 0.42);
  border-radius: 8px;
  background: rgba(5, 18, 28, 0.28);
}
.page-home .home-demo-link:hover, .page-home .home-demo-link:focus-visible {
  border-color: rgba(154, 241, 216, 0.7);
  background: rgba(9, 36, 42, 0.58);
}
.page-home .home-demo-link__icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #50d8cf, #7b61ff);
  box-shadow: 0 8px 20px rgba(30, 150, 218, 0.22);
}
.page-home .home-demo-link__icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #061322;
}
.page-home .home-demo-link strong, .page-home .home-demo-link small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-home .home-demo-link strong {
  font-size: 0.88rem;
  line-height: 1.15;
}
.page-home .home-demo-link small {
  margin-top: 0.1rem;
  color: #aabbd7;
  font-size: 0.72rem;
  line-height: 1.2;
}
.page-home .home-media-card h3 {
  margin-top: 0.22rem;
}
.page-home .game-preview__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}
.page-home .game-preview__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.18rem 0.44rem;
  border: 1px solid rgba(126, 203, 220, 0.34);
  border-radius: 999px;
  color: #b8c8dd;
  background: rgba(5, 18, 28, 0.34);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.page-home .game-preview__meta {
  margin: 0;
}
.page-home .game-preview {
  display: flex;
  gap: 0.9rem;
  margin-top: 0.6rem;
  aspect-ratio: 5 / 4;
  padding: 0.85rem;
  border: 1px solid rgba(127, 170, 238, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 80% 16%, rgba(125, 86, 255, 0.16), transparent 42%),
    linear-gradient(158deg, rgba(15, 26, 50, 0.96), rgba(10, 18, 36, 0.96));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.page-home .game-preview:hover, .page-home .game-preview:focus-visible {
  border-color: rgba(114, 246, 255, 0.5);
  transform: translateY(-2px);
}
.page-home .game-preview__board {
  position: relative;
  flex: 0 0 46%;
  border: 1px solid rgba(141, 199, 244, 0.26);
  border-radius: 12px;
  background-color: rgba(8, 16, 30, 0.9);
  background-image:
    linear-gradient(rgba(141, 199, 244, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 199, 244, 0.08) 1px, transparent 1px);
  background-size: 100% 14.3%, 33.33% 100%;
  overflow: hidden;
}
.page-home .game-preview__chip {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.18em 0.6em;
  border-radius: 7px;
  background: linear-gradient(#8fdbff, #38b6ff);
  color: #04111f;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}
.page-home .game-preview__target {
  position: absolute;
  left: 33.33%;
  width: 33.33%;
  top: 24%;
  bottom: 15%;
  background: linear-gradient(180deg, rgba(114, 246, 255, 0.16), rgba(114, 246, 255, 0.02));
}
.page-home .game-preview__tile {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 26%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: linear-gradient(#8fdbff, #16c7ff);
  color: #04111f;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow:
    0 0 14px rgba(22, 199, 255, 0.34),
    0 -18px 16px -10px rgba(22, 199, 255, 0.4);
  animation: numberdrop-bob 2.6s ease-in-out infinite;
}
.page-home .game-preview__tray {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
.page-home .game-preview__tray span {
  display: grid;
  place-items: center;
  padding: 0.32em 0;
  border-radius: 7px;
  background: linear-gradient(#ffe488, #ffb53f);
  color: #241200;
  font-size: 0.82rem;
  font-weight: 800;
}
.page-home .game-preview__tray .is-match {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: -2px;
  box-shadow: 0 0 16px rgba(255, 211, 77, 0.5);
}
.page-home .game-preview__prompt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.page-home .game-preview__problem {
  margin: 0;
  color: #eaf3ff;
  font-size: clamp(1.1rem, 2.6vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.page-home .game-preview__problem span {
  color: #72f6ff;
}
.page-home .game-preview__hint {
  margin: 0;
  color: #aabbd7;
  font-size: 0.82rem;
  line-height: 1.35;
}
.page-home .game-preview__play {
  align-self: flex-start;
  margin-top: 0.2rem;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #6ad0ff, #7b61ff);
  color: #04111f;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(30, 150, 218, 0.28);
}
.page-home .game-preview:hover .game-preview__play, .page-home .game-preview:focus-visible .game-preview__play {
  filter: brightness(1.06);
}
@media (prefers-reduced-motion: reduce) {
.page-home .game-preview__tile {
    animation: none;
    transform: translate(-50%, 0);
  }
.btn__sparkles i {
    animation: none;
  }
}
.page-home .game-preview--build:hover, .page-home .game-preview--build:focus-visible {
  border-color: rgba(97, 232, 154, 0.56);
}
.page-home .game-preview--build .game-preview__board {
  background-size: 25% 25%, 25% 25%;
}
.page-home .game-preview--build .game-preview__play {
  background: linear-gradient(135deg, #61e89a, #28d7ff);
}
.page-home .game-preview__board--circuit, .page-home .game-preview__board--molecule, .page-home .game-preview__board--bridge, .page-home .game-preview__board--pattern {
  min-height: 160px;
}
.page-home .build-preview__battery, .page-home .build-preview__bulb, .page-home .build-preview__atom, .page-home .build-preview__load, .page-home .build-preview__pattern-tile {
  position: absolute;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.page-home .build-preview__battery {
  left: 12%;
  top: 42%;
  width: 26%;
  aspect-ratio: 1;
  border-radius: 8px;
  color: #06101c;
  background: linear-gradient(90deg, #ffda7a 48%, #303946 49%, #303946 53%, #ff8a34 54%);
}
.page-home .build-preview__bulb {
  right: 12%;
  top: 42%;
  width: 26%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 224, 138, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle, #fff2a6 0 34%, #ffbc3d 42%, #4b2d00 68%);
  box-shadow: 0 0 22px rgba(255, 196, 66, 0.46);
}
.page-home .build-preview__wire, .page-home .build-preview__beam, .page-home .build-preview__brace, .page-home .build-preview__bond {
  position: absolute;
  height: 8px;
  border-radius: 999px;
  transform-origin: left center;
}
.page-home .build-preview__wire {
  left: 36%;
  width: 28%;
  background: #41d6ff;
  box-shadow: 0 0 14px rgba(65, 214, 255, 0.34);
}
.page-home .build-preview__wire--a {
  top: 48%;
}
.page-home .build-preview__wire--b {
  top: 58%;
}
.page-home .home-media-card .image-placeholder, .page-home .home-media-card .real-image, .page-home .home-media-card .real-embed {
  margin-top: 0.48rem;
  min-height: 0;
  aspect-ratio: 16 / 10;
}
.page-home .home-media-card .image-placeholder--tall, .page-home .home-media-card .real-image--tall, .page-home .home-media-card .real-embed--tall {
  aspect-ratio: 5 / 4;
}
.page-home .home-media-card .real-embed--play .real-image {
  aspect-ratio: 16 / 10;
}
.page-home .home-media-card .real-embed--play:not(.real-embed--play-youtube) {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}
.page-home .home-media-card .real-embed--play:not(.real-embed--play-youtube) .real-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: inherit;
  aspect-ratio: auto;
  object-fit: contain;
  background: rgba(7, 12, 24, 0.9);
}
.page-home .home-media-card .real-embed--play:not(.real-embed--play-youtube) .real-link-button {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}
.page-home .home-media-card--numberdrop .real-image {
  width: min(56%, 320px) !important;
  height: 100%;
  margin-left: 1rem;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 22% 20%, rgba(36, 204, 255, 0.26), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(255, 184, 75, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(145, 88, 255, 0.28), transparent 32%),
    linear-gradient(90deg, rgba(4, 35, 49, 0.98), rgba(6, 11, 25, 0.98) 46%, rgba(24, 8, 36, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(67, 212, 255, 0.18),
    inset 0 -42px 90px rgba(255, 188, 82, 0.08);
}
.page-home .home-media-card--numberdrop .real-embed--play:not(.real-embed--play-youtube) {
  border-color: rgba(135, 167, 230, 0.42);
  background:
    linear-gradient(rgba(108, 137, 190, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 137, 190, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 20% 16%, rgba(33, 207, 255, 0.26), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(151, 91, 255, 0.34), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(255, 194, 88, 0.22), transparent 30%),
    linear-gradient(110deg, rgba(4, 26, 37, 0.98), rgba(7, 13, 29, 0.98) 52%, rgba(27, 12, 44, 0.98));
  background-size:
    28px 28px,
    28px 28px,
    auto,
    auto,
    auto,
    auto;
}
.page-home .home-media-card--numberdrop .real-embed--play:not(.real-embed--play-youtube) .real-link-button {
  left: auto;
  right: 1.05rem;
  bottom: 1rem;
  transform: none;
  padding: 0.68rem 1.08rem;
  border: 2px solid rgba(240, 251, 255, 0.72);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.28),
    0 0 0 6px rgba(255, 198, 84, 0.16);
}
.page-home .creator-inline__form {
  margin-top: 1rem;
}
.page-home .creator-inline__form textarea {
  min-height: 124px;
}
@media (max-width: 980px) {
.grid-3 {
    grid-template-columns: 1fr;
  }
.page-home .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand member"
      "nav nav";
    align-items: center;
    justify-content: stretch;
    width: 100%;
    max-width: 100vw;
    gap: 0.7rem 1rem;
  }
.page-home .brand {
    grid-area: brand;
    min-width: 0;
  }
.site-header__member {
    justify-self: auto;
  }
.page-home .site-header__member {
    grid-area: member;
    display: flex;
    justify-self: end;
    justify-content: flex-end;
  }
.page-home .site-header__member:has(.site-nav__member-action[hidden]) {
    display: none;
  }
.site-header__right {
    width: 100%;
  }
.page-home .site-header__right {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
.site-nav__member-action {
    white-space: nowrap;
    padding: 0.48rem 0.72rem;
    background: rgba(10, 18, 35, 0.52);
  }
.page-home .site-nav a {
    font-size: 0.82rem;
    padding: 0.42rem 0.68rem;
  }
.site-nav__member-action {
    background: rgba(14, 38, 48, 0.68);
  }
.page-home .site-nav__member-action {
    padding: 0.5rem 0.84rem;
  }
}
@media (max-width: 560px) {
.site-nav__member-action {
    font-size: 0.82rem;
    padding: 0.5rem 0.7rem;
  }
.page-home .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand brand"
      "member nav";
    gap: 0.62rem 0.55rem;
  }
.page-home .site-header__member {
    justify-self: stretch;
  }
.page-home .site-header__right {
    justify-content: flex-start;
    min-width: 0;
  }
.page-home .brand-logo {
    width: 36px;
    height: 36px;
  }
.page-home .brand-title {
    font-size: 0.82rem;
  }
.page-home .brand-subtitle {
    font-size: 0.58rem;
  }
.page-home .site-nav ul {
    gap: 0.42rem;
  }
.page-home .site-nav a {
    font-size: 0.76rem;
    padding: 0.38rem 0.58rem;
  }
.page-home .site-nav__member-action {
    font-size: 0.76rem;
    padding: 0.38rem 0.56rem;
  }
.page-home .site-utility {
    width: 36px;
    height: 36px;
  }
.page-home .content-section--home-cta {
    justify-self: stretch;
    width: auto;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    padding: 0.9rem;
    border-radius: 14px;
  }
.page-home .section-head--compact {
    min-width: 0;
  }
.page-home .home-cta-layout, .page-home .home-cta-primary, .page-home .creator-inline__form, .page-home .home-demo-rail {
    min-width: 0;
    max-width: 100%;
  }
.page-home .section-head--compact h1 {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
.page-home .section-head--compact .section-intro {
    font-size: 0.92rem;
    overflow-wrap: anywhere;
  }
.page-home .creator-inline__form textarea {
    max-width: 100%;
    min-width: 0;
  }
.page-home .home-media-card h3 {
    font-size: 1rem;
  }
.page-home .home-media-card .image-placeholder, .page-home .home-media-card .real-image, .page-home .home-media-card .real-embed {
    aspect-ratio: 4 / 3;
  }
.page-home .creator-inline__form .btn {
    width: 100%;
    justify-content: center;
  }
.creator-inline__output {
    max-height: 200px;
    font-size: 0.8rem;
  }
}
.page-home .site-main--home {
  display: grid;
  gap: 0.9rem;
  padding-top: 1.05rem;
}
.page-home .content-section--home-cta {
  margin-top: 0;
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
}
.page-home .section-head--compact {
  max-width: none;
  display: grid;
  gap: 0.28rem;
}
.page-home .section-head--compact .section-kicker {
  color: #7ee9d2;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.page-home .section-head--compact h1 {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: #9af1d8;
}
.page-home .section-head--compact .section-intro {
  margin-top: 0.15rem;
  max-width: none;
  color: #d7f7ee;
  font-size: 0.98rem;
}
.page-home .creator-inline__form {
  margin-top: 0.85rem;
  gap: 0.7rem;
}
.page-home .creator-inline__form textarea {
  min-height: 92px;
  rows: 3;
}
.page-home .creator-inline__form .btn {
  min-height: 42px;
  padding: 0.62rem 1.08rem;
}
@media (max-width: 720px) {
.page-home .content-section--home-cta {
    padding: 1rem;
  }
.page-home .home-cta-layout {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
.page-home .home-demo-rail {
    justify-self: stretch;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.page-home .home-demo-rail .section-kicker {
    grid-column: 1 / -1;
  }
.page-home .home-demo-link {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 44px;
    padding: 0.44rem 0.5rem;
  }
.page-home .home-demo-link__icon {
    width: 30px;
    height: 30px;
  }
.page-home .home-demo-link__icon::after {
    left: 12px;
    top: 9px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }
}
@media (max-width: 430px) {
.page-home .site-main--home {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
.page-home .content-section, .page-home .home-media-card, .page-home .game-preview {
    max-width: 100%;
    overflow: hidden;
  }
.page-home .home-community-grid {
    min-width: 0;
  }
.page-home .game-preview {
    flex-direction: column;
    aspect-ratio: auto;
    gap: 0.72rem;
  }
.page-home .game-preview__board {
    flex: none;
    width: 100%;
    min-height: 168px;
  }
.page-home .game-preview__prompt {
    width: 100%;
  }
}
@media (max-width: 560px) {
.page-home .site-main--home {
    justify-items: stretch;
  }
.page-home .content-section--home-cta {
    justify-self: stretch;
    width: auto;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    padding: 0.9rem;
    border-radius: 14px;
  }
.page-home .section-head--compact {
    min-width: 0;
  }
.page-home .home-cta-layout, .page-home .home-cta-primary, .page-home .creator-inline__form, .page-home .home-demo-rail {
    min-width: 0;
    max-width: 100%;
  }
.page-home .section-head--compact h1 {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
.page-home .section-head--compact .section-intro {
    font-size: 0.92rem;
    overflow-wrap: anywhere;
  }
.page-home .creator-inline__form textarea {
    max-width: 100%;
    min-width: 0;
  }
}
