:root {
  --ink: #101a2b;
  --ink-soft: #607088;
  --navy: #0b1426;
  --navy-2: #122440;
  --paper: #f8f7f3;
  --white: #fff;
  --gold: #d9af62;
  --gold-light: #f8e5b3;
  --blue: #7488ff;
  --blue-deep: #465dce;
  --line: #dfe4ed;
  --wood: #59b57a;
  --fire: #e87062;
  --earth: #d4a45a;
  --metal: #7f91bc;
  --water: #5ea8ca;
}
* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  background: #0d1628;
}
body {
  min-width: 320px;
  margin: 0;
  background: #0d1628;
  color: var(--ink);
  font:
    14px/1.6 "PingFang SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}
button,
select {
  font: inherit;
}
.shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 10%, #1f3961 0, transparent 27%),
    radial-gradient(circle at 94% 92%, #2b2550 0, transparent 28%),
    linear-gradient(135deg, #0a1222, #172f51 50%, #0d1627);
  isolation: isolate;
}
.shell:before,
.shell:after {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}
.shell:before {
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 29px 29px;
  mask-image: linear-gradient(to bottom, #000a, transparent 80%);
}
.shell:after {
  background: radial-gradient(ellipse at center, #ffffff08, transparent 64%);
}
.ambient {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid #ddc4771c;
  border-radius: 50%;
  box-shadow:
    0 0 0 46px #ddc47708,
    0 0 0 100px #ddc47705;
  filter: blur(0.2px);
}
.ambient-one {
  top: -220px;
  left: -180px;
}
.ambient-two {
  right: -230px;
  bottom: -240px;
}
.ambient-three {
  top: 38%;
  left: calc(50% - 300px);
  width: 600px;
  height: 600px;
  opacity: 0.26;
}
.page-frame {
  width: min(100%, 1040px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 28px 54px;
}
.welcome .page-frame {
  padding-top: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f9efd8;
}
.brand-mark {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #ddbd78;
  border-radius: 9px;
  transform: rotate(45deg);
}
.brand-mark i {
  position: absolute;
  display: block;
  background: #efcf8b;
}
.brand-mark i:nth-child(1) {
  width: 11px;
  height: 1px;
}
.brand-mark i:nth-child(2) {
  width: 1px;
  height: 11px;
}
.brand-mark i:nth-child(3) {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.brand > div {
  display: grid;
  line-height: 1;
}
.brand b {
  font-size: 12px;
  letter-spacing: 0.15em;
}
.brand small {
  margin-top: 4px;
  color: #b5bfd0;
  font-size: 8px;
  letter-spacing: 0.2em;
}
.brand--compact {
  transform: scale(0.9);
  transform-origin: left center;
}
.home-nav,
.flow-top,
.quiz-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edition-pill,
.report-chip {
  padding: 6px 10px;
  border: 1px solid #e7c87d55;
  border-radius: 999px;
  background: #eacb7e10;
  color: #e9cd8c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.city-home {
  max-width: 920px;
  margin: 0 auto;
}
.home-hero {
  position: relative;
  max-width: 780px;
  min-height: 980px;
  margin: 62px auto 0;
  padding: 110px 26px 0;
  isolation: isolate;
  text-align: center;
}
.home-hero:before {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 500px;
  height: 500px;
  border: 1px solid #e6c77d22;
  border-radius: 50%;
  box-shadow:
    0 0 0 43px #e6c77d0b,
    0 0 0 100px #e6c77d06;
  content: "";
  transform: translateX(-50%);
}
.home-hero > :not(.city-orbit-field) {
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0;
  color: #e8c979;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.home-hero h1 {
  max-width: 730px;
  margin: 18px auto 0;
  color: #fff9ec;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1.2;
}
.home-hero h1 em {
  display: block;
  color: #f0c96f;
  font-style: normal;
}
.hero-copy {
  max-width: 510px;
  margin: 24px auto 0;
  color: #c0cbda;
  font-size: 15px;
  line-height: 1.9;
}
.hero-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 21px;
  color: #8997ab;
  font-size: 10px;
}
.hero-line i {
  width: 26px;
  height: 1px;
  background: #d9af62;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  margin: 38px auto 0;
  padding: 18px 0;
  border-top: 1px solid #e8d29333;
  border-bottom: 1px solid #e8d29333;
}
.hero-stats div {
  display: grid;
  gap: 1px;
  place-items: center;
  border-right: 1px solid #e8d29322;
}
.hero-stats div:last-child {
  border-right: 0;
}
.hero-stats strong {
  color: #f2ce78;
  font-family: Georgia, serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.hero-stats span {
  margin-top: 5px;
  color: #b6c0d0;
  font-size: 10px;
}
.primary-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  border: 1px solid #ffd88599;
  border-radius: 13px;
  background: linear-gradient(112deg, #c77c43, #aa3d37 56%, #783034);
  box-shadow:
    0 14px 32px #00000040,
    0 0 0 1px #ffe09b22 inset;
  color: #fffaf0;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    filter 0.18s;
}
.primary-button b {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.primary-button:hover {
  box-shadow:
    0 17px 38px #00000052,
    0 0 0 1px #ffe09b44 inset;
  filter: brightness(1.07);
  transform: translateY(-2px);
}
.city-start {
  max-width: 390px;
  margin: 32px auto 0;
}
.hero-note {
  margin: 13px 0 0;
  color: #8e9aad;
  font-size: 10px;
}
.city-index {
  max-width: 860px;
  margin: 26px auto 0;
}
.section-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 17px;
}
.section-caption span {
  color: #f0d18b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.section-caption p {
  margin: 0;
  color: #aeb9c8;
  font-size: 11px;
}
.city-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.city-group {
  min-height: 204px;
  padding: 20px;
  border: 1px solid #e6d8ad36;
  border-radius: 18px;
  background: linear-gradient(145deg, #f7f5ef, #e5ebf2);
  box-shadow: 0 16px 30px #0000001f;
  color: var(--ink);
}
.city-group.money {
  background: linear-gradient(145deg, #fbf4e6, #eee3c7);
}
.city-group.rocket {
  background: linear-gradient(145deg, #edf4ff, #dbe6f7);
}
.city-group.coffee {
  background: linear-gradient(145deg, #eef5f0, #dce9e4);
}
.city-group__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.city-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  background: #182945;
  color: #f5ce73;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
}
.money .city-icon {
  background: #664e81;
}
.rocket .city-icon {
  background: #3b638b;
}
.coffee .city-icon {
  background: #326f62;
}
.city-group__head div {
  display: grid;
  gap: 1px;
}
.city-group strong {
  font-size: 15px;
  letter-spacing: -0.03em;
}
.city-group small {
  color: #768098;
  font-size: 10px;
}
.city-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.city-chips span {
  padding: 5px 8px;
  border: 1px solid #6d7c9522;
  border-radius: 999px;
  background: #ffffff88;
  color: #334054;
  font-size: 11px;
}
.flow-page,
.quiz-page,
.report-page {
  max-width: 810px;
  margin: 0 auto;
}
.text-button {
  border: 0;
  background: transparent;
  color: #c4cedc;
  font-size: 11px;
  cursor: pointer;
}
.text-button:hover {
  color: #f3d58f;
}
.step-strip {
  display: flex;
  max-width: 470px;
  margin: 36px auto 0;
}
.step-strip > div {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 7px;
  color: #7f8da1;
  font-size: 10px;
}
.step-strip > div:not(:last-child):after {
  position: absolute;
  top: 12px;
  right: 9px;
  left: 61px;
  height: 1px;
  background: #ffffff1f;
  content: "";
}
.step-strip b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #8291a655;
  border-radius: 50%;
  font-size: 8px;
}
.step-strip .is-active,
.step-strip .is-done {
  color: #f1d287;
}
.step-strip .is-active b,
.step-strip .is-done b {
  border-color: #edcd7f;
  background: #d0a6501c;
}
.step-strip .is-done:not(:last-child):after {
  background: #e4c375aa;
}
.flow-card {
  position: relative;
  max-width: 590px;
  margin: 41px auto 0;
  padding: 46px 45px 38px;
  border: 1px solid #f1d99353;
  border-radius: 22px;
  background: linear-gradient(145deg, #fffffff2, #edf1f4ed);
  box-shadow: 0 26px 50px #02081555;
  color: var(--ink);
  overflow: hidden;
}
.flow-card:before {
  position: absolute;
  top: -95px;
  right: -75px;
  width: 220px;
  height: 220px;
  border: 1px solid #d3a95135;
  border-radius: 50%;
  box-shadow: 0 0 0 32px #d3a95110;
  content: "";
}
.flow-card > * {
  position: relative;
}
.card-index {
  position: absolute;
  top: 25px;
  right: 30px;
  color: #b88b3e44;
  font-family: Georgia, serif;
  font-size: 34px;
}
.flow-card h1 {
  margin: 11px 0 0;
  color: #142038;
  font-family: Georgia, "Songti SC", serif;
  font-size: 34px;
  letter-spacing: -0.055em;
  line-height: 1.25;
}
.lead-copy {
  max-width: 450px;
  margin: 14px 0 0;
  color: #667389;
  font-size: 13px;
  line-height: 1.85;
}
.date-form {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
  margin-top: 31px;
}
.date-form label {
  display: grid;
  gap: 6px;
  color: #69758a;
  font-size: 11px;
}
.date-form select {
  width: 100%;
  height: 48px;
  padding: 0 11px;
  border: 1px solid #d6dde7;
  border-radius: 9px;
  background: #fff;
  color: #1b273b;
  outline: 0;
}
.date-form select:focus {
  border-color: #b78040;
  box-shadow: 0 0 0 3px #dca74b23;
}
.date-form .primary-button {
  grid-column: 1/-1;
  margin-top: 10px;
}
.form-message {
  height: 18px;
  margin: 10px 0 0;
  color: #b94848;
  font-size: 11px;
  opacity: 0;
}
.form-message.show {
  opacity: 1;
}
.privacy-line {
  margin-top: 19px;
  color: #8792a2;
  font-size: 10px;
  text-align: center;
}
.privacy-line i {
  margin-right: 5px;
  color: #b8893d;
  font-style: normal;
}
.theme-card {
  text-align: center;
}
.theme-card .eyebrow {
  color: #a67c35;
}
.theme-orbit {
  position: relative;
  display: grid;
  width: 139px;
  height: 139px;
  place-items: center;
  margin: 22px auto 13px;
}
.theme-orbit:before,
.theme-orbit i {
  position: absolute;
  border: 1px solid #c89b452d;
  border-radius: 50%;
  content: "";
}
.theme-orbit:before {
  inset: 0;
}
.theme-orbit i:first-child {
  inset: 14px;
}
.theme-orbit i:nth-child(2) {
  inset: 29px;
  border-style: dashed;
}
.theme-orbit b {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid #cba44e;
  border-radius: 50%;
  background: #f7ead2;
  color: #9c7132;
  font-family: Georgia, "Songti SC", serif;
  font-size: 23px;
}
.theme-card > small {
  color: #8b96a6;
  font-size: 10px;
}
.theme-card h1 {
  margin-top: 5px;
}
.theme-intro {
  max-width: 425px;
  margin: 15px auto 0;
  color: #5e6b7e;
  font-size: 13px;
  line-height: 1.85;
}
.element-relations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  text-align: left;
}
.element-relations > div {
  padding: 13px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fafafa;
}
.element-relations span,
.element-relations small {
  display: block;
  color: #8c96a6;
  font-size: 10px;
}
.element-relations b {
  display: block;
  margin: 5px 0;
  color: #25344c;
  font-size: 15px;
}
.element-relations b i {
  padding: 0 3px;
  color: #b5873d;
  font-style: normal;
}
.theme-card .primary-button,
.intro-card .primary-button {
  margin-top: 26px;
}
.intro-card {
  text-align: center;
}
.intro-card .eyebrow {
  color: #a67c35;
}
.intro-card h1 {
  font-size: 32px;
}
.intro-card .lead-copy {
  margin-right: auto;
  margin-left: auto;
}
.intro-emblem {
  position: relative;
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  margin: 22px auto 18px;
  border: 1px solid #d6ae59;
  border-radius: 50%;
  background: #faf3e4;
  color: #a67530;
}
.intro-emblem:before {
  position: absolute;
  inset: 8px;
  border: 1px dashed #c89f4eaa;
  border-radius: inherit;
  content: "";
}
.intro-emblem b {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1;
}
.intro-emblem span {
  margin-top: -26px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.intro-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}
.intro-points span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf0f4;
  color: #667489;
  font-size: 10px;
}
.quiz-page {
  max-width: 760px;
}
.quiz-top {
  padding-top: 2px;
}
.quiz-count {
  display: grid;
  color: #e8cb84;
  text-align: right;
}
.quiz-count span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.quiz-count b {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.1;
}
.quiz-count small {
  color: #aab4c4;
  font-size: 11px;
}
.quiz-progress {
  margin: 30px 0 23px;
}
.quiz-progress > div {
  display: flex;
  justify-content: space-between;
  color: #aebbd0;
  font-size: 10px;
}
.quiz-progress > div b {
  color: #e6c36f;
}
.quiz-progress > i {
  display: block;
  height: 5px;
  margin-top: 8px;
  border-radius: 99px;
  background: #ffffff16;
  overflow: hidden;
}
.quiz-progress > i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b2743a, #f1d080);
  box-shadow: 0 0 14px #f1d08099;
  transition: width 0.2s;
}
.quiz-card {
  position: relative;
  padding: 39px 44px 23px;
  border: 1px solid #d9b96566;
  border-radius: 20px;
  background: linear-gradient(145deg, #152d45e8, #0d1e34ec);
  box-shadow: 0 24px 55px #00000045;
  color: #fdf7e9;
  overflow: hidden;
}
.quiz-card:before,
.quiz-card:after {
  position: absolute;
  border: 1px solid #e9cd7b17;
  border-radius: 50%;
  content: "";
}
.quiz-card:before {
  top: -230px;
  right: -140px;
  width: 520px;
  height: 520px;
}
.quiz-card:after {
  bottom: -290px;
  left: -160px;
  width: 470px;
  height: 470px;
}
.quiz-card > * {
  position: relative;
}
.question-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question-meta span {
  color: #edca77;
  font-family: Georgia, serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.question-meta i {
  color: #8ca0b8;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.15em;
}
.quiz-card h1 {
  max-width: 590px;
  margin: 27px 0 8px;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(28px, 4.2vw, 39px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.34;
}
.question-tip {
  margin: 0;
  color: #9dacc0;
  font-size: 11px;
}
.choice-list {
  display: grid;
  gap: 10px;
  margin-top: 31px;
}
.simple-choice {
  display: grid;
  grid-template-columns: 34px 1fr 14px;
  align-items: center;
  gap: 12px;
  min-height: 59px;
  padding: 10px 15px;
  border: 1px solid #dfe7ef2b;
  border-radius: 11px;
  background: #ffffff08;
  color: #f5f5f0;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.16s,
    border-color 0.16s,
    background 0.16s;
}
.simple-choice b {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #d8ba7066;
  border-radius: 50%;
  color: #efcf84;
  font-family: Georgia, serif;
  font-size: 11px;
}
.simple-choice span {
  font-size: 13px;
}
.simple-choice > i {
  color: #d4b871;
  opacity: 0;
  font-style: normal;
  transition: opacity 0.16s;
}
.simple-choice:hover,
.simple-choice.selected {
  border-color: #e8c873aa;
  background: #f7d88515;
  transform: translateX(3px);
}
.simple-choice:hover > i,
.simple-choice.selected > i {
  opacity: 1;
}
.simple-choice.selected b {
  border-color: #f3d279;
  background: #e4ba62;
  color: #19283d;
}
.simple-choice:disabled {
  cursor: default;
}
.quiz-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 37px;
  margin-top: 19px;
  color: #a9b7c8;
  font-size: 10px;
}
.quiz-foot span i {
  margin-right: 4px;
  color: #dabb70;
  font-style: normal;
}
.back-button {
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: #e4c477;
  font-size: 10px;
  cursor: pointer;
}
.back-button.is-hidden {
  visibility: hidden;
}
.retry-button {
  margin-right: 8px;
  padding: 6px 10px;
  border: 1px solid #e1bd6f;
  border-radius: 999px;
  background: #ffffff10;
  color: #f4d681;
  font-size: 10px;
  cursor: pointer;
}
.report-error {
  color: #f2b1a8;
}
.report-loading-page {
  display: grid;
  min-height: calc(100vh - 46px);
  align-content: center;
  max-width: 760px;
  margin: 0 auto;
}
.report-loading-status {
  color: #d9bd77;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.report-loading-card {
  position: relative;
  margin-top: 34px;
  padding: 52px 45px 44px;
  overflow: hidden;
  border: 1px solid #d9b96566;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 25%, #b7803620, transparent 30%), linear-gradient(145deg, #152d45ef, #0d1e34f2);
  box-shadow: 0 26px 60px #00000055;
  color: #fff9eb;
  text-align: center;
}
.report-loading-card:before,
.report-loading-card:after {
  position: absolute;
  border: 1px solid #e9cd7b1c;
  border-radius: 50%;
  content: "";
}
.report-loading-card:before {
  top: -260px;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translateX(-50%);
}
.report-loading-card:after {
  right: -160px;
  bottom: -260px;
  width: 500px;
  height: 500px;
}
.report-loading-card > * {
  position: relative;
}
.report-loading-card .eyebrow {
  color: #ebcc80;
}
.report-loader {
  position: relative;
  display: grid;
  width: 136px;
  height: 136px;
  margin: 27px auto 25px;
  place-content: center;
  border: 1px solid #e9cb7c;
  border-radius: 50%;
  box-shadow: 0 0 0 13px #edcb7a10, inset 0 0 36px #e2ad4020;
}
.report-loader:before {
  position: absolute;
  inset: -8px;
  border: 2px solid transparent;
  border-top-color: #f4d77f;
  border-right-color: #d38046;
  border-radius: inherit;
  animation: report-orbit 1.2s linear infinite;
  content: "";
}
.report-loader i {
  position: absolute;
  inset: 14px;
  border: 1px solid #f3d78444;
  border-radius: inherit;
}
.report-loader i + i {
  inset: 28px;
  border-color: #ffffff1f;
  animation: report-pulse 1.8s ease-in-out infinite;
}
.report-loader b {
  color: #f6d67f;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 0.8;
}
.report-loader small {
  margin-top: 8px;
  color: #b7c1d0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.report-loading-card h1 {
  margin: 0;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(30px, 5vw, 43px);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.report-loading-card > p:not(.eyebrow) {
  max-width: 430px;
  margin: 16px auto 0;
  color: #b9c6d5;
  font-size: 13px;
  line-height: 1.85;
}
.report-loading-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 31px;
  border: 1px solid #e9cd7b2b;
  border-radius: 12px;
  overflow: hidden;
  background: #e9cd7b2b;
}
.report-loading-steps span {
  min-height: 57px;
  padding: 11px 8px;
  background: #0e2036c9;
  color: #cad3df;
  font-size: 10px;
  line-height: 1.55;
}
.report-loading-steps i {
  display: block;
  margin-bottom: 4px;
  color: #eaca7f;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: normal;
}
.report-loading-note {
  display: block;
  margin-top: 19px;
  color: #8597ad;
  font-size: 10px;
}
@keyframes report-orbit {
  to { transform: rotate(360deg); }
}
@keyframes report-pulse {
  50% { transform: scale(1.13); opacity: 0.35; }
}
.report-page {
  max-width: 820px;
}
.report-chip {
  font-size: 8px;
}
.result-hero {
  position: relative;
  margin-top: 28px;
  padding: 46px 50px 38px;
  border: 1px solid #ddbd7377;
  border-radius: 22px;
  background: linear-gradient(140deg, #172f47ef, #14182fef);
  box-shadow: 0 26px 55px #00000048;
  color: #fff9eb;
  overflow: hidden;
}
.result-hero:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 45%, #f1cd7512);
  content: "";
}
.result-hero > * {
  position: relative;
}
.result-hero .eyebrow {
  color: #f0ce82;
  text-align: center;
}
.result-kicker {
  display: block;
  margin-top: 5px;
  color: #98a8bd;
  font-size: 8px;
  letter-spacing: 0.18em;
  text-align: center;
}
.result-orbit {
  position: relative;
  display: grid;
  width: 95px;
  height: 95px;
  place-items: center;
  margin: 13px auto 0;
}
.result-orbit i {
  position: absolute;
  border: 1px solid #edcf7f47;
  border-radius: 50%;
}
.result-orbit i:first-child {
  inset: 0;
}
.result-orbit i:nth-child(2) {
  inset: 11px;
  border-style: dashed;
}
.result-orbit b {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: #e4ba63;
  color: #182843;
  font-family: Georgia, serif;
  font-size: 18px;
}
.result-city {
  text-align: center;
}
.result-city > span {
  color: #c9d4df;
  font-size: 11px;
}
.result-city h1 {
  margin: 2px 0 0;
  color: #f3cf7c;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(48px, 7vw, 66px);
  letter-spacing: -0.075em;
  line-height: 1.08;
}
.result-city p {
  margin: 4px 0 13px;
  color: #d7e0e8;
  font-size: 13px;
}
.result-city div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.result-city b {
  padding: 4px 9px;
  border: 1px solid #efd38755;
  border-radius: 999px;
  background: #f6db9811;
  color: #f4d697;
  font-size: 10px;
  font-weight: 500;
}
.result-affirmation {
  max-width: 540px;
  margin: 25px auto 0;
  padding-top: 18px;
  border-top: 1px solid #eed78a33;
  color: #e6edf4;
  font-family: "Songti SC", "STSong", serif;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}
.result-section {
  margin-top: 20px;
  padding: 31px 34px;
  border: 1px solid #dae2ea;
  border-radius: 18px;
  background: #fcfcfa;
  box-shadow: 0 15px 34px #0000001f;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 13px;
}
.section-title > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #d8b46a;
  border-radius: 50%;
  color: #a27732;
  font-family: Georgia, serif;
  font-size: 11px;
}
.section-title p {
  margin: 0;
  color: #9c7a3c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.section-title h2 {
  margin: 1px 0 0;
  color: #18243a;
  font-family: Georgia, "Songti SC", serif;
  font-size: 23px;
  letter-spacing: -0.04em;
}
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}
.profile-grid > div {
  padding: 15px 16px;
  border: 1px solid #e1e6eb;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f3f6f7);
}
.profile-grid small {
  display: block;
  color: #8290a2;
  font-size: 10px;
}
.profile-grid strong {
  display: block;
  margin-top: 5px;
  color: #25364d;
  font-size: 15px;
}
.profile-grid p {
  margin: 4px 0 0;
  color: #788498;
  font-size: 10px;
  line-height: 1.65;
}
.score-panel {
  margin-top: 19px;
  padding: 4px 17px;
  border-radius: 12px;
  background: #f5f7f8;
}
.score-caption {
  margin: 25px 0 -10px;
  color: #8a6a37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.resonance-panel {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 17px 18px 17px 20px;
  border: 1px solid #dfe5e8;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fbfa, #eef4f3);
}
.resonance-kicker {
  margin: 0;
  color: #4b9a87;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}
.resonance-panel h3 {
  margin: 7px 0 5px;
  color: #223c4e;
  font-family: Georgia, "Songti SC", serif;
  font-size: 18px;
  line-height: 1.35;
}
.resonance-panel > div > p:last-child {
  max-width: 265px;
  margin: 0;
  color: #778798;
  font-size: 11px;
  line-height: 1.7;
}
.resonance-chart {
  display: block;
  width: 240px;
  height: 240px;
}
.chart-grid polygon,
.chart-grid line {
  fill: none;
  stroke: #bfd4d1;
  stroke-width: 1;
}
.chart-grid line { stroke-dasharray: 3 3; }
.chart-area {
  fill: #5ca99535;
  stroke: #3f8e7d;
  stroke-width: 2;
  stroke-linejoin: round;
}
.chart-dot { fill: #dfae5c; stroke: #fff; stroke-width: 1.5; }
.chart-labels { fill: #55716f; font-size: 9px; }
.chart-labels tspan + tspan { fill: #91a2a6; font-size: 7px; }
.score-row {
  --tone: var(--wood);
  padding: 12px 0;
  border-bottom: 1px solid #dfe5e7;
}
.score-row:last-child {
  border-bottom: 0;
}
.score-row.wood {
  --tone: var(--wood);
}
.score-row.fire {
  --tone: var(--fire);
}
.score-row.earth {
  --tone: var(--earth);
}
.score-row.metal {
  --tone: var(--metal);
}
.score-row.water {
  --tone: var(--water);
}
.score-row > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}
.score-row > div span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526175;
}
.score-row > div span i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--tone) 15%, #fff);
  color: var(--tone);
  font-family: Georgia, serif;
  font-size: 9px;
  font-style: normal;
}
.score-row > div b {
  color: var(--tone);
  font-family: Georgia, serif;
}
.score-row > em {
  display: block;
  height: 7px;
  margin: 7px 0 3px;
  border-radius: 999px;
  background: #dfe5e6;
  overflow: hidden;
}
.score-row > em i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--tone) 75%, #fff),
    var(--tone)
  );
}
.score-row small {
  color: #94a0ad;
  font-size: 9px;
}
.city-section {
  background: linear-gradient(145deg, #f8faf9, #f0f6f4);
}
.city-section > p {
  margin: 15px 0 0;
  color: #526275;
  font-size: 13px;
  line-height: 1.92;
}
.city-attribute {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dbe3dd;
  border-radius: 12px;
  background: #ffffff9e;
}
.city-attribute > span {
  display: grid;
  width: 41px;
  height: 41px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #3f9a63;
  font-family: Georgia, serif;
  font-size: 16px;
}
.city-attribute b,
.city-attribute small {
  display: block;
}
.city-attribute b {
  color: #2c5d46;
  font-size: 12px;
}
.city-attribute small {
  margin-top: 3px;
  color: #758297;
  font-size: 10px;
  line-height: 1.65;
}
.result-note {
  margin-top: 20px;
  padding: 25px 30px;
  border-left: 2px solid #d0a65d;
  background: #ffffff0c;
  color: #f8f1df;
}
.result-letter {
  margin-top: 20px;
  padding: 30px 32px;
  border: 1px solid #e4c47a66;
  border-radius: 17px;
  background: radial-gradient(circle at 88% 12%, #e4bd6e20, transparent 30%), linear-gradient(145deg, #203b55, #132238);
  color: #f7f0df;
  box-shadow: 0 16px 36px #0000002d;
}
.result-letter .eyebrow { color: #edcb7b; }
.result-letter h2 {
  margin: 10px 0 12px;
  color: #fff9e9;
  font-family: Georgia, "Songti SC", serif;
  font-size: 25px;
}
.result-letter > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #e4ebef;
  font-family: "Songti SC", "STSong", serif;
  font-size: 15px;
  line-height: 1.95;
}
.result-letter > div {
  display: grid;
  gap: 4px;
  margin-top: 21px;
  padding: 13px 15px;
  border: 1px solid #efd48935;
  border-radius: 11px;
  background: #ffffff0a;
}
.result-letter > div b { color: #f0ca75; font-size: 11px; }
.result-letter > div span { color: #bdcbd4; font-size: 11px; line-height: 1.65; }
.result-note span {
  color: #e3bf6d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.result-note p {
  margin: 8px 0 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: 16px;
  line-height: 1.85;
}
.method-note {
  margin: 19px 4px 0;
  color: #8d9bae;
  font-size: 10px;
  line-height: 1.65;
}
.result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 21px;
}
.share-poster-button {
  display: flex;
  grid-column: 1 / -1;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #f0cb778f;
  border-radius: 12px;
  background: linear-gradient(110deg, #d48142, #a83d35 58%, #722d33);
  box-shadow: 0 12px 27px #00000038;
  color: #fff7e9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.share-poster-button:hover {
  filter: brightness(1.08);
}
.share-poster-button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.share-poster-button b {
  font-size: 17px;
  font-weight: 400;
}
.secondary-button {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d7b46a77;
  border-radius: 12px;
  background: #ffffff0c;
  color: #f4d993;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.secondary-button:hover {
  background: #e9c7751a;
}
.secondary-button b {
  font-size: 15px;
  font-weight: 400;
}
.share-poster-modal[hidden] {
  display: none;
}
.share-poster-modal {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  overflow: auto;
}
.share-poster-shade {
  position: fixed;
  inset: 0;
  width: 100%;
  border: 0;
  background: #030a13d9;
  backdrop-filter: blur(10px);
  cursor: default;
}
.share-poster-card {
  --city-signal: #82c8df;
  --city-glow: #5ea8ca;
  position: relative;
  width: min(100%, 510px);
  padding: 19px 15px 16px;
  border: 1px solid #d9af6275;
  border-radius: 20px;
  background:
    radial-gradient(circle at 84% 8%, color-mix(in srgb, var(--city-glow) 23%, transparent), transparent 30%),
    radial-gradient(circle at 9% 92%, #d9af6214, transparent 32%),
    linear-gradient(145deg, #102f48, #091b2d 64%, #071522);
  box-shadow: 0 30px 85px #000000c7;
  overflow: hidden;
  text-align: center;
}
.share-poster-card--wood { --city-signal: #93d4ae; --city-glow: #3f9874; }
.share-poster-card--fire { --city-signal: #f3a17a; --city-glow: #cb614a; }
.share-poster-card--earth { --city-signal: #e7c987; --city-glow: #b18447; }
.share-poster-card--metal { --city-signal: #c8d7dc; --city-glow: #718ea6; }
.share-poster-card--water { --city-signal: #8bd2e7; --city-glow: #397fa6; }
.share-poster-card::before {
  position: absolute;
  inset: 8px;
  border: 1px solid #f5dd9a33;
  border-radius: 14px;
  background-image:
    linear-gradient(#ffffff09 1px, transparent 1px),
    linear-gradient(90deg, #ffffff09 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: .8;
  pointer-events: none;
}
.share-poster-title,
.share-poster-subtitle,
.share-poster-actions,
.share-poster-hint,
.share-poster-preview {
  position: relative;
}
.share-poster-title {
  margin: 1px 34px 1px;
  color: #f3d188;
  font-family: "Kaiti SC", "STKaiti", "Songti SC", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.share-poster-subtitle {
  display: block;
  margin: 0 28px 13px;
  color: #b8cbd5;
  font-size: 10px;
  letter-spacing: .04em;
}
.share-poster-close {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 8px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--city-signal);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.share-poster-preview {
  display: block;
  width: 100%;
  max-height: 66svh;
  margin: auto;
  border: 1px solid #d9af625c;
  border-radius: 10px;
  background: #071a2d;
  box-shadow: 0 13px 34px #000000b3;
  object-fit: contain;
}
.share-poster-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.share-poster-actions button {
  min-height: 45px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.share-poster-save {
  border: 1px solid color-mix(in srgb, var(--city-signal) 78%, #fff);
  background: linear-gradient(110deg, color-mix(in srgb, var(--city-glow) 82%, #d9af62), var(--city-glow));
  color: #fff8e9;
}
.share-poster-native {
  border: 1px solid color-mix(in srgb, var(--city-signal) 64%, transparent);
  background: #071d2d9c;
  color: var(--city-signal);
}
.share-poster-hint {
  min-height: 18px;
  margin: 11px 0 0;
  color: #aec4cc;
  font-size: 12px;
}
.error-card {
  text-align: center;
}
.error-card .eyebrow {
  color: #a67c35;
}
.error-card .primary-button {
  margin-top: 20px;
}
.access-card {
  max-width: 510px;
  padding: 54px 50px 46px;
  text-align: center;
}
.access-card .eyebrow {
  color: #a67c35;
}
.access-seal {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 20px auto 10px;
  place-items: center;
  border: 1px solid #cfaa5f;
  border-radius: 50%;
  color: #b8893d;
  font-size: 26px;
}
.access-copy {
  margin: 14px auto 0;
  color: #667389;
}
.access-note {
  display: grid;
  gap: 5px;
  margin: 26px 0 0;
  padding: 16px 18px;
  border: 1px solid #d8e0e9;
  border-radius: 12px;
  background: #ffffffa8;
  color: #68768b;
  font-size: 12px;
  text-align: left;
}
.access-note b {
  color: #28364c;
  font-size: 13px;
}
.access-note code {
  color: #986d29;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.access-back {
  display: inline-block;
  margin-top: 24px;
  color: #8f6c32;
  font-size: 12px;
  text-decoration: none;
}
.access-back:hover {
  color: #5b431c;
  text-decoration: underline;
}
@media (max-width: 680px) {
  .page-frame {
    padding: 19px 15px 39px;
  }
  .report .page-frame {
    min-height: 0;
  }
  .welcome .page-frame {
    padding-top: 22px;
  }
  .home-hero {
    margin-top: 72px;
    margin-bottom: 44px;
    padding: 0 5px;
  }
  .home-hero:before {
    top: -52px;
    width: 310px;
    height: 310px;
  }
  .home-hero h1 {
    font-size: 42px;
  }
  .hero-copy {
    font-size: 13px;
  }
  .hero-line span:last-child {
    display: none;
  }
  .hero-stats {
    margin-top: 30px;
  }
  .hero-stats strong {
    font-size: 23px;
  }
  .hero-stats span {
    font-size: 9px;
  }
  .city-groups {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .city-group {
    min-height: 0;
    padding: 15px;
  }
  .city-chips {
    margin-top: 12px;
  }
  .flow-card {
    margin-top: 29px;
    padding: 37px 21px 27px;
  }
  .flow-card h1 {
    font-size: 29px;
  }
  .access-card {
    padding: 42px 23px 32px;
  }
  .step-strip {
    margin-top: 27px;
  }
  .step-strip span {
    font-size: 9px;
  }
  .step-strip > div:not(:last-child):after {
    left: 53px;
  }
  .date-form {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .element-relations {
    grid-template-columns: 1fr;
  }
  .intro-card h1 {
    font-size: 29px;
  }
  .quiz-progress {
    margin-top: 23px;
  }
  .quiz-card {
    padding: 29px 18px 17px;
  }
  .quiz-card h1 {
    margin-top: 23px;
    font-size: 29px;
  }
  .simple-choice {
    min-height: 56px;
    padding: 9px 12px;
  }
  .simple-choice span {
    font-size: 12px;
  }
  .result-hero {
    margin-top: 22px;
    padding: 36px 21px 29px;
  }
  .result-section {
    padding: 25px 18px;
  }
  .resonance-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .resonance-chart {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .result-actions {
    grid-template-columns: 1fr;
  }
  .share-poster-modal {
    padding: 8px;
  }
  .share-poster-card {
    padding: 18px 10px 13px;
  }
  .share-poster-preview {
    max-height: 64svh;
  }
  .section-title h2 {
    font-size: 21px;
  }
  .result-note {
    padding: 21px 22px;
  }
  .result-note p {
    font-size: 14px;
  }
  .result-letter {
    padding: 24px 21px;
  }
  .ambient-three {
    left: calc(50% - 250px);
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 380px) {
  .home-hero h1 {
    font-size: 37px;
  }
  .hero-stats span {
    font-size: 8px;
  }
  .date-form {
    gap: 6px;
  }
  .date-form select {
    padding: 0 7px;
  }
  .brand b {
    font-size: 11px;
  }
  .city-chips span {
    font-size: 10px;
  }
  .question-meta i {
    display: none;
  }
}

.city-orbit-field {
  position: absolute;
  z-index: 1;
  top: -55px;
  bottom: -105px;
  left: 50%;
  width: min(100vw, 1600px);
  min-width: 1120px;
  transform: translateX(-50%);
  pointer-events: none;
}

.city-orbit {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--size);
  aspect-ratio: 1;
  margin: 0;
  transform: translate(-50%, -50%);
}

.city-orbit__float {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e8c56f88;
  border-radius: 50%;
  background: #0a1526;
  box-shadow:
    0 0 0 9px #e8c56f0a,
    0 20px 38px #010611a8,
    0 0 30px #e2bd6545;
  overflow: hidden;
  animation: city-orbit-float 7.5s ease-in-out var(--delay) infinite;
}

.city-orbit__float:before,
.city-orbit__float:after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.city-orbit__float:before {
  inset: 7px;
  border: 1px solid #f3d38c70;
  border-radius: inherit;
}

.city-orbit__float:after {
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 29%,
      transparent 30%,
      #07132112 51%,
      #071321d9 100%
    ),
    linear-gradient(145deg, #ffffff16, transparent 38%);
}

.city-orbit__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.06);
  transform: scale(1.07);
}

.city-orbit figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 13%;
  left: 0;
  display: grid;
  gap: 4px;
  color: #fff8e5;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 8px #02060d;
}

.city-orbit figcaption b {
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.city-orbit figcaption small {
  color: #f0cf82;
  font-size: clamp(8px, 0.7vw, 11px);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@keyframes city-orbit-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px);
  }
}

.quiz-card .city-glimpse {
  position: relative;
  min-height: 68px;
  margin-top: 19px;
  border: 1px solid #f0d07a3f;
  border-radius: 10px;
  background:
    linear-gradient(90deg, #09182bea 15%, #09182baa 47%, #09182b3b),
    var(--glimpse-image) center/cover;
  overflow: hidden;
}

.city-glimpse:after {
  position: absolute;
  top: -47px;
  right: 28px;
  width: 125px;
  height: 125px;
  border: 1px solid #efd17b38;
  border-radius: 50%;
  content: "";
}

.city-glimpse div {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60%;
  padding: 12px 15px;
}

.city-glimpse span,
.city-glimpse small {
  color: #bdc9d8;
  font-size: 9px;
}

.city-glimpse b {
  color: #f2ce7c;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.result-hero {
  isolation: isolate;
}

.result-hero:before {
  z-index: 0;
}

.result-hero:after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, #101b2ded 0%, #15253fcf 47%, #10192b52 100%),
    var(--city-image) center/cover;
  content: "";
  opacity: 0.74;
}

.result-hero > * {
  z-index: 1;
}

.result-city-visual {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  min-height: 250px;
  margin-top: 20px;
  border: 1px solid #d9bc7477;
  border-radius: 18px;
  background: #14233a;
  box-shadow: 0 17px 37px #0000002f;
  color: #fff8e8;
  overflow: hidden;
}

.result-city-visual img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  filter: saturate(0.92);
}

.result-city-visual div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: radial-gradient(circle at 90% 14%, #f0cb7d21, transparent 34%);
}

.result-city-visual p {
  margin: 0;
  color: #e7c77f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.result-city-visual h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: 40px;
  letter-spacing: -0.06em;
}

.result-city-visual span {
  margin-top: 4px;
  color: #c3cfdd;
  font-size: 11px;
}

.result-city-visual b {
  margin-top: 19px;
  color: #edf2f8;
  font-family: "Songti SC", "STSong", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}

.result-moments {
  margin-top: 20px;
  padding: 28px 31px;
  border: 1px solid #e7c87c66;
  border-radius: 17px;
  background: linear-gradient(145deg, #1c3853, #132238);
  box-shadow: 0 16px 36px #0000002d;
}

.result-moments .eyebrow {
  color: #f0cf85;
}

.result-moments h2 {
  max-width: 560px;
  margin: 11px 0 22px;
  color: #fff9ec;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.5;
}

.result-moments > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.result-moments span {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #e9d18c2b;
  border-radius: 10px;
  color: #d8e1ec;
  font-size: 11px;
  line-height: 1.65;
}

.result-moments span b {
  color: #e7c575;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.result-alternatives {
  margin-top: 20px;
  padding: 28px 30px 30px;
  border: 1px solid #e7c87c55;
  border-radius: 17px;
  background: linear-gradient(145deg, #152941, #0e1d31);
  box-shadow: 0 16px 36px #0000002d;
}

.result-alternatives .section-title {
  margin-bottom: 21px;
}

.alternative-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.alternative-list article {
  min-width: 0;
  border: 1px solid #ecd28140;
  border-radius: 12px;
  background: #ffffff08;
  overflow: hidden;
}

.alternative-list img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.alternative-list article > div {
  padding: 12px;
}

.alternative-list small {
  color: #e8c97f;
  font-family: Georgia, serif;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.alternative-list h3 {
  margin: 4px 0 0;
  color: #fff8e8;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.alternative-list p,
.alternative-list span {
  display: block;
  margin: 5px 0 0;
  color: #b9c6d5;
  font-size: 10px;
  line-height: 1.65;
}

.alternative-list span {
  padding-top: 7px;
  border-top: 1px solid #e8d08022;
  color: #dce5ef;
}

@media (max-width: 680px) {
  .report-loading-page {
    min-height: calc(100vh - 30px);
  }
  .report-loading-card {
    margin-top: 23px;
    padding: 42px 19px 34px;
  }
  .report-loader {
    width: 116px;
    height: 116px;
    margin: 23px auto;
  }
  .report-loading-card > p:not(.eyebrow) {
    font-size: 12px;
  }
  .report-loading-steps {
    grid-template-columns: 1fr;
  }
  .report-loading-steps span {
    display: flex;
    min-height: 0;
    align-items: center;
    gap: 8px;
    text-align: left;
  }
  .report-loading-steps i {
    margin: 0;
  }
  .home-hero {
    min-height: 900px;
    margin-top: 38px;
    margin-bottom: 0;
    padding: 102px 14px 0;
  }
  .home-hero:before {
    top: 42px;
    width: 370px;
    height: 370px;
  }
  .home-hero h1,
  .hero-copy {
    max-width: 310px;
  }
  .city-orbit-field {
    top: -42px;
    bottom: -70px;
    width: max(100vw, 680px);
    min-width: 680px;
  }
  .city-orbit {
    width: var(--mobile-size);
  }
  .city-orbit__float {
    box-shadow:
      0 0 0 4px #e8c56f0a,
      0 8px 20px #0106118c,
      0 0 16px #e2bd6530;
  }
  .city-orbit__float:before {
    inset: 4px;
  }
  .city-orbit figcaption {
    bottom: 10%;
  }
  .city-orbit figcaption b {
    font-size: 10px;
  }
  .city-orbit figcaption small {
    font-size: 8px;
  }
  .city-glimpse div {
    width: 72%;
  }
  .result-city-visual {
    grid-template-columns: 1fr;
  }
  .result-city-visual img {
    min-height: 180px;
    max-height: 210px;
  }
  .result-city-visual div {
    padding: 21px;
  }
  .result-city-visual h2 {
    font-size: 35px;
  }
  .result-city-visual b {
    margin-top: 12px;
  }
  .result-moments {
    padding: 23px 20px;
  }
  .result-moments h2 {
    font-size: 19px;
  }
  .result-moments > div {
    grid-template-columns: 1fr;
  }
  .result-alternatives {
    padding: 23px 19px;
  }
  .alternative-list {
    grid-template-columns: 1fr;
  }
  .alternative-list article {
    display: grid;
    grid-template-columns: 108px 1fr;
  }
  .alternative-list img {
    height: 100%;
    aspect-ratio: auto;
  }
  .alternative-list article > div {
    padding: 11px;
  }
  .alternative-list h3 {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .city-orbit__float,
  .report-loader:before,
  .report-loader i + i {
    animation: none;
  }
}
