:root {
  --navy-950: #06162c;
  --navy-900: #0a2140;
  --navy-800: #11345e;
  --navy-700: #1c4b7d;
  --gold-600: #b9852d;
  --gold-500: #d2a44d;
  --gold-300: #f0d591;
  --ice-100: #f5f8fc;
  --ice-200: #eaf0f7;
  --white: #ffffff;
  --ink: #132033;
  --muted: #66758b;
  --line: rgba(19, 32, 51, 0.12);
  --blue-line: rgba(28, 75, 125, 0.2);
  --shadow-soft: 0 18px 54px rgba(6, 22, 44, 0.14);
  --shadow-panel: 0 12px 30px rgba(6, 22, 44, 0.08);
  color-scheme: light;
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 10%, rgba(240, 213, 145, 0.32), transparent 18rem),
    linear-gradient(160deg, #061326 0%, #0d2b52 52%, #1b5b95 100%);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(210, 164, 77, 0.45);
  outline-offset: 3px;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.app-root {
  width: min(100%, 390px);
  min-height: 100vh;
  margin: 0 auto;
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 234, 179, 0.55), transparent 6.5rem),
    radial-gradient(circle at 14% 44%, rgba(255, 255, 255, 0.92), transparent 9rem),
    radial-gradient(circle at 92% 42%, rgba(80, 157, 224, 0.18), transparent 9rem),
    linear-gradient(145deg, #f8fbff 0%, #edf5ff 38%, #dcecff 100%),
    var(--ice-100);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}

.app-root::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 7%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 90% 17%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 16% 78%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    linear-gradient(118deg, transparent 0 67%, rgba(58, 139, 212, 0.18) 67.3%, transparent 68%),
    linear-gradient(123deg, transparent 0 71%, rgba(255, 255, 255, 0.55) 71.2%, transparent 72%);
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 22px 18px 34px;
}

.cover-page {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background: #eaf4ff;
}

.cover-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.cover-hotspot {
  position: absolute;
  z-index: 20;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.cover-hotspot:focus-visible {
  outline: 2px solid rgba(210, 164, 77, 0.78);
  outline-offset: 2px;
}

.cover-report-btn,
.cover-start-btn {
  position: absolute;
  z-index: 20;
  border: 1px solid rgba(240, 213, 145, 0.72);
  font-weight: 900;
  box-shadow:
    0 12px 26px rgba(6, 22, 44, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  touch-action: manipulation;
}

.cover-report-btn {
  top: 14px;
  right: 14px;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff1c2;
  background: linear-gradient(180deg, rgba(24, 70, 121, 0.92), rgba(6, 22, 44, 0.92));
  font-size: 13px;
}

.cover-start-btn {
  left: 12.5%;
  bottom: 24px;
  width: 75%;
  min-height: 58px;
  border-radius: 999px;
  color: var(--gold-300);
  background: linear-gradient(180deg, var(--navy-800), var(--navy-950));
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 22px;
}

.report-hotspot {
  left: 74%;
  top: 3.5%;
  width: 22%;
  height: 5.2%;
}

.start-hotspot {
  left: 13.2%;
  top: 84%;
  width: 73.5%;
  height: 8.2%;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy-950);
}

.brand-text {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 164, 77, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(6, 22, 44, 0.08);
  overflow: hidden;
}

.brand-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}

