:root {
  --color-bg: #f6fbff;
  --color-surface: #ffffff;
  --color-primary: #1267e5;
  --color-primary-dark: #0b2f66;
  --color-accent: #59d5ff;
  --color-text: #132238;
  --color-muted: #64748b;
  --color-border: #dbeafe;
  --color-soft-blue: #eaf6ff;
  --color-warning: #a55d16;
  --shadow-soft: 0 22px 60px rgba(38, 94, 150, 0.11);
  --shadow-small: 0 10px 30px rgba(38, 94, 150, 0.08);
  --radius-large: 24px;
  --radius-medium: 18px;
  --shell: 1100px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

:where(h1, h2, h3, h4, p, li, th, td, button, a) {
  line-break: strict;
  overflow-wrap: break-word;
}

:where(h1, h2, h3, h4) {
  text-wrap: balance;
}

:where(p, li, th, td) {
  text-wrap: pretty;
}

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

svg {
  display: block;
}

.fit-app {
  overflow: clip;
  background:
    linear-gradient(rgba(18, 103, 229, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 103, 229, 0.027) 1px, transparent 1px),
    var(--color-bg);
  background-size: 48px 48px;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.shell--narrow {
  max-width: 820px;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(880px, 100dvh);
  align-items: center;
  padding: 72px 0;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -12vw;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(18, 103, 229, 0.12);
  border-radius: 50%;
  content: "";
}

.hero__ambient {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero__ambient--one {
  top: -120px;
  right: 2%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(99, 211, 255, 0.23), rgba(99, 211, 255, 0));
}

.hero__ambient--two {
  bottom: 2%;
  left: -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(18, 103, 229, 0.09), rgba(18, 103, 229, 0));
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.affiliate-disclosure {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 9px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #10386d;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.eyebrow,
.section-kicker,
.question-panel__kicker,
.insight-block__heading p {
  margin: 0;
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(18, 103, 229, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  letter-spacing: 0.08em;
}

.eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(18, 103, 229, 0.1);
}

.hero h1 {
  margin: 25px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(2.45rem, 4.8vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.hero__title-product,
.hero__title-question {
  display: block;
  white-space: nowrap;
}

.hero__title-product {
  font-weight: 700;
  letter-spacing: -0.045em;
}

.hero__title-product [lang="en"] {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.055em;
}

.hero__title-question {
  margin-top: 0.08em;
  letter-spacing: -0.04em;
}

.hero__accent {
  display: inline-block;
  margin: 18px 0 25px;
  padding: 5px 2px 7px;
  border-bottom: 3px solid var(--color-accent);
  color: var(--color-primary);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.hero__lead {
  max-width: 580px;
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 650;
  line-height: 1.8;
}

.hero__detail {
  max-width: 570px;
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.hero__actions {
  display: flex;
  margin-top: 34px;
  gap: 18px 26px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button--large {
  min-height: 60px;
  padding-inline: 28px;
  font-size: 1rem;
}

.button--primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 14px 30px rgba(18, 103, 229, 0.22);
}

.button--primary:hover {
  background: #0e58c7;
  box-shadow: 0 18px 34px rgba(18, 103, 229, 0.27);
}

.button--secondary {
  color: #fff;
  background: var(--color-primary-dark);
  box-shadow: 0 14px 30px rgba(11, 47, 102, 0.17);
}

.button--ghost {
  border-color: var(--color-border);
  color: var(--color-primary-dark);
  background: var(--color-surface);
  box-shadow: var(--shadow-small);
}

.privacy-note {
  display: inline-flex;
  margin: 0;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 0.8rem;
}

.privacy-note svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero__visual {
  position: relative;
  min-height: 560px;
}

.device-stage {
  position: absolute;
  inset: 45px 0 0 10px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 48% 52% 48% 52% / 45% 50% 50% 55%;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: rotate(-3deg);
}

.device-stage::after {
  position: absolute;
  inset: 40px;
  border: 1px dashed rgba(18, 103, 229, 0.16);
  border-radius: 50%;
  content: "";
}

.device-orbit {
  position: absolute;
  border: 1px solid rgba(99, 211, 255, 0.4);
  border-radius: 50%;
}

.device-orbit--outer {
  width: 340px;
  height: 340px;
}

.device-orbit--inner {
  width: 235px;
  height: 235px;
}

.scribe-product-crop {
  position: relative;
  z-index: 2;
  width: 70px;
  transform: rotate(16deg);
  animation: device-float 5s ease-in-out infinite;
}

.scribe-product-image {
  width: 100%;
  height: auto;
  filter: none;
}

@keyframes device-float {
  0%, 100% { transform: rotate(16deg) translate3d(0, -3px, 0); }
  50% { transform: rotate(16deg) translate3d(0, 9px, 0); }
}

.signal-card {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 160px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-small), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  font-size: 0.72rem;
  line-height: 1.35;
}

.signal-card--top {
  top: 34px;
  right: -14px;
  flex-direction: column;
  align-items: flex-start;
}

.signal-card--bottom {
  bottom: 22px;
  left: -25px;
}

.signal-card__label {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.signal-card__wave {
  display: flex;
  height: 25px;
  align-items: center;
  gap: 5px;
}

.signal-card__wave i {
  display: block;
  width: 3px;
  height: 35%;
  border-radius: 999px;
  background: var(--color-primary);
  animation: wave 1.45s ease-in-out infinite;
}

.signal-card__wave i:nth-child(2) { height: 70%; animation-delay: -0.2s; }
.signal-card__wave i:nth-child(3) { height: 100%; animation-delay: -0.4s; }
.signal-card__wave i:nth-child(4) { height: 55%; animation-delay: -0.6s; }
.signal-card__wave i:nth-child(5) { height: 28%; animation-delay: -0.8s; }

@keyframes wave {
  0%, 100% { transform: scaleY(0.7); opacity: 0.65; }
  50% { transform: scaleY(1.1); opacity: 1; }
}

.signal-card__number {
  color: var(--color-primary);
  font-size: 2.1rem;
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 1;
}

.how-it-works {
  padding: clamp(76px, 10vw, 128px) 0;
  border-block: 1px solid rgba(18, 103, 229, 0.08);
  background: rgba(255, 255, 255, 0.58);
}

.how-it-works__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(48px, 7vw, 80px);
}

.how-it-works h2,
.simulator__intro h2,
.next-steps__heading h2 {
  margin: 15px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.9rem, 3.7vw, 3.25rem);
  letter-spacing: -0.045em;
  line-height: 1.28;
}

#how-title span {
  display: block;
  white-space: nowrap;
}

#next-steps-title span {
  display: block;
  white-space: nowrap;
}

.steps {
  border-top: 1px solid var(--color-border);
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--color-border);
}

.step__number {
  padding-top: 3px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step h3,
.step p {
  margin: 0;
}

.step h3 {
  color: var(--color-primary-dark);
  font-size: 1.06rem;
}

.step p {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.how-it-works__action {
  display: flex;
  margin-top: 44px;
  justify-content: flex-end;
}

.quiz-section {
  min-height: 100dvh;
  padding: clamp(30px, 7vh, 72px) 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(99, 211, 255, 0.16), transparent 29%),
    var(--color-bg);
}

.quiz-card {
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(18, 103, 229, 0.12);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft), inset 0 1px 0 #fff;
}

.quiz-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--color-primary-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.quiz-card__topline p {
  margin: 0;
}

.quiz-progress__percent {
  color: var(--color-primary);
}

.progress-track {
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4edf7;
}

.progress-track span {
  display: block;
  width: 14.28%;
  height: 100%;
  border-radius: inherit;
  background: var(--color-primary);
  transform-origin: left;
  transition: width 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.question-panel {
  padding: clamp(42px, 8vw, 72px) 0 34px;
}

.question-panel.is-leaving {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
  transition: opacity 150ms ease, transform 150ms ease;
}

.question-panel.is-entering {
  animation: question-enter 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes question-enter {
  from { opacity: 0; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.question-panel h2 {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.45rem, 4vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.45;
}

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

.answer-button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 64px;
  padding: 15px 54px 15px 18px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  color: var(--color-text);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.answer-button::after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 21px;
  height: 21px;
  border: 2px solid #b9cadc;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.answer-button:hover {
  border-color: #9bbce4;
  background: #f9fcff;
  box-shadow: 0 8px 24px rgba(32, 89, 145, 0.07);
  transform: translateY(-1px);
}

.answer-button:active {
  transform: translateY(1px) scale(0.992);
}

.answer-button.is-selected {
  border-color: var(--color-primary);
  color: var(--color-primary-dark);
  background: var(--color-soft-blue);
  box-shadow: 0 0 0 3px rgba(18, 103, 229, 0.08);
  font-weight: 750;
}

.answer-button.is-selected::after {
  border: 6px solid var(--color-primary);
  background: #fff;
}

.quiz-card__footer {
  display: flex;
  min-height: 54px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.quiz-card__footer > p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.75rem;
}

.text-button {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 4px;
  border: 0;
  align-items: center;
  gap: 7px;
  color: var(--color-primary-dark);
  background: transparent;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 750;
}

.text-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.text-button:disabled {
  visibility: hidden;
}

.results {
  padding: clamp(64px, 9vw, 110px) 0 64px;
  background: var(--color-bg);
}

.result-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  min-height: 460px;
  border: 1px solid rgba(18, 103, 229, 0.12);
  border-radius: 28px;
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.score-wrap {
  position: relative;
  display: grid;
  min-height: 400px;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(99, 211, 255, 0.17), transparent 53%),
    var(--color-primary-dark);
}

.score-wrap::before,
.score-wrap::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.score-wrap::before { width: 330px; height: 330px; }
.score-wrap::after { width: 390px; height: 390px; }

.score-gauge {
  width: min(70%, 250px);
  transform: rotate(-90deg);
}

.score-gauge circle {
  fill: none;
  stroke-width: 9;
}

.score-gauge__track {
  stroke: rgba(255, 255, 255, 0.12);
}

.score-gauge__value {
  stroke: var(--color-accent);
  stroke-linecap: round;
  stroke-dasharray: 603.19;
  stroke-dashoffset: 603.19;
  filter: drop-shadow(0 3px 5px rgba(99, 211, 255, 0.23));
}

.score-center {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.score-center__label,
.score-center__max {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.score-center strong {
  margin: 4px 0 1px;
  font-size: clamp(3.9rem, 8vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.score-center small {
  margin-left: 5px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.result-copy {
  display: flex;
  padding: clamp(38px, 7vw, 80px);
  justify-content: center;
  flex-direction: column;
}

.result-copy h2 {
  margin: 15px 0 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.result-copy__title {
  margin: 6px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.7rem, 4vw, 3.05rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.result-copy__description {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 0.98rem;
}

.low-score-guide {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin-top: 25px;
  padding: 16px;
  border: 1px solid #c7def7;
  border-radius: 15px;
  color: var(--color-primary-dark);
  background: var(--color-soft-blue);
}

.low-score-guide svg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.low-score-guide p {
  margin: 0;
  font-size: 0.87rem;
  font-weight: 650;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  gap: 28px;
}

.insight-block {
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
  background: var(--color-surface);
  box-shadow: var(--shadow-small);
}

.insight-block--caution {
  background: #fffdfa;
}

.insight-block__heading {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 15px;
  align-items: center;
}

.insight-block__heading h3 {
  margin: 3px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.4;
}

.insight-block__heading p {
  font-size: 0.62rem;
}

.insight-icon {
  display: grid;
  width: 47px;
  height: 47px;
  border-radius: 14px;
  place-items: center;
}

.insight-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.insight-icon--positive {
  color: var(--color-primary);
  background: var(--color-soft-blue);
}

.insight-icon--caution {
  color: var(--color-warning);
  background: #fff2df;
}

.insight-list {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.insight-list li {
  position: relative;
  padding: 17px 0 17px 26px;
  border-top: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 0.9rem;
}

.insight-list li::before {
  position: absolute;
  top: 26px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
  box-shadow: 0 0 0 4px rgba(18, 103, 229, 0.09);
}

.insight-block--caution .insight-list li::before {
  background: var(--color-warning);
  box-shadow: 0 0 0 4px rgba(165, 93, 22, 0.08);
}

.simulator {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  margin-top: clamp(70px, 11vw, 130px);
  gap: clamp(40px, 8vw, 100px);
  align-items: start;
}

.simulator__intro {
  position: sticky;
  top: 30px;
}

.simulator__intro > p:last-child,
.next-steps__heading > p:last-child {
  margin: 21px 0 0;
  color: var(--color-muted);
  font-size: 0.93rem;
}

.simulator__body {
  padding: clamp(24px, 4.5vw, 42px);
  border: 1px solid rgba(18, 103, 229, 0.12);
  border-radius: var(--radius-large);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

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

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary-dark);
  font-size: 0.8rem;
  font-weight: 750;
}

.input-with-unit,
.select-wrap {
  position: relative;
  display: flex;
  min-height: 56px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  align-items: center;
  background: #fbfdff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.input-with-unit:focus-within,
.select-wrap:focus-within {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(18, 103, 229, 0.11);
}

.input-with-unit input,
.select-wrap select {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 12px 14px;
  border: 0;
  outline: 0;
  color: var(--color-text);
  background: transparent;
  font-weight: 750;
}

.input-with-unit input {
  padding-right: 3px;
}

.input-with-unit span {
  flex: 0 0 auto;
  padding: 0 13px 0 7px;
  color: var(--color-muted);
  font-size: 0.76rem;
  white-space: nowrap;
}

.select-wrap select {
  padding-right: 42px;
  appearance: none;
}

.select-wrap svg {
  position: absolute;
  right: 14px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--color-muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.simulator-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
}

.simulator-metric {
  min-height: 120px;
  padding: 21px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.simulator-metric--accent {
  background: var(--color-soft-blue);
}

.simulator-metric > span {
  display: block;
  color: var(--color-muted);
  font-size: 0.71rem;
  font-weight: 700;
}

.simulator-metric strong {
  display: block;
  margin-top: 9px;
  color: var(--color-primary-dark);
  font-size: clamp(1.05rem, 2.5vw, 1.45rem);
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.simulator-metric--accent strong {
  color: var(--color-primary);
}

.simulator-note {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.7;
}

.next-steps {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  margin-top: clamp(78px, 12vw, 140px);
  gap: clamp(40px, 7vw, 90px);
}

.cta-list {
  border-top: 1px solid #bcd1e7;
}

.cta-row {
  display: grid;
  grid-template-columns: 48px 1fr 52px;
  min-height: 102px;
  padding: 20px 4px;
  border-bottom: 1px solid #bcd1e7;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  transition: padding 230ms cubic-bezier(0.16, 1, 0.3, 1), color 230ms ease, background-color 230ms ease;
}

.cta-row:hover {
  padding-inline: 14px;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.56);
}

.cta-row:active {
  transform: translateY(1px);
}

.cta-row__index {
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
}

.cta-row__copy {
  display: flex;
  flex-direction: column;
}

.cta-row__copy small {
  color: var(--color-muted);
  font-size: 0.69rem;
  font-weight: 700;
}

.cta-row__copy strong {
  margin-top: 2px;
  color: var(--color-primary-dark);
  font-size: 0.96rem;
  line-height: 1.5;
}

.cta-row__copy strong a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.cta-row__copy strong a:hover {
  color: var(--color-primary);
}

.cta-list > img[width="1"][height="1"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.cta-row__arrow {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  place-items: center;
  color: var(--color-primary);
  background: #fff;
  transition: transform 230ms cubic-bezier(0.16, 1, 0.3, 1), background-color 230ms ease, color 230ms ease;
}

.cta-row__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cta-row:hover .cta-row__arrow {
  color: #fff;
  background: var(--color-primary);
  transform: translateX(3px);
}

.cta-row--official {
  border-bottom-color: var(--color-primary);
}

.cta-row--official.is-softened {
  opacity: 0.72;
}

.cta-row--official.is-softened:hover,
.cta-row--official.is-softened:focus-visible {
  opacity: 1;
}

.disclaimer {
  margin-top: 90px;
  padding: clamp(24px, 4vw, 36px);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.45);
}

.disclaimer h2 {
  margin: 0 0 12px;
  color: var(--color-primary-dark);
  font-size: 0.9rem;
}

.disclaimer p {
  margin: 8px 0 0;
  font-size: 0.72rem;
}

.restart-area {
  display: flex;
  padding: 46px 0 10px;
  justify-content: center;
}

:focus-visible {
  outline: 3px solid rgba(18, 103, 229, 0.45);
  outline-offset: 3px;
}

#question-title:focus-visible,
#result-heading:focus-visible {
  outline: none;
}

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

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.75fr);
    gap: 20px;
  }

  .hero__visual {
    min-height: 470px;
  }

  .signal-card--top { right: 0; }
  .signal-card--bottom { left: 0; }

  .simulator,
  .next-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .simulator__intro {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .hero {
    padding: 46px 0 58px;
  }

  .hero__grid,
  .how-it-works__grid,
  .result-hero,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-inline: 2px;
  }

  .hero h1 {
    margin-top: 21px;
    font-size: clamp(2rem, 9.2vw, 2.9rem);
    line-height: 1.16;
  }

  .hero__accent {
    margin: 14px 0 21px;
  }

  .hero__actions {
    display: grid;
    margin-top: 28px;
    gap: 15px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .privacy-note {
    justify-content: center;
  }

  .hero__visual {
    min-height: 400px;
    margin-top: 24px;
  }

  .device-stage {
    inset: 20px 6px 0;
    max-width: 420px;
    margin-inline: auto;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .device-stage::after {
    inset: 32px;
  }

  .device-orbit--outer { width: 280px; height: 280px; }
  .device-orbit--inner { width: 190px; height: 190px; }
  .scribe-product-crop { width: 52px; }

  .signal-card {
    min-width: 128px;
    padding: 11px 13px;
    box-shadow: 0 8px 22px rgba(38, 94, 150, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .signal-card--top {
    top: 16px;
    right: -2px;
    left: auto;
  }

  .signal-card--bottom {
    right: auto;
    bottom: 14px;
    left: -2px;
  }

  .how-it-works__action {
    justify-content: stretch;
  }

  .how-it-works__action .button {
    width: 100%;
  }

  .quiz-card {
    padding: 23px 18px;
  }

  .question-panel {
    padding-top: 44px;
  }

  .question-panel h2 {
    font-size: clamp(1.36rem, 7vw, 1.9rem);
  }

  .answer-list {
    margin-top: 28px;
  }

  .answer-button {
    min-height: 62px;
    padding-left: 16px;
    font-size: 0.94rem;
  }

  .quiz-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .quiz-card__footer > p {
    padding-left: 4px;
  }

  .result-hero {
    min-height: 0;
  }

  .score-wrap {
    min-height: 360px;
  }

  .result-copy {
    padding: 36px 24px 40px;
  }

  .insight-grid {
    gap: 18px;
  }

  .field-grid,
  .simulator-results {
    grid-template-columns: 1fr;
  }

  .field-grid {
    gap: 17px;
  }

  .simulator-results {
    border-bottom: 0;
  }

  .simulator-metric {
    min-height: 100px;
  }

  .cta-row {
    grid-template-columns: 37px 1fr 44px;
    min-height: 94px;
    gap: 8px;
  }

  .cta-row__arrow {
    width: 40px;
    height: 40px;
  }

  .disclaimer {
    margin-top: 64px;
  }
}

@media (max-width: 389px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .hero {
    padding-top: 36px;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__visual {
    min-height: 370px;
  }

  .signal-card {
    min-width: 118px;
    padding: 10px 11px;
  }

  .device-orbit--outer { width: 240px; height: 240px; }
  .device-orbit--inner { width: 160px; height: 160px; }
  .scribe-product-crop { width: 48px; }

  .quiz-card {
    padding-inline: 14px;
  }

  .answer-button {
    padding-right: 48px;
  }

  .result-copy,
  .insight-block,
  .simulator__body {
    padding-inline: 20px;
  }

  .score-wrap {
    min-height: 330px;
  }

  .score-wrap::before { width: 280px; height: 280px; }
  .score-wrap::after { width: 320px; height: 320px; }

  .cta-row__copy strong {
    font-size: 0.86rem;
  }
}

/* PLAUD edition */
.plaud-app .hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
}

.plaud-visual {
  position: relative;
  min-height: 570px;
  isolation: isolate;
}

.plaud-visual::before,
.plaud-visual::after {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  content: "";
}

.plaud-visual::before {
  inset: 65px 6px 20px 30px;
  border: 1px solid rgba(18, 103, 229, 0.13);
  background: radial-gradient(circle at 64% 32%, rgba(89, 213, 255, 0.26), rgba(234, 246, 255, 0.72) 47%, rgba(255, 255, 255, 0.42) 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 24px 64px rgba(38, 94, 150, 0.1);
}

.plaud-visual::after {
  top: 118px;
  right: 52px;
  width: 330px;
  height: 330px;
  border: 1px dashed rgba(18, 103, 229, 0.18);
}

.plaud-glow {
  position: absolute;
  top: 120px;
  right: 62px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 213, 255, 0.2), transparent 68%);
  filter: blur(1px);
}

.abstract-device {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(145deg, #163d70, #081f45 72%);
  box-shadow: 0 24px 40px rgba(11, 47, 102, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.abstract-device--card {
  top: 110px;
  left: 92px;
  width: 188px;
  height: 300px;
  border-radius: 26px;
  transform: rotate(-9deg);
}

.abstract-device--card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(var(--color-accent), transparent 60%);
  content: "";
  opacity: 0.74;
}

.device-rec {
  position: absolute;
  top: 23px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.device-rec i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7487;
  box-shadow: 0 0 0 5px rgba(255, 116, 135, 0.12);
}

.device-screen {
  position: absolute;
  top: 42%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 19px;
  place-items: center;
  color: var(--color-accent);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
}

.device-slot {
  position: absolute;
  right: 22px;
  bottom: 27px;
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: rgba(89, 213, 255, 0.56);
}

.abstract-device--pin {
  top: 92px;
  right: 68px;
  width: 74px;
  height: 228px;
  border-radius: 37px;
  transform: rotate(12deg);
}

.abstract-device--pin::before {
  position: absolute;
  top: 16px;
  left: 13px;
  width: 12px;
  height: 152px;
  border-radius: 9px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(89, 213, 255, 0.08));
  content: "";
}

.pin-light {
  position: absolute;
  top: 31px;
  right: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.pin-button {
  position: absolute;
  right: 21px;
  bottom: 28px;
  width: 31px;
  height: 31px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.float-panel {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 17px;
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(38, 94, 150, 0.1), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
}

.float-panel__eyebrow {
  color: var(--color-primary);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.float-panel--summary {
  top: 25px;
  left: 0;
  width: 174px;
  padding: 17px;
}

.summary-row {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.summary-row i {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: var(--color-soft-blue);
}

.summary-row i::after {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  content: "";
  transform: rotate(45deg);
}

.summary-row b {
  height: 5px;
  border-radius: 999px;
  background: #cbdbea;
}

.summary-row:nth-child(3) b { width: 76%; }
.summary-row:nth-child(4) b { width: 58%; }

.float-panel--models {
  right: 0;
  bottom: 20px;
  display: flex;
  width: 194px;
  padding: 16px;
  gap: 7px;
  flex-wrap: wrap;
}

.float-panel--models .float-panel__eyebrow {
  width: 100%;
  margin-bottom: 3px;
}

.float-panel--models > span:not(.float-panel__eyebrow) {
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--color-primary-dark);
  background: var(--color-soft-blue);
  font-size: 0.58rem;
  font-weight: 750;
}

.plaud-wave {
  position: absolute;
  z-index: 3;
  bottom: 76px;
  left: 32px;
  display: flex;
  height: 54px;
  align-items: center;
  gap: 6px;
}

.plaud-wave i {
  width: 4px;
  height: 35%;
  border-radius: 999px;
  background: var(--color-primary);
  animation: wave 1.45s ease-in-out infinite;
}

.plaud-wave i:nth-child(2), .plaud-wave i:nth-child(6) { height: 62%; animation-delay: -0.2s; }
.plaud-wave i:nth-child(3), .plaud-wave i:nth-child(5) { height: 90%; animation-delay: -0.4s; }
.plaud-wave i:nth-child(4) { height: 100%; animation-delay: -0.6s; }

.scene-label {
  position: absolute;
  top: 428px;
  left: 114px;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.model-result {
  margin-top: 25px;
  padding: 22px;
  border: 1px solid #c9def5;
  border-radius: 18px;
  background: linear-gradient(135deg, #f7fbff, var(--color-soft-blue));
}

.model-badge {
  display: inline-flex;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-primary);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.model-badge--notepin_s { color: #063b56; background: #87e4ff; }
.model-badge--note_basic { background: var(--color-primary-dark); }
.model-badge--no_device { background: #738196; }
.model-badge--compare { color: var(--color-primary-dark); background: #c9eeff; }

.model-result h3 {
  margin: 10px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.model-result > p:not(.model-badge) {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.model-result ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0 0;
  padding: 0;
  gap: 8px 16px;
  list-style: none;
}

.model-result li {
  position: relative;
  padding-left: 16px;
  color: var(--color-primary-dark);
  font-size: 0.73rem;
  font-weight: 650;
}

.model-result li::before {
  position: absolute;
  top: 0.68em;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
}

.model-product-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: 20px;
  gap: 8px;
}

.model-product-links[hidden] {
  display: none !important;
}

.model-product-links > a {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  padding: 12px 15px 12px 17px;
  border: 1px solid rgba(11, 47, 102, 0.14);
  border-radius: 13px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  background: var(--color-primary-dark);
  box-shadow: 0 10px 24px rgba(11, 47, 102, 0.12);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, box-shadow 220ms ease;
}

.model-product-links > a::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.model-product-links > a:hover {
  background: #12417f;
  box-shadow: 0 13px 28px rgba(11, 47, 102, 0.16);
  transform: translateY(-1px);
}

.model-product-links > a:hover::after {
  transform: translateX(3px);
}

.model-product-links > a:active {
  transform: translateY(1px) scale(0.985);
}

.model-product-links > img[width="1"][height="1"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}

.model-comparison {
  margin-top: clamp(74px, 11vw, 130px);
}

.model-comparison__heading {
  max-width: 680px;
}

.model-comparison__heading h2 {
  margin: 14px 0 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.9rem, 3.7vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.model-comparison__heading > p:last-child {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.model-table-wrap {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
  background: var(--color-surface);
  box-shadow: var(--shadow-small);
}

.model-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.model-table-wrap th,
.model-table-wrap td {
  padding: 20px 18px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}

.model-table-wrap tr > *:last-child { border-right: 0; }
.model-table-wrap tbody tr:last-child > * { border-bottom: 0; }

.model-table-wrap thead th {
  color: var(--color-primary-dark);
  background: #eef7ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.model-table-wrap tbody th {
  color: var(--color-primary-dark);
  font-size: 0.86rem;
  line-height: 1.5;
}

.model-table-wrap td {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.model-table-wrap tbody tr {
  transition: background-color 200ms ease;
}

.model-table-wrap tbody tr.is-recommended {
  background: #edf7ff;
  box-shadow: inset 4px 0 0 var(--color-primary);
}

@media (max-width: 900px) {
  .plaud-app .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  }

  .abstract-device--card { left: 48px; }
  .abstract-device--pin { right: 35px; }
  .float-panel--summary { left: -8px; }
}

@media (max-width: 767px) {
  .plaud-app .hero__grid { grid-template-columns: 1fr; }

  .plaud-visual {
    min-height: 440px;
    margin-top: 24px;
  }

  .plaud-visual::before { inset: 45px 4px 16px; }
  .plaud-visual::after { top: 95px; right: 28px; width: 260px; height: 260px; }
  .plaud-glow { top: 92px; right: 38px; width: 240px; height: 240px; }
  .abstract-device--card { top: 92px; left: 68px; width: 144px; height: 242px; border-radius: 22px; }
  .abstract-device--pin { top: 76px; right: 54px; width: 59px; height: 182px; }
  .device-screen { width: 52px; height: 52px; border-radius: 16px; }
  .float-panel--summary { top: 16px; left: 0; width: 146px; padding: 13px; }
  .float-panel--models { right: 0; bottom: 6px; width: 168px; padding: 13px; }
  .plaud-wave { bottom: 50px; left: 16px; height: 44px; gap: 5px; }
  .scene-label { top: 349px; left: 84px; }

  .model-result { padding: 19px; }
  .model-result ul { grid-template-columns: 1fr; }

  .model-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .model-table-wrap table,
  .model-table-wrap tbody,
  .model-table-wrap tr,
  .model-table-wrap th,
  .model-table-wrap td {
    display: block;
    width: 100%;
  }

  .model-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .model-table-wrap tbody {
    display: grid;
    gap: 15px;
  }

  .model-table-wrap tbody tr {
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: var(--color-surface);
    box-shadow: var(--shadow-small);
  }

  .model-table-wrap tbody tr.is-recommended {
    border-color: #9dcaf9;
    box-shadow: inset 4px 0 0 var(--color-primary), var(--shadow-small);
  }

  .model-table-wrap tbody th,
  .model-table-wrap tbody td {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .model-table-wrap tbody th {
    padding-block: 17px;
    background: #eef7ff;
    font-size: 0.96rem;
  }

  .model-table-wrap tbody td::before {
    display: block;
    margin-bottom: 3px;
    color: var(--color-primary);
    content: attr(data-label);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .model-table-wrap tbody tr > *:last-child { border-bottom: 0; }
}

@media (max-width: 389px) {
  .plaud-visual { min-height: 405px; }
  .plaud-visual::after { right: 18px; width: 230px; height: 230px; }
  .abstract-device--card { left: 53px; width: 132px; height: 222px; }
  .abstract-device--pin { right: 39px; }
  .float-panel--summary { width: 135px; }
  .float-panel--models { width: 154px; }
  .scene-label { top: 326px; left: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
