:root {
  --ink: #142226;
  --muted: #667278;
  --line: #dbe2df;
  --paper: #fffdf8;
  --paper-strong: #ffffff;
  --night: #0e2029;
  --night-2: #17333a;
  --teal: #007f79;
  --teal-2: #00a49a;
  --gold: #c59535;
  --vermilion: #e65a34;
  --indigo: #3158a8;
  --green: #5b8c42;
  --cyan: #56aebf;
  --shadow: 0 24px 70px rgba(14, 32, 41, 0.16);
  --soft-shadow: 0 10px 30px rgba(14, 32, 41, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Yu Gothic",
    "Noto Sans JP",
    sans-serif;
  line-height: 1.6;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.share-sheet-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

main > section {
  scroll-margin-top: 72px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 248, 0.82);
  border-bottom: 1px solid rgba(219, 226, 223, 0.72);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.site-footer {
  align-items: center;
  display: flex;
  gap: 10px;
}

.brand {
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: url("assets/brand/worktype-mark.svg") center / contain no-repeat;
  border: 0;
  color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  width: 32px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.home-page .site-nav {
  display: flex;
}

.site-nav a {
  border-radius: 999px;
  color: #3b494d;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}

.site-nav a:hover {
  background: #eef5f2;
  color: var(--teal);
}

.home-page .site-header {
  animation: headerDrop 0.7s ease both;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  color: #ffffff;
  position: absolute;
}

.home-page .brand-mark {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.home-menu {
  position: relative;
}

.home-menu summary {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 6px;
  height: 44px;
  justify-items: end;
  list-style: none;
  padding: 8px;
  width: 44px;
}

.home-menu summary::-webkit-details-marker {
  display: none;
}

.home-menu summary span {
  background: #ffffff;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 26px;
}

.home-menu-panel {
  background: rgba(9, 22, 29, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}

.home-menu-panel a {
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 12px;
}

.home-menu-panel a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero {
  background:
    linear-gradient(180deg, rgba(8, 18, 24, 0.1), rgba(8, 18, 24, 0.82)),
    url("assets/generated/ui-assets-web/hero-compass-bg.avif") center / cover no-repeat,
    linear-gradient(140deg, #0b171f, var(--night-2) 48%, #122c2c);
  color: white;
  min-height: 88svh;
  overflow: hidden;
  padding: 108px clamp(18px, 5vw, 72px) 64px;
  position: relative;
}

.home-page .hero {
  background:
    linear-gradient(180deg, rgba(8, 18, 24, 0.04), rgba(8, 18, 24, 0.28) 38%, rgba(8, 18, 24, 0.86)),
    url("assets/generated/ui-assets-web/hero-compass-bg.avif") center 42% / cover no-repeat,
    linear-gradient(140deg, #0b171f, var(--night-2) 48%, #122c2c);
  min-height: clamp(640px, 86svh, 780px);
  padding: 104px clamp(18px, 5vw, 72px) 84px;
}

.hero::before {
  animation: heroGridDrift 18s linear infinite;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  opacity: 0.22;
  position: absolute;
}

.hero::after {
  animation: heroLinesFloat 8.5s ease-in-out infinite alternate;
  background:
    linear-gradient(165deg, transparent 0 54%, rgba(0, 127, 121, 0.42) 54% 55%, transparent 55%),
    linear-gradient(28deg, transparent 0 58%, rgba(230, 90, 52, 0.36) 58% 59%, transparent 59%),
    linear-gradient(90deg, transparent 0 48%, rgba(197, 149, 53, 0.3) 48% 49%, transparent 49%);
  bottom: -12%;
  content: "";
  height: 48%;
  left: -8%;
  opacity: 0.16;
  position: absolute;
  right: -8%;
  transform: skewY(-5deg);
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 78px);
  grid-template-columns: 1fr;
  justify-items: center;
  margin: 0 auto;
  max-width: 960px;
  min-height: calc(88svh - 194px);
  position: relative;
  text-align: center;
  z-index: 1;
}

.home-page .hero-grid {
  align-items: end;
  min-height: clamp(430px, 56svh, 560px);
}

.hero-copy {
  max-width: 900px;
}

.home-page .hero-copy > * {
  animation: heroRise 0.72s cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.home-page .hero-copy > :nth-child(1) {
  animation-delay: 0.08s;
}

.home-page .hero-copy > :nth-child(2) {
  animation-delay: 0.18s;
}

.home-page .hero-copy > :nth-child(3) {
  animation-delay: 0.28s;
}

.home-page .hero-copy > :nth-child(4) {
  animation-delay: 0.38s;
}

.home-page .hero-copy > :nth-child(5) {
  animation-delay: 0.48s;
}

.home-page .hero-copy > :nth-child(6) {
  animation-delay: 0.58s;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(58px, 11vw, 138px);
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
}

.home-page .hero h1 {
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.46);
}

.hero-lead {
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 850;
  line-height: 1.25;
  margin: 20px auto 0;
  max-width: 760px;
}

.hero-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  max-width: 620px;
  margin: 18px auto 0;
}

.hero-subpoints {
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 850;
  gap: 10px 18px;
  justify-content: center;
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
}

.hero-subpoints li {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.hero-subpoints li::before {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}

.hero-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.primary-action,
.secondary-action,
.next-button,
.text-button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary-action,
.next-button {
  background: linear-gradient(135deg, var(--teal), var(--teal-2));
  border: 0;
  box-shadow: 0 14px 30px rgba(0, 127, 121, 0.28);
  color: white;
}

.home-page .primary-action {
  animation: ctaBreath 3.2s ease-in-out 1.2s infinite;
  font-size: clamp(18px, 2.2vw, 22px);
  min-height: 64px;
  min-width: min(100%, 420px);
}

.home-page .primary-action span {
  animation: arrowNudge 1.35s ease-in-out infinite;
  display: inline-block;
}

.primary-action:hover,
.next-button:hover,
.secondary-action:hover,
.text-button:hover {
  transform: translateY(-1px);
}

.secondary-action,
.text-button {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
}

.as-button {
  border: 0;
}

.result-actions .secondary-action,
.question-panel .text-button {
  background: #eef5f2;
  border-color: #d4dfdc;
  color: var(--teal);
}

.trust-strip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px auto 0;
  max-width: 520px;
  overflow: hidden;
}

.home-page .trust-strip {
  background: rgba(4, 14, 19, 0.28);
  max-width: 420px;
}

.trust-strip div {
  padding: 14px 18px;
}

.home-page .trust-strip div {
  align-items: center;
  animation: trustFloat 4.8s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-height: 74px;
  padding: 12px 14px;
  text-align: center;
}

.home-page .trust-strip div:nth-child(2) {
  animation-delay: 0.45s;
}

.home-page .trust-strip div:nth-child(3) {
  animation-delay: 0.9s;
}

.home-page .trust-strip img {
  align-items: center;
  display: block;
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.trust-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .trust-strip dt {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.trust-strip dd {
  font-size: 15px;
  font-weight: 800;
  margin: 2px 0 0;
}

.home-page .trust-strip dd {
  font-size: 14px;
  line-height: 1.25;
}

.scroll-cue {
  animation: scrollCueBounce 1.8s ease-in-out infinite;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  bottom: 26px;
  color: white;
  display: flex;
  font-size: 34px;
  height: 44px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 44px;
  z-index: 2;
}

.axis-teaser {
  align-items: center;
  background:
    radial-gradient(circle at 75% 42%, rgba(0, 127, 121, 0.08), transparent 30%),
    #ffffff;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.7fr);
  margin: 0 auto;
  max-width: none;
  min-height: clamp(320px, 42svh, 460px);
  overflow: hidden;
  padding: clamp(48px, 8vw, 86px) clamp(20px, 9vw, 150px);
  position: relative;
}

.axis-teaser::before {
  animation: axisGlowTravel 7s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at center, rgba(197, 149, 53, 0.16), transparent 34%),
    radial-gradient(circle at center, rgba(0, 164, 154, 0.12), transparent 42%);
  content: "";
  height: 360px;
  left: 8%;
  pointer-events: none;
  position: absolute;
  top: 8%;
  transform: translate3d(0, 0, 0);
  width: 360px;
}

.axis-teaser-copy {
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.axis-teaser-copy h2 {
  font-size: clamp(30px, 4.6vw, 58px);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.axis-teaser-copy p:last-child {
  color: var(--muted);
  margin: 18px 0 0;
}

.axis-proof-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.axis-proof-list span {
  align-items: center;
  color: #30444a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 10px;
}

.axis-proof-list span::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.axis-rose {
  aspect-ratio: 1;
  justify-self: center;
  max-width: 360px;
  position: relative;
  width: min(44vw, 360px);
  z-index: 1;
}

.axis-rose-art {
  animation: compassFloat 6.5s ease-in-out infinite;
  filter: drop-shadow(0 18px 30px rgba(20, 34, 38, 0.12));
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.axis-intro,
.quiz-section,
.result-section,
.types-section,
.concept-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 4vw, 36px);
}

.axis-intro {
  display: grid;
  gap: 32px;
  grid-template-columns: 0.8fr 1.2fr;
}

.axis-intro h2,
.quiz-topline h2,
.section-heading h1,
.section-heading h2,
.concept-copy h2 {
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.axis-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.axis-list article,
.question-panel,
.result-block,
.type-card {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.axis-list article {
  padding: 22px;
}

.axis-list span {
  color: var(--teal);
  font-weight: 900;
}

.axis-list h3 {
  font-size: 17px;
  margin: 8px 0 8px;
}

.axis-list p,
.section-heading p,
.concept-copy p {
  color: var(--muted);
  margin: 0;
}

.quiz-section {
  background:
    linear-gradient(180deg, rgba(14, 32, 41, 0.94), rgba(18, 44, 44, 0.9)),
    radial-gradient(circle at 72% 16%, rgba(197, 149, 53, 0.14), transparent 28%);
  max-width: none;
  padding-bottom: clamp(70px, 8vw, 120px);
  padding-top: clamp(84px, 9vw, 130px);
}

.quiz-window {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
}

.window-chrome {
  align-items: center;
  background: linear-gradient(180deg, #2c3133, #111719);
  display: flex;
  gap: 7px;
  height: 34px;
  padding: 0 16px;
}

.window-chrome span {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.quiz-shell {
  display: block;
  padding: 26px clamp(22px, 4vw, 40px) 34px;
}

.quiz-main {
  min-width: 0;
}

.quiz-topline {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.quiz-brief {
  align-items: center;
  border-bottom: 1px solid #e8efec;
  color: var(--muted);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin: -2px 0 22px;
  padding-bottom: 16px;
}

.quiz-brief p {
  font-size: 13px;
  font-weight: 750;
  margin: 0;
}

.quiz-brief div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.quiz-brief span,
.quiz-brief a {
  color: #23464c;
  font-size: 12px;
  font-weight: 900;
}

.quiz-brief span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.quiz-brief span::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  height: 5px;
  width: 5px;
}

.quiz-brief a {
  color: var(--teal);
  white-space: nowrap;
}

.quiz-mini-brand {
  align-items: center;
  display: flex;
  gap: 10px;
}

.quiz-mini-brand .brand-mark {
  height: 30px;
  width: 30px;
}

.quiz-mini-brand strong {
  font-size: 15px;
  letter-spacing: 0;
}

.quiz-count {
  color: var(--muted);
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 900;
  margin: 0;
}

.quiz-count span:first-child {
  color: var(--teal);
  font-size: 28px;
}

.quiz-count em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.progress-track {
  background: #dde7e4;
  border-radius: 999px;
  height: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.progress-track span {
  background: linear-gradient(90deg, var(--teal), var(--teal-2));
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: width 0.32s cubic-bezier(0.2, 0.72, 0.18, 1);
  width: 0;
}

.progress-track span::after {
  animation: progressGlint 1.3s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
}

.quiz-phase {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.quiz-phase span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.quiz-phase strong {
  color: #405056;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.quiz-milestone {
  align-items: center;
  animation: milestonePop 1.18s cubic-bezier(0.18, 0.9, 0.22, 1) forwards;
  background: rgba(14, 32, 41, 0.9);
  bottom: 24px;
  color: #ffffff;
  display: flex;
  gap: 12px;
  left: 50%;
  padding: 10px 14px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.quiz-milestone span {
  color: var(--gold);
  font-weight: 950;
}

.quiz-milestone strong {
  font-size: 13px;
  white-space: nowrap;
}

.question-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.question-panel.is-entering {
  animation: questionEnter 0.34s cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.question-code {
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.question-panel h3 {
  font-size: clamp(23px, 3.5vw, 32px);
  line-height: 1.28;
  margin: 0;
  max-width: 650px;
}

.question-hint {
  color: var(--muted);
  margin: 12px 0 0;
}

.question-scene {
  align-items: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), #ffffff 92%),
    url("assets/generated/ui-assets-web/quiz-path-scene.avif") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid #eef2ef;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  height: 230px;
  margin: 24px calc(clamp(20px, 4vw, 42px) * -1) 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}

.question-scene::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent 34% 66%, rgba(255, 255, 255, 0.36));
  z-index: 1;
}

.question-scene::after {
  animation: sceneScan 3.2s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-100%);
  z-index: 3;
}

.question-scene img {
  align-self: end;
  filter: brightness(0.24) saturate(0.65) contrast(1.08) drop-shadow(0 18px 18px rgba(20, 34, 38, 0.22));
  height: 205px;
  justify-self: center;
  margin-bottom: -8px;
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.72;
  width: 170px;
  z-index: 2;
}

.question-scene.is-glowing img,
.question-scene img.is-swapping {
  animation: characterSwap 0.36s cubic-bezier(0.18, 0.9, 0.22, 1) both;
}

.scene-city,
.scene-mountain {
  display: none;
}

.answer-scale {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 24px;
}

.answer-scale button {
  isolation: isolate;
  overflow: visible;
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 900;
  gap: 8px;
  min-height: 78px;
  place-items: initial;
  align-items: center;
  justify-content: flex-start;
  transition: border 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.answer-scale.is-locked {
  pointer-events: none;
}

.answer-scale.is-locked button {
  opacity: 0.66;
}

.answer-scale button strong {
  align-items: center;
  background: #ffffff;
  border: 1px solid #b9c4c1;
  border-radius: 999px;
  display: flex;
  font-size: 22px;
  height: 58px;
  justify-content: center;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 58px;
  z-index: 1;
}

.answer-scale button span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.answer-scale button:hover,
.answer-scale button.selected {
  transform: translateY(-1px);
}

.answer-scale button:hover strong,
.answer-scale button.selected strong {
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 12px 26px rgba(0, 127, 121, 0.22);
  color: #ffffff;
}

.answer-scale button.just-selected strong {
  animation: answerPop 0.36s cubic-bezier(0.18, 0.88, 0.2, 1.22) both;
}

.answer-spark {
  animation: answerSpark 0.58s ease-out var(--spark-delay, 0ms) forwards;
  background: var(--gold);
  border-radius: 999px;
  height: 7px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 29px;
  width: 7px;
  z-index: 0;
}

.quiz-window.is-answering {
  animation: quizPulse 0.34s ease both;
}

.quiz-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 24px;
}

.quiz-controls:has(.text-button:only-child) {
  justify-content: flex-start;
}

.next-button {
  min-width: 180px;
}

.meter-group {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.balance-meter {
  display: grid;
  gap: 8px;
}

.meter-labels,
.meter-values {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
}

.meter-values {
  color: var(--ink);
  font-size: 13px;
}

.meter-track {
  background: #edf2f0;
  border-radius: 999px;
  display: grid;
  grid-template-columns: var(--left, 50%) 1fr;
  height: 10px;
  overflow: hidden;
}

.meter-track span:first-child {
  background: var(--meter-left, var(--teal));
}

.meter-track span:last-child {
  background: var(--meter-right, var(--vermilion));
}

.micro-strengths {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}

.micro-strengths h3,
.result-block h3 {
  font-size: 16px;
  margin: 0 0 12px;
}

.skill-pill {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0;
}

.skill-pill span:last-child {
  color: var(--teal);
}

.result-section.is-revealing .skill-pill {
  animation: skillPulse 0.54s ease both;
}

.result-section.is-revealing .skill-pill:nth-child(2) {
  animation-delay: 0.08s;
}

.result-section.is-revealing .skill-pill:nth-child(3) {
  animation-delay: 0.16s;
}

.result-section.is-revealing .skill-pill:nth-child(4) {
  animation-delay: 0.24s;
}

.line-icon {
  color: var(--teal);
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}

.line-icon.icon-strength,
.line-icon.icon-confidence {
  color: var(--gold);
}

.result-section {
  background:
    linear-gradient(180deg, rgba(14, 32, 41, 0.98) 0, rgba(18, 51, 58, 0.94) 620px, #f7faf8 620px, #ffffff 100%),
    radial-gradient(circle at 86% 10%, rgba(197, 149, 53, 0.14), transparent 34%);
  max-width: none;
  padding-top: clamp(60px, 8vw, 110px);
  position: relative;
}

.result-effect-layer {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 61;
}

.diagnosis-transition {
  align-items: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 164, 154, 0.2), transparent 28%),
    radial-gradient(circle at 70% 30%, rgba(197, 149, 53, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(9, 22, 29, 0.97), rgba(14, 32, 41, 0.96));
  color: #ffffff;
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.34s ease;
  z-index: 80;
}

.diagnosis-transition::before,
.diagnosis-transition::after {
  content: "";
  inset: -20%;
  position: absolute;
}

.diagnosis-transition::before {
  animation: diagnosisGridDrift 2.4s linear infinite;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 56px 56px;
  opacity: 0.28;
  transform: rotate(-8deg);
}

.diagnosis-transition::after {
  animation: diagnosisSweep 1.65s ease-in-out infinite;
  background: linear-gradient(100deg, transparent 34%, rgba(255, 255, 255, 0.16), transparent 66%);
  transform: translateX(-65%);
}

.diagnosis-transition.is-active {
  opacity: 1;
}

.diagnosis-transition.is-done {
  animation: diagnosisExit 0.66s cubic-bezier(0.2, 0.72, 0.1, 1) forwards;
}

.diagnosis-transition-core {
  aspect-ratio: 1;
  display: grid;
  left: 50%;
  place-items: center;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(58vw, 460px);
  z-index: 1;
}

.diagnosis-transition-core span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left-color: rgba(0, 164, 154, 0.95);
  border-radius: 50%;
  grid-area: 1 / 1;
  height: calc(100% - var(--ring-offset, 0px));
  width: calc(100% - var(--ring-offset, 0px));
}

.diagnosis-transition-core span:nth-child(1) {
  animation: diagnosisOrbit 1.55s linear infinite;
  --ring-offset: 0px;
}

.diagnosis-transition-core span:nth-child(2) {
  animation: diagnosisOrbit 1.9s linear infinite reverse;
  --ring-offset: 92px;
  border-left-color: rgba(197, 149, 53, 0.95);
}

.diagnosis-transition-core span:nth-child(3) {
  animation: diagnosisOrbit 2.25s linear infinite;
  --ring-offset: 178px;
  border-left-color: rgba(230, 90, 52, 0.9);
}

.diagnosis-transition-copy {
  position: relative;
  text-align: center;
  z-index: 2;
}

.diagnosis-transition-copy span {
  color: var(--gold);
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 12px;
}

.diagnosis-transition-copy strong {
  display: block;
  font-size: clamp(48px, 10vw, 110px);
  line-height: 0.95;
}

.diagnosis-transition-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
  margin: 16px 0 0;
}

.diagnosis-transition-axes {
  bottom: clamp(44px, 8vw, 84px);
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.diagnosis-transition-axes span {
  animation: diagnosisAxisPulse 0.74s ease-in-out infinite alternate;
}

.diagnosis-transition-axes span:nth-child(2) {
  animation-delay: 0.12s;
}

.diagnosis-transition-axes span:nth-child(3) {
  animation-delay: 0.24s;
}

.diagnosis-transition-axes span:nth-child(4) {
  animation-delay: 0.36s;
}

.is-hidden {
  display: none;
}

.result-reveal {
  align-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 164, 154, 0.26), transparent 34%),
    rgba(9, 22, 29, 0.9);
  color: #ffffff;
  display: none;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  min-height: 100svh;
  pointer-events: none;
  position: fixed;
  z-index: 60;
}

.result-reveal span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.result-reveal strong {
  color: #ffffff;
  font-size: clamp(58px, 14vw, 140px);
  line-height: 0.95;
  margin-top: 14px;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
}

.result-section.is-revealing .result-reveal {
  animation: resultRevealVeil 1.42s cubic-bezier(0.2, 0.72, 0.1, 1) both;
  display: flex;
}

.result-hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    url("assets/generated/ui-assets-web/result-backdrop.avif") center / cover no-repeat,
    linear-gradient(145deg, #ffffff, #fbfdfa);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  margin: 0 auto;
  max-width: 1080px;
  overflow: visible;
  padding: clamp(22px, 4vw, 42px);
  position: relative;
}

.result-hero::after {
  background:
    radial-gradient(circle, rgba(197, 149, 53, 0.46) 0 2px, transparent 3px) 18% 24% / 92px 92px,
    radial-gradient(circle, rgba(0, 164, 154, 0.42) 0 2px, transparent 3px) 78% 18% / 110px 110px,
    radial-gradient(circle, rgba(86, 174, 191, 0.38) 0 1px, transparent 2px) 64% 76% / 74px 74px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.result-section.is-revealing .result-hero {
  animation: resultCardRise 0.92s cubic-bezier(0.18, 0.86, 0.22, 1) both;
}

.result-section.is-revealing .result-hero::after {
  animation: resultSparkle 2.1s ease-out 0.28s both;
}

.result-image-wrap {
  align-items: end;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(255, 255, 255, 0.9) 0 18%, rgba(255, 255, 255, 0.48) 42%, rgba(255, 255, 255, 0.2) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(247, 251, 249, 0.88)),
    var(--type-bg, url("assets/generated/ui-assets-web/result-backdrop.avif")) center / cover no-repeat;
  border: 0;
  border-radius: 0;
  display: grid;
  isolation: isolate;
  justify-items: center;
  min-height: 390px;
  order: 2;
  overflow: visible;
  position: relative;
}

.result-image-wrap::before {
  background:
    radial-gradient(ellipse at center, rgba(20, 34, 38, 0.16), transparent 64%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  bottom: 34px;
  content: "";
  height: 52px;
  left: 20%;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  right: 20%;
  z-index: 0;
}

.result-image-wrap img {
  align-self: end;
  height: clamp(340px, 36vw, 420px);
  max-height: 420px;
  max-width: 82%;
  object-fit: contain;
  object-position: center bottom;
  padding: 0;
  position: relative;
  transform-origin: center bottom;
  transform: translate(var(--pose-shift, 0), var(--pose-y, 0px)) rotate(var(--pose-rotate, 0deg)) scale(var(--pose-scale, 1));
  width: auto;
  z-index: 1;
}

.result-section.is-revealing .result-image-wrap img {
  animation:
    resultCharacterPop 1.08s cubic-bezier(0.16, 0.84, 0.22, 1) 0.16s both,
    resultCharacterFloat 7.4s ease-in-out 1.24s infinite;
}

.result-section.has-burst .result-copy h2 {
  animation: resultTitleFlash 1.08s ease both;
}

.result-section.is-revealing .result-copy .section-kicker,
.result-section.is-revealing .result-copy h2,
.result-section.is-revealing .result-tagline,
.result-section.is-revealing .result-summary-card,
.result-section.is-revealing .result-actions {
  animation: resultTextReveal 0.72s cubic-bezier(0.18, 0.9, 0.22, 1) both;
}

.result-section.is-revealing .result-copy h2 {
  animation-delay: 0.12s;
}

.result-section.is-revealing .result-tagline {
  animation-delay: 0.24s;
}

.result-section.is-revealing .result-summary-card {
  animation-delay: 0.34s;
}

.result-section.is-revealing .result-actions {
  animation-delay: 0.44s;
}

.result-copy {
  order: 1;
}

.result-copy .result-actions {
  justify-content: flex-start;
}

.result-copy h2 {
  color: var(--teal);
  font-size: clamp(58px, 10vw, 124px);
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
}

.result-tagline {
  color: #2e3d42;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 850;
  margin: 16px 0 0;
}

.result-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.result-hero-meta span {
  align-items: center;
  color: #23464c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

.result-hero-meta span::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}

.result-hero-highlights {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  max-width: 640px;
}

.result-hero-highlights article {
  border-left: 3px solid rgba(0, 127, 121, 0.72);
  min-width: 0;
  padding-left: 12px;
}

.result-hero-highlights span {
  color: var(--teal);
  display: block;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 4px;
}

.result-hero-highlights strong {
  color: #20343a;
  display: block;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.result-quote {
  color: #22393f;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  margin: 18px 0 0;
  max-width: 620px;
}

.result-summary-card {
  margin-top: 22px;
  max-width: 620px;
  padding: 0;
}

.result-summary-card span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
}

.result-summary-card p {
  color: #20343a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
}

.result-grid {
  display: grid;
  gap: 40px 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 40px auto 0;
  max-width: 1080px;
}

.result-section.is-revealing .result-block {
  animation: resultBlockIn 0.58s ease both;
}

.result-section.is-revealing .result-block:nth-child(1) {
  animation-delay: 0.18s;
}

.result-section.is-revealing .result-block:nth-child(2) {
  animation-delay: 0.24s;
}

.result-section.is-revealing .result-block:nth-child(3) {
  animation-delay: 0.3s;
}

.result-section.is-revealing .result-block:nth-child(4) {
  animation-delay: 0.36s;
}

.result-section.is-revealing .result-block:nth-child(5) {
  animation-delay: 0.42s;
}

.result-section.is-revealing .result-block:nth-child(6) {
  animation-delay: 0.48s;
}

.result-section.is-revealing .result-block:nth-child(7) {
  animation-delay: 0.54s;
}

.result-section.is-revealing .result-block:nth-child(8) {
  animation-delay: 0.6s;
}

.result-section.is-revealing .result-block:nth-child(9) {
  animation-delay: 0.66s;
}

.result-section.is-revealing .result-block:nth-child(10) {
  animation-delay: 0.72s;
}

.result-section.is-revealing .result-block:nth-child(11) {
  animation-delay: 0.78s;
}

.result-section.is-revealing .result-block:nth-child(12) {
  animation-delay: 0.84s;
}

.result-section.is-revealing .result-block:nth-child(13) {
  animation-delay: 0.9s;
}

.result-section.is-revealing .result-block:nth-child(14) {
  animation-delay: 0.96s;
}

.result-section.is-revealing .result-block:nth-child(15) {
  animation-delay: 1.02s;
}

.result-section.is-revealing .result-block:nth-child(16) {
  animation-delay: 1.08s;
}

.result-section.is-revealing .result-block:nth-child(17) {
  animation-delay: 1.14s;
}

.result-section.is-revealing .result-block:nth-child(18) {
  animation-delay: 1.2s;
}

.result-section.is-revealing .result-block:nth-child(19) {
  animation-delay: 1.25s;
}

.result-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.result-block h3 {
  color: #1c3339;
  display: block;
  font-size: clamp(21px, 2.2vw, 28px);
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 16px;
}

.result-block:nth-child(3),
.result-block:nth-child(4),
.result-block:nth-child(6) {
  border-left: 0;
}

.result-block:nth-child(6) {
  border-left-color: transparent;
}

.result-block.wide {
  grid-column: 1 / -1;
}

.result-block p {
  color: #405056;
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
}

.result-overview-block > p {
  color: #20343a;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 750;
  line-height: 1.78;
  max-width: 940px;
}

.result-block > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-block > ul li {
  align-items: center;
  background: transparent;
  color: #23464c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  padding: 0;
}

.result-block > ul li::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  width: 6px;
}

.strength-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-grid {
  display: grid;
  gap: 22px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-item {
  min-width: 0;
}

.signal-item span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}

.signal-item strong {
  display: block;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.15;
  margin-bottom: 7px;
}

.signal-item p {
  font-size: 15px;
  line-height: 1.72;
}

.reason-list,
.difference-grid,
.action-step-grid,
.readout-grid,
.use-case-grid,
.interview-grid,
.team-fit-grid,
.skill-path-grid,
.growth-hint-grid,
.misread-grid {
  display: grid;
  gap: 18px 28px;
}

.reason-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.difference-grid,
.action-step-grid,
.use-case-grid,
.interview-grid,
.team-fit-grid,
.skill-path-grid,
.growth-hint-grid,
.misread-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.readout-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.reason-card,
.difference-card,
.action-step,
.readout-item,
.use-case,
.interview-card,
.team-fit-card,
.skill-path-card,
.growth-hint,
.misread-card {
  background: transparent;
  border-left: 0;
  border-radius: 0;
  padding: 0;
}

.reason-card span,
.action-step span,
.readout-item span,
.use-case span,
.interview-card span,
.team-fit-card span,
.skill-path-card span,
.growth-hint span,
.misread-card span {
  color: var(--teal);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
}

.readout-item strong,
.use-case strong,
.interview-card strong,
.team-fit-card strong,
.skill-path-card strong,
.growth-hint strong,
.misread-card strong {
  color: #1c3339;
  display: block;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.reason-card p,
.difference-card p,
.action-step p,
.readout-item p,
.use-case p,
.interview-card p,
.team-fit-card p,
.skill-path-card p,
.growth-hint p,
.misread-card p {
  font-size: 15px;
  line-height: 1.72;
}

.difference-card div {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

.difference-card strong {
  font-size: 15px;
}

.difference-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
}

.confidence-block {
  align-content: start;
}

.confidence-ring {
  --confidence: 82%;
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at center, #ffffff 0 58%, transparent 59%),
    conic-gradient(var(--teal) var(--confidence), #e4ece8 0);
  border-radius: 50%;
  color: var(--teal);
  display: grid;
  font-size: 30px;
  font-weight: 950;
  justify-items: center;
  margin: 8px auto 12px;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
  width: min(142px, 70%);
}

.result-section.is-revealing .confidence-ring {
  animation: confidencePop 0.72s cubic-bezier(0.18, 0.82, 0.2, 1.16) 0.22s both;
}

.result-section.is-revealing .meter-track span {
  animation: meterFillIn 0.86s cubic-bezier(0.18, 0.9, 0.22, 1) 0.24s both;
  transform-origin: left center;
}

.result-section.is-revealing .line-icon * {
  animation: iconLineDraw 0.88s ease 0.18s both;
  stroke-dasharray: 64;
  stroke-dashoffset: 64;
}

.result-spark {
  animation: resultSparkFly 2.25s cubic-bezier(0.16, 0.78, 0.2, 1) var(--spark-delay, 0ms) forwards;
  background: var(--spark-color, var(--teal));
  border-radius: 999px;
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 28%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.result-spark.is-chip {
  border-radius: 3px;
  height: 5px;
  width: 13px;
}

.mini-type-list {
  display: grid;
  gap: 10px;
}

.mini-type-card {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 10px;
  grid-template-columns: 58px 1fr;
  padding: 0;
  text-align: left;
}

.mini-type-card:hover {
  color: var(--teal);
  transform: translateY(-1px);
}

.mini-type-card img {
  background: transparent;
  border-radius: 0;
  height: 58px;
  object-fit: contain;
  object-position: center bottom;
  padding: 5px 4px 0;
  transform-origin: center bottom;
  width: 58px;
}

.mini-type-card small {
  color: var(--teal);
  display: block;
  font-size: 11px;
  font-weight: 900;
}

.mini-type-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.partner-grid {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
}

.partner-copy p {
  color: #20343a;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 750;
  line-height: 1.78;
}

.partner-types {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-types .mini-type-card {
  align-content: start;
  gap: 8px;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.partner-types .mini-type-card img {
  height: 92px;
  width: 92px;
}

.partner-types .mini-type-card strong {
  font-size: 16px;
}

.result-next-panel {
  border-top: 1px solid rgba(219, 226, 223, 0.86);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  padding-top: 28px;
}

.result-next-copy p {
  max-width: 720px;
}

.result-next-types {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.job-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.job-chip {
  align-items: center;
  color: #23464c;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  gap: 7px;
  line-height: 1.35;
}

.job-chip .line-icon {
  height: 19px;
  width: 19px;
}

.environment-grid {
  display: grid;
  gap: 18px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.environment-card {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px 1fr;
  padding: 0;
}

.environment-card .line-icon {
  height: 28px;
  margin-top: 2px;
  width: 28px;
}

.environment-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.environment-card p {
  font-size: 15px;
  line-height: 1.72;
}

.pr-variant-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.pr-variant {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.pr-variant span {
  color: var(--teal);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.pr-variant p {
  font-size: 15px;
  line-height: 1.72;
}

.pr-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.78;
  margin-top: 10px;
  padding: 0;
}

.result-share-panel {
  align-items: start;
  border-top: 1px solid rgba(219, 226, 223, 0.86);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 28px;
}

.result-share-panel h3 {
  margin-bottom: 8px;
}

.result-share-panel p {
  max-width: 620px;
}

.share-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.share-actions .primary-action,
.share-actions .secondary-action {
  white-space: nowrap;
}

.share-fallback {
  align-items: center;
  background: rgba(9, 22, 29, 0.72);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 22px;
  position: fixed;
  z-index: 80;
}

.share-fallback.is-hidden {
  display: none;
}

.share-sheet {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(280px, 1fr);
  max-height: min(92svh, 820px);
  max-width: 920px;
  overflow: auto;
  position: relative;
  width: min(100%, 920px);
}

.share-close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(219, 226, 223, 0.9);
  border-radius: 999px;
  color: #20343a;
  cursor: pointer;
  display: grid;
  font-size: 22px;
  font-weight: 900;
  height: 40px;
  justify-items: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  z-index: 3;
}

.share-preview {
  align-content: stretch;
  background:
    radial-gradient(ellipse at 70% 72%, rgba(255, 255, 255, 0.92) 0 16%, rgba(255, 255, 255, 0.34) 52%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(135deg, rgba(8, 27, 32, 0.12), rgba(247, 251, 249, 0.82)),
    var(--type-bg, url("assets/generated/ui-assets-web/result-backdrop.avif")) center / cover no-repeat;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.82fr);
  grid-template-rows: minmax(320px, 1fr);
  min-height: 520px;
  overflow: hidden;
  padding: 30px 28px 0;
  position: relative;
}

.share-preview::after {
  background: radial-gradient(ellipse at center, rgba(20, 34, 38, 0.18), transparent 66%);
  bottom: 18px;
  content: "";
  height: 44px;
  left: 24%;
  position: absolute;
  right: 24%;
}

.share-preview-copy {
  align-self: start;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.share-preview-copy span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.share-preview-copy strong {
  color: var(--teal);
  display: block;
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.share-preview-copy p {
  color: #20343a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 17em;
}

.share-preview-copy small {
  color: #36565d;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 12px;
}

.share-preview img {
  align-self: end;
  justify-self: center;
  max-height: 420px;
  max-width: min(100%, 300px);
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  width: auto;
  z-index: 2;
}

.share-sheet-body {
  align-content: start;
  display: grid;
  gap: 12px;
  padding: clamp(44px, 5vw, 56px) clamp(28px, 4vw, 44px) clamp(28px, 4vw, 44px);
}

.share-sheet-body h3 {
  color: #1c3339;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  margin: 0;
}

.share-fallback label {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.share-url-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.share-fallback input,
.share-fallback textarea {
  background: #ffffff;
  border: 1px solid #d7e2df;
  border-radius: 6px;
  color: #20343a;
  font: inherit;
  font-size: 14px;
  line-height: 1.55;
  padding: 11px 12px;
  width: 100%;
}

.share-fallback textarea {
  min-height: 96px;
  resize: vertical;
}

.share-fallback input:focus,
.share-fallback textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 127, 121, 0.12);
  outline: none;
}

.share-fallback p {
  color: #405056;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.share-platform-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 2px;
}

.share-platform-button {
  align-items: center;
  appearance: none;
  background: #f7fbf9;
  border: 1px solid #d8e4e0;
  border-radius: 8px;
  color: #1f3439;
  cursor: pointer;
  display: flex;
  gap: 11px;
  min-height: 74px;
  padding: 12px;
  text-align: left;
  transition: background 0.18s ease, border 0.18s ease, transform 0.18s ease;
}

.share-platform-button:hover,
.share-platform-button:focus-visible {
  background: #ffffff;
  border-color: rgba(0, 127, 121, 0.45);
  outline: none;
  transform: translateY(-1px);
}

.share-platform-button.is-working {
  opacity: 0.72;
  pointer-events: none;
}

.share-platform-icon {
  align-items: center;
  background: var(--teal);
  border-radius: 999px;
  color: #ffffff;
  display: grid;
  flex: 0 0 42px;
  font-size: 13px;
  font-weight: 950;
  height: 42px;
  justify-items: center;
  line-height: 1;
  width: 42px;
}

.share-platform-icon svg {
  display: block;
  height: 28px;
  width: 28px;
}

.brand-native svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.brand-line {
  background: #06c755;
}

.brand-line svg {
  height: 34px;
  width: 34px;
}

.brand-line rect {
  fill: #06c755;
}

.brand-line path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.2;
}

.brand-instagram {
  background: radial-gradient(circle at 28% 100%, #feda75 0 22%, #fa7e1e 34%, #d62976 58%, #962fbf 78%, #4f5bd5 100%);
}

.brand-instagram svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.4;
}

.brand-tiktok {
  background: #010101;
}

.brand-tiktok svg {
  height: 34px;
  overflow: visible;
  width: 34px;
}

.brand-tiktok path {
  fill: currentColor;
}

.brand-tiktok .tiktok-cyan {
  color: #25f4ee;
  transform: translate(-2px, 1px);
}

.brand-tiktok .tiktok-red {
  color: #fe2c55;
  transform: translate(2px, -1px);
}

.brand-tiktok .tiktok-main {
  color: #ffffff;
}

.share-platform-button strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

.share-platform-button small {
  color: #5d6b70;
  display: block;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  margin-top: 4px;
}

.share-platform-note {
  background: #f3f8f6;
  border-left: 3px solid rgba(0, 127, 121, 0.45);
  border-radius: 6px;
  padding: 10px 12px;
}

.share-tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feedback-block > p {
  margin-bottom: 12px;
}

.feedback-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.feedback-options button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #405056;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 0;
}

.feedback-options button:hover,
.feedback-options button.selected {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.feedback-message {
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  margin-top: 10px;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroGridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(42px, 42px, 0);
  }
}

@keyframes heroLinesFloat {
  from {
    opacity: 0.11;
    transform: translateY(0) skewY(-5deg);
  }
  to {
    opacity: 0.22;
    transform: translateY(-18px) skewY(-4deg);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaBreath {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(0, 127, 121, 0.28);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 18px 38px rgba(0, 164, 154, 0.34);
    transform: translateY(-2px);
  }
}

@keyframes arrowNudge {
  0%,
  100% {
    transform: translateX(0);
  }
  48% {
    transform: translateX(5px);
  }
}

@keyframes trustFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes scrollCueBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

@keyframes axisGlowTravel {
  from {
    opacity: 0.52;
    transform: translate3d(0, 0, 0) scale(0.92);
  }
  to {
    opacity: 0.92;
    transform: translate3d(42vw, 8%, 0) scale(1.12);
  }
}

@keyframes compassFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes typeGroupRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typeCardRise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes progressGlint {
  0%,
  34% {
    transform: translateX(-120%);
  }
  78%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes questionEnter {
  from {
    opacity: 0.72;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sceneScan {
  0%,
  42% {
    transform: translateX(-100%);
  }
  70%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes characterSwap {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }
  to {
    opacity: 0.72;
    transform: translateY(0) scale(1);
  }
}

@keyframes answerPop {
  0% {
    transform: scale(1);
  }
  44% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes answerSpark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(0.05);
  }
}

@keyframes quizPulse {
  0%,
  100% {
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  }
  52% {
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), 0 0 0 5px rgba(0, 164, 154, 0.14);
  }
}

@keyframes milestonePop {
  0% {
    opacity: 0;
    transform: translate(-50%, 14px) scale(0.96);
  }
  18%,
  74% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -10px) scale(0.98);
  }
}

@keyframes resultTitleFlash {
  0% {
    filter: brightness(1);
    transform: translateY(0) scale(1);
  }
  38% {
    filter: brightness(1.08);
    transform: translateY(-1px) scale(1.006);
  }
  100% {
    filter: brightness(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes skillPulse {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes confidencePop {
  from {
    opacity: 0;
    transform: scale(0.84) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes resultSparkFly {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0) scale(0.72);
  }
  18% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) rotate(var(--spark-rotate)) scale(0.92);
  }
}

@keyframes resultRevealVeil {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  14% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes resultCardRise {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes resultCharacterPop {
  from {
    opacity: 0;
    transform: translate(var(--pose-shift, 0), calc(var(--pose-y, 0px) + 12px)) rotate(var(--pose-rotate, 0deg)) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(var(--pose-shift, 0), var(--pose-y, 0px)) rotate(var(--pose-rotate, 0deg)) scale(var(--pose-scale, 1));
  }
}

@keyframes resultBlockIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes resultSparkle {
  0% {
    opacity: 0;
    transform: scale(0.985);
  }
  28% {
    opacity: 0.62;
  }
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

@keyframes diagnosisGridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 56px 56px, 56px 56px;
  }
}

@keyframes diagnosisSweep {
  0%,
  24% {
    transform: translateX(-70%);
  }
  72%,
  100% {
    transform: translateX(70%);
  }
}

@keyframes diagnosisOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes diagnosisAxisPulse {
  from {
    color: rgba(255, 255, 255, 0.48);
    transform: translateY(0);
  }
  to {
    color: #ffffff;
    transform: translateY(-4px);
  }
}

@keyframes diagnosisExit {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.04);
    visibility: hidden;
  }
}

@keyframes resultTextReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes resultCharacterFloat {
  0%,
  100% {
    transform: translate(var(--pose-shift, 0), var(--pose-y, 0px)) rotate(var(--pose-rotate, 0deg)) scale(var(--pose-scale, 1));
  }
  50% {
    transform: translate(var(--pose-shift, 0), calc(var(--pose-y, 0px) + var(--pose-float-y, -4px))) rotate(calc(var(--pose-rotate, 0deg) + 0.35deg)) scale(var(--pose-scale, 1));
  }
}

@keyframes meterFillIn {
  from {
    opacity: 0.4;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes iconLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.8fr) minmax(220px, 0.42fr);
  margin-bottom: 22px;
}

.standalone-types {
  padding-top: clamp(98px, 10vw, 140px);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-tabs button {
  background: #f2f6f4;
  border: 1px solid #dbe4e1;
  border-radius: 999px;
  color: #405056;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
}

.filter-tabs button.active {
  background: var(--teal);
  border-color: var(--teal);
  color: white;
}

.type-atlas {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.type-atlas button {
  appearance: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 248, 246, 0.92)),
    var(--paper-strong);
  border: 1px solid rgba(219, 226, 223, 0.95);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 7px;
  min-height: 124px;
  padding: 16px;
  text-align: left;
  transition: border 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.type-atlas button:hover,
.type-atlas button:focus-visible,
.type-atlas button.active {
  background: #ffffff;
  border-color: rgba(0, 127, 121, 0.42);
  outline: none;
  transform: translateY(-2px);
}

.type-atlas span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.type-atlas strong {
  font-size: 18px;
  line-height: 1.25;
}

.type-atlas small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.type-grid {
  display: grid;
  gap: 24px;
}

.compare-section {
  border-top: 1px solid rgba(219, 226, 223, 0.9);
  display: grid;
  gap: 22px;
  margin-top: clamp(44px, 7vw, 76px);
  padding-top: clamp(32px, 5vw, 56px);
}

.compare-heading {
  max-width: 720px;
}

.compare-heading h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  margin: 0;
}

.compare-heading p {
  color: var(--muted);
  margin: 14px 0 0;
}

.pair-guide {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pair-guide button {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(219, 226, 223, 0.9);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 6px;
  min-height: 92px;
  padding: 14px;
  text-align: left;
  transition: border 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.pair-guide button:hover,
.pair-guide button:focus-visible {
  background: rgba(0, 127, 121, 0.05);
  border-color: rgba(0, 127, 121, 0.42);
  transform: translateY(-1px);
}

.pair-guide span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.pair-guide strong {
  color: #20343a;
  font-size: 14px;
  line-height: 1.45;
}

.compare-controls {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-controls label {
  display: grid;
  gap: 8px;
}

.compare-controls span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.compare-controls select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--teal) 50%) right 18px center / 7px 7px no-repeat,
    linear-gradient(135deg, var(--teal) 50%, transparent 50%) right 12px center / 7px 7px no-repeat,
    #ffffff;
  border: 1px solid #d7e2df;
  border-radius: 8px;
  color: #20343a;
  font: inherit;
  font-weight: 850;
  min-height: 52px;
  padding: 12px 38px 12px 14px;
}

.compare-result {
  display: grid;
  gap: 24px;
}

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

.compare-summary article {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 112px minmax(0, 1fr);
}

.compare-summary img {
  grid-row: span 4;
  height: 112px;
  object-fit: contain;
  object-position: center bottom;
  width: 112px;
}

.compare-summary span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.compare-summary strong {
  color: #1c3339;
  font-size: 24px;
  line-height: 1.1;
}

.compare-summary p {
  color: #405056;
  font-size: 14px;
  line-height: 1.72;
  margin: 0;
}

.compare-summary button,
.compare-summary a {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  justify-self: start;
  padding: 0;
}

.compare-summary button:hover,
.compare-summary a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.compare-diff-list {
  display: grid;
  gap: 16px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-diff-list article {
  min-width: 0;
}

.compare-diff-list span {
  color: var(--teal);
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 6px;
}

.compare-diff-list p {
  color: #405056;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.compare-diff-list strong {
  color: #20343a;
}

.type-category {
  animation: typeGroupRise 0.62s ease both;
  display: grid;
  gap: 12px;
}

.type-category-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.type-category-head span {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 18px;
  font-weight: 950;
  gap: 10px;
}

.type-category-head strong {
  color: var(--muted);
  font-size: 13px;
}

.type-category-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.type-card {
  animation: typeCardRise 0.48s ease both;
  appearance: none;
  border-color: rgba(219, 226, 223, 0.74);
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  text-align: left;
  overflow: hidden;
  padding: 0;
  transition: transform 0.18s ease, border 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.type-category-grid .type-card:nth-child(2) {
  animation-delay: 0.04s;
}

.type-category-grid .type-card:nth-child(3) {
  animation-delay: 0.08s;
}

.type-category-grid .type-card:nth-child(4) {
  animation-delay: 0.12s;
}

.type-category-grid .type-card:nth-child(5) {
  animation-delay: 0.16s;
}

.type-category-grid .type-card:nth-child(6) {
  animation-delay: 0.2s;
}

.type-category-grid .type-card:nth-child(7) {
  animation-delay: 0.24s;
}

.type-category-grid .type-card:nth-child(8) {
  animation-delay: 0.28s;
}

.type-card:hover {
  border-color: rgba(0, 127, 121, 0.48);
  box-shadow: 0 16px 42px rgba(14, 32, 41, 0.12);
  transform: translateY(-2px);
}

.type-card:hover img {
  transform: translateY(-5px) scale(1.03);
}

.type-card-stage {
  align-items: end;
  aspect-ratio: 1 / 1.06;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(255, 255, 255, 0.88) 0 20%, rgba(255, 255, 255, 0.42) 56%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(247, 251, 249, 0.82)),
    var(--type-bg, url("assets/generated/ui-assets-web/result-backdrop.avif")) center / cover no-repeat;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 12px 12px 0;
  position: relative;
}

.type-card-stage::after {
  background: radial-gradient(ellipse at center, rgba(20, 34, 38, 0.15), transparent 66%);
  bottom: 7px;
  content: "";
  height: 18px;
  left: 24%;
  position: absolute;
  right: 24%;
}

.type-card img {
  height: 100%;
  max-height: 258px;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  transition: transform 0.22s ease;
  transform: translate(var(--pose-shift, 0), var(--pose-y, 0px)) rotate(var(--pose-rotate, 0deg)) scale(var(--pose-scale, 1));
  transform-origin: var(--pose-origin, center bottom);
  width: 100%;
  z-index: 1;
}

.type-card:hover img,
.type-card:focus-visible img {
  transform: translate(var(--pose-shift, 0), var(--pose-y, 0px)) rotate(var(--pose-rotate, 0deg)) scale(calc(var(--pose-scale, 1) + 0.025));
}

.type-card-body {
  padding: 14px;
}

.type-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.type-card small {
  color: var(--teal);
  display: block;
  font-weight: 900;
}

.type-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.type-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.type-card-quote {
  color: #20343a !important;
  font-size: 13px !important;
  font-weight: 900;
  margin-top: 10px !important;
}

.type-card-power {
  color: var(--teal) !important;
  font-size: 12px !important;
  font-weight: 900;
  margin-top: 6px !important;
}

.type-card-link {
  color: var(--teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  margin-top: 10px;
}

.type-card-roles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.type-card-roles span {
  color: #496066;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.type-card-roles span + span::before {
  color: #a7b3b0;
  content: "/";
  display: inline-block;
  margin: 0 7px;
}

.share-page {
  background:
    linear-gradient(180deg, rgba(14, 32, 41, 0.82), rgba(14, 32, 41, 0.58)),
    var(--type-bg) center / cover no-repeat fixed;
  min-height: 100svh;
}

.share-landing {
  align-items: center;
  display: grid;
  min-height: 100svh;
  padding: clamp(22px, 5vw, 72px);
}

.share-landing-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  display: grid;
  gap: clamp(18px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.55fr);
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 62px);
  width: 100%;
}

.share-landing-copy h1 {
  color: var(--teal);
  font-size: clamp(58px, 10vw, 118px);
  line-height: 0.95;
  margin: 0 0 12px;
}

.share-landing-tagline {
  color: #20343a;
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 18px;
}

.share-landing-copy > p:not(.section-kicker):not(.share-landing-tagline) {
  color: #405056;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.8;
  max-width: 620px;
}

.share-landing-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 22px;
}

.share-landing-roles span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
}

.share-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.share-landing-art {
  align-items: end;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(255, 255, 255, 0.85), transparent 58%),
    rgba(0, 127, 121, 0.08);
  display: grid;
  justify-items: center;
  min-height: 420px;
}

.share-landing-art img {
  height: min(62vw, 520px);
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}

.concept-section {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.38fr 0.62fr;
  max-width: 1280px;
}

.concept-image {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: center;
  padding: 28px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.type-detail-main {
  padding: 96px clamp(18px, 4vw, 54px) 56px;
}

.type-detail-hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.72)),
    var(--type-bg, url("assets/generated/ui-assets-web/result-backdrop.avif")) center / cover no-repeat;
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: min(760px, calc(100svh - 124px));
  padding: clamp(24px, 5vw, 54px);
}

.type-detail-copy {
  align-content: center;
  display: grid;
  gap: 18px;
}

.type-detail-copy h1 {
  color: var(--teal);
  font-size: clamp(58px, 11vw, 142px);
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
}

.type-detail-tagline {
  color: #20343a;
  font-size: clamp(20px, 2.4vw, 31px);
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
  max-width: 760px;
}

.type-detail-lead {
  color: #405056;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  line-height: 1.85;
  max-width: 820px;
}

.type-detail-meta,
.type-detail-roles,
.type-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.type-detail-meta span,
.type-detail-roles span {
  align-items: center;
  color: #23464c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

.type-detail-meta span::before,
.type-detail-roles span::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}

.type-detail-art {
  align-items: end;
  display: grid;
  justify-items: center;
  min-height: 420px;
  position: relative;
}

.type-detail-art::after {
  background: radial-gradient(ellipse at center, rgba(20, 34, 38, 0.18), transparent 66%);
  bottom: 36px;
  content: "";
  height: 54px;
  left: 22%;
  position: absolute;
  right: 22%;
}

.type-detail-art img {
  height: min(68vh, 620px);
  max-width: min(100%, 430px);
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: 1;
}

.type-detail-content {
  display: grid;
  gap: clamp(36px, 6vw, 72px);
  margin: clamp(38px, 6vw, 70px) auto 0;
  max-width: 1080px;
}

.type-detail-section {
  display: grid;
  gap: 18px;
}

.type-detail-section h2 {
  color: #1c3339;
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.18;
  margin: 0;
}

.type-detail-section > p {
  color: #405056;
  font-size: 16px;
  line-height: 1.86;
  margin: 0;
  max-width: 900px;
}

.type-detail-grid {
  display: grid;
  gap: 22px 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.type-detail-item span {
  color: var(--teal);
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 7px;
}

.type-detail-item strong {
  color: #1c3339;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.type-detail-item p {
  color: #405056;
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
}

.type-detail-link-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.type-detail-link-list a {
  align-items: center;
  border: 1px solid rgba(219, 226, 223, 0.9);
  border-radius: 8px;
  color: #20343a;
  display: grid;
  font-weight: 900;
  gap: 4px;
  min-height: 86px;
  padding: 14px;
}

.type-detail-link-list a span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.type-detail-link-list a:hover {
  border-color: rgba(0, 127, 121, 0.44);
  color: var(--teal);
}

.plain-page {
  padding: 118px clamp(20px, 5vw, 64px) 64px;
}

.plain-document {
  display: grid;
  gap: 28px;
  margin: 0 auto;
  max-width: 880px;
}

.plain-document h1 {
  color: #10282e;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 0.96;
  margin: 0;
}

.plain-document h2 {
  color: var(--teal);
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.plain-document p,
.plain-document li {
  color: #405056;
  font-size: 16px;
  line-height: 1.85;
}

.plain-document ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.plain-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px) {
  .hero-grid,
  .axis-intro,
  .quiz-shell,
  .result-hero,
  .section-heading,
  .concept-section,
  .type-detail-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 94px;
  }

  .hero-grid {
    min-height: auto;
  }

  .type-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quiz-brief {
    grid-template-columns: 1fr;
  }

  .quiz-brief div {
    justify-content: flex-start;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding: 12px 14px;
  }

  .site-nav {
    display: none;
  }

  .home-page .site-nav {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-bottom: 78px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 88px);
  }

  .hero-subpoints {
    gap: 8px 12px;
  }

  .trust-strip,
  .axis-list,
  .answer-scale,
  .result-grid,
  .strength-grid,
  .signal-grid,
  .reason-list,
  .difference-grid,
  .action-step-grid,
  .readout-grid,
  .use-case-grid,
  .interview-grid,
  .team-fit-grid,
  .skill-path-grid,
  .growth-hint-grid,
  .misread-grid,
  .partner-grid,
  .compare-controls,
  .compare-summary,
  .compare-diff-list,
  .type-detail-grid,
  .type-detail-link-list,
  .environment-grid,
  .pr-variant-grid {
    grid-template-columns: 1fr;
  }

  .home-page .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-page .trust-strip div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 0;
  }

  .axis-teaser {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
  }

  .axis-rose {
    margin-top: 8px;
    width: min(76vw, 300px);
  }

  .answer-scale button {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 58px;
    padding: 10px 14px;
  }

  .answer-scale button strong {
    height: 44px;
    width: 44px;
  }

  .answer-scale button span {
    font-size: 13px;
  }

  .quiz-phase {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .quiz-phase strong {
    text-align: left;
  }

  .quiz-controls {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .next-button,
  .text-button {
    width: 100%;
  }

  .result-copy h2 {
    font-size: clamp(36px, 13vw, 64px);
  }

  .result-hero-meta {
    gap: 8px 12px;
  }

  .result-hero-highlights {
    grid-template-columns: 1fr;
  }

  .result-quote {
    font-size: 18px;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .result-actions .primary-action,
  .result-actions .secondary-action {
    width: 100%;
  }

  .result-image-wrap img {
    height: min(74vw, 360px);
    width: min(78vw, 270px);
  }

  .result-share-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .result-next-panel,
  .share-landing-card {
    grid-template-columns: 1fr;
  }

  .result-next-types,
  .type-atlas,
  .partner-types,
  .pair-guide {
    grid-template-columns: 1fr;
  }

  .share-actions {
    align-items: stretch;
    flex-direction: column;
    justify-content: stretch;
  }

  .share-actions .primary-action,
  .share-actions .secondary-action {
    width: 100%;
  }

  .share-url-row {
    grid-template-columns: 1fr;
  }

  .share-fallback {
    align-items: start;
    padding: 14px;
  }

  .share-sheet {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 28px);
  }

  .share-preview {
    gap: 14px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(190px, 1fr);
    min-height: 390px;
    padding: 26px 22px 0;
  }

  .share-preview-copy {
    max-width: calc(100% - 58px);
  }

  .share-preview-copy strong {
    font-size: clamp(34px, 13vw, 52px);
  }

  .share-preview-copy p {
    font-size: 15px;
  }

  .share-preview img {
    max-height: 225px;
    max-width: min(72%, 220px);
  }

  .share-landing {
    padding: 16px;
  }

  .share-landing-card {
    padding: 24px;
  }

  .share-landing-art {
    min-height: 300px;
  }

  .type-detail-main {
    padding: 82px 16px 42px;
  }

  .type-detail-hero {
    min-height: auto;
    padding: 24px;
  }

  .type-detail-copy h1 {
    font-size: clamp(42px, 16vw, 72px);
  }

  .type-detail-art {
    min-height: 300px;
  }

  .type-detail-art img {
    height: min(82vw, 420px);
  }

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

  .compare-summary article {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .compare-summary img {
    height: 86px;
    width: 86px;
  }

  .filter-tabs {
    flex-wrap: nowrap;
    margin-left: -18px;
    margin-right: -18px;
    overflow-x: auto;
    padding: 0 18px 10px;
    scrollbar-width: none;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-tabs button {
    flex: 0 0 auto;
  }

  .type-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .home-page .hero {
    min-height: 620px;
  }

  .home-page .trust-strip dd {
    font-size: 12px;
  }

  .primary-action,
  .secondary-action,
  .text-button {
    min-height: 46px;
  }

  .quiz-window {
    border-radius: 0;
    margin-left: -18px;
    margin-right: -18px;
  }

  .question-panel h3 {
    font-size: 22px;
  }

  .question-scene {
    height: 190px;
  }

  .type-category-grid {
    grid-template-columns: 1fr;
  }
}

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

  .result-effect-layer,
  .answer-spark {
    display: none !important;
  }
}