.brand-lockup strong {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  color: #102653;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-lockup span {
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.eyebrow,
.section-heading p,
.report-title p,
.score-hero p,
.issue-card p,
.conversion-card p {
  margin: 0 0 8px;
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy {
  color: var(--navy-950);
}

.executive-hero {
  margin: 40px 0 18px;
  text-align: center;
}

.hero-copy h1,
.section-heading h1,
.report-title h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: inline;
}

.hero-copy h1 em {
  color: var(--gold-600);
  font-style: normal;
  text-shadow: 0 8px 28px rgba(210, 164, 77, 0.2);
}

.hero-copy p:last-child {
  max-width: 23rem;
  margin: 14px auto 0;
  color: #5c6b7f;
  font-size: 15px;
  line-height: 1.7;
}

.primary-btn,
.secondary-btn,
.ghost-btn {
  min-height: 50px;
  border-radius: 8px;
  font-weight: 900;
}

.primary-btn {
  width: 100%;
  color: var(--navy-950);
  border: 1px solid rgba(185, 133, 45, 0.45);
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 14px 30px rgba(185, 133, 45, 0.24);
}

.primary-btn.dark {
  margin-top: 18px;
  color: var(--gold-300);
  border-color: rgba(240, 213, 145, 0.7);
  background: linear-gradient(180deg, var(--navy-800), var(--navy-950));
}

.primary-btn.compact {
  width: auto;
  padding: 0 22px;
}

.secondary-btn {
  color: var(--navy-900);
  border: 1px solid var(--blue-line);
  background: var(--white);
}

.secondary-btn.full {
  width: 100%;
}

.ghost-btn {
  min-height: 38px;
  padding: 0 16px;
  color: #fff4ce;
  border: 1px solid rgba(240, 213, 145, 0.82);
  background: linear-gradient(180deg, #173e70, #071d3d);
  white-space: nowrap;
  box-shadow:
    0 10px 22px rgba(6, 22, 44, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dashboard-panel,
.model-panel,
.info-form,
.question-card,
.radar-card,
.overview-card,
.analysis-card,
.strength-card,
.issue-card,
.brand-asset-card,
.direction-card,
.growth-path-card,
.conversion-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.dashboard-panel,
.radar-card,
.overview-card,
.analysis-card,
.strength-card,
.issue-card,
.brand-asset-card,
.direction-card,
.growth-path-card,
.conversion-card {
  padding: 18px;
}

.section-heading h1 {
  color: var(--white);
  font-size: 24px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.28;
}

.section-heading.left,
.page-heading {
  margin-top: 46px;
}

.info-page .section-heading h1 {
  color: var(--navy-950);
}

.info-page .section-heading.left {
  margin-top: 42px;
}

.dashboard-panel {
  margin-top: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.9), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.72)),
    var(--white);
  border-color: rgba(210, 164, 77, 0.42);
  box-shadow:
    0 18px 44px rgba(6, 22, 44, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.dashboard-panel .section-heading {
  text-align: center;
}

.dashboard-panel .section-heading p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 auto 2px;
  color: var(--gold-600);
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 22px;
}

.dashboard-panel .section-heading p::before,
.dashboard-panel .section-heading p::after {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 133, 45, 0.8));
}

.dashboard-panel .section-heading p::after {
  background: linear-gradient(90deg, rgba(185, 133, 45, 0.8), transparent);
}

.growth-dashboard {
  position: relative;
  height: 312px;
  margin-top: 8px;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(240, 213, 145, 0.14), transparent 36%),
    radial-gradient(circle at 50% 45%, rgba(28, 75, 125, 0.1), transparent 48%);
  border: 0;
}

.growth-dashboard::before,
.growth-dashboard::after {
  content: "";
  position: absolute;
  inset: 34px 26px;
  border: 1.5px solid rgba(185, 133, 45, 0.48);
  border-radius: 50%;
}

.growth-dashboard::after {
  inset: 66px 52px;
  border: 1.5px dashed rgba(54, 119, 205, 0.34);
}

.model-node::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: rgba(185, 133, 45, 0.56);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.node-1::before {
  display: none;
}

.dashboard-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(240, 213, 145, 0.55);
  border-radius: 50%;
  color: var(--white);
  border: 3px solid rgba(240, 213, 145, 0.86);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.24), transparent 2rem),
    radial-gradient(circle at 52% 68%, rgba(33, 119, 202, 0.5), transparent 4rem),
    linear-gradient(145deg, #0f4a8d, var(--navy-950));
  box-shadow:
    0 16px 36px rgba(6, 22, 44, 0.24),
    0 0 0 6px rgba(210, 164, 77, 0.12);
  transform: translate(-50%, -50%);
}

.dashboard-core::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.12) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.12) 49% 51%, transparent 52%);
  opacity: 0.8;
}

.dashboard-core span {
  position: relative;
  display: block;
  color: #fff3bf;
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
}

