.dream-page {
  --dream-mint: var(--mint, #62f0c5);
  --dream-violet: #8970ff;
  --dream-blue: #76b8ff;
  --dream-line: var(--line, rgba(190, 205, 230, .17));
  --dream-muted: var(--muted, #a9b4d0);
  overflow: clip;
}

.dream-page *,
.dream-page *::before,
.dream-page *::after {
  box-sizing: border-box;
}

.dream-page button,
.dream-page input,
.dream-page textarea {
  font: inherit;
}

.dream-hero {
  position: relative;
  min-height: min(790px, 84vh);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.dream-hero::before {
  position: absolute;
  inset: 4% -10% auto 45%;
  height: 33rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 184, 255, .1), rgba(137, 112, 255, .05) 35%, transparent 68%);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

.dream-stars {
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .65) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(98, 240, 197, .5) 0 1px, transparent 1.5px);
  background-position: 0 0, 48px 72px;
  background-size: 145px 145px, 210px 210px;
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 75%, transparent);
  pointer-events: none;
}

.dream-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.dream-hero-copy h1 {
  max-width: 800px;
  margin: 1.1rem 0;
  color: #f4f7ff;
  font-size: clamp(2.55rem, 4.5vw, 4.08rem);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .96;
}

.dream-hero-copy h1 em {
  color: transparent;
  background: linear-gradient(105deg, var(--dream-mint), #a4d4ff 55%, #b2a4ff);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
}

.dream-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #b8c5df;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.72;
}

.dream-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.6rem;
}

.dream-hero-tags span,
.dream-result-meta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .48rem .7rem;
  border: 1px solid var(--dream-line);
  border-radius: 999px;
  color: #d6e0f4;
  background: rgba(255, 255, 255, .025);
  font-size: .72rem;
  font-weight: 850;
}

.dream-hero-tags i {
  color: var(--dream-mint);
}

.dream-hero-action,
.dream-submit,
.dream-result-actions button,
.dream-error button {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border: 1px solid rgba(98, 240, 197, .32);
  border-radius: 14px;
  color: #06141a;
  background: linear-gradient(135deg, var(--dream-mint), #a9efd9);
  box-shadow: 0 16px 38px rgba(98, 240, 197, .12);
  font-weight: 950;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.dream-hero-action {
  margin-top: 1.7rem;
  padding: .8rem 1rem;
}

.dream-hero-action:hover,
.dream-submit:hover,
.dream-result-actions button:hover,
.dream-error button:hover {
  color: #06141a;
  box-shadow: 0 20px 44px rgba(98, 240, 197, .2);
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.dream-hero-visual {
  position: relative;
  min-height: 31rem;
}

.dream-moon {
  position: absolute;
  top: 46%;
  left: 50%;
  display: grid;
  width: clamp(14rem, 28vw, 23rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(118, 184, 255, .22);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .13), rgba(118, 184, 255, .08) 32%, rgba(8, 16, 40, .8) 72%);
  box-shadow: inset -2rem -2rem 4rem rgba(5, 8, 30, .48), 0 0 5rem rgba(118, 184, 255, .12);
  transform: translate(-50%, -50%);
}

.dream-moon::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(98, 240, 197, .1);
  border-radius: 50%;
  content: "";
}

.dream-moon > i {
  position: relative;
  z-index: 2;
  color: var(--dream-mint);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  filter: drop-shadow(0 0 22px rgba(98, 240, 197, .25));
}

.dream-moon-core {
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 240, 197, .08), transparent 68%);
  animation: dream-pulse 4s ease-in-out infinite;
}

.dream-orbit {
  position: absolute;
  inset: -13%;
  border: 1px solid rgba(118, 184, 255, .16);
  border-radius: 50%;
  animation: dream-orbit 22s linear infinite;
}

.dream-orbit::after {
  position: absolute;
  top: 18%;
  left: 4%;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--dream-mint);
  box-shadow: 0 0 1rem rgba(98, 240, 197, .6);
  content: "";
}

.dream-orbit-two {
  inset: -28%;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 34s;
}

.dream-orbit-two::after {
  top: auto;
  right: 12%;
  bottom: 9%;
  left: auto;
  background: var(--dream-violet);
}

.dream-fragment {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .7rem;
  border: 1px solid var(--dream-line);
  border-radius: 999px;
  color: #dce6f8;
  background: rgba(9, 16, 34, .72);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
  font-size: .7rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
  animation: dream-float 6s ease-in-out infinite;
}

