/* [project]/components/portal/StoryAdsLandingTab.module.scss.module.css [app-client] (css) */
.StoryAdsLandingTab-module-scss-module__vSC4_G__storyTab {
  color: #ffffffeb;
  background: #030303;
  min-height: 100vh;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__hero {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  width: min(100%, 1440px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 120px clamp(20px, 4vw, 56px) 72px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__heroCopy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__title {
  letter-spacing: 0;
  color: #fff;
  max-width: 720px;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 760;
  line-height: .98;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__title span {
  background: linear-gradient(95deg, #ffb26b 0%, #ff6f91 52%, #5be0c6 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8px;
  display: block;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__subtitle {
  color: #ffffff94;
  max-width: 650px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.68;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__generator {
  width: min(100%, 720px);
  margin-top: 26px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__inputPanel {
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 24px;
  flex-direction: column;
  gap: 6px;
  min-height: 176px;
  padding: 12px 14px;
  transition: border-color .18s, background .18s, box-shadow .18s;
  display: flex;
  box-shadow: 0 18px 48px #0000003d;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__inputPanel:focus-within {
  background: #ffffff14;
  border-color: #ffffff47;
  box-shadow: 0 18px 48px #00000047, 0 0 0 4px #ffffff0a;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptField {
  flex: 1;
  min-height: 108px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptCompose {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageSlotWrap {
  min-width: 0;
  padding-top: 4px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePlaceholder, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange {
  color: #ffffff6b;
  cursor: pointer;
  background: #ffffff0b;
  border: 1px dashed #ffffff2e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 82px;
  transition: transform .18s, border-color .18s, background .18s, color .18s;
  display: inline-flex;
  transform: rotate(-7deg);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePlaceholder:hover, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange:hover {
  color: #ffffffb8;
  background: #ffffff13;
  border-color: #ffffff57;
  transform: rotate(-4deg)translateY(-1px);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePlaceholder:focus-visible, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange:focus-visible, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageRemove:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #ffffff6b;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePlaceholder svg {
  width: 22px;
  height: 22px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePreview {
  width: 60px;
  height: 82px;
  position: relative;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange {
  border-style: solid;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__imageCount {
  color: #ffffffe6;
  background: #000000a8;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageRemove {
  color: #ffffffc2;
  cursor: pointer;
  background: #000000b8;
  border: 1px solid #ffffff29;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: background .18s, border-color .18s, color .18s;
  display: inline-flex;
  position: absolute;
  top: -8px;
  right: -10px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageRemove:hover {
  color: #fffffff5;
  background: #000000e0;
  border-color: #ffffff42;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageRemove svg {
  width: 13px;
  height: 13px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptField textarea {
  color: #ffffffeb;
  resize: none;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  min-height: 86px;
  font-size: 15px;
  line-height: 1.5;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptField textarea::placeholder {
  color: #ffffff61;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__fileInput {
  display: none;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptFooter {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 40px;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__promptFooter .StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton {
  min-height: 40px;
  padding: 0 14px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton, .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton {
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 650;
  transition: transform .18s, border-color .18s, background .18s, color .18s;
  display: inline-flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton {
  color: #0a0a0a;
  background: #ffffffeb;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton:hover, .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton:hover {
  transform: translateY(-1px);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton:disabled, .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton:focus-visible, .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #ffffff6b;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton svg, .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton svg {
  width: 17px;
  height: 17px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton {
  color: #ffffffe0;
  background: #ffffff0f;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton:hover {
  background: #ffffff1a;
  border-color: #ffffff3d;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__spinner {
  animation: .9s linear infinite StoryAdsLandingTab-module-scss-module__vSC4_G__storyAdsSpin;
}

@keyframes StoryAdsLandingTab-module-scss-module__vSC4_G__storyAdsSpin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__metrics {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__metrics div {
  -moz-column-gap: 8px;
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  column-gap: 8px;
  min-width: 146px;
  padding: 14px 16px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__metrics svg {
  color: #ff9a4de0;
  grid-row: 1 / 3;
  align-self: center;
  width: 18px;
  height: 18px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__metrics strong {
  color: #ffffffeb;
  font-size: 14px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__metrics span {
  color: #ffffff6b;
  font-size: 11px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaWall {
  --media-card-gap: 14px;
  --media-card-height: clamp(320px, 24vw, 390px);
  gap: var(--media-card-gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: clamp(620px, 74vh, 780px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaColumn {
  border-radius: 24px;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 9% 91%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 9% 91%, #0000 100%);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaColumnOffset {
  margin-top: 0;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaTrack {
  gap: var(--media-card-gap);
  will-change: transform;
  flex-direction: column;
  animation: 20s linear infinite StoryAdsLandingTab-module-scss-module__vSC4_G__mediaCardLoop;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaColumnOffset .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaTrack {
  animation-duration: 26s;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaWall:hover .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaTrack {
  animation-play-state: paused;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaCard {
  height: var(--media-card-height);
  min-height: var(--media-card-height);
  aspect-ratio: 4 / 5;
  background: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px #00000047;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__ecommerceVisual {
  background: radial-gradient(circle at 22% 14%, #ffffff47, transparent 24%), linear-gradient(150deg, var(--ad-bg-a), var(--ad-bg-b) 52%, var(--ad-bg-c));
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__ecommerceVisual:before {
  content: "";
  background: #ffffff17;
  border: 1px solid #ffffff29;
  border-radius: 22px;
  position: absolute;
  inset: 10% 11% 18%;
  box-shadow: inset 0 1px #ffffff2e;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productHalo, .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack, .StoryAdsLandingTab-module-scss-module__vSC4_G__productAccent {
  display: block;
  position: absolute;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productHalo {
  filter: blur(22px);
  background: #ffffff40;
  border-radius: 9999px;
  width: 64%;
  height: 46%;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productPack {
  border-radius: var(--pack-radius, 18px);
  background: linear-gradient(180deg, #ffffffbd, #ffffff4d), var(--pack-bg);
  width: 40%;
  height: 48%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 50px #0000003d;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productPack:before {
  content: "";
  background: #00000029;
  border-radius: 9999px;
  height: 12%;
  position: absolute;
  inset: 12% 16% auto;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productPack:after {
  content: "";
  background: var(--label-bg, #ffffff59);
  border-radius: 14px;
  height: 34%;
  position: absolute;
  inset: auto 18% 16%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__productAccent {
  background: var(--accent-bg);
  border-radius: 9999px;
  width: 22%;
  height: 22%;
  top: 18%;
  right: 14%;
  box-shadow: 0 18px 36px #0003;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adBeauty {
  --ad-bg-a: #33192d;
  --ad-bg-b: #ee8aa1;
  --ad-bg-c: #ffd6bf;
  --pack-bg: linear-gradient(180deg, #fff3ed, #ffb0c1);
  --label-bg: #72183857;
  --accent-bg: #ff6f91;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adHome {
  --ad-bg-a: #142236;
  --ad-bg-b: #5e8fc3;
  --ad-bg-c: #d2f1ff;
  --pack-bg: linear-gradient(180deg, #f9fdff, #91c9eb);
  --label-bg: #1f405f52;
  --accent-bg: #77d7ff;
  --pack-radius: 20px 20px 12px 12px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adPet {
  --ad-bg-a: #2a1f34;
  --ad-bg-b: #d89145;
  --ad-bg-c: #ffe5a0;
  --pack-bg: linear-gradient(180deg, #fff1c6, #f1a84f);
  --label-bg: #6236104d;
  --accent-bg: #ffd36b;
  --pack-radius: 26px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adFashion {
  --ad-bg-a: #201033;
  --ad-bg-b: #bd5aa3;
  --ad-bg-c: #ffc3e5;
  --pack-bg: linear-gradient(180deg, #fff1fb, #bd74d8);
  --label-bg: #44185e47;
  --accent-bg: #ff93d5;
  --pack-radius: 12px 12px 30px 30px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adFitness {
  --ad-bg-a: #132438;
  --ad-bg-b: #40b88c;
  --ad-bg-c: #d8ffe8;
  --pack-bg: linear-gradient(180deg, #f0fff6, #67d9a9);
  --label-bg: #115c3f47;
  --accent-bg: #6ff0bf;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adGift {
  --ad-bg-a: #321817;
  --ad-bg-b: #c45946;
  --ad-bg-c: #ffd0a1;
  --pack-bg: linear-gradient(180deg, #fff0d8, #e86b5d);
  --label-bg: #76241c47;
  --accent-bg: #ffb26b;
  --pack-radius: 12px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adHome .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack {
  width: 50%;
  height: 38%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adPet .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack, .StoryAdsLandingTab-module-scss-module__vSC4_G__adFitness .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack {
  width: 46%;
  height: 42%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adFashion .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack {
  width: 34%;
  height: 58%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__adGift .StoryAdsLandingTab-module-scss-module__vSC4_G__productPack {
  width: 48%;
  height: 44%;
}

@keyframes StoryAdsLandingTab-module-scss-module__vSC4_G__mediaCardLoop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-3 * (var(--media-card-height)  + var(--media-card-gap))));
  }
}

@media (prefers-reduced-motion: reduce) {
  .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaTrack {
    animation: none;
  }
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__mediaShade {
  background: linear-gradient(#0000000d, #000000c2);
  position: absolute;
  inset: 0;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__cardCopy {
  inset-inline: 16px;
  flex-direction: column;
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 16px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__cardCopy span, .StoryAdsLandingTab-module-scss-module__vSC4_G__sectionIntro span, .StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard span, .StoryAdsLandingTab-module-scss-module__vSC4_G__modeCard span, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasCopy span {
  color: #ff9a4de0;
  font-size: 12px;
  font-weight: 700;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__cardCopy strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeBand, .StoryAdsLandingTab-module-scss-module__vSC4_G__band, .StoryAdsLandingTab-module-scss-module__vSC4_G__flow, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBand {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 88px clamp(20px, 4vw, 40px);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sectionIntro {
  max-width: 720px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sectionIntro h2, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasCopy h2 {
  color: #fffffff5;
  letter-spacing: 0;
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 740;
  line-height: 1.08;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sectionIntro p, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasCopy p {
  color: #ffffff8f;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCompareGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCard {
  background: #ffffff0b;
  border: 1px solid #ffffff17;
  border-radius: 22px;
  min-height: 360px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCardMuted {
  color: #ffffff8f;
  filter: grayscale(.35);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCardHot {
  background: linear-gradient(160deg, #ff9a4d1a, #5be0c60e);
  border-color: #ff9a4d42;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCard h3 {
  color: #fffffff0;
  max-width: 460px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 720;
  line-height: 1.2;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__modeCard p {
  color: #ffffff8a;
  max-width: 500px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.68;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__talkingPreview, .StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview {
  inset-inline: 24px;
  border-radius: 18px;
  height: 150px;
  position: absolute;
  bottom: 24px;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__talkingPreview {
  background: repeating-linear-gradient(45deg, #ffffff0a, #ffffff0a 12px, #ffffff05 12px 24px);
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 24px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__avatarHead {
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 9999px;
  width: 72px;
  height: 72px;
  margin-inline: auto;
  box-shadow: inset 0 -18px #0000002e;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scriptLines {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scriptLines i {
  background: #ffffff21;
  border-radius: 9999px;
  height: 10px;
  display: block;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scriptLines i:nth-child(2) {
  width: 76%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scriptLines i:nth-child(3) {
  width: 52%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview {
  align-items: flex-end;
  padding: 18px;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview:before, .StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview:after {
  content: "";
  filter: blur(24px);
  background: #ffffff3d;
  border-radius: 9999px;
  position: absolute;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview:before {
  width: 36%;
  height: 30%;
  top: 16%;
  right: 12%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview:after {
  opacity: .55;
  width: 28%;
  height: 24%;
  bottom: 22%;
  left: 12%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview strong {
  z-index: 1;
  color: #fff;
  text-shadow: 0 8px 24px #0006;
  max-width: 80%;
  font-size: 17px;
  line-height: 1.35;
  position: relative;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard, .StoryAdsLandingTab-module-scss-module__vSC4_G__flowStep {
  background: #ffffff0b;
  border: 1px solid #ffffff17;
  border-radius: 20px;
  transition: transform .18s, border-color .18s, background .18s;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard {
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard:hover, .StoryAdsLandingTab-module-scss-module__vSC4_G__flowStep:hover {
  background: #fff1;
  border-color: #ffffff2e;
  transform: translateY(-3px);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard > div:last-child {
  padding: 18px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard h3, .StoryAdsLandingTab-module-scss-module__vSC4_G__flowStep h3 {
  color: #fffffff0;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__storylineCard p, .StoryAdsLandingTab-module-scss-module__vSC4_G__flowStep p {
  color: #ffffff85;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.62;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scene {
  min-height: 152px;
  position: relative;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scene svg {
  color: #ffffffbd;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scene:before, .StoryAdsLandingTab-module-scss-module__vSC4_G__scene:after {
  content: "";
  filter: blur(22px);
  opacity: .5;
  background: #ffffff3d;
  border-radius: 9999px;
  width: 44%;
  height: 34%;
  position: absolute;
  inset: auto 12% 18% auto;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scene:after {
  opacity: .34;
  width: 30%;
  height: 28%;
  inset: 18% auto auto 12%;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sceneBeauty {
  background: linear-gradient(135deg, #4f2438, #e98b9b 48%, #ffd9c2);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sceneHome {
  background: linear-gradient(135deg, #20324a, #5d7fb8 48%, #bfe3ff);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__scenePet {
  background: linear-gradient(135deg, #3d2848, #e0913f 50%, #ffe6a8);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sceneFashion {
  background: linear-gradient(135deg, #241338, #b5479b 48%, #ffc0e6);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sceneFitness {
  background: linear-gradient(135deg, #15233a, #3fb98f 50%, #d6ffe9);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__sceneGift {
  background: linear-gradient(135deg, #321b1b, #b84f3c 50%, #ffd0a1);
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__flowSteps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__flowStep {
  padding: 22px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__stepIndex {
  color: #ffffffb8;
  background: #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 750;
  display: inline-flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBand {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: 40px;
  padding-bottom: 120px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasPreview {
  background: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasToolbar {
  border-bottom: 1px solid #ffffff14;
  gap: 8px;
  padding: 14px 16px;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasToolbar span {
  background: #ffffff2e;
  border-radius: 9999px;
  width: 10px;
  height: 10px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBoard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  display: grid;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasShot {
  background: #0000004d;
  border: 1px solid #ffffff17;
  border-radius: 16px;
  overflow: hidden;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasShot .StoryAdsLandingTab-module-scss-module__vSC4_G__scene {
  min-height: 112px;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasShot span {
  color: #ffffff94;
  padding: 9px 10px;
  font-size: 12px;
  display: block;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasCopy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.StoryAdsLandingTab-module-scss-module__vSC4_G__canvasCopy .StoryAdsLandingTab-module-scss-module__vSC4_G__secondaryButton {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .StoryAdsLandingTab-module-scss-module__vSC4_G__hero, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBand {
    grid-template-columns: 1fr;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaWall {
    max-width: 760px;
    height: 640px;
    transform: none;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaColumnOffset {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .StoryAdsLandingTab-module-scss-module__vSC4_G__hero {
    padding-top: 104px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__title {
    font-size: clamp(36px, 11vw, 56px);
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__storylineGrid, .StoryAdsLandingTab-module-scss-module__vSC4_G__modeCompareGrid, .StoryAdsLandingTab-module-scss-module__vSC4_G__flowSteps, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBoard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .StoryAdsLandingTab-module-scss-module__vSC4_G__hero {
    padding-inline: 16px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaWall {
    grid-template-columns: 1fr;
    height: 520px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__mediaColumn:nth-child(2) {
    display: none;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__promptCompose {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePlaceholder, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImageChange, .StoryAdsLandingTab-module-scss-module__vSC4_G__promptImagePreview {
    width: 54px;
    height: 74px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__promptField textarea {
    min-height: 82px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__promptFooter .StoryAdsLandingTab-module-scss-module__vSC4_G__primaryButton, .StoryAdsLandingTab-module-scss-module__vSC4_G__metrics div {
    width: 100%;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__band, .StoryAdsLandingTab-module-scss-module__vSC4_G__modeBand, .StoryAdsLandingTab-module-scss-module__vSC4_G__flow, .StoryAdsLandingTab-module-scss-module__vSC4_G__canvasBand {
    padding-inline: 16px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__modeCard {
    min-height: 390px;
    padding: 22px;
  }

  .StoryAdsLandingTab-module-scss-module__vSC4_G__talkingPreview, .StoryAdsLandingTab-module-scss-module__vSC4_G__storyModePreview {
    inset-inline: 18px;
    bottom: 18px;
  }
}

/*# sourceMappingURL=components_portal_StoryAdsLandingTab_module_scss_module_ad801062.css.map*/