.dashboard-core strong {
  position: relative;
  display: block;
  max-width: 88px;
  color: #fff3bf;
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 16px;
  line-height: 1.28;
}

.model-node {
  position: absolute;
  z-index: 3;
  width: 132px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(185, 133, 45, 0.44);
  border-radius: 8px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 12px 24px rgba(6, 22, 44, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.model-node span {
  color: #617189;
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.model-node strong {
  color: var(--navy-900);
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 18px;
  line-height: 1.2;
}

.node-1 {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.node-2 {
  left: 0;
  top: 120px;
}

.node-3 {
  right: 0;
  top: 120px;
}

.node-4 {
  left: 28px;
  bottom: 18px;
}

.node-5 {
  right: 28px;
  bottom: 18px;
}

.model-icon {
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid rgba(54, 119, 205, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.86));
  position: relative;
}

.model-icon::before,
.model-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.icon-target::before {
  inset: 8px;
  border: 2px solid var(--navy-800);
  border-radius: 50%;
}

.icon-target::after {
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5px;
  border-top: 2px solid var(--gold-600);
  border-right: 2px solid var(--gold-600);
  transform: rotate(45deg);
}

.icon-chip::before {
  inset: 9px;
  border: 2px solid var(--gold-600);
  border-radius: 4px;
}

.icon-chip::after {
  left: 7px;
  top: 14px;
  width: 20px;
  height: 7px;
  border-left: 2px solid var(--navy-800);
  border-right: 2px solid var(--navy-800);
  box-shadow:
    0 -8px 0 -3px var(--navy-800),
    0 8px 0 -3px var(--navy-800);
}

.icon-box::before {
  width: 18px;
  height: 18px;
  left: 8px;
  top: 8px;
  border: 2px solid var(--navy-800);
  transform: rotate(30deg) skew(-8deg, -8deg);
}

.icon-box::after {
  width: 13px;
  height: 13px;
  left: 10px;
  top: 10px;
  border-right: 2px solid var(--gold-600);
  transform: rotate(30deg);
}

.icon-chart::before {
  left: 8px;
  bottom: 8px;
  width: 19px;
  height: 19px;
  border-left: 2px solid var(--navy-800);
  border-bottom: 2px solid var(--navy-800);
}

.icon-chart::after {
  left: 10px;
  bottom: 12px;
  width: 19px;
  height: 15px;
  border-top: 2px solid var(--gold-600);
  border-right: 2px solid var(--gold-600);
  transform: skew(-18deg);
}

.icon-people::before {
  width: 9px;
  height: 9px;
  left: 12px;
  top: 8px;
  border: 2px solid var(--gold-600);
  border-radius: 50%;
}

.icon-people::after {
  width: 22px;
  height: 13px;
  left: 6px;
  bottom: 7px;
  border: 2px solid var(--navy-800);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 0;
}

.home-cta {
  margin-top: 20px;
  text-align: center;
}

.home-cta .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 64px;
  margin-top: 0;
  border-radius: 999px;
  border-width: 2px;
  box-shadow:
    0 18px 34px rgba(6, 22, 44, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.home-cta .primary-btn span {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 27px;
}

.home-cta .primary-btn i {
  font-size: 36px;
  font-style: normal;
  line-height: 1;
}

.home-cta p {
  margin: 12px 0 0;
  color: var(--navy-900);
  font-size: 15px;
  font-weight: 700;
}

.info-form {
  margin-top: 22px;
  padding: 18px;
}

.info-form label {
  display: block;
  margin-bottom: 15px;
}

.info-form span {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 900;
}

.info-form input,
.info-form select {
  width: 100%;
  height: 50px;
  padding: 0 13px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.diagnosis-page {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 8%, rgba(240, 213, 145, 0.2), transparent 10rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 38%, #eef5fb 38%);
}

.diagnosis-page .ghost-btn,
.reports-page .ghost-btn {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(240, 213, 145, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.diagnosis-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.diagnosis-header p {
  margin: 0 0 4px;
  color: var(--gold-300);
  font-size: 12px;
  font-weight: 900;
}

.diagnosis-header h1 {
  margin: 0;
  font-size: 24px;
}

.diagnosis-header strong {
  color: var(--gold-300);
}

.progress-track {
  height: 8px;
  margin: 18px 0 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-300));
  transition: width 0.24s ease;
}

.dimension-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.dimension-rail span {
  display: grid;
  place-items: center;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.dimension-rail span.active {
  color: var(--navy-950);
  border-color: transparent;
  background: var(--gold-300);
  transform: translateY(-2px);
}

.dimension-rail span.done {
  border-color: rgba(240, 213, 145, 0.5);
}

.question-card {
  margin-top: 20px;
  padding: 20px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98)),
    var(--white);
}

.question-topline {
  display: flex;
  justify-content: space-between;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 900;
}

.question-card h2 {
  margin: 18px 0 12px;
  color: var(--navy-900);
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.question-description {
  margin: 0 0 18px;
  color: #8a96a8;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-line;
}

.question-input {
  width: 100%;
  height: 46px;
  display: block;
  margin-top: 14px;
  padding: 0 13px;
  color: var(--ink);
  border: 1px solid rgba(19, 32, 51, 0.1);
  border-radius: 8px;
  background: #f1f4f8;
}

.answer-list {
  display: grid;
  gap: 12px;
}

.answer-option {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 12px;
  text-align: left;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.answer-option.selected {
  border-color: rgba(185, 133, 45, 0.75);
  background: #fff8e6;
  transform: translateY(-1px);
}

.answer-key {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy-800);
  font-weight: 900;
}

.answer-option.selected .answer-key {
  color: var(--navy-950);
  background: var(--gold-300);
}

.diagnosis-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.diagnosis-actions .secondary-btn {
  min-width: 108px;
  padding: 0 18px;
}

.report-page,
.reports-page {
  background:
    linear-gradient(180deg, var(--navy-950) 0 9rem, transparent 9rem),
    var(--ice-100);
}

.reports-page .brand-lockup {
  color: var(--white);
}

.reports-page .brand-lockup strong {
  color: var(--white);
}

.report-title {
  padding: 6px 0 2px;
}

.report-title h1 {
  color: var(--white);
  font-size: 22px;
}

.report-title span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.score-hero {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(240, 213, 145, 0.28);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(240, 213, 145, 0.15), transparent 48%),
    linear-gradient(145deg, var(--navy-800), var(--navy-950));
  box-shadow: var(--shadow-soft);
}

.score-hero div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.score-hero strong {
  font-size: 58px;
  line-height: 0.98;
}

.score-hero span {
  font-size: 18px;
  font-weight: 900;
}

.score-hero em {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold-300);
  font-style: normal;
  font-weight: 900;
}

.radar-card,
.growth-result-card,
.overview-card,
.analysis-card,
.strength-card,
.issue-card,
.brand-asset-card,
.next-advice-card,
.direction-card,
.growth-path-card,
.conversion-card {
  margin-top: 18px;
}

.growth-result-card,
.next-advice-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.growth-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 10px;
  margin-top: 16px;
}

.growth-score-card,
.growth-stage-card {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(17, 52, 94, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.96)),
    var(--white);
}

.growth-score-card {
  text-align: center;
}

.growth-score-card p,
.growth-stage-card p {
  margin: 0 0 10px;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 900;
}

.score-ring {
  width: 94px;
  height: 94px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--white) 0 58%, transparent 59%),
    conic-gradient(var(--gold-500) calc(var(--score) * 1%), rgba(17, 52, 94, 0.12) 0);
  box-shadow:
    inset 0 0 0 1px rgba(17, 52, 94, 0.06),
    0 10px 24px rgba(6, 22, 44, 0.08);
}