.dream-fragment i {
  color: var(--dream-mint);
}

.dream-fragment-one {
  top: 14%;
  left: 4%;
}

.dream-fragment-two {
  top: 25%;
  right: 2%;
  animation-delay: -2s;
}

.dream-fragment-three {
  right: 12%;
  bottom: 19%;
  animation-delay: -4s;
}

.dream-hero-visual > p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: .15rem;
  color: #dce6f8;
  text-align: center;
}

.dream-hero-visual small {
  color: var(--dream-muted);
  font-size: .72rem;
}

.dream-hero-visual strong {
  font-size: .88rem;
}

.dream-workspace-section {
  position: relative;
  padding: clamp(2rem, 6vw, 5rem) 0;
}

.dream-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr);
  align-items: start;
  gap: 1rem;
}

.dream-form,
.dream-guide,
.dream-result-shell,
.dream-method-grid {
  border: 1px solid var(--dream-line);
  background: rgba(255, 255, 255, .022);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.dream-form {
  padding: clamp(1rem, 3vw, 1.8rem);
  border-color: rgba(98, 240, 197, .2);
  border-radius: 26px;
  background: radial-gradient(circle at 100% 0, rgba(137, 112, 255, .09), transparent 22rem), rgba(7, 14, 29, .76);
}

.dream-form-head,
.dream-section-head,
.dream-result-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.dream-form-head h2,
.dream-section-head h2,
.dream-result-head h2,
.dream-guide h2,
.dream-method-grid h2 {
  margin: .5rem 0 0;
  color: #f4f7ff;
  font-weight: 950;
  letter-spacing: -.04em;
}

.dream-form-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.dream-form-head p,
.dream-section-head p {
  max-width: 610px;
  margin: .55rem 0 0;
  color: var(--dream-muted);
  font-size: .82rem;
  line-height: 1.6;
}

.dream-step {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: none;
  place-items: center;
  border: 1px solid rgba(98, 240, 197, .28);
  border-radius: 50%;
  color: var(--dream-mint);
  background: rgba(98, 240, 197, .05);
  font-size: .72rem;
  font-weight: 950;
}

.dream-field,
.dream-choice-group {
  display: grid;
  gap: .55rem;
  margin-top: 1rem;
}

.dream-field > span:first-child,
.dream-choice-group legend {
  color: #e9effb;
  font-size: .78rem;
  font-weight: 900;
}

.dream-field small {
  color: var(--dream-muted);
  font-weight: 600;
}

.dream-field input,
.dream-field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--dream-line);
  border-radius: 15px;
  color: #f4f7ff;
  background: rgba(255, 255, 255, .035);
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.dream-field input {
  min-height: 3.4rem;
  padding: .75rem .9rem;
}

.dream-field textarea {
  min-height: 15rem;
  padding: 1rem;
  line-height: 1.65;
  resize: vertical;
}

.dream-field textarea.dream-context {
  min-height: 7rem;
}

.dream-field input:focus,
.dream-field textarea:focus {
  border-color: rgba(98, 240, 197, .45);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 0 0 .22rem rgba(98, 240, 197, .07);
}

.dream-field input::placeholder,
.dream-field textarea::placeholder {
  color: rgba(169, 180, 208, .55);
}

.dream-field-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dream-muted);
  font-size: .68rem;
}

.dream-field-footer strong {
  flex: none;
  color: rgba(214, 224, 244, .65);
}

.dream-choice-group {
  min-width: 0;
  padding: 0;
  border: 0;
}

.dream-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .45rem;
}

.dream-frequency-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dream-choice-button {
  display: grid;
  min-width: 0;
  min-height: 4.1rem;
  place-items: center;
  gap: .3rem;
  padding: .5rem .35rem;
  border: 1px solid var(--dream-line);
  border-radius: 13px;
  color: #bfcbe1;
  background: rgba(255, 255, 255, .025);
  font-size: .66rem;
  font-weight: 850;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.dream-choice-button i {
  color: var(--dream-mint);
  font-size: .95rem;
}

.dream-choice-button:hover,
.dream-choice-button.is-active {
  border-color: rgba(98, 240, 197, .42);
  color: #f3f7ff;
  background: rgba(98, 240, 197, .075);
  transform: translateY(-1px);
}

.dream-choice-button:focus-visible,
.dream-submit:focus-visible,
.dream-result-actions button:focus-visible {
  outline: 2px solid #f4f7ff;
  outline-offset: 3px;
}

.dream-submit {
  width: 100%;
  margin-top: 1.2rem;
  border: 0;
  cursor: pointer;
}

.dream-submit:disabled {
  cursor: wait;
  filter: saturate(.4);
  opacity: .55;
}

.dream-privacy {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: .4rem;
  margin: .75rem 0 0;
  color: rgba(169, 180, 208, .65);
  font-size: .68rem;
  text-align: center;
}

.dream-privacy i {
  color: var(--dream-mint);
}

.dream-guide {
  position: sticky;
  top: 6rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(118, 184, 255, .055), rgba(137, 112, 255, .04)), rgba(7, 14, 29, .68);
}

