:root {
  --v2-bg: #f5f5f7;
  --v2-ink: #1d1d1f;
  --v2-dim: #6e6e73;
  --v2-line: rgba(0, 0, 0, 0.09);
  --v2-blue: #0071e3;
  --v2-blue-soft: #e8f2ff;
  --v2-panel: rgba(255, 255, 255, 0.84);
  --v2-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--v2-bg);
  color: var(--v2-ink);
  font-family:
    -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text',
    'PingFang SC', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.v2-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(93, 160, 255, 0.15),
      transparent 27rem
    ),
    radial-gradient(
      circle at 92% 28%,
      rgba(193, 224, 255, 0.28),
      transparent 30rem
    ),
    var(--v2-bg);
  color: var(--v2-ink);
}
.v2-shell button,
.v2-shell input {
  font: inherit;
}
.v2-shell button {
  color: inherit;
}
.v2-shell em {
  color: var(--v2-blue);
  font-style: normal;
}
.v2-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 68px;
  padding: 0 clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(250, 250, 252, 0.78);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
}
.v2-brand {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.v2-brand small {
  display: block;
  margin-top: 2px;
  color: #86868b;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.v2-brand-dot {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #3d96ff, #0068cc);
  color: white;
  box-shadow: 0 7px 18px rgba(0, 113, 227, 0.24);
}
.v2-header-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-dim);
  font-size: 13px;
}
.v2-header-note > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 0 4px rgba(48, 209, 88, 0.12);
}
.v2-progress {
  width: calc(100% - 40px);
  max-width: 1100px;
  width: min(1100px, calc(100% - 40px));
  margin: 22px auto 0;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 7px 28px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.v2-progress > button {
  position: relative;
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #86868b;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.22s,
    color 0.22s,
    box-shadow 0.22s;
}
.v2-progress button span {
  margin-right: 8px;
  font-size: 12px;
}
.v2-progress button b {
  font-size: 14px;
  font-weight: 550;
}
.v2-progress button svg {
  position: absolute;
  top: 17px;
  right: 12px;
}
.v2-progress .is-active {
  background: white;
  color: var(--v2-ink);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.v2-progress .is-done {
  color: #3a3a3c;
}
.v2-question {
  width: calc(100% - 40px);
  max-width: 1320px;
  width: min(1320px, calc(100% - 40px));
  min-height: calc(100vh - 118px);
  margin: 20px auto 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: 20px;
}
.v2-copy {
  padding: 42px;
  padding: clamp(42px, 5vw, 78px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--v2-shadow);
}
.v2-kicker {
  margin: 0 0 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v2-blue);
  font-size: 14px;
  font-weight: 600;
}
.v2-copy h1,
.v2-profile h1,
.v2-result-hero h1 {
  margin: 0;
  font-size: 42px;
  font-size: clamp(42px, 5.3vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 700;
}
.v2-copy h2 {
  margin: 28px 0 12px;
  color: var(--v2-dim);
  font-size: 14px;
  font-weight: 550;
}
.v2-lead {
  max-width: 680px;
  margin: 22px 0 30px;
  color: var(--v2-dim);
  font-size: 16px;
  line-height: 1.75;
}
.v2-choice-row {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}
.v2-single {
  position: relative;
  min-height: 68px;
  padding: 14px 13px 13px 42px;
  border: 1px solid #d9d9de;
  border-radius: 15px;
  background: #fafafa;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.18s,
    border-color 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.v2-single:hover {
  transform: translateY(-1px);
  border-color: #a9a9ae;
}
.v2-single[data-active='true'] {
  border-color: var(--v2-blue);
  background: var(--v2-blue-soft);
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.08);
}
.v2-single b {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.v2-single small {
  display: block;
  margin-top: 5px;
  color: var(--v2-dim);
  font-size: 12px;
  line-height: 1.45;
}
.v2-radio {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #a8a8ad;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.v2-radio i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--v2-blue);
}
.v2-multi-grid {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.v2-multi {
  min-height: 74px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid #d9d9de;
  border-radius: 15px;
  background: #fafafa;
  cursor: pointer;
  transition:
    transform 0.18s,
    border-color 0.18s,
    background 0.18s;
}
.v2-multi:hover {
  transform: translateY(-1px);
  border-color: #a9a9ae;
}
.v2-multi[data-active='true'] {
  border-color: var(--v2-blue);
  background: var(--v2-blue-soft);
}
.v2-multi [data-slot='checkbox'] {
  flex: 0 0 auto;
  margin-top: 1px;
  border-color: #a8a8ad;
}
.v2-multi[data-active='true'] [data-slot='checkbox'] {
  border-color: var(--v2-blue);
  background: var(--v2-blue);
  color: white;
}
.v2-multi b {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.v2-multi small {
  display: block;
  margin-top: 6px;
  color: var(--v2-dim);
  font-size: 12px;
  line-height: 1.45;
}
.v2-nav {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}
.v2-next,
.v2-back {
  min-height: 46px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.v2-next {
  margin-left: auto;
  background: var(--v2-blue);
  color: white !important;
  box-shadow: 0 9px 22px rgba(0, 113, 227, 0.2);
}
.v2-back {
  background: #ededf0;
  color: #3a3a3c;
}
.v2-budget-control {
  max-width: 680px;
  padding: 26px;
  border-radius: 22px;
  background: #f5f5f7;
}
.v2-budget-control > b {
  display: block;
  margin-bottom: 22px;
  font-size: 42px;
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.055em;
}
.v2-budget-control > span {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: #86868b;
  font-size: 12px;
}
.v2-budget-control i {
  font-style: normal;
}
.v2-budget-control [data-slot='slider-track'],
.v2-lab-copy [data-slot='slider-track'] {
  height: 5px;
  background: #d1d1d6;
}
.v2-budget-control [data-slot='slider-range'],
.v2-lab-copy [data-slot='slider-range'] {
  background: var(--v2-blue);
}
.v2-budget-control [data-slot='slider-thumb'],
.v2-lab-copy [data-slot='slider-thumb'] {
  width: 24px;
  height: 24px;
  border: 4px solid white;
  background: var(--v2-blue);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.v2-question-preview {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 32px;
  background: #0b0b0d;
  box-shadow: var(--v2-shadow);
}
.v2-question-preview > img {
  object-fit: cover;
}
.v2-preview-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.76)
  );
}
.v2-preview-top {
  position: absolute;
  top: 25px;
  left: 27px;
  right: 27px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.v2-question-preview > strong {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 36px;
  color: white;
  font-size: 30px;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.v2-target {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.36);
  color: white;
  font-size: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.v2-target i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #ffd60a;
}
.v2-budget-poster {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(12, 12, 14, 0.55);
  color: white;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.v2-budget-poster small,
.v2-budget-poster span {
  display: block;
  color: #d1d1d6;
  font-size: 13px;
}
.v2-budget-poster b {
  display: block;
  margin: 5px 0;
  font-size: 52px;
  letter-spacing: -0.055em;
}
.v2-profile,
.v2-results {
  width: calc(100% - 40px);
  max-width: 1220px;
  width: min(1220px, calc(100% - 40px));
  margin: auto;
  padding: 58px 0;
  padding: clamp(58px, 8vw, 110px) 0;
}
.v2-profile-title,
.v2-result-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: flex-end;
  padding-bottom: 46px;
}
.v2-profile-title .v2-kicker {
  grid-column: 1/-1;
  margin-bottom: -25px;
}
.v2-profile-title > p:last-child,
.v2-result-hero > div > p:last-child {
  color: var(--v2-dim);
  font-size: 16px;
  line-height: 1.75;
}
.v2-priority-list {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--v2-shadow);
}
.v2-priority-list article {
  min-height: 112px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: 46px 32px 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
}
.v2-priority-list article:last-child {
  border-bottom: 0;
}
.v2-priority-list article > span {
  color: #86868b;
  font-size: 13px;
}
.v2-priority-list article > svg {
  color: var(--v2-blue);
}
.v2-priority-list article small {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 600;
}
.v2-priority-list article h2 {
  margin: 3px 0;
  font-size: 24px;
  letter-spacing: -0.035em;
}
.v2-priority-list article p {
  margin: 0;
  color: var(--v2-dim);
  font-size: 14px;
}
.v2-priority-list article > b {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--v2-blue-soft);
  color: var(--v2-blue);
  font-size: 12px;
}
.v2-profile-action {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.v2-profile-action p {
  color: var(--v2-dim);
  font-size: 15px;
}
.v2-profile-action .v2-next {
  margin-left: 0;
}
.v2-lab {
  min-height: calc(100vh - 68px);
  display: flex;
  flex-direction: column;
}
.v2-lab-nav {
  width: calc(100% - 36px);
  max-width: 1250px;
  width: min(1250px, calc(100% - 36px));
  min-height: 72px;
  margin: 20px auto 0;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.v2-lab-nav button {
  position: relative;
  min-height: 60px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #86868b;
  cursor: pointer;
}
.v2-lab-nav button span {
  font-size: 10px;
}
.v2-lab-nav button svg {
  width: 15px;
}
.v2-lab-nav button b {
  font-size: 12px;
  font-weight: 550;
}
.v2-lab-nav button[data-relevant='true']:after {
  content: '与你相关';
  position: absolute;
  top: 2px;
  right: 5px;
  color: var(--v2-blue);
  font-size: 8px;
}
.v2-lab-nav button[data-active='true'] {
  background: white;
  color: var(--v2-ink);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}
.v2-lab-main {
  width: calc(100% - 40px);
  max-width: 1320px;
  width: min(1320px, calc(100% - 40px));
  flex: 1;
  margin: 20px auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(500px, 1.28fr);
  gap: 20px;
}
.v2-lab-copy,
.v2-lab-visual {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--v2-shadow);
}
.v2-lab-copy {
  padding: 40px;
  padding: clamp(40px, 4.7vw, 68px);
}
.v2-lab-copy h1 {
  margin: 0;
  font-size: 48px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.v2-param-human {
  margin: 17px 0 36px;
  color: var(--v2-dim);
  font-size: 17px;
  line-height: 1.6;
}
.v2-param-value {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.v2-param-value b {
  font-size: 36px;
  font-size: clamp(36px, 4.5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
}
.v2-param-value span {
  margin-bottom: 6px;
  color: #86868b;
  font-size: 12px;
  text-align: right;
}
.v2-param-explain {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.v2-param-explain > div {
  padding-top: 14px;
  border-top: 1px solid var(--v2-line);
}
.v2-param-explain small {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 600;
}
.v2-param-explain p {
  color: var(--v2-dim);
  font-size: 14px;
  line-height: 1.65;
}
.v2-relevance {
  margin-top: 26px;
  padding: 16px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 5px 9px;
  border-radius: 16px;
  background: var(--v2-blue-soft);
}
.v2-relevance svg {
  color: var(--v2-blue);
}
.v2-relevance span {
  font-size: 14px;
  font-weight: 650;
}
.v2-relevance p {
  grid-column: 2;
  margin: 0;
  color: #5b6570;
  font-size: 13px;
}
.v2-lab-visual {
  min-height: 640px;
  padding: 20px;
  padding: clamp(20px, 3vw, 38px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fbfbfd, #eceef2);
}
.v2-lab-visual-mobile {
  display: none;
}
.v2-lab-photo {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 24px;
  background: #101114;
}
.v2-lab-photo > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2-focal > img {
  transform: scale(var(--scale));
  transform-origin: 51% 55%;
  transition: transform 0.22s ease;
}
.v2-focus-target {
  position: absolute;
  top: 55%;
  left: 51%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border: 1.5px solid white;
  border-radius: 13px;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.08);
}
.v2-lens-rail {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(18, 18, 20, 0.62);
  color: white;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.v2-lens-rail span {
  font-size: 12px;
}
.v2-lens-rail i {
  position: absolute;
  bottom: -4px;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--v2-blue);
}
.v2-pixel-canvas {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  image-rendering: pixelated;
}
.v2-pixel-loupe {
  position: absolute;
  right: 6%;
  bottom: 7%;
  width: 29%;
  height: 163px;
  aspect-ratio: 1;
  border: 3px solid white;
  border-radius: 22px;
  background-image: url('../art/running-pet-v2.webp');
  background-position: 63% 60%;
  background-size: 330%;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
}
.v2-pixel-loupe span {
  position: absolute;
  top: -34px;
  left: 3px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.v2-darkness {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #050507;
  transition: opacity 0.2s;
}
.v2-iris {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  width: clamp(145px, 18vw, 240px);
  height: 145px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.16);
}
.v2-iris:after {
  content: '';
  position: absolute;
  top: calc(8px + (100 - var(--value)) *1px);
  right: calc(8px + (100 - var(--value)) *1px);
  bottom: calc(8px + (100 - var(--value)) *1px);
  left: calc(8px + (100 - var(--value)) *1px);
  border: 2px solid white;
  border-radius: 50%;
}
.v2-iris i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  transform-origin: 0;
}
.v2-iris i:nth-child(2) {
  transform: rotate(60deg);
}
.v2-iris i:nth-child(3) {
  transform: rotate(120deg);
}
.v2-iris i:nth-child(4) {
  transform: rotate(180deg);
}
.v2-iris i:nth-child(5) {
  transform: rotate(240deg);
}
.v2-iris i:nth-child(6) {
  transform: rotate(300deg);
}
.v2-refresh-stage {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.v2-refresh-stage > div {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--v2-line);
  border-radius: 24px;
  background: white;
}
.v2-refresh-stage small {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 650;
}
.v2-refresh-stage p {
  position: absolute;
  bottom: 18px;
  color: var(--v2-dim);
  font-size: 13px;
}
.v2-motion {
  position: absolute;
  top: 42%;
  left: 8%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--v2-blue);
  color: white;
  font-size: 28px;
  box-shadow:
    -72px 0 rgba(0, 113, 227, 0.08),
    -144px 0 rgba(0, 113, 227, 0.04);
  animation: v2move 2.1s ease-in-out infinite alternate;
}
.v2-motion.is-60 {
  animation-timing-function: steps(7);
}
.v2-motion.is-variable {
  animation-timing-function: steps(16);
}
@keyframes v2move {
  to {
    left: 72%;
  }
}
.v2-chip-stage {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.v2-chip-package {
  grid-column: 1/-1;
  min-height: 118px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(89, 174, 255, 0.32),
      transparent 34%
    ),
    linear-gradient(135deg, #111317, #242933);
  color: white;
  box-shadow: 0 18px 42px rgba(8, 12, 20, 0.18);
}
.v2-chip-package small,
.v2-chip-package span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}
.v2-chip-package b {
  grid-row: 1/3;
  grid-column: 2;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 22px;
  letter-spacing: -0.035em;
  box-shadow: inset 0 0 22px rgba(39, 136, 255, 0.18);
}
.v2-chip-panel {
  min-height: 380px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--v2-line);
  border-radius: 24px;
  background: white;
}
.v2-chip-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-chip-panel header span {
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.v2-chip-panel header small {
  color: #86868b;
  font-size: 11px;
}
.v2-chip-panel h3 {
  margin: 10px 0 22px;
  font-size: 22px;
  letter-spacing: -0.035em;
}
.v2-chip-panel > p {
  margin: auto 0 0;
  color: var(--v2-dim);
  font-size: 12px;
  line-height: 1.65;
}
.v2-cpu-tasks {
  display: grid;
  gap: 14px;
}
.v2-cpu-tasks div {
  position: relative;
  height: 34px;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f1f4;
}
.v2-cpu-tasks span {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 11px;
  display: flex;
  align-items: center;
  color: #36363a;
  font-size: 11px;
  font-weight: 600;
}
.v2-cpu-tasks i {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(0, 113, 227, 0.12),
    rgba(0, 113, 227, 0.38)
  );
  transition: width 0.22s ease;
}
.v2-gpu-scene {
  position: relative;
  min-height: 190px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 4px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 68% 38%, #8f5cff 0, transparent 22%),
    linear-gradient(145deg, #071523, #162a4d 58%, #26134a);
}
.v2-gpu-scene i {
  border-radius: 4px;
  background: linear-gradient(135deg, #42b5ff, #b874ff);
  transition: opacity 0.22s ease;
}
.v2-gpu-scene b,
.v2-gpu-scene span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7);
}
.v2-gpu-scene b {
  top: 48px;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -0.06em;
}
.v2-gpu-scene span {
  top: 116px;
  font-size: 11px;
}
.v2-ram-stage {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.v2-ram-stage > div {
  min-height: 88px;
  padding: 15px;
  border: 1px solid var(--v2-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.58);
  color: #b0b0b5;
  transform: scale(0.98);
  transition: 0.2s;
}
.v2-ram-stage > div.is-open {
  border-color: rgba(0, 113, 227, 0.22);
  background: white;
  color: var(--v2-ink);
  transform: scale(1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.v2-ram-stage span {
  margin-right: 12px;
  font-size: 11px;
}
.v2-ram-stage b {
  font-size: 15px;
}
.v2-ram-stage small {
  float: right;
  color: #86868b;
  font-size: 11px;
}
.v2-screen-stage {
  position: relative;
  width: 100%;
  min-height: 570px;
  padding: 26px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.v2-screen-intro {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  grid-gap: 12px;
}
.v2-screen-intro small {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.v2-screen-intro strong {
  font-size: 17px;
  letter-spacing: -0.025em;
}
.v2-screen-intro span {
  color: var(--v2-dim);
  font-size: 12px;
}
.v2-screen-compare {
  width: 100%;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  align-items: flex-end;
  justify-items: center;
  grid-gap: 20px;
  padding-top: 18px;
}
.v2-screen-sample {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.v2-screen-device {
  position: relative;
  width: 218px;
  height: 446px;
  padding: 18px 10px 14px;
  overflow: hidden;
  border: 2px solid #39393c;
  border-radius: 33px;
  background: #fdfdff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transition: width 0.22s ease, height 0.22s ease;
}
.v2-screen-reference {
  border-style: dashed;
  border-color: #9a9aa0;
  box-shadow: none;
  opacity: 0.68;
}
.v2-screen-island {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 50%;
  width: 58px;
  height: 15px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050506;
}
.v2-screen-video {
  height: 34%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #086dd4, #64b5ff);
  color: white;
}
.v2-screen-video > * + * { margin-top: 8px; }
.v2-screen-video span {
  font-size: 10px;
  opacity: 0.8;
}
.v2-screen-feed {
  margin-top: 10px;
  display: grid;
  grid-gap: 7px;
}
.v2-screen-feed > div {
  min-height: 43px;
  padding: 6px;
  display: flex;
  border-radius: 12px;
  background: #f1f2f5;
}
.v2-screen-feed > div > * + * { margin-left: 8px; }
.v2-screen-feed i {
  width: 31px;
  flex: 0 0 31px;
  border-radius: 9px;
  background: #d8dbe2;
}
.v2-screen-feed span {
  flex: 1;
  display: grid;
  align-content: center;
  grid-gap: 6px;
}
.v2-screen-feed b,
.v2-screen-feed small {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: #c9cbd2;
}
.v2-screen-feed small {
  width: 64%;
  background: #dddfe4;
}
.v2-screen-home {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #1d1d1f;
}
.v2-screen-sample > b {
  margin-top: 9px;
  font-size: 17px;
}
.v2-screen-sample > small {
  min-height: 18px;
  color: var(--v2-dim);
  font-size: 11px;
}
.v2-screen-caption {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid var(--v2-line);
  color: var(--v2-dim);
  text-align: center;
  font-size: 11px;
}
.v2-storage-stage {
  width: 100%;
  padding: 10px;
  padding: clamp(10px, 3vw, 34px);
}
.v2-storage-number {
  margin-bottom: 28px;
  font-size: 62px;
  font-size: clamp(62px, 9vw, 118px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.v2-storage-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.v2-storage-cards article {
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.v2-storage-cards small {
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 600;
}
.v2-storage-cards b {
  margin: auto 0 7px;
  font-size: 25px;
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.04em;
}
.v2-storage-cards span,
.v2-storage-stage > p {
  color: var(--v2-dim);
  font-size: 12px;
  line-height: 1.6;
}
.v2-storage-stage > p {
  margin-top: 17px;
}
.v2-charge-stage {
  width: 100%;
  min-height: 540px;
  padding: 25px;
  display: grid;
  grid-template-columns: minmax(145px, 0.75fr) minmax(180px, 1fr);
  gap: 30px;
  align-items: center;
}
.v2-charge-time small,
.v2-charge-time span {
  display: block;
  color: var(--v2-dim);
  font-size: 14px;
}
.v2-charge-time b {
  display: block;
  margin: 8px 0 13px;
  font-size: 42px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.v2-charge-time span {
  color: var(--v2-blue);
  font-size: 28px;
  font-weight: 650;
}
.v2-battery {
  position: relative;
  justify-self: center;
  width: 178px;
  height: 350px;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  border: 4px solid #2c2c2e;
  border-radius: 30px;
  background: white;
}
.v2-battery:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 57px;
  width: 56px;
  height: 14px;
  border-radius: 7px 7px 0 0;
  background: #2c2c2e;
}
.v2-battery > div {
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(180deg, #30d158, #23a944);
  transition: height 0.22s;
}
.v2-battery span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1d1d1f;
  font-size: 38px;
  font-weight: 700;
}
.v2-charge-stage > p {
  grid-column: 1/-1;
  margin: -5px 0 0;
  color: var(--v2-dim);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
.v2-lab-footer {
  width: calc(100% - 40px);
  max-width: 1250px;
  width: min(1250px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto 25px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-lab-footer > span {
  color: var(--v2-dim);
  font-size: 13px;
}
.v2-lab-footer .v2-next {
  margin-left: 0;
}
.v2-result-hero {
  margin-bottom: 25px;
}
.v2-result-hero aside {
  padding: 24px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
}
.v2-result-hero aside small,
.v2-result-hero aside span {
  display: block;
  color: var(--v2-dim);
  font-size: 13px;
}
.v2-result-hero aside b {
  display: block;
  margin: 4px 0;
  font-size: 52px;
  letter-spacing: -0.055em;
}
.v2-result-priorities {
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.v2-result-priorities article {
  position: relative;
  min-height: 265px;
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  background: white;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}
.v2-result-priorities article > span {
  color: #86868b;
  font-size: 12px;
}
.v2-result-priorities small {
  display: block;
  margin-top: 36px;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 600;
}
.v2-result-priorities h2 {
  margin: 6px 0;
  font-size: 30px;
  letter-spacing: -0.045em;
}
.v2-result-priorities p {
  color: var(--v2-dim);
  font-size: 14px;
}
.v2-result-priorities article > div {
  position: absolute;
  right: 26px;
  bottom: 23px;
  left: 26px;
  padding-top: 13px;
  border-top: 1px solid var(--v2-line);
  color: #515154;
  font-size: 13px;
}
.v2-shortlist-head {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.v2-shortlist-head h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: -0.045em;
}
.v2-shortlist-head > p {
  color: var(--v2-dim);
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}
.v2-candidate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.v2-candidate {
  min-height: 520px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  background: white;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.07);
}
.v2-candidate-index {
  display: flex;
  justify-content: space-between;
  color: #86868b;
  font-size: 13px;
}
.v2-candidate-index span {
  font-size: 11px;
}
.v2-candidate h3 {
  margin: 38px 0 17px;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.v2-candidate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--v2-line);
}
.v2-candidate li {
  padding: 12px 0;
  border-bottom: 1px solid var(--v2-line);
  color: #515154;
  font-size: 13px;
  line-height: 1.55;
}
.v2-caution {
  color: var(--v2-dim);
  font-size: 12px;
  line-height: 1.65;
}
.v2-official-price {
  margin-top: auto;
  padding: 18px;
  border-radius: 18px;
  background: #f5f5f7;
}
.v2-official-price span,
.v2-official-price small {
  display: block;
  color: var(--v2-dim);
  font-size: 12px;
}
.v2-official-price b {
  display: block;
  margin: 3px 0 5px;
  font-size: 31px;
  letter-spacing: -0.04em;
}
.v2-official-price em {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f5eb;
  color: #18723b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.v2-candidate-empty {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px solid #d8dbe2;
  border-radius: 24px;
  background: #f7f8fa;
}
.v2-candidate-empty small { color: #0878f9; font-weight: 700; }
.v2-candidate-empty h3 { margin: 10px 0 8px; font-size: 24px; font-size: clamp(24px, 3vw, 40px); }
.v2-candidate-empty p { max-width: 720px; margin: 0; color: #6b6f78; line-height: 1.7; }
.v2-candidate-actions {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-candidate-actions button,
.v2-candidate-actions a {
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--v2-blue);
  color: white;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}
.v2-candidate-actions a {
  padding-right: 0;
  background: transparent;
  color: var(--v2-blue);
}
.v2-xianyu-advice {
  margin-top: 18px;
  padding: 28px;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: flex-end;
  border-radius: 28px;
  background: linear-gradient(135deg, #111114, #25252a);
  color: white;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.14);
}
.v2-xianyu-advice small {
  color: #64aaff;
  font-size: 13px;
  font-weight: 600;
}
.v2-xianyu-advice h2 {
  margin: 9px 0 0;
  font-size: 28px;
  font-size: clamp(28px, 3.6vw, 47px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.v2-xianyu-advice p {
  margin: 0;
  color: #c7c7cc;
  font-size: 15px;
  line-height: 1.75;
}
.v2-result-note {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.v2-result-note > div {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}
.v2-result-note b {
  font-size: 15px;
}
.v2-result-note p {
  color: var(--v2-dim);
  font-size: 13px;
  line-height: 1.7;
}
.v2-final {
  margin-top: 70px;
  padding-top: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid var(--v2-line);
}
.v2-final span {
  font-size: 31px;
  font-size: clamp(31px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.v2-final button {
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d1d1d6;
  border-radius: 999px;
  background: white;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .v2-lab-nav {
    display: flex;
    overflow-x: auto;
  }
  .v2-lab-nav button {
    min-width: 118px;
  }
  .v2-lab-main {
    grid-template-columns: 1fr;
  }
  .v2-lab-visual {
    min-height: 620px;
  }
  .v2-candidate-grid,
  .v2-result-priorities {
    grid-template-columns: 1fr;
  }
  .v2-candidate {
    min-height: 420px;
  }
}
@media (max-width: 860px) {
  .v2-progress {
    overflow-x: auto;
    display: flex;
  }
  .v2-progress > button {
    min-width: 128px;
  }
  .v2-question,
  .v2-profile-title,
  .v2-result-hero,
  .v2-xianyu-advice {
    grid-template-columns: 1fr;
  }
  .v2-question-preview {
    min-height: 600px;
  }
  .v2-priority-list article {
    grid-template-columns: 38px 28px 1fr;
  }
  .v2-priority-list article > b {
    grid-column: 3;
    justify-self: start;
  }
  .v2-result-note {
    grid-template-columns: 1fr;
  }
  .v2-final {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 580px) {
  .v2-header {
    height: 62px;
    padding: 0 16px;
  }
  .v2-header-note {
    display: none;
  }
  .v2-brand small {
    display: none;
  }
  .v2-progress,
  .v2-question,
  .v2-profile,
  .v2-results,
  .v2-lab-main,
  .v2-lab-footer {
    width: calc(100% - 24px);
  }
  .v2-progress {
    margin-top: 12px;
    border-radius: 15px;
  }
  .v2-question {
    margin-top: 12px;
  }
  .v2-copy {
    padding: 38px 18px;
    border-radius: 24px;
  }
  .v2-copy h1,
  .v2-profile h1,
  .v2-result-hero h1 {
    font-size: 42px;
  }
  .v2-choice-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-multi-grid {
    grid-template-columns: 1fr;
  }
  .v2-question-preview {
    min-height: 500px;
    border-radius: 24px;
  }
  .v2-profile-title {
    gap: 24px;
  }
  .v2-profile-title .v2-kicker {
    margin-bottom: 0;
  }
  .v2-profile-action {
    align-items: flex-start;
    flex-direction: column;
  }
  .v2-lab-main {
    display: block;
  }
  .v2-lab-copy {
    margin-bottom: 14px;
    padding: 38px 18px;
    border-radius: 24px;
  }
  .v2-lab-visual {
    min-height: 490px;
    padding: 12px;
    border-radius: 24px;
  }
  .v2-lab-photo,
  .v2-pixel-canvas {
    min-height: 465px;
  }
  .v2-param-explain,
  .v2-storage-cards {
    grid-template-columns: 1fr;
  }
  .v2-refresh-stage > div {
    height: 420px;
    padding: 15px;
  }
  .v2-chip-stage {
    grid-template-columns: 1fr;
  }
  .v2-chip-package {
    grid-column: 1;
  }
  .v2-chip-panel {
    min-height: 350px;
  }
  .v2-motion {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
  .v2-screen-stage {
    min-height: 480px;
    padding: 18px 10px 12px;
  }
  .v2-screen-intro {
    grid-template-columns: 1fr;
    grid-gap: 4px;
    text-align: center;
  }
  .v2-screen-compare {
    grid-template-columns: 1fr;
    padding-top: 12px;
  }
  .v2-screen-reference-card { display: none; }
  .v2-screen-device {
    transform: scale(0.82);
    transform-origin: bottom center;
  }
  .v2-screen-sample { justify-content: center; }
  .v2-screen-sample > b { margin-top: -70px; }
  .v2-charge-stage {
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    gap: 12px;
  }
  .v2-charge-time b {
    font-size: 39px;
  }
  .v2-battery {
    width: 130px;
    height: 270px;
  }
  .v2-battery:before {
    left: 41px;
    width: 42px;
  }
  .v2-lab-footer > span {
    display: none;
  }
  .v2-results {
    padding-top: 55px;
  }
  .v2-shortlist-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .v2-shortlist-head h2 {
    font-size: 34px;
  }
  .v2-shortlist-head > p {
    text-align: left;
  }
  .v2-xianyu-advice {
    gap: 22px;
    border-radius: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


html { touch-action: manipulation; }
body {
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.v2-header {
  padding-top: 0;
  padding-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0px));
}
.v2-final {
  padding-bottom: 0;
  padding-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));
}
.v2-shell button:focus,
.v2-shell input:focus {
  outline: 3px solid rgba(0, 113, 227, 0.35);
  outline-offset: 3px;
}
[data-slot='checkbox'] {
  width: 20px;
  height: 20px;
  padding: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #a8a8ad;
  border-radius: 6px;
  background: white;
  color: white;
}
[data-slot='checkbox'][data-checked='true'] {
  border-color: var(--v2-blue);
  background: var(--v2-blue);
}
[data-slot='checkbox'] span { font-size: 13px; line-height: 1; }
.mini-range {
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.mini-range::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: #d1d1d6;
}
.mini-range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -9.5px;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--v2-blue);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  appearance: none;
}
.v2-search-query {
  margin-top: 15px;
  padding: 13px 15px;
  border-radius: 14px;
  background: #f5f5f7;
}
.v2-search-query small { display: block; color: var(--v2-dim); font-size: 11px; }
.v2-search-query span {
  display: block;
  margin-top: 5px;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: text;
  user-select: text;
}
.v2-source-note { color: var(--v2-dim); font-size: 11px; text-align: right; }
@supports (aspect-ratio: 1 / 1) {
  .v2-pixel-loupe, .v2-iris { height: auto; }
}
.no-flex-gap .v2-brand > * + *,
.no-flex-gap .v2-header-note > * + *,
.no-flex-gap .v2-kicker > * + *,
.no-flex-gap .v2-multi > * + *,
.no-flex-gap .v2-nav > * + *,
.no-flex-gap .v2-next > * + *,
.no-flex-gap .v2-back > * + *,
.no-flex-gap .v2-lab-nav button > * + *,
.no-flex-gap .v2-param-value > * + *,
.no-flex-gap .v2-candidate-actions > * + *,
.no-flex-gap .v2-candidate-actions button > * + *,
.no-flex-gap .v2-final button > * + * { margin-left: 8px; }
.no-flex-gap .v2-profile-action > * + *,
.no-flex-gap .v2-final > * + * { margin-left: 28px; }
@media (max-width: 860px) {
  .no-flex-gap .v2-final > * + * { margin-left: 0; margin-top: 30px; }
}
@media (max-width: 580px) {
  .no-flex-gap .v2-profile-action > * + * { margin-left: 0; margin-top: 20px; }
}
.no-flex-gap .v2-shortlist-head > * + * { margin-left: 24px; }
@media (max-width: 580px) {
  .no-flex-gap .v2-shortlist-head > * + * { margin-left: 0; margin-top: 24px; }
}

/* Mobile lab: keep the control, visual result and navigation within easy reach. */
@media (max-width: 580px) {
  body { overflow-x: hidden; }
  .v2-shell { overflow: visible; }
  .v2-header {
    height: 62px;
    height: calc(62px + var(--safe-area-inset-top, env(safe-area-inset-top, 0px)));
    padding: 0 16px;
    padding-top: 0;
    padding-top: var(--safe-area-inset-top, env(safe-area-inset-top, 0px));
  }
  .v2-lab-nav {
    width: calc(100% - 20px);
    min-height: 46px;
    margin-top: 8px;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    overflow: visible;
    border-radius: 14px;
  }
  .v2-lab-nav button {
    min-width: 0;
    min-height: 38px;
    padding: 0;
    border-radius: 10px;
  }
  .v2-lab-nav button b,
  .v2-lab-nav button svg,
  .v2-lab-nav button[data-relevant='true']:after { display: none; }
  .v2-lab-nav button span { font-size: 10px; }
  .v2-lab-nav button[data-active='true'] {
    background: var(--v2-blue);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.24);
  }
  .v2-lab-main {
    display: block;
    margin: 10px auto 12px;
  }
  .v2-lab-copy {
    margin-bottom: 0;
    padding: 20px 16px 18px;
    border-radius: 22px;
  }
  .v2-lab-copy .v2-kicker {
    margin-bottom: 7px;
    font-size: 11px;
  }
  .v2-lab-copy h1 {
    font-size: 34px;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
  .v2-param-human {
    margin: 8px 0 18px;
    font-size: 14px;
    line-height: 1.45;
  }
  .v2-param-value { margin-bottom: 9px; }
  .v2-param-value b { font-size: 34px; }
  .v2-param-value span {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .v2-lab-visual-desktop { display: none; }
  .v2-lab-visual-mobile {
    min-height: 330px;
    margin-top: 16px;
    padding: 8px;
    display: grid;
    border-radius: 18px;
    box-shadow: none;
  }
  .v2-param-explain {
    margin-top: 18px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .v2-param-explain > div { padding-top: 10px; }
  .v2-param-explain p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.55;
  }
  .v2-relevance {
    margin-top: 14px;
    padding: 13px;
  }
  .v2-relevance span { font-size: 13px; }
  .v2-relevance p { font-size: 12px; }
  .v2-lab-photo,
  .v2-pixel-canvas { min-height: 314px; }
  .v2-pixel-loupe { width: 34%; }
  .v2-refresh-stage > div {
    height: 300px;
    padding: 12px;
  }
  .v2-chip-stage {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .v2-chip-package {
    min-height: 76px;
    padding: 12px 14px;
    grid-column: 1/-1;
    border-radius: 16px;
  }
  .v2-chip-package b {
    padding: 10px 12px;
    font-size: 17px;
  }
  .v2-chip-panel {
    min-height: 220px;
    padding: 13px;
    border-radius: 16px;
  }
  .v2-chip-panel h3 {
    margin: 6px 0 10px;
    font-size: 17px;
  }
  .v2-chip-panel > p { display: none; }
  .v2-gpu-scene { min-height: 132px; }
  .v2-gpu-scene b {
    top: 33px;
    font-size: 42px;
  }
  .v2-gpu-scene span { top: 82px; }
  .v2-screen-stage {
    min-height: 350px;
    padding: 12px 6px 8px;
  }
  .v2-screen-device {
    transform: none;
  }
  .v2-screen-current {
    width: calc(107px + var(--value) * 0.18px) !important;
    height: calc(220px + var(--value) * 0.35px) !important;
  }
  .v2-screen-sample > b { margin-top: 5px; }
  .v2-screen-sample > small { font-size: 10px; }
  .v2-screen-caption { display: none; }
  .v2-storage-stage { padding: 8px; }
  .v2-storage-number {
    margin-bottom: 12px;
    font-size: 50px;
  }
  .v2-storage-cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .v2-storage-cards article {
    min-height: 135px;
    padding: 14px;
    border-radius: 16px;
  }
  .v2-storage-cards b { font-size: 22px; }
  .v2-charge-stage {
    min-height: 314px;
    padding: 8px;
    grid-gap: 12px;
  }
  .v2-battery {
    width: 92px;
    height: 190px;
  }
  .v2-battery:before {
    top: -13px;
    left: 28px;
    width: 30px;
    height: 10px;
  }
  .v2-battery span { font-size: 28px; }
  .v2-charge-stage > p {
    font-size: 11px;
    line-height: 1.45;
  }
  .v2-lab-footer {
    position: sticky;
    z-index: 35;
    bottom: 0;
    width: 100%;
    min-height: 66px;
    margin: 0;
    padding: 9px 12px;
    padding-bottom: calc(9px + var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)));
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(250, 250, 252, 0.96);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    backdrop-filter: saturate(180%) blur(18px);
  }
  .v2-lab-footer .v2-back,
  .v2-lab-footer .v2-next { min-height: 46px; }
}
/* Compact phone layout: keep choices and results in the first viewport. */
@media (max-width: 580px) {
  body {
    overflow-x: hidden;
  }
  .v2-shell {
    overflow: visible;
  }
  .v2-header {
    display: none;
  }
  .v2-progress {
    position: sticky;
    z-index: 35;
    top: 0;
    width: calc(100% - 12px);
    margin-top: 6px;
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    border-radius: 13px;
    background: rgba(250, 250, 252, 0.94);
    backdrop-filter: saturate(180%) blur(18px);
  }
  .v2-progress > button {
    min-width: 0;
    min-height: 38px;
    padding: 5px 2px;
    text-align: center;
    border-radius: 10px;
  }
  .v2-progress button span {
    display: block;
    margin: 0 0 2px;
    font-size: 9px;
  }
  .v2-progress button b {
    display: block;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v2-progress button svg {
    display: none;
  }
  .v2-question {
    width: calc(100% - 12px);
    min-height: 0;
    margin: 6px auto 12px;
    display: block;
  }
  .v2-question-preview {
    display: none;
  }
  .v2-copy {
    padding: 20px 14px 16px;
    border-radius: 20px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
  }
  .v2-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .v2-copy h1,
  .v2-profile h1,
  .v2-result-hero h1 {
    font-size: 32px;
    line-height: 1.07;
    letter-spacing: -0.045em;
  }
  .v2-copy h1 br {
    display: none;
  }
  .v2-copy h1 em {
    display: block;
  }
  .v2-lead {
    margin: 11px 0 17px;
    font-size: 14px;
    line-height: 1.55;
  }
  .v2-copy h2 {
    margin: 17px 0 8px;
    font-size: 12px;
  }
  .v2-choice-row,
  .v2-multi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .v2-single {
    min-height: 50px;
    padding: 10px 7px 9px 34px;
    border-radius: 12px;
  }
  .v2-single b,
  .v2-multi b {
    font-size: 13px;
    line-height: 1.25;
  }
  .v2-single small,
  .v2-multi small {
    display: none;
  }
  .v2-radio {
    top: 13px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
  .v2-radio i {
    width: 8px;
    height: 8px;
  }
  .v2-multi {
    min-height: 50px;
    padding: 10px;
    align-items: center;
    gap: 7px;
    border-radius: 12px;
  }
  .v2-nav {
    margin-top: 18px;
  }
  .v2-next,
  .v2-back {
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
  }
  .v2-budget-control {
    padding: 18px 16px;
    border-radius: 17px;
  }
  .v2-budget-control > b {
    margin-bottom: 18px;
    font-size: 42px;
  }

  .v2-profile,
  .v2-results {
    width: calc(100% - 12px);
    padding: 26px 0 34px;
  }
  .v2-profile-title,
  .v2-result-hero {
    gap: 14px;
    padding-bottom: 18px;
  }
  .v2-profile-title > p:last-child,
  .v2-result-hero > div > p:last-child {
    font-size: 14px;
    line-height: 1.55;
  }
  .v2-priority-list {
    border-radius: 20px;
  }
  .v2-priority-list article {
    min-height: 0;
    padding: 12px 10px;
    grid-template-columns: 26px 22px minmax(0, 1fr);
    gap: 8px;
  }
  .v2-priority-list article h2 {
    font-size: 18px;
  }
  .v2-priority-list article p {
    font-size: 12px;
    line-height: 1.45;
  }
  .v2-priority-list article > b {
    grid-column: 3;
    padding: 5px 8px;
  }
  .v2-profile-action {
    margin-top: 16px;
    gap: 12px;
  }
  .v2-profile-action p {
    font-size: 13px;
    line-height: 1.5;
  }

  .v2-lab {
    min-height: 100vh;
  }
  .v2-lab-nav {
    position: sticky;
    z-index: 35;
    top: 0;
    width: calc(100% - 12px);
    min-height: 42px;
    margin-top: 6px;
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    overflow: visible;
    border-radius: 13px;
    background: rgba(250, 250, 252, 0.94);
  }
  .v2-lab-nav button {
    min-width: 0;
    min-height: 36px;
    padding: 0;
    border-radius: 9px;
  }
  .v2-lab-nav button b,
  .v2-lab-nav button svg,
  .v2-lab-nav button[data-relevant='true']:after {
    display: none;
  }
  .v2-lab-nav button span {
    font-size: 9px;
  }
  .v2-lab-nav button[data-active='true'] {
    background: var(--v2-blue);
    color: white;
    box-shadow: 0 3px 10px rgba(0, 113, 227, 0.23);
  }
  .v2-lab-main {
    width: calc(100% - 12px);
    margin: 6px auto 8px;
  }
  .v2-lab-copy {
    margin-bottom: 7px;
    padding: 18px 14px 14px;
    border-radius: 20px;
  }
  .v2-lab-copy .v2-kicker {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .v2-lab-copy h1 {
    font-size: 31px;
    line-height: 1;
  }
  .v2-param-human {
    margin: 7px 0 15px;
    font-size: 13px;
    line-height: 1.45;
  }
  .v2-param-value {
    margin-bottom: 9px;
  }
  .v2-param-value b {
    font-size: 32px;
  }
  .v2-param-value span {
    margin-bottom: 3px;
    font-size: 10px;
  }
  .v2-lab-visual {
    min-height: 270px;
    padding: 8px;
    border-radius: 18px;
    box-shadow: none;
  }
  .v2-lab-photo,
  .v2-pixel-canvas {
    min-height: 254px;
  }
  .v2-param-explain {
    margin-top: 14px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .v2-param-explain > div {
    padding-top: 8px;
  }
  .v2-param-explain p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.45;
  }
  .v2-relevance {
    margin-top: 11px;
    padding: 10px;
  }
  .v2-relevance span {
    font-size: 12px;
  }
  .v2-relevance p {
    font-size: 11px;
    line-height: 1.4;
  }
  .v2-refresh-stage > div {
    height: 238px;
    padding: 11px;
    border-radius: 16px;
  }
  .v2-refresh-stage p {
    bottom: 10px;
    font-size: 10px;
  }
  .v2-chip-stage {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .v2-chip-package {
    min-height: 68px;
    grid-column: 1 / -1;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .v2-chip-package b {
    padding: 8px 10px;
    font-size: 15px;
  }
  .v2-chip-panel {
    min-height: 174px;
    padding: 11px;
    border-radius: 14px;
  }
  .v2-chip-panel h3 {
    margin: 4px 0 8px;
    font-size: 15px;
  }
  .v2-chip-panel > p {
    display: none;
  }
  .v2-cpu-tasks {
    gap: 7px;
  }
  .v2-cpu-tasks div {
    height: 25px;
  }
  .v2-gpu-scene {
    min-height: 100px;
  }
  .v2-gpu-scene b {
    top: 26px;
    font-size: 34px;
  }
  .v2-gpu-scene span {
    top: 66px;
  }
  .v2-screen-stage {
    min-height: 270px;
    padding: 8px 4px 6px;
  }
  .v2-screen-intro {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .v2-screen-intro span {
    display: none;
  }
  .v2-screen-compare {
    padding-top: 7px;
  }
  .v2-screen-current {
    max-width: 154px;
    max-height: 315px;
  }
  .v2-screen-sample > b {
    margin-top: -48px;
    font-size: 14px;
  }
  .v2-screen-sample > small {
    font-size: 10px;
  }
  .v2-storage-stage {
    padding: 7px;
  }
  .v2-storage-number {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .v2-storage-cards {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .v2-storage-cards article {
    min-height: 112px;
    padding: 11px;
    border-radius: 14px;
  }
  .v2-storage-cards b {
    font-size: 20px;
  }
  .v2-storage-cards span,
  .v2-storage-stage > p {
    font-size: 10px;
  }
  .v2-charge-stage {
    min-height: 254px;
    padding: 7px;
    gap: 10px;
  }
  .v2-charge-time b {
    font-size: 34px;
  }
  .v2-charge-time span {
    font-size: 22px;
  }
  .v2-battery {
    width: 84px;
    height: 162px;
    border-radius: 20px;
  }
  .v2-battery:before {
    top: -11px;
    left: 25px;
    width: 28px;
    height: 8px;
  }
  .v2-battery span {
    font-size: 25px;
  }
  .v2-charge-stage > p {
    font-size: 10px;
    line-height: 1.4;
  }
  .v2-lab-footer {
    position: sticky;
    z-index: 35;
    bottom: 0;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 6px 8px;
    padding-bottom: calc(
      6px + var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px))
    );
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(250, 250, 252, 0.96);
    backdrop-filter: saturate(180%) blur(18px);
  }
  .v2-lab-footer .v2-next,
  .v2-lab-footer .v2-back {
    min-height: 42px;
  }

  .v2-result-hero {
    margin-bottom: 8px;
  }
  .v2-result-hero aside {
    padding: 15px;
    border-radius: 17px;
  }
  .v2-result-hero aside b {
    font-size: 38px;
  }
  .v2-result-priorities {
    margin-bottom: 28px;
    gap: 8px;
  }
  .v2-result-priorities article {
    min-height: 0;
    padding: 15px;
    border-radius: 18px;
  }
  .v2-result-priorities small {
    margin-top: 10px;
  }
  .v2-result-priorities h2 {
    font-size: 23px;
  }
  .v2-result-priorities article > div {
    position: static;
    margin-top: 12px;
    padding-top: 10px;
  }
  .v2-shortlist-head {
    margin-bottom: 14px;
    gap: 8px;
  }
  .v2-shortlist-head h2 {
    font-size: 29px;
  }
  .v2-shortlist-head > p {
    font-size: 11px;
  }
  .v2-candidate-grid {
    gap: 9px;
  }
  .v2-candidate {
    min-height: 0;
    padding: 17px;
    border-radius: 19px;
  }
  .v2-candidate h3 {
    margin: 18px 0 11px;
    font-size: 25px;
  }
  .v2-candidate li {
    padding: 9px 0;
    font-size: 12px;
  }
  .v2-caution {
    margin: 10px 0;
  }
  .v2-official-price {
    margin-top: 0;
    padding: 13px;
    border-radius: 14px;
  }
  .v2-official-price b {
    font-size: 27px;
  }
  .v2-candidate-actions {
    margin-top: 10px;
  }
  .v2-candidate-actions button,
  .v2-candidate-actions a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .v2-xianyu-advice {
    margin-top: 10px;
    padding: 20px 17px;
    gap: 12px;
    border-radius: 19px;
  }
  .v2-xianyu-advice h2 {
    font-size: 26px;
  }
  .v2-xianyu-advice p {
    font-size: 13px;
    line-height: 1.6;
  }
  .v2-result-note {
    gap: 8px;
  }
  .v2-result-note > div {
    padding: 16px;
    border-radius: 17px;
  }
  .v2-final {
    margin-top: 30px;
    padding-top: 24px;
    gap: 18px;
  }
  .v2-final span {
    font-size: 30px;
  }
}