.score-ring strong {
  color: var(--navy-900);
  font-size: 24px;
  line-height: 1;
}

.score-ring span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.growth-score-card em {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.growth-stage-card {
  display: grid;
  align-content: center;
}

.growth-stage-card strong {
  display: block;
  color: var(--navy-900);
  font-size: 22px;
  line-height: 1.2;
}

.growth-stage-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.56;
}

.brand-asset-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.brand-asset-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 14px;
  border-radius: 8px;
}

.model-asset-card img {
  box-shadow: 0 10px 28px rgba(6, 22, 44, 0.08);
}

.path-asset-card {
  overflow: hidden;
}

.radar-chart {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 12px auto 0;
}

.radar-ring,
.radar-axis {
  fill: none;
  stroke: rgba(17, 52, 94, 0.16);
}

.radar-area {
  fill: rgba(210, 164, 77, 0.28);
  stroke: var(--gold-600);
  stroke-width: 3;
}

.radar-dot {
  fill: var(--navy-800);
  stroke: var(--white);
  stroke-width: 2;
}

.radar-label {
  fill: var(--navy-900);
  font-size: 12px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: middle;
}

.radar-center-title {
  fill: var(--navy-800);
  font-size: 11px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: middle;
}

.radar-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.next-advice-card p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.dimension-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.dimension-score-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(17, 52, 94, 0.08);
  border-radius: 8px;
  background: rgba(12, 49, 90, 0.04);
}