.dream-guide h2 {
  font-size: 1.45rem;
}

.dream-guide ol {
  display: grid;
  gap: .45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.dream-guide li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  padding: .7rem;
  border: 1px solid var(--dream-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .018);
}

.dream-guide li > span {
  color: var(--dream-mint);
  font-size: .62rem;
  font-weight: 950;
}

.dream-guide strong {
  display: block;
  color: #edf3ff;
  font-size: .75rem;
}

.dream-guide p {
  margin: .2rem 0 0;
  color: var(--dream-muted);
  font-size: .68rem;
  line-height: 1.5;
}

.dream-guide blockquote {
  margin: 1rem 0 0;
  padding: .85rem;
  border-left: 2px solid var(--dream-mint);
  color: #cbd7eb;
  background: rgba(98, 240, 197, .035);
  font-size: .72rem;
  font-style: italic;
  line-height: 1.55;
}

.dream-result-section {
  display: none;
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.dream-result-section.is-visible {
  display: block;
}

.dream-result-shell {
  min-height: 14rem;
  padding: clamp(1rem, 3vw, 1.7rem);
  border-color: rgba(98, 240, 197, .2);
  border-radius: 28px;
  background: radial-gradient(circle at 100% 0, rgba(137, 112, 255, .1), transparent 26rem), rgba(6, 13, 27, .82);
}

.dream-analysis-loader {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 7.25rem;
  max-width: 720px;
  margin: auto;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(98, 240, 197, .18);
  border-radius: 18px;
  background: radial-gradient(circle at 8% 50%, rgba(98, 240, 197, .12), transparent 13rem), rgba(2, 11, 22, .46);
}

.dream-analysis-loader[aria-hidden="true"] {
  display: none;
}

.dream-loader-moon {
  position: relative;
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  border: 1px solid rgba(98, 240, 197, .2);
  border-radius: 50%;
  color: var(--dream-mint);
  background: radial-gradient(circle, rgba(98, 240, 197, .1), transparent 67%);
}

.dream-loader-moon::before,
.dream-loader-moon::after,
.dream-loader-moon span {
  position: absolute;
  inset: -.35rem;
  border: 1px solid transparent;
  border-top-color: rgba(98, 240, 197, .6);
  border-radius: 50%;
  content: "";
  animation: dream-orbit 2.4s linear infinite;
  will-change: transform;
}

.dream-loader-moon::after {
  inset: .28rem;
  border-top-color: transparent;
  border-right-color: rgba(137, 112, 255, .72);
  animation-direction: reverse;
  animation-duration: 1.7s;
}

.dream-loader-moon span:first-of-type {
  inset: -.65rem;
  border-top-color: transparent;
  border-bottom-color: rgba(118, 184, 255, .25);
  animation-duration: 3.4s;
}

.dream-loader-moon span:last-of-type {
  inset: 1.05rem;
  border-top-color: rgba(255, 255, 255, .45);
  animation-duration: 1.25s;
}

.dream-loader-moon i {
  font-size: 1.15rem;
  animation: dream-pulse 1.8s ease-in-out infinite;
}

.dream-loader-copy {
  display: grid;
  gap: .25rem;
}

.dream-analysis-loader h2 {
  margin: 0;
  color: #f4f7ff;
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: -.02em;
}

.dream-analysis-loader p {
  margin: 0;
  color: var(--dream-muted);
  font-size: .78rem;
}

.dream-loader-dots {
  display: flex;
  gap: .35rem;
}

.dream-loader-dots i {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--dream-mint);
  animation: dream-loader-dot 1.2s ease-in-out infinite;
}

.dream-loader-dots i:nth-child(2) {
  animation-delay: .16s;
}

.dream-loader-dots i:nth-child(3) {
  animation-delay: .32s;
}

