/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #08070c;
  --bg-2: #110c16;
  --panel: #120f18d1;
  --panel-strong: #18111f;
  --text: #fff7fb;
  --muted: #b9a9b8;
  --faint: #6e6170;
  --line: #ffffff1c;
  --pink: #ff3fa3;
  --pink-2: #ff70bd;
  --violet: #8a54ff;
  --green: #37e8a1;
}

* {
  box-sizing: border-box;
}

html, body {
  background: var(--bg);
  min-height: 100%;
  color: var(--text);
  margin: 0;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.home-shell {
  background: radial-gradient(circle at 70% 15%, #ff3fa342, #0000 34%), linear-gradient(135deg, #08070c, #17101f 56%, #09080d);
  min-height: 100vh;
  padding: 28px;
}

.home-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
}

.brand-mark, .vx-brand {
  letter-spacing: -.04em;
  font-size: 26px;
  font-weight: 900;
}

.nav-cta, .primary-button {
  background: linear-gradient(135deg, var(--pink), var(--violet));
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: 0 18px 50px #ff3fa347;
}

.home-hero {
  text-align: center;
  max-width: 830px;
  margin: 18vh auto 0;
}

.eyebrow, .mini-kicker {
  color: var(--pink-2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
}

.home-hero h1 {
  letter-spacing: -.07em;
  margin: 12px 0;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .92;
}

.home-hero p {
  color: #dccbd8;
  font-size: 18px;
  line-height: 1.65;
}

.home-actions {
  margin-top: 32px;
}

.create-shell {
  background: radial-gradient(circle at 18% 10%, #ff3fa329, #0000 28%), radial-gradient(circle at 80% 38%, #7e44ff2e, #0000 30%), linear-gradient(#07060a 0%, #0d0911 48%, #08070c 100%);
  min-height: 100vh;
  padding: 26px 28px 110px;
  position: relative;
  overflow-x: hidden;
}

.ambient {
  pointer-events: none;
  filter: blur(70px);
  opacity: .42;
  z-index: 0;
  border-radius: 999px;
  position: fixed;
}

.ambient-one {
  background: var(--pink);
  width: 360px;
  height: 360px;
  top: -120px;
  left: -90px;
}

.ambient-two {
  background: var(--violet);
  width: 420px;
  height: 420px;
  top: 35%;
  right: -180px;
}

.create-header {
  z-index: 2;
  max-width: 1180px;
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.vx-brand {
  color: #fff;
}

.create-header span {
  border: 1px solid var(--line);
  background: #ffffff0a;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
}

.stepper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 34px auto 26px;
  display: flex;
  position: relative;
}

.stepper:before {
  content: "";
  z-index: -1;
  background: linear-gradient(90deg, #0000, #ff3fa3a6, #0000);
  width: min(460px, 72vw);
  height: 2px;
  position: absolute;
}

.step-node {
  color: #d7ccd8;
  background: #17121d;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  place-items: center;
  width: 50px;
  height: 50px;
  transition: all .18s;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff0a;
}

.step-node span {
  font-weight: 900;
}

.step-node.active, .step-node.complete {
  background: linear-gradient(135deg, var(--pink), #d82bb5);
  color: #fff;
  border-color: #ffffff4d;
  box-shadow: 0 0 30px #ff3fa361;
}

.quiz-stage {
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.quiz-panel, .review-layout {
  animation: .42s cubic-bezier(.22, 1, .36, 1) both lift;
}

.centered-panel {
  text-align: center;
}

@keyframes lift {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0);
  }
}

.quiz-title {
  letter-spacing: -.025em;
  max-width: 920px;
  margin: 0 auto 22px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .94;
}

.quiz-title span {
  color: var(--pink);
  text-shadow: 0 0 36px #ff3fa347;
}

.pill-switch {
  border: 1px solid var(--line);
  background: #ffffff0f;
  border-radius: 999px;
  gap: 8px;
  margin-bottom: 28px;
  padding: 6px;
  display: inline-flex;
}

.pill-option {
  color: var(--muted);
  background: none;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  font-weight: 800;
  display: inline-flex;
}

.pill-option.selected {
  color: #fff;
  background: #24202a;
  box-shadow: inset 0 0 0 1px #ffffff14;
}

.pill-dot {
  opacity: .75;
  background: currentColor;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.style-cards {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
  width: 100%;
  display: flex;
}

.card-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
}

.ethnicity-grid, .compact-grid, .body-grid {
  grid-template-columns: none;
}

.image-card {
  --option-image-height: 180px;
  color: #fff;
  isolation: isolate;
  background: radial-gradient(circle at 50% 35%, #ff3fa329, #0000 38%), #17101d;
  border: 1px solid #ffffff17;
  border-radius: 28px;
  width: fit-content;
  min-width: 0;
  padding: 0;
  transition: transform .16s, border-color .16s, box-shadow .16s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px #0000004d;
}

.image-card.large {
  --option-image-height: 360px;
}

.image-card:hover {
  transform: translateY(-3px);
}

.image-card-picture {
  height: var(--option-image-height);
  object-fit: contain;
  object-position: center bottom;
  width: auto;
  max-width: calc(100vw - 36px);
  display: block;
}

.image-card-video {
  width: var(--option-video-width, 267px);
  aspect-ratio: 802 / 1080;
  object-fit: cover;
}

.image-card:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(#0000 20%, #0000001f 50%, #000000bd);
  position: absolute;
  inset: 0;
}

.image-card.selected {
  border-color: var(--pink);
  box-shadow: 0 0 0 2px #ff3fa338, 0 24px 70px #ff3fa31f;
}

.check-badge {
  z-index: 2;
  background: var(--pink);
  opacity: 0;
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  font-weight: 900;
  transition: all .16s;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
  transform: scale(.7);
}

.image-card.selected .check-badge {
  opacity: 1;
  transform: scale(1);
}

.card-label {
  z-index: 2;
  background: var(--pink);
  color: #fff;
  white-space: nowrap;
  border-radius: 999px;
  padding: 8px 17px;
  font-weight: 900;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.card-description {
  z-index: 2;
  color: #f7ddec;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  bottom: 66px;
  left: 22px;
  right: 22px;
}

.empty-card-art {
  height: var(--option-image-height);
  aspect-ratio: 334 / 440;
  background: radial-gradient(circle at 50% 18%, #ffffff2e, #0000 16%), radial-gradient(circle at 42% 38%, #ff70bd8c, #0000 12%), radial-gradient(circle at 58% 38%, #8a54ff7a, #0000 12%), linear-gradient(145deg, #361844, #12111f 48%, #ff3fa3 170%);
  max-width: calc(100vw - 36px);
  display: block;
  position: relative;
}

.empty-card-art:after {
  content: "Anime";
  letter-spacing: -.08em;
  color: #ffffffdb;
  text-shadow: 0 10px 40px #ff3fa3a6;
  font-size: 54px;
  font-weight: 950;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow-hint {
  max-width: 720px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  display: flex;
}

.flow-hint span {
  border: 1px solid var(--line);
  background: #ffffff0b;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 800;
}

.section-title {
  letter-spacing: -.05em;
  margin: 24px 0 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.text-choice-grid {
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  margin-bottom: 30px;
  display: grid;
}

.text-choice {
  border: 1px solid var(--line);
  color: var(--text);
  background: #ffffff0e;
  border-radius: 999px;
  padding: 12px 8px;
  font-weight: 800;
}

.text-choice.selected {
  background: var(--pink);
  border-color: var(--pink);
}

.eye-color-picker {
  margin-bottom: 36px;
}

.eye-preview {
  background: #0d0a12;
  border-radius: 18px;
  width: min(700px, 100%);
  height: 120px;
  margin: 0 auto 18px;
  position: relative;
  overflow: hidden;
}

.eye-preview img {
  object-fit: cover;
  object-position: 0 40%;
}

.eye-preview.anime-preview img {
  object-position: 48% 52%;
}

.eye-swatch-grid {
  grid-template-columns: repeat(10, minmax(48px, 1fr));
  align-items: start;
  gap: 12px;
  width: min(700px, 100%);
  margin: 0 auto;
  display: grid;
}

.eye-swatch-option {
  color: var(--muted);
  background: none;
  border: 0;
  justify-items: center;
  gap: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  display: grid;
}

.eye-swatch {
  border: 3px solid #ffffff24;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: inset 0 0 18px #00000052, 0 10px 24px #00000038;
}

.eye-swatch-option.selected {
  color: #fff;
}

.eye-swatch-option.selected .eye-swatch {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px #ff3fa333, inset 0 0 18px #00000052, 0 12px 30px #ff3fa347;
}

.age-slider-wrap {
  margin: 18px 6px 40px;
  padding-top: 42px;
  position: relative;
}

.age-slider-wrap input {
  width: 100%;
  accent-color: var(--pink);
}

.age-value {
  background: var(--pink);
  color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  font-weight: 900;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.age-value:after {
  content: "";
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  border-top: 6px solid var(--pink);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.age-marks {
  color: var(--muted);
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  display: flex;
}

.name-row {
  gap: 12px;
  margin-bottom: 28px;
  display: flex;
}

.name-row input, .textareas textarea, .signup-modal input {
  border: 1px solid var(--line);
  color: #fff;
  background: #ffffff0f;
  border-radius: 18px;
  outline: none;
  width: 100%;
  padding: 16px 18px;
}

.name-row button {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  border: 0;
  border-radius: 18px;
  width: 58px;
  font-size: 22px;
}

.detail-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}

.detail-card {
  border: 1px solid var(--line);
  color: #fff;
  text-align: left;
  background: #ffffff0e;
  border-radius: 22px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  display: flex;
}

.detail-card img {
  object-fit: cover;
  border-radius: 16px;
}

.detail-card span {
  flex: 1;
  gap: 5px;
  display: grid;
}

.detail-card small {
  color: var(--pink-2);
  font-weight: 800;
}

.detail-card em {
  color: var(--muted);
  font-size: 24px;
  font-style: normal;
}

.textareas {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
  display: grid;
}

.textareas label span {
  color: var(--muted);
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.textareas em {
  color: var(--pink-2);
  font-style: normal;
}

.textareas textarea {
  resize: vertical;
  min-height: 130px;
}

.review-layout {
  grid-template-columns: minmax(280px, 430px) minmax(360px, 1fr);
  align-items: center;
  gap: 34px;
  display: grid;
}

.character-preview {
  place-items: end center;
  min-height: 580px;
  display: grid;
  position: relative;
}

.character-preview img {
  z-index: 2;
  object-fit: cover;
  border-radius: 42px;
  width: min(360px, 100%);
  height: 460px;
  position: relative;
  box-shadow: 0 34px 90px #00000080;
}

.preview-orb, .preview-glow {
  filter: blur(45px);
  border-radius: 50%;
  position: absolute;
}

.preview-orb {
  background: #ff3fa338;
  width: 320px;
  height: 320px;
  top: 90px;
}

.preview-glow {
  background: #8a54ff33;
  width: 420px;
  height: 180px;
  bottom: 30px;
}

.review-card {
  border: 1px solid var(--line);
  background: #14101bd1;
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 30px 90px #0000005c;
}

.review-label {
  color: var(--muted);
  margin: 0 0 8px;
}

.review-card h2 {
  letter-spacing: -.06em;
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 64px);
}

.ready-meter {
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
  display: flex;
}

.ready-meter strong {
  color: var(--green);
  letter-spacing: -.05em;
  font-size: 52px;
}

.ready-meter span {
  color: #baf8dc;
  font-weight: 900;
}

.main-style {
  background: #ffffff0e;
  border-radius: 22px;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 14px;
  display: flex;
}

.main-style img {
  object-fit: cover;
  border-radius: 18px;
}

.main-style p, .main-style span {
  color: var(--muted);
  margin: 0;
}

.main-style strong {
  margin: 3px 0;
  font-size: 20px;
  display: block;
}

.summary-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.summary-item {
  border: 1px solid var(--line);
  background: #ffffff09;
  border-radius: 16px;
  padding: 12px;
}

.summary-item span {
  color: var(--muted);
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}

.start-create, .continue-button, .signup-modal button:not(.modal-close) {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 20px 60px #ff3fa347;
}

.start-create {
  width: 100%;
  margin-top: 22px;
  padding: 18px;
  font-size: 18px;
}

.bottom-controls {
  z-index: 5;
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #0b090fbf;
  border-radius: 999px;
  align-items: center;
  gap: 14px;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.round-control {
  border: 1px solid var(--line);
  color: #fff;
  background: #ffffff0f;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 28px;
}

.continue-button {
  min-width: 190px;
  padding: 15px 28px;
}

.modal-backdrop {
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #000000b8;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.signup-modal {
  border: 1px solid var(--line);
  background: #130f19;
  border-radius: 34px;
  width: min(480px, 100%);
  padding: 30px;
  position: relative;
  box-shadow: 0 40px 120px #0000008c;
}

.signup-modal h2 {
  letter-spacing: -.05em;
  margin: 8px 0;
  font-size: 36px;
  line-height: 1;
}

.signup-modal p {
  color: var(--muted);
  line-height: 1.55;
}

.signup-modal input {
  margin: 10px 0 12px;
}

.signup-modal button:not(.modal-close) {
  width: 100%;
  padding: 15px;
}

.signup-modal small {
  color: var(--faint);
  text-align: center;
  margin-top: 12px;
  display: block;
}

.modal-close {
  color: #fff;
  background: #ffffff14;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  position: absolute;
  top: 14px;
  right: 16px;
}

@media (max-width: 920px) {
  .create-shell {
    padding: 18px 14px 110px;
  }

  .create-header span {
    display: none;
  }

  .stepper {
    gap: 10px;
    margin-top: 24px;
  }

  .step-node {
    width: 42px;
    height: 42px;
  }

  .style-cards, .review-layout, .textareas {
    grid-template-columns: 1fr;
  }

  .text-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eye-swatch-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px 10px;
  }

  .eye-preview {
    height: 96px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .image-card.large {
    --option-image-height: 280px;
    --option-video-width: 208px;
  }

  .character-preview {
    min-height: 420px;
  }

  .character-preview img {
    height: 380px;
  }

  .review-card {
    padding: 20px;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/