.dimension-score-item strong {
  color: var(--navy-900);
  font-size: 14px;
}

.dimension-score-item span {
  color: var(--gold-600);
  font-weight: 900;
}

.stage-narrative {
  margin-top: 16px;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(210, 164, 77, 0.12), rgba(28, 75, 125, 0.06));
}

.stage-narrative strong {
  display: block;
  color: var(--navy-900);
}

.stage-narrative p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.strength-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.strength-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
}

.strength-list li span {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold-500);
}

.strength-list p {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
}

.dimension-row {
  margin-top: 15px;
}

.dimension-row div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.dimension-row strong {
  color: var(--navy-900);
}

.dimension-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.score-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(19, 32, 51, 0.08);
}

.score-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.issue-card {
  color: var(--white);
  border-color: rgba(240, 213, 145, 0.26);
  background:
    linear-gradient(135deg, rgba(240, 213, 145, 0.12), transparent 55%),
    linear-gradient(145deg, var(--navy-900), var(--navy-950));
}

.issue-card h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 20px;
}

.issue-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-300);
}

.issue-card span,
.conversion-card span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.issue-card em {
  display: block;
  margin-top: 14px;
  color: rgba(240, 213, 145, 0.86);
  font-style: normal;
  line-height: 1.6;
}

.section-heading.inverse h2 {
  color: var(--white);
}

.issue-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.issue-summary {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.issue-detail-item {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.issue-detail-item span {
  color: var(--gold-300);
  font-size: 12px;
  font-weight: 900;
}

.issue-detail-item h3 {
  margin: 7px 0 10px;
  color: var(--white);
  font-size: 18px;
}

.issue-detail-item em {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.issue-detail-item strong {
  margin: 10px 0 4px;
}

.issue-detail-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.68;
}

.primary-issue-item {
  margin-top: 14px;
}

.priority-box {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid rgba(240, 213, 145, 0.2);
  border-radius: 8px;
  background: rgba(240, 213, 145, 0.08);
}

.priority-box > strong {
  color: var(--gold-300);
}

.priority-box ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.priority-box li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.direction-item {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.direction-item:first-of-type {
  margin-top: 4px;
}

.direction-item span {
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 900;
}

.direction-item h3 {
  margin: 6px 0;
  color: var(--navy-900);
  font-size: 18px;
}

.direction-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.direction-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.direction-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.direction-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(17, 52, 94, 0.08);
  border-radius: 8px;
  background: rgba(12, 49, 90, 0.04);
}

.direction-list strong {
  color: var(--navy-900);
  font-size: 14px;
}

.direction-list span {
  flex: 0 0 auto;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 900;
}

.growth-path-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 6%, rgba(90, 164, 231, 0.18), transparent 8.5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
}

.growth-path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 70%, rgba(28, 75, 125, 0.08) 70.4%, transparent 72%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.86) 0 1px, transparent 2px);
}

.growth-path-card > * {
  position: relative;
  z-index: 1;
}

