    :root {
      --bg: #f6faf6;
      --panel: #ffffff;
      --text: #1e2a22;
      --muted: #6a786f;
      --line: #dbe8dd;
      --soft: #edf6ef;
      --accent: #6c8d71;
      --accent-strong: #4d6a53;
      --shadow: 0 16px 40px rgba(47, 73, 55, 0.08);
      --radius: 22px;
      --shell-pad-x: 16px;
      --shell-pad-top: 24px;
      --shell-pad-bottom: 56px;
    }

    html,
    body {
      background:
        radial-gradient(circle at 20% 10%, rgba(50, 94, 145, 0.18) 0, rgba(50, 94, 145, 0) 30%),
        radial-gradient(circle at 80% 0%, rgba(61, 140, 255, 0.16) 0, rgba(61, 140, 255, 0) 34%),
        linear-gradient(180deg, #05070b 0%, #070b12 45%, #040608 100%);
      color: #e7eef7;
    }

    #intro {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: calc(-1 * var(--shell-pad-top));
      margin-bottom: calc(-1 * var(--shell-pad-bottom));
      min-height: calc(100dvh + var(--shell-pad-top) + var(--shell-pad-bottom));
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 600px at 15% 0%, rgba(55, 104, 175, 0.26), transparent 54%),
        radial-gradient(1000px 620px at 88% 4%, rgba(36, 84, 156, 0.20), transparent 56%),
        linear-gradient(180deg, #05070b 0%, #070d14 48%, #040608 100%);
      color: #eef5ff;
    }

    #intro::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 15% 18%, rgba(122, 189, 255, 0.22) 0, rgba(122, 189, 255, 0) 18%),
        radial-gradient(circle at 78% 28%, rgba(117, 175, 255, 0.18) 0, rgba(117, 175, 255, 0) 16%),
        radial-gradient(circle at 22% 72%, rgba(68, 135, 255, 0.14) 0, rgba(68, 135, 255, 0) 18%),
        radial-gradient(circle at 82% 78%, rgba(87, 149, 255, 0.12) 0, rgba(87, 149, 255, 0) 20%);
      background-size:
        112px 112px,
        112px 112px,
        340px 260px,
        320px 260px,
        300px 240px,
        320px 240px;
      opacity: 0.42;
      pointer-events: none;
      mix-blend-mode: screen;
    }

    #intro::after {
      content: "";
      position: absolute;
      inset: auto -160px -180px auto;
      width: 560px;
      height: 560px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(63, 128, 255, 0.22) 0, rgba(63, 128, 255, 0.06) 38%, rgba(63, 128, 255, 0) 70%);
      filter: blur(2px);
      pointer-events: none;
      animation: sbtiOrbFloat 12s ease-in-out infinite;
    }

    #intro .shell {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }

    #intro .sbti-home {
      position: relative;
      z-index: 1;
      width: min(1440px, calc(100% - 24px));
      min-height: calc(100dvh - 24px);
      margin: 12px auto;
      padding: clamp(14px, 2.2vw, 20px);
      border-radius: 32px;
      border: 1px solid rgba(130, 183, 255, 0.16);
      background:
        radial-gradient(circle at 16% 12%, rgba(96, 156, 255, 0.12), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(72, 118, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 15, 0.98), rgba(5, 8, 12, 0.96));
      box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.62),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      display: grid;
      grid-template-rows: auto 1fr auto;
      gap: clamp(18px, 2.8vw, 28px);
      overflow: hidden;
      isolation: isolate;
    }

    #intro .sbti-home__mesh {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.7;
      background:
        radial-gradient(circle at 14% 16%, rgba(102, 174, 255, 0.5) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 78% 18%, rgba(102, 174, 255, 0.36) 0 1.2px, transparent 2.6px),
        radial-gradient(circle at 20% 78%, rgba(102, 174, 255, 0.28) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 84% 72%, rgba(102, 174, 255, 0.24) 0 1.2px, transparent 2.2px),
        linear-gradient(90deg, rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(135deg, transparent 34%, rgba(88, 146, 223, 0.14) 35%, transparent 36%),
        linear-gradient(315deg, transparent 58%, rgba(88, 146, 223, 0.1) 59%, transparent 60%);
      background-size:
        260px 220px,
        300px 240px,
        280px 220px,
        260px 220px,
        92px 92px,
        92px 92px,
        260px 260px,
        220px 220px;
      mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 40%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0) 100%);
      animation: sbtiMeshDrift 18s ease-in-out infinite;
    }

    #intro .sbti-home__nav {
      display: grid;
      grid-template-columns: minmax(0, auto) 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 2px 4px 0;
      position: relative;
      z-index: 1;
    }

    #intro .sbti-home__brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    #intro .sbti-home__mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #59abff 0%, #2573db 100%);
      color: #eaf5ff;
      font-weight: 900;
      box-shadow:
        0 18px 34px rgba(44, 111, 215, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
      flex: 0 0 auto;
    }

    #intro .sbti-home__brand-copy {
      min-width: 0;
      display: grid;
      gap: 4px;
    }

    #intro .sbti-home__eyebrow {
      margin: 0;
      color: rgba(219, 233, 255, 0.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    #intro .sbti-home__subeyebrow {
      margin: 0;
      color: rgba(229, 238, 249, 0.92);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    #intro .sbti-home__links {
      display: flex;
      justify-content: center;
      gap: clamp(12px, 2vw, 26px);
      flex-wrap: wrap;
      color: rgba(226, 235, 246, 0.56);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__links span {
      position: relative;
    }

    #intro .sbti-home__links span::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      width: 100%;
      height: 1px;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      background: linear-gradient(90deg, transparent, rgba(123, 186, 255, 0.92), transparent);
      transition: transform 180ms ease;
    }

    #intro .sbti-home__links span:hover::after {
      transform: translateX(-50%) scaleX(1);
    }

    #intro .sbti-home__chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(128, 175, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 241, 250, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      white-space: nowrap;
    }

    #intro .sbti-home__hero {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 18px;
      padding: clamp(18px, 4vw, 56px) 0 clamp(10px, 2vw, 24px);
      text-align: center;
    }

    #intro .sbti-home__status {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 36px;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1px solid rgba(127, 171, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 242, 251, 0.82);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.03em;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(12px);
    }

    #intro .sbti-home__status span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(180deg, #7aff9b 0%, #3ddc7b 100%);
      box-shadow: 0 0 0 4px rgba(61, 220, 123, 0.15);
      flex: 0 0 auto;
    }

    #intro .sbti-home__title {
      margin: 0;
      max-width: 11ch;
      font-size: clamp(54px, 9vw, 118px);
      line-height: 0.9;
      letter-spacing: -0.07em;
      text-wrap: balance;
      color: #f7fbff;
      text-shadow: 0 0 24px rgba(87, 149, 255, 0.08);
    }

    #intro .sbti-home__title span {
      display: block;
    }

    #intro .sbti-home__title em {
      font-style: normal;
      background: linear-gradient(90deg, #6dc0ff 0%, #54f0ff 45%, #79b3ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 28px rgba(87, 184, 255, 0.22);
    }

    #intro .sbti-home__desc {
      margin: 0;
      max-width: 44rem;
      color: rgba(225, 233, 244, 0.74);
      font-size: clamp(16px, 1.65vw, 19px);
      line-height: 1.72;
      text-wrap: balance;
    }

    #intro .sbti-home__actions {
      width: min(720px, 100%);
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 6px;
    }

    #intro .sbti-home__cta,
    #intro .sbti-home__ghost {
      width: 100%;
      min-width: 0;
      min-height: 56px;
      padding: 16px 18px;
      border-radius: 18px;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__cta {
      background: linear-gradient(180deg, #f8fbff 0%, #dbe6f4 100%);
      color: #06101a;
      border: 1px solid rgba(255, 255, 255, 0.18);
      box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    }

    #intro .sbti-home__cta:hover {
      background: linear-gradient(180deg, #ffffff 0%, #e7eef7 100%);
      transform: translateY(-2px);
      box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);
    }

    #intro .sbti-home__ghost {
      border: 1px solid rgba(137, 177, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(235, 242, 251, 0.92);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(10px);
    }

    #intro .sbti-home__ghost:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(137, 177, 255, 0.24);
      transform: translateY(-2px);
    }

    #intro .sbti-home__metrics {
      width: min(880px, 100%);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 10px;
    }

    #intro .sbti-home__metric {
      min-height: 132px;
      padding: 18px 18px 16px;
      border-radius: 24px;
      border: 1px solid rgba(129, 172, 255, 0.12);
      background:
        radial-gradient(circle at top right, rgba(106, 159, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
      display: grid;
      align-content: end;
      justify-items: start;
      gap: 8px;
      text-align: left;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 36px rgba(0, 0, 0, 0.22);
    }

    #intro .sbti-home__metric strong {
      font-size: clamp(30px, 4.4vw, 48px);
      line-height: 1;
      letter-spacing: -0.06em;
      font-variant-numeric: tabular-nums;
      color: #f6fbff;
    }

    #intro .sbti-home__metric span {
      font-size: 13px;
      font-weight: 700;
      color: rgba(228, 237, 247, 0.72);
    }

    #intro .sbti-home__metric em {
      margin-top: 2px;
      font-style: normal;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(127, 192, 255, 0.78);
    }

    #intro .sbti-home__metric--wide {
      grid-column: 1 / -1;
      min-height: 112px;
      background:
        radial-gradient(circle at top left, rgba(110, 210, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
    }

    #intro .sbti-home__footer {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(130, 183, 255, 0.12);
      align-self: end;
    }

    #intro .sbti-home__footer-label {
      color: rgba(219, 229, 242, 0.58);
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #intro .sbti-home__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    #intro .sbti-home__chips span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 13px;
      border-radius: 999px;
      border: 1px solid rgba(137, 177, 255, 0.14);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(232, 239, 248, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.02em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    @media (max-width: 900px) {
      #intro .sbti-home {
        width: calc(100% - 14px);
        min-height: calc(100dvh - 14px);
        padding: 12px;
        border-radius: 28px;
        gap: 22px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto 1fr;
        grid-template-areas:
          "brand chip"
          "links links";
      }

      #intro .sbti-home__brand {
        grid-area: brand;
      }

      #intro .sbti-home__links {
        grid-area: links;
        justify-content: flex-start;
      }

      #intro .sbti-home__chip {
        grid-area: chip;
        justify-self: end;
      }

      #intro .sbti-home__hero {
        padding: 8px 0 4px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric--wide {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      #intro .sbti-home {
        width: calc(100% - 10px);
        min-height: calc(100dvh - 10px);
        padding: 10px;
        border-radius: 24px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto;
        grid-template-areas:
          "brand"
          "chip"
          "links";
        justify-items: start;
      }

      #intro .sbti-home__chip {
        justify-self: start;
      }

      #intro .sbti-home__links {
        gap: 10px 14px;
        font-size: 12px;
      }

      #intro .sbti-home__title {
        max-width: none;
        font-size: clamp(42px, 15vw, 68px);
      }

      #intro .sbti-home__desc {
        font-size: 15px;
      }

      #intro .sbti-home__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      #intro .sbti-home__cta {
        grid-column: 1 / -1;
      }

      #intro .sbti-home__cta,
      #intro .sbti-home__ghost {
        min-height: 48px;
        padding: 12px 14px;
        font-size: 14px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric {
        min-height: 110px;
        padding: 14px;
        border-radius: 20px;
      }

      #intro .sbti-home__metric strong {
        font-size: clamp(26px, 9vw, 34px);
      }

      #intro .sbti-home__metric--wide {
        min-height: 94px;
      }

      #intro .sbti-home__chips {
        gap: 8px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #intro::after,
      #intro .sbti-home__mesh {
        animation: none !important;
      }
      #intro .sbti-home__cta,
      #intro .sbti-home__ghost,
      #intro .sbti-home__links span::after {
        transition: none !important;
      }
    }

    @keyframes sbtiMeshDrift {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(-1.2%, 0.8%, 0) scale(1.03);
      }
    }

    @keyframes sbtiOrbFloat {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(0, -16px, 0) scale(1.04);
      }
    }

    #intro .sbti-home {
      grid-template-rows: auto 1fr;
    }

    html,
    body {
      min-height: 100%;
      background-color: #040608;
      background-image:
        radial-gradient(circle at 20% 10%, rgba(50, 94, 145, 0.18) 0, rgba(50, 94, 145, 0) 30%),
        radial-gradient(circle at 80% 0%, rgba(61, 140, 255, 0.16) 0, rgba(61, 140, 255, 0) 34%),
        linear-gradient(180deg, #05070b 0%, #070b12 45%, #040608 100%);
      color: #e7eef7;
    }

    #intro {
      background-color: #040608;
    }

    #intro .sbti-home__nav {
      grid-template-columns: auto;
      justify-items: start;
    }

    html,
    body {
      min-height: 100%;
      background-color: #040608;
    }

    #intro,
    #intro .sbti-home {
      background-color: #040608;
    }

    * { box-sizing: border-box; }
    html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background:
        radial-gradient(circle at top left, rgba(49, 74, 56, 0.26) 0, rgba(23, 35, 28, 0.92) 44%, #08100c 100%);
      color: var(--text);
      min-height: 100vh;
    }

    .shell {
      max-width: 980px;
      margin: 0 auto;
      padding: var(--shell-pad-top) var(--shell-pad-x) var(--shell-pad-bottom);
    }

    .card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .hero {
      padding: 28px;
      margin-top: 20px;
      overflow: hidden;
      position: relative;
    }

    .hero::after {
      content: "";
      position: absolute;
      right: -60px;
      top: -60px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: linear-gradient(180deg, rgba(127, 165, 134, 0.18), rgba(127, 165, 134, 0.02));
      pointer-events: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      color: var(--accent-strong);
      border: 1px solid var(--line);
      background: var(--soft);
      border-radius: 999px;
      padding: 8px 12px;
      margin-bottom: 16px;
    }

    h1, h2, h3, p { margin: 0; }
    .hero h1 {
      font-size: clamp(28px, 5vw, 52px);
      line-height: 1.08;
      letter-spacing: -0.03em;
      max-width: 680px;
    }
    .hero .sub {
      margin-top: 14px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.75;
      max-width: 720px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.3fr 0.9fr;
      gap: 18px;
      align-items: stretch;
      margin-top: 24px;
    }

    .mini-panel {
      padding: 18px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fbfefb, #f3f8f4);
    }

    .mini-panel h3 {
      font-size: 15px;
      margin-bottom: 10px;
    }

    .mini-panel ul {
      margin: 0;
      padding-left: 18px;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

        .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }
    .hero-minimal {
      min-height: 48vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 42px 20px;
    }
    .hero-minimal::after { display: none; }
    .hero-minimal h1 {
      max-width: none;
      margin: 0;
    }
    .hero-actions-single {
      justify-content: center;
      margin-top: 28px;
    }

    #intro {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: calc(-1 * var(--shell-pad-top));
      margin-bottom: calc(-1 * var(--shell-pad-bottom));
      min-height: calc(100svh + var(--shell-pad-top) + var(--shell-pad-bottom));
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 500px at 78% -10%, rgba(119, 157, 127, 0.38), transparent 65%),
        radial-gradient(840px 440px at 10% 110%, rgba(91, 122, 98, 0.32), transparent 68%),
        linear-gradient(120deg, #0f1612 0%, #1f2f26 56%, #2d4033 100%);
      color: #edf4ef;
    }

    #intro::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity: 0.2;
      pointer-events: none;
    }

    #intro::after {
      content: "";
      position: absolute;
      right: -140px;
      top: -160px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, rgba(190, 220, 194, 0.32), rgba(190, 220, 194, 0.04) 62%, rgba(190, 220, 194, 0) 76%);
      filter: blur(2px);
      pointer-events: none;
      animation: introFloat 9s ease-in-out infinite;
    }

    .intro-hero {
      min-height: 100svh;
      display: flex;
      align-items: center;
      padding: clamp(56px, 10vw, 112px) 0;
      position: relative;
      z-index: 1;
      isolation: isolate;
    }

    .intro-watermark {
      position: absolute;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -50%) rotate(-14deg);
      margin: 0;
      font-size: clamp(120px, 28vw, 480px);
      font-weight: 900;
      letter-spacing: 0.22em;
      line-height: 0.8;
      text-transform: uppercase;
      white-space: nowrap;
      color: rgba(222, 238, 226, 0.08);
      -webkit-text-stroke: 1px rgba(220, 236, 224, 0.1);
      text-shadow: 0 0 36px rgba(214, 232, 218, 0.1);
      pointer-events: none;
      user-select: none;
      z-index: 0;
      animation: introWatermarkDrift 12s ease-in-out infinite;
    }

    .intro-inner {
      width: min(1320px, calc(100% - 40px));
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .intro-brand {
      margin: 0;
      font-size: 12px;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: rgba(237, 244, 239, 0.82);
      animation: introRise 0.58s ease-out both;
    }

    .intro-official {
      position: relative;
      margin-top: 14px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1px solid rgba(217, 183, 112, 0.72);
      background:
        radial-gradient(circle at 16% 20%, rgba(208, 170, 95, 0.24), rgba(208, 170, 95, 0) 42%),
        linear-gradient(140deg, rgba(22, 18, 13, 0.94) 0%, rgba(12, 10, 7, 0.96) 56%, rgba(26, 20, 13, 0.9) 100%);
      color: #f0d8a9;
      box-shadow:
        inset 0 1px 0 rgba(255, 241, 207, 0.15),
        inset 0 -1px 0 rgba(130, 95, 45, 0.38),
        0 12px 32px rgba(7, 6, 4, 0.36);
      backdrop-filter: blur(8px);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.055em;
      white-space: nowrap;
      overflow: hidden;
      animation: introRise 0.66s ease-out 0.05s both;
    }

    .intro-official-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: radial-gradient(circle at 38% 32%, #ffe6b8 0%, #c79b52 62%, #8b652f 100%);
      box-shadow: 0 0 0 4px rgba(212, 167, 94, 0.22);
      flex: none;
    }

    .intro-official::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(104deg, rgba(255, 245, 223, 0) 16%, rgba(255, 223, 158, 0.4) 48%, rgba(255, 245, 223, 0) 76%);
      transform: translateX(-135%);
      animation: introSheen 6.4s ease-in-out 1.1s infinite;
      pointer-events: none;
    }

    .intro-focus-tag {
      margin-top: 14px;
      display: inline-flex;
      align-items: center;
      padding: 7px 13px;
      border-radius: 999px;
      border: 1px solid rgba(207, 226, 212, 0.36);
      background: rgba(232, 244, 235, 0.1);
      color: rgba(229, 242, 233, 0.93);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      animation: introRise 0.66s ease-out 0.07s both;
    }

    .intro-title {
      margin: 18px 0 0;
      max-width: none;
      font-size: clamp(56px, 12.5vw, 188px);
      line-height: 0.88;
      letter-spacing: -0.032em;
      color: #f7fcf8;
      white-space: normal;
      text-wrap: balance;
      animation: introRise 0.7s ease-out 0.08s both;
    }

    .intro-title .intro-title-key {
      display: inline-flex;
      align-items: center;
      gap: clamp(10px, 1.5vw, 16px);
      margin-top: clamp(6px, 1.2vw, 18px);
      color: #c7e0ce;
      text-decoration-line: underline;
      text-decoration-thickness: clamp(2.5px, 0.28vw, 5px);
      text-decoration-color: rgba(199, 224, 206, 0.9);
      text-underline-offset: clamp(6px, 0.5vw, 12px);
    }

    .intro-sub {
      margin: 20px 0 0;
      max-width: 40ch;
      font-size: clamp(19px, 2.9vw, 36px);
      line-height: 1.42;
      color: rgba(236, 244, 238, 0.82);
      animation: introRise 0.72s ease-out 0.16s both;
    }

    .intro-actions {
      margin-top: 30px;
      animation: introRise 0.72s ease-out 0.24s both;
    }

    #intro .intro-actions {
      flex-wrap: nowrap;
      align-items: center;
    }

    .intro-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 14px 28px;
      border-radius: 999px;
      border: 1px solid rgba(229, 241, 232, 0.28);
      background: linear-gradient(180deg, #d4e8d8 0%, #a7c4ad 100%);
      color: #162219;
      box-shadow: 0 16px 36px rgba(11, 20, 14, 0.36);
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .intro-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 44px rgba(8, 16, 11, 0.42);
      background: linear-gradient(180deg, #def0e2 0%, #b9d3be 100%);
    }

    #intro .intro-share {
      border-radius: 999px;
      border: 1px solid rgba(237, 245, 239, 0.38);
      background: rgba(243, 250, 245, 0.08);
      color: #eaf4ed;
      backdrop-filter: blur(6px);
      box-shadow: none;
    }

    #intro .intro-share:hover {
      background: rgba(243, 250, 245, 0.18);
      border-color: rgba(237, 245, 239, 0.56);
      transform: translateY(-2px);
    }

    #intro .intro-copy {
      border-radius: 999px;
      border: 1px solid rgba(222, 230, 224, 0.34);
      background: rgba(237, 245, 239, 0.05);
      color: #d9e5dc;
      backdrop-filter: blur(6px);
      box-shadow: none;
    }

    #intro .intro-copy:hover {
      background: rgba(237, 245, 239, 0.14);
      border-color: rgba(230, 237, 232, 0.52);
      transform: translateY(-2px);
    }

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

    /* Intro redesign */
    #intro {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: calc(-1 * var(--shell-pad-top));
      margin-bottom: calc(-1 * var(--shell-pad-bottom));
      min-height: calc(100dvh + var(--shell-pad-top) + var(--shell-pad-bottom));
      position: relative;
      overflow: clip;
      isolation: isolate;
      background:
        radial-gradient(1100px 560px at 10% 0%, rgba(188, 218, 191, 0.38), transparent 58%),
        radial-gradient(860px 420px at 94% 10%, rgba(123, 157, 129, 0.20), transparent 58%),
        linear-gradient(180deg, #f8fcf8 0%, #eff6ef 100%);
    }

    #intro::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(79, 109, 86, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 109, 86, 0.05) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: 0.35;
      pointer-events: none;
    }

    #intro::after {
      content: "";
      position: absolute;
      right: -120px;
      bottom: -160px;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, rgba(138, 171, 143, 0.34), rgba(138, 171, 143, 0.08) 48%, rgba(138, 171, 143, 0) 72%);
      pointer-events: none;
      filter: blur(2px);
    }

    #intro .intro-shell {
      width: min(1180px, calc(100% - 24px));
      margin: 0 auto;
      padding: 18px 0 18px;
      position: relative;
      z-index: 1;
    }

    #intro .intro-topbar {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }

    #intro .intro-topbar__brand {
      display: grid;
      gap: 10px;
      min-width: 0;
    }

    #intro .intro-topbar__brand .intro-brand {
      margin: 0;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: #58715d;
    }

    #intro .intro-topbar__pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    #intro .intro-topbar__pill {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(97, 128, 103, 0.14);
      background: rgba(255, 255, 255, 0.82);
      color: #41584a;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      box-shadow: 0 10px 20px rgba(42, 63, 47, 0.05);
    }

    #intro .intro-topbar__pill--strong {
      background: linear-gradient(180deg, #dbeadb 0%, #cfded2 100%);
      border-color: rgba(94, 123, 100, 0.18);
      color: #284033;
    }

    #intro .intro-topbar__tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(97, 128, 103, 0.14);
      background: rgba(255, 255, 255, 0.88);
      color: #56715d;
      font-size: 12px;
      font-weight: 700;
      box-shadow: 0 12px 24px rgba(42, 63, 47, 0.05);
      white-space: nowrap;
    }

    #intro .intro-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
      gap: 16px;
      align-items: stretch;
    }

    #intro .intro-card {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      border: 1px solid rgba(92, 122, 98, 0.14);
      box-shadow: 0 24px 58px rgba(40, 61, 45, 0.08);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    #intro .intro-card::before {
      content: "";
      position: absolute;
      inset: auto auto -84px -84px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(157, 192, 162, 0.28), rgba(157, 192, 162, 0) 70%);
      pointer-events: none;
    }

    #intro .intro-card--main {
      padding: 28px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 246, 0.94)),
        linear-gradient(135deg, rgba(138, 171, 143, 0.08), rgba(255, 255, 255, 0));
    }

    #intro .intro-card--main::after {
      content: "";
      position: absolute;
      left: 28px;
      right: 28px;
      top: 0;
      height: 5px;
      border-radius: 0 0 999px 999px;
      background: linear-gradient(90deg, rgba(102, 140, 108, 0), rgba(102, 140, 108, 0.34), rgba(102, 140, 108, 0));
      pointer-events: none;
    }

    #intro .intro-card--side {
      padding: 22px;
      display: grid;
      gap: 12px;
      align-content: start;
      background:
        linear-gradient(180deg, rgba(240, 247, 241, 0.98), rgba(250, 252, 250, 0.94));
    }

    #intro .intro-kicker {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      min-height: 34px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(97, 128, 103, 0.14);
      background: rgba(232, 241, 233, 0.92);
      color: #4d6953;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    #intro .intro-card--main .intro-title {
      margin: 14px 0 0;
      max-width: 11ch;
      font-size: clamp(38px, 5.8vw, 74px);
      line-height: 0.94;
      letter-spacing: -0.065em;
      text-wrap: balance;
      color: #17261d;
    }

    #intro .intro-title-accent {
      display: inline-flex;
      align-items: center;
      margin-left: 0.18em;
      padding: 0.08em 0.34em 0.12em;
      border-radius: 0.32em;
      background: linear-gradient(180deg, #6f8f75 0%, #4f6d55 100%);
      color: #f8fcf8;
      box-shadow: 0 16px 30px rgba(68, 96, 74, 0.16);
    }

    #intro .intro-card--main .intro-sub {
      margin-top: 16px;
      max-width: 34ch;
      font-size: clamp(16px, 1.8vw, 19px);
      line-height: 1.72;
      color: #5c6f63;
    }

    #intro .intro-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    #intro .intro-stat {
      position: relative;
      overflow: hidden;
      min-height: 108px;
      padding: 18px 18px 16px;
      border-radius: 24px;
      border: 1px solid rgba(97, 128, 103, 0.12);
      background:
        linear-gradient(180deg, rgba(250, 252, 250, 0.94), rgba(237, 244, 238, 0.96));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 10px 24px rgba(39, 60, 44, 0.05);
      display: grid;
      align-content: end;
      gap: 6px;
    }

    #intro .intro-stat::after {
      content: "";
      position: absolute;
      inset: auto -20px -18px auto;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(129, 162, 134, 0.22), rgba(129, 162, 134, 0) 66%);
      pointer-events: none;
    }

    #intro .intro-stat strong {
      font-size: clamp(28px, 3.8vw, 40px);
      line-height: 1;
      letter-spacing: -0.05em;
      font-variant-numeric: tabular-nums;
      color: #203126;
    }

    #intro .intro-stat span {
      font-size: 13px;
      font-weight: 700;
      color: #627368;
    }

    #intro .intro-stat--wide {
      grid-column: 1 / -1;
      min-height: 96px;
      background: linear-gradient(135deg, rgba(219, 234, 223, 0.96), rgba(249, 253, 249, 0.96));
    }

    #intro .intro-stat--wide strong {
      color: #2b4634;
    }

    #intro .intro-cta-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    #intro .intro-cta-row .intro-cta {
      grid-column: 1 / -1;
    }

    #intro .intro-cta-row button {
      width: 100%;
      min-width: 0;
      min-height: 56px;
      padding: 16px 18px;
      border-radius: 18px;
    }

    #intro .intro-cta-row .intro-cta {
      background: linear-gradient(180deg, #4f7357 0%, #35533b 100%);
      color: #f8fcf8;
      box-shadow: 0 18px 38px rgba(46, 73, 51, 0.20);
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    #intro .intro-cta-row .intro-cta:hover {
      background: linear-gradient(180deg, #5a815f 0%, #3d5f45 100%);
      box-shadow: 0 22px 44px rgba(46, 73, 51, 0.24);
      transform: translateY(-2px);
    }

    #intro .intro-cta-row .intro-share,
    #intro .intro-cta-row .intro-copy {
      border: 1px solid rgba(97, 128, 103, 0.16);
      background: rgba(255, 255, 255, 0.88);
      color: #395143;
      box-shadow: 0 10px 24px rgba(40, 61, 45, 0.05);
      font-weight: 700;
    }

    #intro .intro-cta-row .intro-share:hover,
    #intro .intro-cta-row .intro-copy:hover {
      background: rgba(248, 252, 248, 0.98);
      border-color: rgba(97, 128, 103, 0.24);
      transform: translateY(-2px);
    }

    #intro .intro-side-hero {
      position: relative;
      padding: 22px;
      border-radius: 24px;
      border: 1px solid rgba(97, 128, 103, 0.12);
      background:
        radial-gradient(circle at top right, rgba(153, 188, 157, 0.22), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 240, 0.96));
      overflow: hidden;
    }

    #intro .intro-side-hero::after {
      content: "";
      position: absolute;
      right: -54px;
      bottom: -62px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(120, 158, 127, 0.24), rgba(120, 158, 127, 0) 68%);
      pointer-events: none;
    }

    #intro .intro-side-kicker {
      margin: 0;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #5d7765;
    }

    #intro .intro-side-hero h2 {
      margin: 12px 0 0;
      max-width: 11ch;
      font-size: clamp(24px, 3vw, 32px);
      line-height: 1.06;
      letter-spacing: -0.04em;
      color: #17261d;
    }

    #intro .intro-side-hero p {
      margin: 10px 0 0;
      max-width: 34ch;
      font-size: 14px;
      line-height: 1.72;
      color: #5f7166;
    }

    #intro .intro-side-list {
      display: grid;
      gap: 10px;
    }

    #intro .intro-side-item {
      position: relative;
      padding: 14px 14px 14px 18px;
      border-radius: 20px;
      border: 1px solid rgba(97, 128, 103, 0.12);
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0 10px 22px rgba(40, 61, 45, 0.05);
    }

    #intro .intro-side-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 14px;
      bottom: 14px;
      width: 4px;
      border-radius: 999px;
      background: linear-gradient(180deg, #7ea284 0%, #4e6d55 100%);
    }

    #intro .intro-side-item strong {
      display: block;
      font-size: 15px;
      line-height: 1.35;
      color: #223127;
    }

    #intro .intro-side-item span {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      line-height: 1.55;
      color: #66776c;
    }

    @media (max-width: 900px) {
      #intro .intro-shell {
        width: calc(100% - 18px);
        padding-top: 14px;
      }

      #intro .intro-topbar {
        flex-direction: column;
        align-items: flex-start;
      }

      #intro .intro-layout {
        grid-template-columns: 1fr;
      }

      #intro .intro-card--main,
      #intro .intro-card--side {
        padding: 20px;
      }
    }

    @media (max-width: 600px) {
      #intro {
        min-height: calc(100dvh + var(--shell-pad-top) + var(--shell-pad-bottom));
      }

      #intro .intro-shell {
        width: calc(100% - 14px);
        padding-top: 12px;
        padding-bottom: 14px;
      }

      #intro .intro-topbar {
        gap: 12px;
        margin-bottom: 12px;
      }

      #intro .intro-topbar__tag {
        white-space: normal;
        text-align: left;
      }

      #intro .intro-card {
        border-radius: 26px;
      }

      #intro .intro-card--main,
      #intro .intro-card--side {
        padding: 14px;
      }

      #intro .intro-card--main::after {
        left: 16px;
        right: 16px;
      }

      #intro .intro-topbar__brand .intro-brand {
        font-size: 11px;
        letter-spacing: 0.22em;
      }

      #intro .intro-card--main .intro-title {
        max-width: none;
        font-size: clamp(32px, 12vw, 48px);
      }

      #intro .intro-card--main .intro-sub {
        max-width: none;
        font-size: 14px;
      }

      #intro .intro-stats {
        gap: 10px;
        margin-top: 16px;
      }

      #intro .intro-stat {
        min-height: 92px;
        padding: 14px;
        border-radius: 20px;
      }

      #intro .intro-stat strong {
        font-size: clamp(24px, 8vw, 32px);
      }

      #intro .intro-cta-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
      }

      #intro .intro-cta-row .intro-cta {
        grid-column: 1 / -1;
      }

      #intro .intro-cta-row button {
        min-height: 48px;
        padding: 12px 12px;
        font-size: 14px;
      }

      #intro .intro-side-hero {
        padding: 18px;
      }

      #intro .intro-side-hero h2 {
        max-width: none;
        font-size: 22px;
      }

      #intro .intro-side-hero p {
        max-width: none;
        font-size: 13px;
      }

      #intro .intro-side-item {
        padding: 12px 12px 12px 16px;
      }

      #intro .intro-side-item strong {
        font-size: 14px;
      }

      #intro .intro-side-item span {
        font-size: 12px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #intro::before,
      #intro::after,
      #intro .intro-card::before {
        animation: none;
      }

      #intro .intro-cta,
      #intro .intro-share,
      #intro .intro-copy {
        transition: none;
      }
    }

    @keyframes introFloat {
      0%,
      100% { transform: translateY(0) scale(1); }
      50% { transform: translateY(14px) scale(1.03); }
    }

    @keyframes introSheen {
      0%, 74%, 100% { transform: translateX(-135%); }
      82%, 90% { transform: translateX(132%); }
    }

    @keyframes introWatermarkDrift {
      0%,
      100% { transform: translate(-50%, -50%) rotate(-14deg) scale(1); }
      50% { transform: translate(-48%, -53%) rotate(-13deg) scale(1.04); }
    }

    html,
    body {
      background:
        radial-gradient(circle at 20% 10%, rgba(50, 94, 145, 0.18) 0, rgba(50, 94, 145, 0) 30%),
        radial-gradient(circle at 80% 0%, rgba(61, 140, 255, 0.16) 0, rgba(61, 140, 255, 0) 34%),
        linear-gradient(180deg, #05070b 0%, #070b12 45%, #040608 100%);
      color: #e7eef7;
    }

    #intro {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: calc(-1 * var(--shell-pad-top));
      margin-bottom: calc(-1 * var(--shell-pad-bottom));
      min-height: calc(100dvh + var(--shell-pad-top) + var(--shell-pad-bottom));
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 600px at 15% 0%, rgba(55, 104, 175, 0.26), transparent 54%),
        radial-gradient(1000px 620px at 88% 4%, rgba(36, 84, 156, 0.20), transparent 56%),
        linear-gradient(180deg, #05070b 0%, #070d14 48%, #040608 100%);
      color: #eef5ff;
    }

    #intro::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 15% 18%, rgba(122, 189, 255, 0.22) 0, rgba(122, 189, 255, 0) 18%),
        radial-gradient(circle at 78% 28%, rgba(117, 175, 255, 0.18) 0, rgba(117, 175, 255, 0) 16%),
        radial-gradient(circle at 22% 72%, rgba(68, 135, 255, 0.14) 0, rgba(68, 135, 255, 0) 18%),
        radial-gradient(circle at 82% 78%, rgba(87, 149, 255, 0.12) 0, rgba(87, 149, 255, 0) 20%);
      background-size:
        112px 112px,
        112px 112px,
        340px 260px,
        320px 260px,
        300px 240px,
        320px 240px;
      opacity: 0.42;
      pointer-events: none;
      mix-blend-mode: screen;
    }

    #intro::after {
      content: "";
      position: absolute;
      inset: auto -160px -180px auto;
      width: 560px;
      height: 560px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(63, 128, 255, 0.22) 0, rgba(63, 128, 255, 0.06) 38%, rgba(63, 128, 255, 0) 70%);
      filter: blur(2px);
      pointer-events: none;
      animation: sbtiOrbFloat 12s ease-in-out infinite;
    }

    #intro .shell {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }

    #intro .sbti-home {
      position: relative;
      z-index: 1;
      width: min(1440px, calc(100% - 24px));
      min-height: calc(100dvh - 24px);
      margin: 12px auto;
      padding: clamp(14px, 2.2vw, 20px);
      border-radius: 32px;
      border: 1px solid rgba(130, 183, 255, 0.16);
      background:
        radial-gradient(circle at 16% 12%, rgba(96, 156, 255, 0.12), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(72, 118, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 15, 0.98), rgba(5, 8, 12, 0.96));
      box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.62),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      display: grid;
      grid-template-rows: auto 1fr auto;
      gap: clamp(18px, 2.8vw, 28px);
      overflow: hidden;
      isolation: isolate;
    }

    #intro .sbti-home__mesh {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.7;
      background:
        radial-gradient(circle at 14% 16%, rgba(102, 174, 255, 0.5) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 78% 18%, rgba(102, 174, 255, 0.36) 0 1.2px, transparent 2.6px),
        radial-gradient(circle at 20% 78%, rgba(102, 174, 255, 0.28) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 84% 72%, rgba(102, 174, 255, 0.24) 0 1.2px, transparent 2.2px),
        linear-gradient(90deg, rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(135deg, transparent 34%, rgba(88, 146, 223, 0.14) 35%, transparent 36%),
        linear-gradient(315deg, transparent 58%, rgba(88, 146, 223, 0.1) 59%, transparent 60%);
      background-size:
        260px 220px,
        300px 240px,
        280px 220px,
        260px 220px,
        92px 92px,
        92px 92px,
        260px 260px,
        220px 220px;
      mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 40%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0) 100%);
      animation: sbtiMeshDrift 18s ease-in-out infinite;
    }

    #intro .sbti-home__nav {
      display: grid;
      grid-template-columns: minmax(0, auto) 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 2px 4px 0;
      position: relative;
      z-index: 1;
    }

    #intro .sbti-home__brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    #intro .sbti-home__mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #59abff 0%, #2573db 100%);
      color: #eaf5ff;
      font-weight: 900;
      box-shadow:
        0 18px 34px rgba(44, 111, 215, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
      flex: 0 0 auto;
    }

    #intro .sbti-home__brand-copy {
      min-width: 0;
      display: grid;
      gap: 4px;
    }

    #intro .sbti-home__eyebrow {
      margin: 0;
      color: rgba(219, 233, 255, 0.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    #intro .sbti-home__subeyebrow {
      margin: 0;
      color: rgba(229, 238, 249, 0.92);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    #intro .sbti-home__links {
      display: flex;
      justify-content: center;
      gap: clamp(12px, 2vw, 26px);
      flex-wrap: wrap;
      color: rgba(226, 235, 246, 0.56);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__links span {
      position: relative;
    }

    #intro .sbti-home__links span::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      width: 100%;
      height: 1px;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      background: linear-gradient(90deg, transparent, rgba(123, 186, 255, 0.92), transparent);
      transition: transform 180ms ease;
    }

    #intro .sbti-home__links span:hover::after {
      transform: translateX(-50%) scaleX(1);
    }

    #intro .sbti-home__chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(128, 175, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 241, 250, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      white-space: nowrap;
    }

    #intro .sbti-home__hero {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 18px;
      padding: clamp(18px, 4vw, 56px) 0 clamp(10px, 2vw, 24px);
      text-align: center;
    }

    #intro .sbti-home__status {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 36px;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1px solid rgba(127, 171, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 242, 251, 0.82);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.03em;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(12px);
    }

    #intro .sbti-home__status span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(180deg, #7aff9b 0%, #3ddc7b 100%);
      box-shadow: 0 0 0 4px rgba(61, 220, 123, 0.15);
      flex: 0 0 auto;
    }

    #intro .sbti-home__title {
      margin: 0;
      max-width: 11ch;
      font-size: clamp(54px, 9vw, 118px);
      line-height: 0.9;
      letter-spacing: -0.07em;
      text-wrap: balance;
      color: #f7fbff;
      text-shadow: 0 0 24px rgba(87, 149, 255, 0.08);
    }

    #intro .sbti-home__title span {
      display: block;
    }

    #intro .sbti-home__title em {
      font-style: normal;
      background: linear-gradient(90deg, #6dc0ff 0%, #54f0ff 45%, #79b3ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 28px rgba(87, 184, 255, 0.22);
    }

    #intro .sbti-home__desc {
      margin: 0;
      max-width: 44rem;
      color: rgba(225, 233, 244, 0.74);
      font-size: clamp(16px, 1.65vw, 19px);
      line-height: 1.72;
      text-wrap: balance;
    }

    #intro .sbti-home__actions {
      width: min(720px, 100%);
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 6px;
    }

    #intro .sbti-home__cta,
    #intro .sbti-home__ghost {
      width: 100%;
      min-width: 0;
      min-height: 56px;
      padding: 16px 18px;
      border-radius: 18px;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__cta {
      background: linear-gradient(180deg, #f8fbff 0%, #dbe6f4 100%);
      color: #06101a;
      border: 1px solid rgba(255, 255, 255, 0.18);
      box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    }

    #intro .sbti-home__cta:hover {
      background: linear-gradient(180deg, #ffffff 0%, #e7eef7 100%);
      transform: translateY(-2px);
      box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);
    }

    #intro .sbti-home__ghost {
      border: 1px solid rgba(137, 177, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(235, 242, 251, 0.92);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(10px);
    }

    #intro .sbti-home__ghost:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(137, 177, 255, 0.24);
      transform: translateY(-2px);
    }

    #intro .sbti-home__metrics {
      width: min(880px, 100%);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 10px;
    }

    #intro .sbti-home__metric {
      min-height: 132px;
      padding: 18px 18px 16px;
      border-radius: 24px;
      border: 1px solid rgba(129, 172, 255, 0.12);
      background:
        radial-gradient(circle at top right, rgba(106, 159, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
      display: grid;
      align-content: end;
      justify-items: start;
      gap: 8px;
      text-align: left;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 36px rgba(0, 0, 0, 0.22);
    }

    #intro .sbti-home__metric strong {
      font-size: clamp(30px, 4.4vw, 48px);
      line-height: 1;
      letter-spacing: -0.06em;
      font-variant-numeric: tabular-nums;
      color: #f6fbff;
    }

    #intro .sbti-home__metric span {
      font-size: 13px;
      font-weight: 700;
      color: rgba(228, 237, 247, 0.72);
    }

    #intro .sbti-home__metric em {
      margin-top: 2px;
      font-style: normal;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(127, 192, 255, 0.78);
    }

    #intro .sbti-home__metric--wide {
      grid-column: 1 / -1;
      min-height: 112px;
      background:
        radial-gradient(circle at top left, rgba(110, 210, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
    }

    #intro .sbti-home__footer {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(130, 183, 255, 0.12);
      align-self: end;
    }

    #intro .sbti-home__footer-label {
      color: rgba(219, 229, 242, 0.58);
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #intro .sbti-home__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    #intro .sbti-home__chips span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 13px;
      border-radius: 999px;
      border: 1px solid rgba(137, 177, 255, 0.14);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(232, 239, 248, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.02em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    @media (max-width: 900px) {
      #intro .sbti-home {
        width: calc(100% - 14px);
        min-height: calc(100dvh - 14px);
        padding: 12px;
        border-radius: 28px;
        gap: 22px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto 1fr;
        grid-template-areas:
          "brand chip"
          "links links";
      }

      #intro .sbti-home__brand {
        grid-area: brand;
      }

      #intro .sbti-home__links {
        grid-area: links;
        justify-content: flex-start;
      }

      #intro .sbti-home__chip {
        grid-area: chip;
        justify-self: end;
      }

      #intro .sbti-home__hero {
        padding: 8px 0 4px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric--wide {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      #intro .sbti-home {
        width: calc(100% - 10px);
        min-height: calc(100dvh - 10px);
        padding: 10px;
        border-radius: 24px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto;
        grid-template-areas:
          "brand"
          "chip"
          "links";
        justify-items: start;
      }

      #intro .sbti-home__chip {
        justify-self: start;
      }

      #intro .sbti-home__links {
        gap: 10px 14px;
        font-size: 12px;
      }

      #intro .sbti-home__title {
        max-width: none;
        font-size: clamp(42px, 15vw, 68px);
      }

      #intro .sbti-home__desc {
        font-size: 15px;
      }

      #intro .sbti-home__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      #intro .sbti-home__cta {
        grid-column: 1 / -1;
      }

      #intro .sbti-home__cta,
      #intro .sbti-home__ghost {
        min-height: 48px;
        padding: 12px 14px;
        font-size: 14px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric {
        min-height: 110px;
        padding: 14px;
        border-radius: 20px;
      }

      #intro .sbti-home__metric strong {
        font-size: clamp(26px, 9vw, 34px);
      }

      #intro .sbti-home__metric--wide {
        min-height: 94px;
      }

      #intro .sbti-home__chips {
        gap: 8px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #intro::after,
      #intro .sbti-home__mesh {
        animation: none !important;
      }
      #intro .sbti-home__cta,
      #intro .sbti-home__ghost,
      #intro .sbti-home__links span::after {
        transition: none !important;
      }
    }

    @keyframes sbtiMeshDrift {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(-1.2%, 0.8%, 0) scale(1.03);
      }
    }

    @keyframes sbtiOrbFloat {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(0, -16px, 0) scale(1.04);
      }
    }

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

    button {
      border: 0;
      cursor: pointer;
      transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
      font: inherit;
    }

    button:hover { transform: translateY(-1px); }
    button:disabled { cursor: not-allowed; opacity: 0.55; transform: none; }

    .btn-primary {
      background: var(--accent-strong);
      color: #fff;
      padding: 14px 20px;
      border-radius: 14px;
      box-shadow: 0 12px 30px rgba(77, 106, 83, 0.18);
      font-weight: 700;
    }

    .btn-secondary {
      background: #fff;
      color: var(--accent-strong);
      padding: 14px 20px;
      border-radius: 14px;
      border: 1px solid var(--line);
      font-weight: 700;
    }

    .screen { display: none; }
    .screen.active { display: block; }

    .result-wrap {
      margin-top: 22px;
      padding: 22px;
      padding-bottom: clamp(128px, 18vw, 168px);
    }

    #test {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      min-height: 100svh;
      padding: clamp(18px, 3.4vw, 34px) 0 clamp(26px, 4vw, 56px);
      background:
        radial-gradient(900px 460px at 100% -14%, rgba(137, 173, 145, 0.2), transparent 68%),
        radial-gradient(720px 340px at 0% 100%, rgba(162, 192, 168, 0.18), transparent 66%),
        linear-gradient(180deg, #f3f8f4 0%, #eef5f0 100%);
      color: #1f3126;
    }

    #test .test-wrap {
      width: min(980px, calc(100% - 28px));
      margin: 0 auto;
      padding: clamp(18px, 2.8vw, 28px);
      border: 1px solid #d8e6da;
      border-radius: 28px;
      box-shadow: 0 22px 56px rgba(36, 60, 45, 0.12);
      background: linear-gradient(180deg, #fdfffd, #f7fbf8);
      animation: testSurfaceIn .44s ease both;
    }

    #test .test-header {
      margin-bottom: 14px;
    }

    #test .test-kicker {
      margin: 0;
      font-size: 11px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #5a7361;
      font-weight: 700;
    }

    #test .test-title {
      margin: 8px 0 0;
      font-size: clamp(24px, 3vw, 36px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: #1f3126;
      text-wrap: balance;
    }

    #test .test-sub {
      margin: 10px 0 0;
      color: #5f7466;
      font-size: 14px;
      line-height: 1.7;
    }

    #test .topbar {
      position: sticky;
      top: 12px;
      z-index: 8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 18px;
      padding: 12px 14px;
      border-radius: 16px;
      border: 1px solid #d7e4d9;
      background: rgba(249, 253, 250, 0.92);
      backdrop-filter: blur(9px);
    }

    #test .progress {
      flex: 1;
      min-width: 240px;
      height: 12px;
      background: #e6efe8;
      border-radius: 999px;
      overflow: hidden;
      position: relative;
    }

    #test .progress > span {
      display: block;
      width: 0;
      height: 100%;
      background: linear-gradient(90deg, #8fb198, #486750);
      border-radius: inherit;
      transition: width .26s ease;
    }

    #test .progress-text {
      color: #375240;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
      border: 1px solid #d7e4d9;
      border-radius: 999px;
      padding: 6px 10px;
      background: #f8fcf9;
    }

    #test .question-list {
      display: grid;
      gap: 14px;
    }

    #test .question {
      border: 1px solid #d9e5db;
      border-radius: 18px;
      padding: 18px;
      background: #fff;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    #test .question:hover {
      border-color: #c1d5c5;
      box-shadow: 0 12px 26px rgba(56, 82, 63, 0.08);
      transform: translateY(-1px);
    }

    #test .question-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
      color: #64786a;
      font-size: 12px;
    }

    #test .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 6px 10px;
      background: #eef5ef;
      border: 1px solid #d8e6da;
      font-weight: 700;
    }

    #test .question-title {
      font-size: 16px;
      line-height: 1.72;
      color: #1d2b21;
      white-space: pre-wrap;
    }

    #test .options {
      display: grid;
      gap: 8px;
      margin-top: 14px;
    }

    #test .option {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 12px;
      border-radius: 13px;
      border: 1px solid #d9e6db;
      background: #fbfdfb;
      transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
      color: #1f3126;
    }

    #test .option:hover {
      border-color: #b9d0be;
      background: #f2f8f3;
    }

    #test .option:has(input:focus-visible) {
      outline: 2px solid rgba(103, 143, 113, 0.45);
      outline-offset: 1px;
    }

    #test .option:has(input:checked) {
      border-color: #7ea88a;
      background: #ebf5ee;
      box-shadow: 0 8px 18px rgba(66, 97, 76, 0.12);
    }

    #test .option input {
      margin-top: 3px;
      accent-color: var(--accent-strong);
      transform: scale(1.1);
      flex-shrink: 0;
    }

    #test .option-code {
      width: 24px;
      min-width: 24px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      border: 1px solid #d6e3d8;
      background: #edf5ef;
      font-weight: 800;
      font-size: 12px;
      color: #46624d;
      line-height: 1;
    }

    #test .option > div:last-child {
      color: #203126;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    #test .option:has(input:checked) .option-code {
      border-color: #4d6a53;
      background: #4d6a53;
      color: #fff;
    }

    #test .actions-bottom {
      position: sticky;
      bottom: 10px;
      z-index: 9;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 18px;
      padding: 12px;
      border-radius: 16px;
      border: 1px solid #d7e4d9;
      background: rgba(247, 252, 249, 0.95);
      backdrop-filter: blur(8px);
    }

    #test .hint {
      color: #52675b;
      font-size: 13px;
      line-height: 1.7;
      flex: 1;
      min-width: 220px;
    }

    #test .test-action-buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .result-hero {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items: stretch;
    }

    .type-box,
    .score-box,
    .dim-box,
    .top3-box,
    .about-box {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px;
      background: linear-gradient(180deg, #ffffff, #fbfdfb);
    }

    .type-kicker {
      font-size: 12px;
      color: var(--accent-strong);
      margin-bottom: 8px;
      letter-spacing: .05em;
    }

    .type-name {
      font-size: clamp(30px, 5vw, 48px);
      line-height: 1.08;
      letter-spacing: -0.03em;
    }

    .type-subname {
      margin-top: 8px;
      color: var(--muted);
      font-size: 15px;
    }

    .match {
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 10px 14px;
      background: var(--soft);
      border: 1px solid var(--line);
      color: var(--accent-strong);
      font-weight: 700;
    }

    .type-desc {
      margin-top: 18px;
      line-height: 1.85;
      font-size: 15px;
      color: #304034;
    }

    .score-box h3,
    .dim-box h3,
    .top3-box h3,
    .about-box h3 {
      font-size: 16px;
      margin-bottom: 12px;
    }

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

    .score-item {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 12px;
      background: #fff;
    }

    .score-item .k {
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .score-item .v {
      font-size: 20px;
      font-weight: 800;
      color: var(--accent-strong);
    }

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

    .dim-pill {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 12px;
      background: #fff;
    }

    .dim-pill .label {
      color: var(--muted);
      font-size: 12px;
      margin-bottom: 6px;
    }

    .dim-pill .value {
      font-size: 20px;
      font-weight: 800;
      color: var(--accent-strong);
    }

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

    .top3-item {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 12px;
      background: #fff;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
    }

    .top3-item strong {
      display: block;
      margin-bottom: 4px;
    }

    .top3-item span {
      color: var(--muted);
      font-size: 13px;
    }

    .top3-score {
      color: var(--accent-strong);
      font-weight: 800;
      white-space: nowrap;
    }

    .about-box p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-note {
      margin-top: 16px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.7;
    }

    
    .result-layout {
      display: grid;
      gap: 18px;
    }
    .result-top {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(12px, 2vw, 22px);
      align-items: stretch;
    }
    .poster-box, .type-box, .analysis-box, .dim-box, .note-box {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px;
      background: linear-gradient(180deg, #ffffff, #fbfdfb);
    }
    .poster-box {
      display: grid;
      grid-template-rows: minmax(0, 1fr) auto;
      min-height: 320px;
      overflow: hidden;
      position: relative;
      background:
        radial-gradient(circle at top right, rgba(127,165,134,0.16), rgba(127,165,134,0) 40%),
        linear-gradient(180deg, #ffffff, #f7fbf8);
    }
    .poster-box::after {
      content: "";
      position: absolute;
      right: -46px;
      bottom: -46px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: linear-gradient(180deg, rgba(127,165,134,0.12), rgba(127,165,134,0.01));
      pointer-events: none;
    }
    .poster-image {
      width: 100%;
      height: 100%;
      min-height: 220px;
      max-height: 460px;
      object-fit: contain;
      object-position: center center;
      border-radius: 18px;
      background: rgba(255,255,255,0.75);
      position: relative;
      z-index: 1;
      align-self: center;
    }
    .poster-box.no-image .poster-image {
      display: none;
    }
    .poster-caption {
      margin-top: 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .type-kicker {
      font-size: 12px;
      color: var(--accent-strong);
      margin-bottom: 8px;
      letter-spacing: .06em;
    }
    .type-name {
      font-size: clamp(30px, 5vw, 48px);
      line-height: 1.08;
      letter-spacing: -0.03em;
    }
    .type-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .type-subname {
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }
    .match {
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 10px 14px;
      background: var(--soft);
      border: 1px solid var(--line);
      color: var(--accent-strong);
      font-weight: 700;
      font-size: 14px;
      line-height: 1.4;
    }
    .analysis-box h3, .dim-box h3, .note-box h3 {
      font-size: 16px;
      margin-bottom: 12px;
    }
    #result .result-actions {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
      display: flex;
      justify-content: center;
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      width: min(980px, calc(100% - 24px));
      bottom: calc(12px + env(safe-area-inset-bottom));
      z-index: 42;
      pointer-events: none;
    }
    .analysis-box p {
      margin: 0;
      color: #304034;
      font-size: 15px;
      line-height: 1.9;
      white-space: pre-wrap;
    }
    .dim-list {
      display: grid;
      gap: 12px;
    }
    .dim-item {
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 14px;
      background: #fff;
    }
    .dim-item-top {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 10px;
      margin-bottom: 8px;
      flex-wrap: wrap;
    }
    .dim-item-name {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
    }
    .dim-item-score {
      color: var(--accent-strong);
      font-weight: 800;
      font-size: 14px;
      white-space: nowrap;
    }
    .dim-item p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.8;
    }
    .note-box p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.8;
    }

    #result .result-action-buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      padding: 6px;
      border-radius: 18px;
      border: 1px solid #d6e3d8;
      background: linear-gradient(180deg, #ffffff, #f3f8f4);
      box-shadow: 0 10px 28px rgba(35, 56, 42, 0.08);
      pointer-events: auto;
      backdrop-filter: blur(8px);
    }

    #result .result-action-buttons button {
      min-height: 50px;
      padding: 13px 22px;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: 0.01em;
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
    }

    #result #restartBtn {
      border: 1px solid #cbdacc;
      background: #fff;
      color: #46624d;
      box-shadow: none;
    }

    #result #restartBtn:hover {
      background: #f3f9f4;
      border-color: #afc5b3;
      transform: translateY(-1px);
    }

    #result #toTopBtn {
      border: 1px solid #4f6d56;
      background: linear-gradient(180deg, #5f8067, #44614b);
      color: #fff;
      box-shadow: 0 10px 24px rgba(38, 59, 45, 0.24);
    }

    #result #toTopBtn:hover {
      background: linear-gradient(180deg, #6b8e74, #4a6851);
      box-shadow: 0 14px 28px rgba(33, 52, 40, 0.28);
      transform: translateY(-1px);
    }

    .poster-modal {
      position: fixed;
      inset: 0;
      z-index: 60;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(11, 18, 13, 0.72);
      padding: 20px;
      backdrop-filter: blur(6px);
    }

    .poster-modal.active {
      display: flex;
    }

    .poster-modal-card {
      width: min(460px, 100%);
      max-height: calc(100svh - 40px);
      overflow: auto;
      border-radius: 22px;
      border: 1px solid #d5e2d7;
      background: #f8fcf9;
      box-shadow: 0 24px 60px rgba(15, 26, 18, 0.35);
      padding: 14px 14px 16px;
    }

    .poster-modal-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }

    .poster-modal-head h3 {
      margin: 0;
      font-size: 17px;
      color: #243629;
    }

    .poster-modal-head p {
      margin: 6px 0 0;
      color: #5b7062;
      font-size: 13px;
      line-height: 1.65;
    }

    .poster-modal-close {
      border: 1px solid #d7e4d9;
      background: #fff;
      color: #48614f;
      border-radius: 999px;
      width: 34px;
      min-width: 34px;
      height: 34px;
      font-size: 18px;
      line-height: 1;
      padding: 0;
      box-shadow: none;
    }

    .poster-preview {
      width: 100%;
      aspect-ratio: 6 / 9;
      object-fit: contain;
      border-radius: 16px;
      border: 1px solid #d5e2d7;
      background: #fff;
      display: block;
    }

    .poster-modal-tip {
      margin-top: 10px;
      color: #5a6f61;
      font-size: 13px;
      line-height: 1.7;
    }

    .poster-modal-actions {
      margin-top: 12px;
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap;
    }

    .share-download {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    #intro .intro-share[aria-busy="true"] {
      opacity: 0.7;
      pointer-events: none;
    }
    @media (max-width: 860px) {
      .result-top {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 10px;
      }
      .poster-box,
      .type-box {
        padding: 14px;
      }
      .poster-image {
        min-height: 170px;
      }
      .type-name {
        font-size: clamp(24px, 4.8vw, 34px);
      }
      .intro-inner { width: calc(100% - 30px); }
      .intro-title { max-width: none; }
      .intro-watermark {
        top: 50%;
        font-size: clamp(110px, 36vw, 260px);
        letter-spacing: 0.18em;
      }
      .intro-title {
        font-size: clamp(44px, 13vw, 90px);
        line-height: 0.9;
      }
      .intro-sub {
        max-width: none;
        font-size: clamp(17px, 4.8vw, 28px);
      }
      #test .test-wrap { width: min(980px, calc(100% - 20px)); }
      #test .actions-bottom { align-items: flex-start; }
    }