.dream-loader-progress {
  grid-column: 1 / -1;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.dream-loader-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--dream-mint), transparent);
  animation: dream-progress 2.2s ease-in-out infinite;
}

.dream-result-content[hidden],
.dream-error[hidden] {
  display: none;
}

.dream-result-content {
  animation: dream-reveal .65s cubic-bezier(.16, 1, .3, 1) both;
}

.dream-result-head h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

.dream-result-meta {
  flex: none;
  color: var(--dream-mint);
  border-color: rgba(98, 240, 197, .2);
  background: rgba(98, 240, 197, .045);
}

.dream-essence {
  position: relative;
  margin-top: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(98, 240, 197, .28);
  border-radius: 19px;
  background: radial-gradient(circle at 100% 0, rgba(137, 112, 255, .18), transparent 19rem), linear-gradient(135deg, rgba(98, 240, 197, .09), rgba(98, 240, 197, .02));
}

.dream-essence::after {
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(98, 240, 197, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 1.8rem rgba(98, 240, 197, .02), 0 0 0 3.7rem rgba(98, 240, 197, .012);
  content: "";
}

.dream-essence span {
  color: var(--dream-mint);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dream-essence p {
  position: relative;
  z-index: 1;
  max-width: 76rem;
  margin: .6rem 0 0;
  color: #f4f8ff;
  font-size: clamp(.98rem, 1.8vw, 1.18rem);
  font-weight: 800;
  line-height: 1.7;
  white-space: pre-line;
}

.dream-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .7rem;
}

.dream-result-card,
.dream-list-card,
.dream-dual-card {
  border: 1px solid var(--dream-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
}

.dream-result-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  padding: 1rem;
}

.dream-result-card.is-wide {
  grid-column: 1 / -1;
}

.dream-card-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(98, 240, 197, .18);
  border-radius: 12px;
  color: var(--dream-mint);
  background: rgba(98, 240, 197, .045);
}

.dream-result-card h3,
.dream-list-card h3,
.dream-dual-card h3 {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  color: #eff5ff;
  font-size: .84rem;
  font-weight: 950;
}

.dream-result-card h3 i,
.dream-list-card h3 i,
.dream-dual-card h3 i {
  color: var(--dream-mint);
}

.dream-result-card p,
.dream-dual-card p {
  margin: .5rem 0 0;
  color: var(--dream-muted);
  font-size: .8rem;
  line-height: 1.68;
  white-space: pre-line;
}

.dream-symbol-section {
  margin-top: 1.3rem;
}

.dream-section-head {
  align-items: end;
}

.dream-section-head h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.dream-section-head > p {
  max-width: 340px;
  text-align: right;
}

.dream-symbol-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .8rem;
}

.dream-symbol-card {
  position: relative;
  min-width: 0;
  padding: .9rem;
  overflow: hidden;
  border: 1px solid var(--dream-line);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(118, 184, 255, .035), rgba(137, 112, 255, .025));
}

.dream-symbol-card > span {
  color: var(--dream-mint);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .1em;
}

.dream-symbol-card h3 {
  margin: .4rem 0 0;
  color: #f2f6ff;
  font-size: .9rem;
  font-weight: 950;
}

.dream-symbol-card p {
  margin: .5rem 0 0;
  color: var(--dream-muted);
  font-size: .74rem;
  line-height: 1.6;
}

.dream-symbol-card small {
  display: block;
  margin-top: .65rem;
  padding-top: .6rem;
  border-top: 1px solid rgba(190, 205, 230, .1);
  color: rgba(214, 224, 244, .72);
  font-size: .67rem;
  line-height: 1.55;
}

.dream-list-card,
.dream-dual-card {
  padding: 1rem;
}

.dream-list-card ul {
  display: grid;
  gap: .5rem;
  margin: .7rem 0 0;
  padding: 0;
  list-style: none;
}

.dream-list-card li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .45rem;
  color: var(--dream-muted);
  font-size: .76rem;
  line-height: 1.6;
}

.dream-list-card li i {
  margin-top: .12rem;
  color: var(--dream-mint);
}

.dream-dual-card {
  display: grid;
  gap: .85rem;
}

.dream-dual-card section + section {
  padding-top: .85rem;
  border-top: 1px solid var(--dream-line);
}

.dream-disclaimer {
  margin: 1rem 0 0;
  color: rgba(169, 180, 208, .58);
  font-size: .68rem;
  line-height: 1.55;
}