.growth-path-intro {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.growth-path-steps {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.growth-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(17, 52, 94, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(6, 22, 44, 0.06);
}

.growth-step.light {
  border-color: rgba(92, 143, 216, 0.24);
  background: linear-gradient(135deg, rgba(92, 143, 216, 0.08), rgba(255, 255, 255, 0.92));
}

.growth-step.core {
  border-color: rgba(210, 164, 77, 0.38);
  background:
    linear-gradient(135deg, rgba(210, 164, 77, 0.12), rgba(255, 255, 255, 0.94)),
    linear-gradient(180deg, rgba(17, 52, 94, 0.04), transparent);
}

.growth-step.deep {
  border-color: rgba(17, 52, 94, 0.22);
  background: linear-gradient(135deg, rgba(7, 22, 44, 0.06), rgba(255, 255, 255, 0.92));
}

.growth-step-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--navy-700), var(--navy-900));
  box-shadow: 0 10px 22px rgba(17, 52, 94, 0.2);
  font-weight: 900;
}

.growth-step.core .growth-step-index {
  color: var(--navy-950);
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 10px 22px rgba(185, 133, 45, 0.22);
}

.growth-step-content h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 17px;
  line-height: 1.28;
}

.growth-step-content strong {
  display: block;
  margin-top: 8px;
  color: var(--navy-800);
  font-size: 14px;
  line-height: 1.55;
}

.growth-step-content p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.66;
}

.growth-step-connector {
  width: 1px;
  height: 22px;
  margin-left: 36px;
  background: linear-gradient(180deg, rgba(92, 143, 216, 0.25), rgba(210, 164, 77, 0.5));
  position: relative;
}

.growth-step-connector::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -1px;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(210, 164, 77, 0.72);
  border-bottom: 1px solid rgba(210, 164, 77, 0.72);
  transform: rotate(45deg);
}

.growth-path-card .primary-btn {
  margin-top: 18px;
}

.report-secondary-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.strategy-page,
.wechat-page {
  background:
    linear-gradient(180deg, rgba(7, 22, 44, 0.96) 0 180px, transparent 180px),
    var(--ice-100);
}

.simple-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.simple-topbar .brand-lockup {
  min-width: 0;
  color: var(--white);
}

.simple-topbar .brand-lockup strong {
  max-width: 210px;
  overflow: hidden;
  color: var(--white);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simple-topbar .brand-lockup span {
  color: rgba(255, 255, 255, 0.72);
}

.simple-topbar .ghost-btn {
  flex: 0 0 auto;
  color: var(--gold-300);
  border-color: rgba(240, 213, 145, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.poster-section {
  position: relative;
  margin-top: 24px;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(240, 213, 145, 0.26);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.poster-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 13px;
  background: linear-gradient(145deg, #f9fbff, #eef4fb);
}

.poster-section picture {
  position: relative;
  z-index: 1;
  display: block;
}

.poster-section img {
  display: block;
  width: 100%;
}

.poster-section-tall img {
  height: auto;
}

.strategy-cta-card {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.strategy-cta-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.strategy-hero {
  margin-top: 26px;
  color: var(--white);
}

.strategy-hero p {
  margin: 0 0 10px;
  color: var(--gold-300);
  font-size: 13px;
  font-weight: 900;
}

.strategy-hero h1 {
  max-width: 330px;
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}

.strategy-hero span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.68;
}

.strategy-copy-card,
.strategy-product-card,
.strategy-service-card,
.strategy-value-card,
.strategy-intro-card,
.wechat-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.strategy-copy-card > p,
.strategy-product-card > p,
.strategy-value-card > p,
.strategy-intro-card > p,
.wechat-card > p {
  margin: 0 0 8px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 900;
}

.strategy-copy-card h1,
.wechat-card h1 {
  margin: 0;
  color: var(--navy-900);
  font-size: 21px;
  line-height: 1.18;
}

.strategy-product-card h2,
.strategy-service-card h2,
.strategy-value-card h2,
.strategy-intro-card h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.25;
}

.strategy-copy-card > span,
.strategy-value-card > span,
.strategy-intro-card > span,
.wechat-card > span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.72;
}

.strategy-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(210, 164, 77, 0.24);
  border-radius: 8px;
  color: var(--gold-300);
  background:
    linear-gradient(135deg, rgba(240, 213, 145, 0.12), transparent 55%),
    linear-gradient(145deg, var(--navy-900), var(--navy-950));
}

.strategy-price strong {
  font-size: 38px;
  line-height: 1;
}

.strategy-price span {
  font-weight: 900;
}

.strategy-product-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

.strategy-list {
  margin-top: 18px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(12, 49, 90, 0.05);
}

.strategy-list strong {
  color: var(--navy-900);
}

.strategy-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.strategy-list li {
  color: var(--ink);
  font-weight: 800;
}

.strategy-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold-500);
  vertical-align: 1px;
}