@media (max-width: 860px) {
      .hero-grid,
      .result-hero {
        grid-template-columns: 1fr;
      }
      .dim-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 600px) {
      :root {
        --shell-pad-x: 12px;
        --shell-pad-top: 14px;
        --shell-pad-bottom: 42px;
      }
      .shell { padding: var(--shell-pad-top) var(--shell-pad-x) var(--shell-pad-bottom); }
      .hero, .result-wrap { padding: 16px; }
      .result-top {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
        gap: 8px;
      }
      .poster-box,
      .type-box {
        padding: 10px;
      }
      .poster-image {
        min-height: 138px;
        max-height: 240px;
      }
      .poster-caption {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.6;
      }
      .type-kicker {
        margin-bottom: 4px;
        font-size: 11px;
      }
      .type-name {
        font-size: clamp(20px, 6.3vw, 28px);
      }
      .match {
        margin-top: 10px;
        padding: 7px 10px;
        font-size: 12px;
      }
      .type-subname {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.6;
      }
      .hero h1 { font-size: 32px; }
      .question-title { font-size: 15px; }
      #test .test-wrap {
        width: calc(100% - 16px);
        padding: 14px;
        border-radius: 20px;
      }
      #test .test-title { font-size: clamp(23px, 8vw, 32px); }
      #test .test-sub { font-size: 13px; }
      #test .topbar {
        top: 8px;
        padding: 10px;
      }
      #test .progress {
        min-width: 100%;
      }
      #test .progress-text {
        font-size: 12px;
        padding: 5px 9px;
      }
      #test .question {
        padding: 14px;
      }
      #test .option {
        padding: 11px 10px;
      }
      #test .actions-bottom {
        bottom: 6px;
        padding: 10px;
      }
      #test .test-action-buttons {
        width: 100%;
      }
      #test .test-action-buttons button {
        flex: 1;
      }
      .poster-modal {
        padding: 10px;
      }
      .poster-modal-card {
        width: 100%;
        max-height: calc(100svh - 20px);
        border-radius: 18px;
      }
      #result .result-actions {
        justify-content: stretch;
        width: calc(100% - 16px);
        bottom: calc(8px + env(safe-area-inset-bottom));
      }
      #result .result-action-buttons {
        width: 100%;
        padding: 4px;
        border-radius: 14px;
      }
      #result .result-action-buttons button {
        flex: 1;
        min-width: 0;
      }
      .poster-modal-actions > * {
        flex: 1;
      }
      .intro-inner { width: calc(100% - 20px); }
      .intro-watermark {
        top: 58%;
        font-size: clamp(88px, 44vw, 176px);
        letter-spacing: 0.14em;
      }
      .intro-official {
        margin-top: 12px;
        padding: 7px 12px;
        font-size: 12px;
        letter-spacing: 0.02em;
      }
      .intro-focus-tag {
        margin-top: 12px;
        padding: 6px 10px;
        font-size: 11px;
        letter-spacing: 0.05em;
      }
      .intro-title {
        font-size: clamp(38px, 15vw, 72px);
        line-height: 0.92;
      }
      .intro-sub {
        font-size: clamp(16px, 5.2vw, 24px);
        max-width: none;
      }
      .intro-actions { width: 100%; flex-wrap: wrap !important; }
      .intro-cta,
      .intro-share,
      .intro-copy { width: 100%; }
      .dim-grid,
      .score-grid { grid-template-columns: 1fr; }
    }

    @media (prefers-reduced-motion: reduce) {
      #intro::after,
      #intro .intro-brand,
      #intro .intro-official,
      #intro .intro-focus-tag,
      #intro .intro-title,
      #intro .intro-sub,
      #intro .intro-actions,
      #intro .intro-watermark {
        animation: none !important;
      }
      #test .test-wrap {
        animation: none !important;
      }
      #test .question,
      #test .option,
      #test .topbar,
      #test .actions-bottom {
        transition: none !important;
      }
      #intro .intro-cta,
      #intro .intro-share {
        transition: none !important;
      }
    }

    :root {
      --bg: #eef6ef;
      --panel: rgba(255, 255, 255, 0.92);
      --text: #1a2c22;
      --muted: #5f7367;
      --line: rgba(86, 115, 94, 0.16);
      --soft: #e6f0e8;
      --accent: #7d9d83;
      --accent-strong: #355944;
      --shadow: 0 18px 46px rgba(28, 44, 33, 0.08);
    }

    body {
      background:
        radial-gradient(circle at top left, rgba(174, 207, 180, 0.18) 0, rgba(174, 207, 180, 0) 36%),
        radial-gradient(circle at top right, rgba(95, 128, 102, 0.32) 0, rgba(95, 128, 102, 0) 40%),
        linear-gradient(180deg, #0d1511 0%, #132018 48%, #17261e 100%);
    }

    html {
      background:
        radial-gradient(circle at top left, rgba(174, 207, 180, 0.18) 0, rgba(174, 207, 180, 0) 36%),
        radial-gradient(circle at top right, rgba(95, 128, 102, 0.32) 0, rgba(95, 128, 102, 0) 40%),
        linear-gradient(180deg, #0d1511 0%, #132018 48%, #17261e 100%);
    }

    .shell {
      max-width: 1120px;
    }

    button {
      touch-action: manipulation;
    }

    .btn-primary,
    .btn-secondary {
      min-height: 52px;
      border-radius: 16px;
      padding: 14px 18px;
      box-shadow: none;
      transition:
        transform .16s ease,
        box-shadow .16s ease,
        background .16s ease,
        border-color .16s ease,
        color .16s ease,
        opacity .16s ease;
    }

    .btn-primary {
      background: linear-gradient(180deg, #6e8f75, #4e6f57);
      box-shadow: 0 14px 28px rgba(60, 92, 68, 0.18);
    }

    .btn-primary:hover {
      background: linear-gradient(180deg, #7b9b82, #55795c);
      box-shadow: 0 16px 30px rgba(60, 92, 68, 0.22);
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.86);
      border: 1px solid rgba(96, 124, 104, 0.18);
      color: var(--accent-strong);
      backdrop-filter: blur(10px);
    }

    .btn-secondary:hover {
      background: rgba(248, 251, 248, 0.98);
      border-color: rgba(96, 124, 104, 0.28);
    }

    #intro {
      background:
        radial-gradient(1200px 600px at 8% 0%, rgba(163, 196, 170, 0.24), transparent 56%),
        radial-gradient(900px 520px at 96% 2%, rgba(68, 96, 76, 0.38), transparent 58%),
        linear-gradient(135deg, #0d1511 0%, #18251d 54%, #233529 100%);
      min-height: calc(100dvh + 96px);
    }

    #intro::before {
      opacity: 0.14;
      background-size: 80px 80px;
    }

    #intro::after {
      right: -120px;
      top: -150px;
      width: 560px;
      height: 560px;
      opacity: 0.9;
      background: radial-gradient(circle at 36% 32%, rgba(213, 232, 217, 0.24), rgba(213, 232, 217, 0.06) 54%, rgba(213, 232, 217, 0) 76%);
    }

    .intro-hero {
      padding: clamp(22px, 4vw, 34px) 0;
      align-items: stretch;
    }

    .intro-inner {
      width: min(1160px, calc(100% - 24px));
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
      gap: 18px;
      align-items: stretch;
    }

    .intro-copy,
    .intro-panel {
      border-radius: 28px;
      border: 1px solid rgba(229, 238, 231, 0.12);
      box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(16px);
    }

    .intro-copy {
      padding: clamp(22px, 3vw, 30px);
      background:
        linear-gradient(180deg, rgba(15, 23, 18, 0.82), rgba(13, 20, 16, 0.72));
      display: grid;
      align-content: start;
      gap: 12px;
    }

    .intro-panel {
      padding: clamp(18px, 2.7vw, 26px);
      background:
        radial-gradient(circle at top right, rgba(196, 223, 199, 0.10), transparent 36%),
        linear-gradient(180deg, rgba(24, 35, 28, 0.88), rgba(15, 23, 18, 0.84));
      display: grid;
      gap: 12px;
      align-content: start;
    }

    #intro .intro-brand {
      color: rgba(238, 245, 239, 0.74);
      letter-spacing: 0.22em;
    }

    #intro .intro-official {
      margin-top: 6px;
      width: fit-content;
      border-color: rgba(224, 204, 143, 0.58);
      background:
        linear-gradient(140deg, rgba(27, 24, 16, 0.98), rgba(14, 12, 9, 0.98));
      box-shadow:
        inset 0 1px 0 rgba(255, 240, 198, 0.10),
        0 12px 32px rgba(0, 0, 0, 0.24);
    }

    #intro .intro-focus-tag {
      width: fit-content;
      margin-top: 2px;
      border: 1px solid rgba(198, 223, 201, 0.14);
      background: rgba(198, 223, 201, 0.08);
      color: #d9ecdd;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    #intro .intro-title {
      max-width: 8.4ch;
      font-size: clamp(42px, 5.9vw, 78px);
      line-height: 0.96;
      letter-spacing: -0.05em;
      text-wrap: balance;
    }

    #intro .intro-title-key {
      display: inline-flex;
      align-items: center;
      padding: 0.02em 0.16em 0.08em;
      border-radius: 0.26em;
      background: rgba(205, 227, 209, 0.12);
      box-shadow: inset 0 -0.12em 0 rgba(205, 227, 209, 0.20);
    }

    #intro .intro-sub {
      max-width: 34ch;
      font-size: clamp(16px, 1.9vw, 18px);
      line-height: 1.75;
      color: rgba(238, 245, 239, 0.78);
    }

    #intro .intro-rhythm {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 6px;
    }

    #intro .intro-rhythm-item,
    #intro .intro-panel-card,
    #intro .intro-panel-stat,
    #intro .intro-panel-list > div {
      border: 1px solid rgba(224, 236, 227, 0.12);
      background: rgba(255, 255, 255, 0.05);
    }

    #intro .intro-rhythm-item {
      border-radius: 18px;
      padding: 12px 14px;
      display: grid;
      gap: 6px;
    }

    #intro .intro-rhythm-item strong {
      font-size: 18px;
      line-height: 1;
      color: #f4fbf5;
    }

    #intro .intro-rhythm-item span {
      font-size: 12px;
      color: rgba(236, 245, 239, 0.72);
    }

    #intro .intro-actions {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 12px;
    }

    #intro .intro-actions button {
      width: 100%;
      min-width: 0;
      min-height: 54px;
    }

    #intro .intro-panel-card {
      border-radius: 22px;
      padding: 18px;
    }

    #intro .intro-panel-card--lead {
      background:
        radial-gradient(circle at top right, rgba(203, 225, 207, 0.14), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    }

    #intro .intro-panel-kicker {
      margin: 0;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(219, 236, 222, 0.72);
    }

    #intro .intro-panel-card--lead h2 {
      margin: 12px 0 0;
      font-size: clamp(22px, 3vw, 30px);
      line-height: 1.12;
      letter-spacing: -0.03em;
      color: #f4fbf5;
    }

    #intro .intro-panel-card--lead p {
      margin: 10px 0 0;
      font-size: 14px;
      line-height: 1.75;
      color: rgba(236, 245, 239, 0.76);
    }

    #intro .intro-panel-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    #intro .intro-panel-stat {
      border-radius: 18px;
      padding: 14px 12px;
      display: grid;
      gap: 4px;
      min-height: 92px;
    }

    #intro .intro-panel-stat strong {
      color: #f5fbf7;
      font-size: 16px;
      line-height: 1.1;
    }

    #intro .intro-panel-stat span {
      color: rgba(236, 245, 239, 0.72);
      font-size: 12px;
      line-height: 1.45;
    }

    #intro .intro-panel-list {
      display: grid;
      gap: 10px;
    }

    #intro .intro-panel-list > div {
      border-radius: 16px;
      padding: 12px 14px;
      color: rgba(236, 245, 239, 0.84);
      font-size: 13px;
      line-height: 1.65;
    }

    #intro .intro-panel-list > div::before {
      content: "•";
      margin-right: 8px;
      color: #c6e0c9;
    }

    .intro-watermark {
      opacity: 0.09;
      filter: blur(0.2px);
    }

    .intro-official,
    .intro-focus-tag {
      font-size: 12px;
    }

    #test {
      background:
        radial-gradient(900px 500px at 100% -14%, rgba(137, 173, 145, 0.20), transparent 68%),
        radial-gradient(720px 340px at 0% 100%, rgba(162, 192, 168, 0.16), transparent 66%),
        linear-gradient(180deg, #f4f8f4 0%, #eef5f0 100%);
    }

    #test .test-wrap {
      border-radius: 30px;
      border-color: rgba(103, 140, 112, 0.14);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 248, 0.98));
      box-shadow: 0 26px 60px rgba(31, 51, 37, 0.10);
    }

    #test .topbar {
      background: rgba(250, 252, 251, 0.90);
      border-color: rgba(103, 140, 112, 0.14);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    }

    #test .question {
      border-radius: 24px;
      border-color: rgba(103, 140, 112, 0.16);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 249, 0.98));
      box-shadow: 0 14px 30px rgba(35, 57, 41, 0.06);
    }

    #test .question-title {
      font-size: 16px;
      line-height: 1.78;
    }

    #test .option {
      border-radius: 16px;
      padding: 13px 12px;
      border-color: rgba(103, 140, 112, 0.14);
      background: linear-gradient(180deg, rgba(251, 253, 251, 0.98), rgba(246, 250, 247, 0.96));
    }

    #test .option:has(input:checked) {
      border-color: rgba(77, 106, 83, 0.40);
      background: linear-gradient(180deg, rgba(236, 245, 238, 0.98), rgba(225, 237, 228, 0.96));
      box-shadow: 0 10px 24px rgba(52, 84, 61, 0.10);
    }

    #test .actions-bottom {
      border-radius: 20px;
      background: rgba(248, 251, 249, 0.94);
      border-color: rgba(103, 140, 112, 0.14);
      box-shadow: 0 12px 28px rgba(35, 57, 41, 0.06);
      backdrop-filter: blur(12px);
    }

    #test .test-action-buttons button,
    #result .result-action-buttons button {
      min-height: 52px;
    }

    .result-wrap {
      border-radius: 30px;
      border-color: rgba(103, 140, 112, 0.14);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 251, 248, 0.98));
      box-shadow: 0 26px 60px rgba(31, 51, 37, 0.10);
    }

    .result-layout {
      gap: 18px;
    }

    .result-top {
      gap: 18px;
    }

    .poster-box,
    .type-box,
    .analysis-box,
    .dim-box,
    .note-box {
      border-radius: 22px;
      border-color: rgba(103, 140, 112, 0.14);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 250, 0.96));
    }

    .poster-box::after {
      background: radial-gradient(circle at top left, rgba(107, 143, 112, 0.16), transparent 55%);
    }

    #result .result-actions {
      bottom: calc(10px + env(safe-area-inset-bottom));
    }

    #result .result-action-buttons {
      border-radius: 18px;
      background: rgba(251, 253, 251, 0.94);
      border-color: rgba(103, 140, 112, 0.14);
      box-shadow: 0 16px 34px rgba(35, 57, 41, 0.08);
    }

    .poster-modal-card {
      border-radius: 26px;
      background: linear-gradient(180deg, #fcfefc, #f4f8f5);
      border-color: rgba(103, 140, 112, 0.16);
      box-shadow: 0 28px 70px rgba(15, 26, 18, 0.32);
    }

    .poster-modal-tip {
      color: var(--muted);
    }

    @media (max-width: 900px) {
      .intro-inner,
      .result-top,
      .hero-grid,
      .result-hero {
        grid-template-columns: 1fr;
      }

      .intro-copy,
      .intro-panel {
        padding: 18px;
      }

      #intro .intro-actions {
        grid-template-columns: 1fr;
      }

      #intro .intro-panel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      #test .topbar {
        flex-direction: column;
        align-items: stretch;
      }

      #test .progress-text {
        align-self: flex-end;
      }
    }

    @media (max-width: 600px) {
      .shell {
        max-width: none;
      }

      .intro-hero {
        padding: 14px 0;
      }

      .intro-inner {
        width: calc(100% - 16px);
        gap: 12px;
      }

      .intro-copy,
      .intro-panel {
        border-radius: 24px;
        padding: 16px;
      }

      #intro .intro-brand {
        font-size: 11px;
        letter-spacing: 0.18em;
      }

      #intro .intro-title {
        max-width: none;
        font-size: clamp(34px, 11vw, 52px);
      }

      #intro .intro-sub {
        font-size: 15px;
        max-width: none;
      }

      #intro .intro-rhythm {
        gap: 8px;
      }

      #intro .intro-rhythm-item {
        padding: 10px 11px;
        border-radius: 16px;
      }

      #intro .intro-rhythm-item strong {
        font-size: 15px;
      }

      #intro .intro-rhythm-item span {
        font-size: 11px;
      }

      #intro .intro-actions button {
        min-height: 50px;
      }

      #intro .intro-panel-card {
        padding: 16px;
      }

      #intro .intro-panel-card--lead h2 {
        font-size: 20px;
      }

      #intro .intro-panel-grid {
        gap: 8px;
      }

      #intro .intro-panel-stat {
        min-height: 82px;
        padding: 12px 10px;
      }

      #intro .intro-panel-list > div {
        padding: 11px 12px;
        font-size: 12px;
      }

      #test .test-wrap {
        width: calc(100% - 14px);
        padding: 16px;
        border-radius: 24px;
      }

      #test .topbar {
        top: 8px;
        gap: 10px;
      }

      #test .progress {
        height: 10px;
      }

      #test .question {
        padding: 14px;
        border-radius: 20px;
      }

      #test .question-meta {
        align-items: flex-start;
        flex-direction: column;
      }

      #test .question-title {
        font-size: 15px;
        line-height: 1.72;
      }

      #test .option {
        padding: 11px 10px;
        border-radius: 14px;
      }

      #test .actions-bottom {
        bottom: 8px;
        padding: 10px;
      }

      #test .hint {
        min-width: 0;
        font-size: 12px;
      }

      #test .test-action-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      #test .test-action-buttons button {
        width: 100%;
      }

      .result-wrap {
        width: calc(100% - 14px);
        margin-top: 16px;
        padding: 16px;
        border-radius: 24px;
      }

      .result-top {
        gap: 12px;
      }

      .poster-box,
      .type-box,
      .analysis-box,
      .dim-box,
      .note-box {
        border-radius: 18px;
        padding: 14px;
      }

      .type-name {
        font-size: clamp(22px, 7vw, 30px);
      }

      .match {
        margin-top: 12px;
        padding: 8px 11px;
      }

      .poster-image {
        min-height: 150px;
      }

      .poster-caption {
        margin-top: 8px;
        font-size: 12px;
      }

      .analysis-box p,
      .dim-item p,
      .note-box p {
        font-size: 12px;
        line-height: 1.75;
      }

      #result .result-actions {
        width: calc(100% - 14px);
      }

      #result .result-action-buttons {
        width: 100%;
        padding: 4px;
      }

      #result .result-action-buttons button {
        flex: 1;
        min-width: 0;
      }

      .poster-modal {
        padding: 10px;
      }

      .poster-modal-card {
        border-radius: 20px;
      }
    }

    html,
    body {
      background:
        radial-gradient(circle at 20% 10%, rgba(50, 94, 145, 0.18) 0, rgba(50, 94, 145, 0) 30%),
        radial-gradient(circle at 80% 0%, rgba(61, 140, 255, 0.16) 0, rgba(61, 140, 255, 0) 34%),
        linear-gradient(180deg, #05070b 0%, #070b12 45%, #040608 100%);
      color: #e7eef7;
    }

    #intro {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: calc(-1 * var(--shell-pad-top));
      margin-bottom: calc(-1 * var(--shell-pad-bottom));
      min-height: calc(100dvh + var(--shell-pad-top) + var(--shell-pad-bottom));
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(1200px 600px at 15% 0%, rgba(55, 104, 175, 0.26), transparent 54%),
        radial-gradient(1000px 620px at 88% 4%, rgba(36, 84, 156, 0.20), transparent 56%),
        linear-gradient(180deg, #05070b 0%, #070d14 48%, #040608 100%);
      color: #eef5ff;
    }

    #intro::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 181, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 15% 18%, rgba(122, 189, 255, 0.22) 0, rgba(122, 189, 255, 0) 18%),
        radial-gradient(circle at 78% 28%, rgba(117, 175, 255, 0.18) 0, rgba(117, 175, 255, 0) 16%),
        radial-gradient(circle at 22% 72%, rgba(68, 135, 255, 0.14) 0, rgba(68, 135, 255, 0) 18%),
        radial-gradient(circle at 82% 78%, rgba(87, 149, 255, 0.12) 0, rgba(87, 149, 255, 0) 20%);
      background-size:
        112px 112px,
        112px 112px,
        340px 260px,
        320px 260px,
        300px 240px,
        320px 240px;
      opacity: 0.42;
      pointer-events: none;
      mix-blend-mode: screen;
    }

    #intro::after {
      content: "";
      position: absolute;
      inset: auto -160px -180px auto;
      width: 560px;
      height: 560px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(63, 128, 255, 0.22) 0, rgba(63, 128, 255, 0.06) 38%, rgba(63, 128, 255, 0) 70%);
      filter: blur(2px);
      pointer-events: none;
      animation: sbtiOrbFloat 12s ease-in-out infinite;
    }

    #intro .shell {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }

    #intro .sbti-home {
      position: relative;
      z-index: 1;
      width: min(1440px, calc(100% - 24px));
      min-height: calc(100dvh - 24px);
      margin: 12px auto;
      padding: clamp(14px, 2.2vw, 20px);
      border-radius: 32px;
      border: 1px solid rgba(130, 183, 255, 0.16);
      background:
        radial-gradient(circle at 16% 12%, rgba(96, 156, 255, 0.12), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(72, 118, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(7, 10, 15, 0.98), rgba(5, 8, 12, 0.96));
      box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.62),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      display: grid;
      grid-template-rows: auto 1fr auto;
      gap: clamp(18px, 2.8vw, 28px);
      overflow: hidden;
      isolation: isolate;
    }

    #intro .sbti-home__mesh {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.7;
      background:
        radial-gradient(circle at 14% 16%, rgba(102, 174, 255, 0.5) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 78% 18%, rgba(102, 174, 255, 0.36) 0 1.2px, transparent 2.6px),
        radial-gradient(circle at 20% 78%, rgba(102, 174, 255, 0.28) 0 1.2px, transparent 2.4px),
        radial-gradient(circle at 84% 72%, rgba(102, 174, 255, 0.24) 0 1.2px, transparent 2.2px),
        linear-gradient(90deg, rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(rgba(88, 146, 223, 0.09) 1px, transparent 1px),
        linear-gradient(135deg, transparent 34%, rgba(88, 146, 223, 0.14) 35%, transparent 36%),
        linear-gradient(315deg, transparent 58%, rgba(88, 146, 223, 0.1) 59%, transparent 60%);
      background-size:
        260px 220px,
        300px 240px,
        280px 220px,
        260px 220px,
        92px 92px,
        92px 92px,
        260px 260px,
        220px 220px;
      mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 40%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0) 100%);
      animation: sbtiMeshDrift 18s ease-in-out infinite;
    }

    #intro .sbti-home__nav {
      display: grid;
      grid-template-columns: minmax(0, auto) 1fr auto;
      align-items: center;
      gap: 14px;
      padding: 2px 4px 0;
      position: relative;
      z-index: 1;
    }

    #intro .sbti-home__brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    #intro .sbti-home__mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #59abff 0%, #2573db 100%);
      color: #eaf5ff;
      font-weight: 900;
      box-shadow:
        0 18px 34px rgba(44, 111, 215, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
      flex: 0 0 auto;
    }

    #intro .sbti-home__brand-copy {
      min-width: 0;
      display: grid;
      gap: 4px;
    }

    #intro .sbti-home__eyebrow {
      margin: 0;
      color: rgba(219, 233, 255, 0.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    #intro .sbti-home__subeyebrow {
      margin: 0;
      color: rgba(229, 238, 249, 0.92);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    #intro .sbti-home__links {
      display: flex;
      justify-content: center;
      gap: clamp(12px, 2vw, 26px);
      flex-wrap: wrap;
      color: rgba(226, 235, 246, 0.56);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__links span {
      position: relative;
    }

    #intro .sbti-home__links span::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      width: 100%;
      height: 1px;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      background: linear-gradient(90deg, transparent, rgba(123, 186, 255, 0.92), transparent);
      transition: transform 180ms ease;
    }

    #intro .sbti-home__links span:hover::after {
      transform: translateX(-50%) scaleX(1);
    }

    #intro .sbti-home__chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(128, 175, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 241, 250, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      white-space: nowrap;
    }

    #intro .sbti-home__hero {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 18px;
      padding: clamp(18px, 4vw, 56px) 0 clamp(10px, 2vw, 24px);
      text-align: center;
    }

    #intro .sbti-home__status {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 36px;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1px solid rgba(127, 171, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(233, 242, 251, 0.82);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.03em;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(12px);
    }

    #intro .sbti-home__status span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(180deg, #7aff9b 0%, #3ddc7b 100%);
      box-shadow: 0 0 0 4px rgba(61, 220, 123, 0.15);
      flex: 0 0 auto;
    }

    #intro .sbti-home__title {
      margin: 0;
      max-width: 11ch;
      font-size: clamp(54px, 9vw, 118px);
      line-height: 0.9;
      letter-spacing: -0.07em;
      text-wrap: balance;
      color: #f7fbff;
      text-shadow: 0 0 24px rgba(87, 149, 255, 0.08);
    }

    #intro .sbti-home__title span {
      display: block;
    }

    #intro .sbti-home__title em {
      font-style: normal;
      background: linear-gradient(90deg, #6dc0ff 0%, #54f0ff 45%, #79b3ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 0 28px rgba(87, 184, 255, 0.22);
    }

    #intro .sbti-home__desc {
      margin: 0;
      max-width: 44rem;
      color: rgba(225, 233, 244, 0.74);
      font-size: clamp(16px, 1.65vw, 19px);
      line-height: 1.72;
      text-wrap: balance;
    }

    #intro .sbti-home__actions {
      width: min(720px, 100%);
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 6px;
    }

    #intro .sbti-home__cta,
    #intro .sbti-home__ghost {
      width: 100%;
      min-width: 0;
      min-height: 56px;
      padding: 16px 18px;
      border-radius: 18px;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    #intro .sbti-home__cta {
      background: linear-gradient(180deg, #f8fbff 0%, #dbe6f4 100%);
      color: #06101a;
      border: 1px solid rgba(255, 255, 255, 0.18);
      box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    }

    #intro .sbti-home__cta:hover {
      background: linear-gradient(180deg, #ffffff 0%, #e7eef7 100%);
      transform: translateY(-2px);
      box-shadow:
        0 22px 46px rgba(0, 0, 0, 0.46),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);
    }

    #intro .sbti-home__ghost {
      border: 1px solid rgba(137, 177, 255, 0.16);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(235, 242, 251, 0.92);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(10px);
    }

    #intro .sbti-home__ghost:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(137, 177, 255, 0.24);
      transform: translateY(-2px);
    }

    #intro .sbti-home__metrics {
      width: min(880px, 100%);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 10px;
    }

    #intro .sbti-home__metric {
      min-height: 132px;
      padding: 18px 18px 16px;
      border-radius: 24px;
      border: 1px solid rgba(129, 172, 255, 0.12);
      background:
        radial-gradient(circle at top right, rgba(106, 159, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
      display: grid;
      align-content: end;
      justify-items: start;
      gap: 8px;
      text-align: left;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 36px rgba(0, 0, 0, 0.22);
    }

    #intro .sbti-home__metric strong {
      font-size: clamp(30px, 4.4vw, 48px);
      line-height: 1;
      letter-spacing: -0.06em;
      font-variant-numeric: tabular-nums;
      color: #f6fbff;
    }

    #intro .sbti-home__metric span {
      font-size: 13px;
      font-weight: 700;
      color: rgba(228, 237, 247, 0.72);
    }

    #intro .sbti-home__metric em {
      margin-top: 2px;
      font-style: normal;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(127, 192, 255, 0.78);
    }

    #intro .sbti-home__metric--wide {
      grid-column: 1 / -1;
      min-height: 112px;
      background:
        radial-gradient(circle at top left, rgba(110, 210, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
    }

    #intro .sbti-home__footer {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(130, 183, 255, 0.12);
      align-self: end;
    }

    #intro .sbti-home__footer-label {
      color: rgba(219, 229, 242, 0.58);
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #intro .sbti-home__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    #intro .sbti-home__chips span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 13px;
      border-radius: 999px;
      border: 1px solid rgba(137, 177, 255, 0.14);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(232, 239, 248, 0.86);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.02em;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    @media (max-width: 900px) {
      #intro .sbti-home {
        width: calc(100% - 14px);
        min-height: calc(100dvh - 14px);
        padding: 12px;
        border-radius: 28px;
        gap: 22px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto 1fr;
        grid-template-areas:
          "brand chip"
          "links links";
      }

      #intro .sbti-home__brand {
        grid-area: brand;
      }

      #intro .sbti-home__links {
        grid-area: links;
        justify-content: flex-start;
      }

      #intro .sbti-home__chip {
        grid-area: chip;
        justify-self: end;
      }

      #intro .sbti-home__hero {
        padding: 8px 0 4px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric--wide {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      #intro .sbti-home {
        width: calc(100% - 10px);
        min-height: calc(100dvh - 10px);
        padding: 10px;
        border-radius: 24px;
      }

      #intro .sbti-home__nav {
        grid-template-columns: auto;
        grid-template-areas:
          "brand"
          "chip"
          "links";
        justify-items: start;
      }

      #intro .sbti-home__chip {
        justify-self: start;
      }

      #intro .sbti-home__links {
        gap: 10px 14px;
        font-size: 12px;
      }

      #intro .sbti-home__title {
        max-width: none;
        font-size: clamp(42px, 15vw, 68px);
      }

      #intro .sbti-home__desc {
        font-size: 15px;
      }

      #intro .sbti-home__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      #intro .sbti-home__cta {
        grid-column: 1 / -1;
      }

      #intro .sbti-home__cta,
      #intro .sbti-home__ghost {
        min-height: 48px;
        padding: 12px 14px;
        font-size: 14px;
      }

      #intro .sbti-home__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #intro .sbti-home__metric {
        min-height: 110px;
        padding: 14px;
        border-radius: 20px;
      }

      #intro .sbti-home__metric strong {
        font-size: clamp(26px, 9vw, 34px);
      }

      #intro .sbti-home__metric--wide {
        min-height: 94px;
      }

      #intro .sbti-home__chips {
        gap: 8px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #intro::after,
      #intro .sbti-home__mesh {
        animation: none !important;
      }
      #intro .sbti-home__cta,
      #intro .sbti-home__ghost,
      #intro .sbti-home__links span::after {
        transition: none !important;
      }
    }

    @keyframes sbtiMeshDrift {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(-1.2%, 0.8%, 0) scale(1.03);
      }
    }

    @keyframes sbtiOrbFloat {
      0%,
      100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(0, -16px, 0) scale(1.04);
      }
    }
    html,
    body {
      min-height: 100%;
      background:
        radial-gradient(circle at top left, rgba(174, 207, 180, 0.18) 0, rgba(174, 207, 180, 0) 36%),
        radial-gradient(circle at top right, rgba(95, 128, 102, 0.32) 0, rgba(95, 128, 102, 0) 40%),
        linear-gradient(180deg, #eef6ef 0%, #f4f8f4 100%);
      color: #1a2c22;
    }

    #intro {
      background-color: #040608;
    }

    #intro .sbti-home__actions {
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    }

    #result {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      min-height: 100svh;
      padding: clamp(18px, 3.4vw, 34px) 0 clamp(30px, 4vw, 56px);
      background:
        radial-gradient(900px 460px at 100% -14%, rgba(137, 173, 145, 0.16), transparent 68%),
        radial-gradient(720px 340px at 0% 100%, rgba(162, 192, 168, 0.14), transparent 66%),
        linear-gradient(180deg, #f3f8f4 0%, #eef5f0 100%);
      color: #1f3126;
    }

    #result .result-wrap {
      width: min(980px, calc(100% - 24px));
      margin: 22px auto 0;
      color: #1f3126;
    }

    #result .result-wrap.card {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 248, 0.99));
    }

    #result .poster-box,
    #result .type-box,
    #result .analysis-box,
    #result .dim-box,
    #result .note-box {
      color: #1f3126;
    }

    #result .type-kicker,
    #result .dim-item-name,
    #result .dim-item-score {
      color: #355944;
    }

    #result .type-name {
      color: #1f3126;
    }

    #result .type-subname,
    #result .poster-caption,
    #result .analysis-box p,
    #result .dim-item p,
    #result .note-box p,
    #result .poster-modal-head p,
    #result .poster-modal-tip {
      color: #304034;
    }

    #result .match {
      background: rgba(220, 233, 223, 0.95);
      border-color: rgba(77, 106, 83, 0.20);
      color: #355944;
    }

    #result .result-action-buttons {
      background: rgba(251, 253, 251, 0.96);
      border-color: rgba(103, 140, 112, 0.14);
    }

    @media (max-width: 640px) {
      #intro .sbti-home__actions {
        grid-template-columns: 1fr;
      }

      #intro .sbti-home__cta {
        grid-column: auto;
      }

      #result {
        padding: 14px 0 42px;
      }

      #result .result-wrap {
        width: calc(100% - 16px);
        margin-top: 14px;
      }
    }