.dream-result-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.dream-result-actions button {
  min-height: 2.8rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(98, 240, 197, .25);
  color: var(--dream-mint);
  background: rgba(98, 240, 197, .045);
  box-shadow: none;
  font-size: .72rem;
  cursor: pointer;
}

.dream-result-actions button:hover {
  color: var(--dream-mint);
  background: rgba(98, 240, 197, .08);
}

.dream-error {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  min-height: 10rem;
  color: #f1f5ff;
}

.dream-error > i {
  color: #ffaaa8;
  font-size: 1.5rem;
}

.dream-error p {
  margin: .25rem 0 0;
  color: var(--dream-muted);
  font-size: .76rem;
}

.dream-error button {
  min-height: 2.7rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(98, 240, 197, .25);
  color: var(--dream-mint);
  background: rgba(98, 240, 197, .045);
  box-shadow: none;
  font-size: .72rem;
  cursor: pointer;
}

.dream-method-section {
  padding: clamp(2rem, 6vw, 5rem) 0 clamp(5rem, 9vw, 8rem);
}

.dream-method-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  border-radius: 25px;
  background: radial-gradient(circle at 0 100%, rgba(98, 240, 197, .08), transparent 23rem), rgba(255, 255, 255, .018);
}

.dream-method-grid h2 {
  font-size: clamp(1.6rem, 4vw, 3rem);
}

.dream-method-grid > p {
  margin: 0;
  color: var(--dream-muted);
  font-size: .88rem;
  line-height: 1.75;
}

.dream-reveal {
  animation: dream-reveal .7s cubic-bezier(.16, 1, .3, 1) both;
}

.dream-hero-visual.dream-reveal {
  animation-delay: .12s;
}

@keyframes dream-reveal {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dream-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dream-pulse {
  50% {
    opacity: .5;
    transform: scale(.86);
  }
}

@keyframes dream-float {
  50% {
    transform: translateY(-.55rem);
  }
}

@keyframes dream-progress {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(340%);
  }
}

@keyframes dream-loader-dot {
  0%,
  80%,
  100% {
    opacity: .35;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-.28rem);
  }
}

@media (max-width: 991.98px) {
  .dream-hero-grid {
    grid-template-columns: 1fr;
  }

  .dream-hero-copy {
    text-align: center;
  }

  .dream-hero-copy > p {
    margin-inline: auto;
  }

  .dream-hero-tags {
    justify-content: center;
  }

  .dream-hero-visual {
    min-height: 26rem;
  }

  .dream-workspace {
    grid-template-columns: 1fr;
  }

  .dream-guide {
    position: static;
  }

  .dream-guide ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dream-symbol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .dream-hero {
    min-height: auto;
  }

  .dream-hero-grid {
    gap: 1rem;
    padding: 4.5rem 0 2rem;
  }

  .dream-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .dream-hero-copy > p {
    font-size: .9rem;
  }

  .dream-hero-tags span {
    font-size: .63rem;
  }

  .dream-hero-visual {
    min-height: 21rem;
  }

  .dream-moon {
    width: 13rem;
  }

  .dream-fragment {
    font-size: .6rem;
  }

  .dream-fragment-one {
    left: 0;
  }

  .dream-fragment-two {
    right: 0;
  }

  .dream-form,
  .dream-guide,
  .dream-result-shell,
  .dream-method-grid {
    border-radius: 20px;
  }

  .dream-form {
    padding: .9rem;
  }

  .dream-form-head {
    display: block;
  }

  .dream-step {
    display: none;
  }

  .dream-field textarea {
    min-height: 13rem;
  }

  .dream-choice-grid,
  .dream-frequency-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dream-choice-button {
    min-height: 3.8rem;
    font-size: .62rem;
  }

  .dream-guide ol {
    grid-template-columns: 1fr;
  }

  .dream-analysis-loader {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 13rem;
    text-align: center;
  }

  .dream-loader-moon {
    width: 4.4rem;
    height: 4.4rem;
  }

  .dream-loader-dots {
    justify-content: center;
  }

  .dream-result-head,
  .dream-section-head {
    display: block;
  }

  .dream-result-meta {
    margin-top: .6rem;
  }

  .dream-section-head > p {
    max-width: none;
    text-align: left;
  }

  .dream-result-grid,
  .dream-symbol-grid,
  .dream-method-grid {
    grid-template-columns: 1fr;
  }

  .dream-result-card {
    grid-template-columns: 1fr;
  }

  .dream-card-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .dream-error {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dream-error button {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dream-page *,
  .dream-page *::before,
  .dream-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