.strategy-copy-card .primary-btn {
  margin-top: 20px;
}

.service-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-item {
  padding: 16px;
  border: 1px solid rgba(17, 52, 94, 0.08);
  border-radius: 8px;
  background: rgba(12, 49, 90, 0.04);
}

.service-item span {
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 900;
}

.service-item h3 {
  margin: 6px 0;
  color: var(--navy-900);
  font-size: 18px;
}

.service-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.strategy-value-card {
  color: var(--white);
  border-color: rgba(240, 213, 145, 0.24);
  background:
    linear-gradient(135deg, rgba(210, 164, 77, 0.18), transparent 42%),
    linear-gradient(145deg, #07162c, #143d68);
}

.strategy-value-card > p,
.strategy-value-card h2 {
  color: var(--white);
}

.strategy-value-card > span {
  color: rgba(255, 255, 255, 0.78);
}

.value-price-row {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.value-price-row em {
  color: rgba(255, 255, 255, 0.66);
  font-style: normal;
  line-height: 1.6;
}

.value-price-row strong {
  color: var(--gold-300);
  line-height: 1.6;
}

.strategy-value-card .primary-btn {
  margin-top: 20px;
}

.wechat-card {
  text-align: center;
}

.wechat-card-direct {
  margin-top: 0;
}

.wechat-card-direct .wechat-qr-box {
  margin-top: 0;
}

.wechat-card strong {
  display: block;
  margin-top: 6px;
  color: var(--navy-800);
}

.wechat-consultant {
  display: grid;
  gap: 3px;
  margin-top: 10px;
}

.wechat-consultant strong {
  margin: 0;
  color: var(--navy-900);
  font-size: 17px;
  line-height: 1.2;
}

.wechat-consultant span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.wechat-card h2 {
  margin: 18px 0 0;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.35;
}

.wechat-card small {
  display: block;
  margin-top: 10px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.report-wechat-card .primary-btn {
  margin-top: 18px;
}

.wechat-qr-box {
  width: min(252px, 82vw);
  margin: 24px auto 0;
  padding: 12px;
  border-radius: 10px;
  background: var(--white);
  box-shadow:
    0 0 0 1px rgba(210, 164, 77, 0.28),
    0 16px 38px rgba(6, 22, 44, 0.16);
}

.wechat-qr-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.conversion-card {
  color: var(--white);
  border-color: rgba(240, 213, 145, 0.24);
  background:
    linear-gradient(135deg, rgba(210, 164, 77, 0.18), transparent 42%),
    linear-gradient(145deg, #07162c, #143d68);
}

.conversion-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.conversion-card .primary-btn {
  margin-top: 20px;
}

.conversion-card .secondary-btn {
  margin-top: 12px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.page-heading h1 {
  color: var(--white);
}

.report-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.report-list-item {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.report-list-item span {
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 900;
}

.report-list-item strong {
  color: var(--navy-900);
  font-size: 18px;
}

.report-list-item em {
  color: var(--muted);
  font-style: normal;
}

.report-list-item small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.empty-report {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-panel);
}

.empty-report strong {
  color: var(--navy-900);
  font-size: 20px;
}

.empty-report span {
  color: var(--muted);
  line-height: 1.6;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 20;
  max-width: min(88vw, 360px);
  padding: 12px 16px;
  color: var(--white);
  border-radius: 8px;
  background: rgba(6, 22, 44, 0.95);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}

.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (min-width: 720px) {
  body {
    padding: 28px 0;
  }

  .app-root {
    min-height: calc(100vh - 56px);
    border-radius: 28px;
    overflow: hidden;
  }
}
