@import url('https://api.fontshare.com/v2/css?f[]=satoshi@500,700,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  color: #140a0d;
  background: #fdabfe;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --pink: #fdabfe;
  --brand: #f03c00;
  --ink: #140a0d;
  --font-display: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-results: 'Satoshi', 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at bottom left, rgba(255, 90, 33, 0.12), transparent 18%),
    #fdabfe;
}
body.chat-route {
  overflow: hidden;
}
body.chat-route::before {
  opacity: 0.14;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
#root {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
}
.chat-page {
  height: 100svh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}


.chat-scene {
  position: relative;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 46% 10%, rgba(255, 255, 255, 0.22), transparent 24%),
    radial-gradient(circle at 30% 66%, rgba(230, 129, 228, 0.1), transparent 34%),
    #fdabfe;
  box-shadow: inset 0 0 0 1px rgba(37, 158, 255, 0.72);
}

.chat-scene-outro {
  padding: 22px 22px 40px;
}

.chat-outro-shell {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 52px 92px 220px;
}

.chat-outro-layout {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(620px, 820px);
  align-items: center;
  gap: 34px;
}

.chat-outro-visual {
  position: relative;
  width: min(24vw, 340px);
  aspect-ratio: 1 / 1;
}

.chat-outro-sticker-shadow,
.chat-outro-sticker-fill,
.chat-outro-sticker-fill img {
  display: block;
  width: 100%;
  height: 100%;
}

.chat-outro-sticker-shadow {
  position: absolute;
  inset: 4px -8px -2px 10px;
  object-fit: contain;
}

.chat-outro-sticker-fill {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("/site/assets/chat-outro-sticker-mask.png");
  mask-image: url("/site/assets/chat-outro-sticker-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  overflow: hidden;
}

.chat-outro-sticker-fill img {
  object-fit: cover;
}

.chat-outro-sticker-image {
  object-fit: contain !important;
  object-position: center;
  transform: translate(2px, -2px) scale(0.98);
}

.chat-outro-content {
  display: grid;
  justify-items: start;
  gap: 20px;
  max-width: 820px;
}

.chat-outro-kicker {
  margin: 0;
  color: rgba(88, 45, 88, 0.84);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-outro-title {
  margin: 0;
  color: #fff5fb;
  max-width: 820px;
  font-size: clamp(2.55rem, 2rem + 1.22vw, 3.75rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.015em;
  white-space: pre-line;
}

.chat-outro-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.chat-outro-action {
  min-height: 0;
  padding: 12px 34px 10px;
  font-size: 1.24rem;
  letter-spacing: 0.035em;
  line-height: 1;
}

.chat-share-dialog {
  display: grid;
  gap: 14px;
  width: min(100%, 560px);
  padding: 22px 24px 20px;
  border: 2px solid rgba(255, 245, 251, 0.82);
  border-radius: 28px;
  background: rgba(255, 226, 255, 0.28);
  box-shadow: 0 18px 48px rgba(106, 29, 110, 0.18);
  backdrop-filter: blur(16px);
}

.chat-share-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.chat-share-dialog-action-close {
  background: rgba(255, 245, 251, 0.88);
  color: var(--brand);
}

.chat-share-dialog-url {
  margin: 0;
  color: rgba(88, 45, 88, 0.9);
  font-size: 0.95rem;
  line-height: 1.35;
  word-break: break-all;
}

.brand-logo {
  display: inline-flex;
  color: var(--brand);
  text-decoration: none;
}

.brand-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-hero {
  width: min(190px, 100%);
  align-self: flex-start;
}

.brand-logo-header {
  width: 148px;
  flex: 0 0 auto;
}

body.about-route::before {
  opacity: 0;
}

body.about-route {
  background: var(--pink);
}

.about-page {
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

.about-shell {
  position: relative;
  width: 1440px;
  height: 3165px;
}

.about-mobile-shell {
  display: none;
  position: relative;
}

.about-artboard {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 3165px;
  background: var(--pink);
  transform-origin: top left;
}

.about-logo {
  position: absolute;
  top: 30px;
  left: 28px;
  width: 152px;
}

.about-title,
.about-team-title,
.about-social-title,
.about-contact-title,
.about-partners-title,
.about-support-title {
  margin: 0;
  font-family: var(--font-results);
  font-weight: 900;
  line-height: 1;
}

.about-title {
  position: absolute;
  top: 69px;
  left: 50%;
  color: var(--brand);
  font-size: 40px;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.about-plus {
  position: absolute;
  top: 39px;
  right: 32px;
  width: 42px;
  height: 42px;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 210;
}

.about-plus-sticky {
  position: fixed;
  z-index: 330;
}

.about-plus::before,
.about-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--brand);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.about-plus::before {
  width: 39px;
  height: 2px;
}

.about-plus::after {
  width: 2px;
  height: 39px;
}

.about-plus.is-open::after {
  opacity: 0;
}

.about-desktop-nav-shell {
  position: absolute;
  top: 34px;
  right: 28px;
  z-index: 200;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 318px;
  padding: 70px 20px 18px;
  background: var(--brand);
  border-radius: 0 0 32px 32px;
}

.about-desktop-nav-shell-sticky {
  position: fixed;
  top: 0;
  right: 28px;
  z-index: 320;
}

.about-desktop-nav-shell-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 28px;
  height: 64px;
  background: var(--brand);
  pointer-events: none;
}

.about-desktop-nav {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: stretch;
}

.about-desktop-nav .nav-chip {
  width: 100%;
  min-height: 0;
  padding: 10px 18px 12px;
  border: 2px solid var(--brand);
  border-radius: 999px;
  background: #fdc8ff;
  box-shadow: none;
  color: var(--brand);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.about-desktop-nav .nav-chip:hover,
.about-desktop-nav .nav-chip.is-active {
  transform: none;
  box-shadow: none;
}

.about-desktop-nav .nav-chip.is-active {
  background: rgba(255, 255, 255, 0.96);
}

.about-desktop-menu-close {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 58px;
  height: 58px;
  border: 0;
  background: transparent;
  color: #fdc8ff;
  cursor: pointer;
}

.about-desktop-menu-close .mobile-menu-line {
  width: 34px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.about-copy {
  position: absolute;
  top: 319px;
  left: 223px;
  width: 1000px;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.about-copy p {
  margin: 0 0 44px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-glossary {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.about-team-section,
.about-social-section,
.about-contact-section,
.about-partners-section,
.about-support-section,
.about-impressum-section {
  position: absolute;
  left: 0;
  width: 100%;
}

.about-team-section {
  min-height: 1150px;
}

.about-social-section {
  min-height: 190px;
}

.about-contact-section {
  min-height: 242px;
}

.about-partners-section {
  min-height: 258px;
}

.about-support-section {
  min-height: 252px;
}

.about-impressum-section {
  min-height: 128px;
  text-align: center;
}

.about-team-title,
.about-social-title,
.about-contact-title,
.about-partners-title,
.about-support-title,
.about-impressum {
  position: absolute;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.about-team-title {
  top: 987px;
  width: 258px;
  font-size: 40px;
}

.about-social-title {
  top: 2137px;
  width: 258px;
  font-size: 40px;
}

.about-contact-title {
  top: 2327px;
  width: 258px;
  font-size: 40px;
}

.about-partners-title,
.about-support-title,
.about-impressum {
  width: 550px;
  font-size: 40px;
}

.about-partners-title {
  top: 2569px;
}

.about-support-title {
  top: 2827px;
}

.about-impressum {
  top: 3079px;
  width: auto;
  max-width: calc(100% - 80px);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 78px;
  padding: 14px 32px;
  font-family: var(--font-results);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}

.about-team-section .about-team-title,
.about-social-section .about-social-title,
.about-contact-section .about-contact-title,
.about-partners-section .about-partners-title,
.about-support-section .about-support-title,
.about-impressum-section .about-impressum {
  top: 0;
}

.about-member-backdrop,
.about-member-photo-frame,
.about-social-icon,
.about-mail-icon,
.about-hkb-logo,
.about-democracy-logo {
  position: absolute;
}

.about-member-backdrop.is-flipped,
.about-member-photo-frame.is-flipped {
  transform: rotate(180deg);
  transform-origin: center;
}

.about-member-backdrop {
  z-index: 1;
  filter: drop-shadow(0 16px 28px rgba(84, 255, 184, 0.34));
}

.about-member-shape,
.about-social-icon img,
.about-mail-icon,
.about-hkb-logo,
.about-democracy-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.about-member-shape {
  transform: scale(1.12);
  transform-origin: center;
  filter: saturate(1.08) brightness(1.03);
}

.about-member-photo-frame {
  z-index: 2;
  overflow: hidden;
  filter: drop-shadow(0 12px 26px rgba(84, 255, 184, 0.52));
  -webkit-mask-image: var(--about-mask-image);
  mask-image: var(--about-mask-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.about-member-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--about-photo-position);
}

.about-member-caption,
.about-mail-link {
  position: absolute;
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-weight: 900;
  text-align: center;
}

.about-member-caption {
  font-size: 20px;
  line-height: 24px;
  transform: translateX(-50%);
}

.about-mail-icon {
  top: 2412px;
  left: 682px;
  width: 58px;
  height: 40px;
}

.about-social-section .about-social-icon {
  top: 73px !important;
}

.about-social-icon {
  display: block;
  text-decoration: none;
}

.about-social-icon[href] {
  cursor: pointer;
}

.about-contact-section .about-mail-icon {
  top: 85px;
}

.about-mail-link {
  top: 2462px;
  left: 564px;
  width: 303px;
  font-size: 32px;
  line-height: 38px;
  text-decoration: none;
}

.about-contact-section .about-mail-link {
  top: 135px;
}

.about-hkb-logo {
  top: 2671px;
  left: 641px;
  width: 170px;
  height: 97px;
}

.about-partners-section .about-hkb-logo {
  top: 102px;
}

.about-democracy-logo {
  top: 2936px;
  left: 646px;
  width: 145px;
  height: 92px;
  object-fit: contain;
}

.about-support-section .about-democracy-logo {
  top: 109px;
}

.about-mobile-header,
.about-mobile-copy,
.about-mobile-section {
  width: min(100%, 420px);
  margin: 0 auto;
}

.about-mobile-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 62px;
  padding: 12px 16px 0;
}

.about-mobile-logo {
  width: 88px;
}

.about-mobile-title {
  width: 100%;
  margin: 0;
  padding: 10px 54px 0;
  color: var(--brand);
  font-family: var(--font-results);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.about-mobile-header .mobile-menu-toggle {
  top: 0;
  right: 0;
}

.about-mobile-copy {
  display: grid;
  gap: 24px;
  padding: 22px 20px 0;
}

.about-mobile-nav-shell {
  z-index: 16;
}

.chat-mobile-nav-shell {
  z-index: 16;
}

.about-inline-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: inherit;
}

.glossary-artboard {
  height: 14934px;
}

.impressum-artboard {
  height: 2482px;
}

.glossary-desktop-hero {
  position: absolute;
  top: 200px;
  left: 594px;
}

.glossary-desktop-copy,
.impressum-desktop-copy {
  position: absolute;
  width: 1000px;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-weight: 900;
}

.glossary-desktop-copy {
  top: 401px;
  left: 258px;
}

.impressum-desktop-copy {
  top: 319px;
  left: 268px;
}

.glossary-desktop-flow,
.impressum-desktop-flow {
  display: flex;
  flex-direction: column;
}

.glossary-desktop-flow {
  gap: 62px;
}

.impressum-desktop-flow {
  gap: 68px;
}

.glossary-entry,
.impressum-section {
  display: grid;
  gap: 16px;
}

.glossary-entry-title,
.impressum-section-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-results);
  font-weight: 900;
}

.glossary-entry-title {
  font-size: 50px;
  line-height: 0.9;
}

.impressum-section-title {
  font-size: 40px;
  line-height: 1;
}

.glossary-entry-body,
.glossary-entry-note,
.impressum-section-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.impressum-section-body {
  display: grid;
  gap: 0;
}

.glossary-illustration {
  position: relative;
  margin: 4px auto 8px;
}

.glossary-desktop-flow .glossary-illustration {
  align-self: flex-start;
}

.glossary-illustration.is-hero {
  margin: 0 auto;
}

.glossary-illustration-backdrop,
.glossary-illustration-photo-frame {
  position: absolute;
}

.glossary-illustration-backdrop {
  display: block;
}

.glossary-illustration-photo-frame {
  overflow: hidden;
  -webkit-mask-image: var(--glossary-mask-image);
  mask-image: var(--glossary-mask-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.glossary-illustration-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--glossary-photo-position);
}

.glossary-mobile-copy,
.impressum-mobile-copy {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 22px 20px 34px;
}

.glossary-mobile-flow,
.impressum-mobile-flow {
  display: flex;
  flex-direction: column;
}

.glossary-mobile-flow {
  gap: 28px;
}

.impressum-mobile-flow {
  gap: 34px;
}

.glossary-mobile-entry,
.impressum-mobile-section {
  display: grid;
  gap: 12px;
}

.glossary-mobile-entry-title,
.impressum-mobile-section-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-results);
  font-weight: 900;
}

.glossary-mobile-entry-title {
  font-size: 1.8rem;
  line-height: 0.95;
}

.impressum-mobile-section-title {
  font-size: 1.7rem;
  line-height: 1;
}

.glossary-mobile-entry-body,
.glossary-mobile-entry-note,
.impressum-mobile-section-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.28;
}

.impressum-mobile-section-body {
  display: grid;
  gap: 0;
}

.glossary-mobile-copy .glossary-illustration.is-mobile {
  transform: scale(0.86);
  transform-origin: top center;
}

.about-mobile-copy p,
.about-mobile-member-caption,
.about-mobile-mail-link {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-family: var(--font-results);
  font-weight: 900;
}

.about-mobile-copy p {
  font-size: clamp(1.12rem, 3.6vw, 1.42rem);
  line-height: 1.18;
}

.about-mobile-glossary,
.about-mobile-impressum {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.about-mobile-section {
  padding: 32px 20px 0;
}

.about-mobile-section-copy {
  display: grid;
  gap: 22px;
}

.about-mobile-section-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-results);
  font-size: clamp(1.55rem, 5vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.about-mobile-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
  align-items: start;
  justify-items: center;
}

.about-mobile-member {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
}

.about-mobile-member-wide {
  grid-column: 1 / -1;
}

.about-mobile-cutout {
  position: relative;
  isolation: isolate;
}

.about-mobile-shape,
.about-mobile-photo-frame {
  position: absolute;
}

.about-mobile-shape {
  display: block;
  z-index: 1;
  transform: scale(1.12);
  transform-origin: center;
  filter:
    saturate(1.08)
    brightness(1.03)
    drop-shadow(0 14px 24px rgba(84, 255, 184, 0.34));
}

.about-mobile-photo-frame {
  overflow: hidden;
  z-index: 2;
  filter: drop-shadow(0 10px 22px rgba(84, 255, 184, 0.48));
  -webkit-mask-image: var(--about-mask-image);
  mask-image: var(--about-mask-image);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.about-mobile-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--about-photo-position);
}

.about-mobile-member-caption {
  max-width: 170px;
  font-size: 0.92rem;
  line-height: 1.15;
  text-align: center;
}

.about-mobile-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
}

.about-mobile-social-icon {
  display: block;
  width: 34px;
  height: 34px;
  text-decoration: none;
}

.about-mobile-social-icon img,
.about-mobile-mail-icon,
.about-mobile-hkb-logo,
.about-mobile-democracy-logo {
  display: block;
  width: 100%;
  height: auto;
}

.about-mobile-section-contact,
.about-mobile-section-partners,
.about-mobile-section-support,
.about-mobile-section-impressum {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.about-mobile-impressum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 54px;
  padding: 8px 20px;
  font-size: 1.45rem;
  line-height: 1;
  text-align: center;
}

.about-mobile-mail-icon {
  width: 42px;
  margin-top: 2px;
}

.about-mobile-mail-link {
  font-size: 1rem;
  line-height: 1.15;
  text-decoration: none;
}

.about-mobile-hkb-logo {
  width: 118px;
}

.about-mobile-democracy-logo {
  width: 104px;
}

.about-mobile-impressum {
  color: #fff;
  font-family: var(--font-results);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.summary-panel h1,
.info-copy h1,
.analysis-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(4.7rem, 3.3rem + 3vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.78;
}

.chat-brand {
  position: absolute;
  top: 28px;
  left: 28px;
  bottom: 18px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(22vw, 280px);
  pointer-events: none;
}

.chat-brand > * {
  pointer-events: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 360px;
}

.nav-chip,
.response-option {
  min-height: 38px;
  padding: 0 16px;
  border: 1.5px solid var(--brand);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand);
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(240, 60, 0, 0.16);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.nav-chip:hover,
.response-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(240, 60, 0, 0.22);
}

.content-page .nav-chip.is-active,
.response-option-strong {
  background: var(--brand);
  color: #fff5fb;
}

.chat-page .nav-chip.is-active {
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand);
}

.chat-footer-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.chat-footer-links,
.chat-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-footer-pill,
.chat-footer-social {
  border: 0;
  background: var(--brand);
  color: #fdc8ff;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.chat-footer-pill {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px 8px;
  border-radius: 999px;
  font: inherit;
  font-size: clamp(0.9rem, 0.84rem + 0.32vw, 1.16rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.chat-footer-social {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 0;
  color: #fdc8ff;
}

.chat-footer-pill:hover,
.chat-footer-social:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.chat-footer-social img,
.chat-footer-social svg {
  width: 22px;
  height: 22px;
  display: block;
}

.chat-footer-social svg,
.chat-footer-social svg path {
  fill: currentColor;
}

.mobile-menu-toggle,
.mobile-menu-close {
  display: none;
}

.mobile-menu-toggle {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 9;
  width: 58px;
  height: 58px;
  border: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
}

.mobile-menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.mobile-menu-line-vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-menu-toggle.is-open .mobile-menu-line-vertical {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.mobile-menu-toggle.is-open {
  opacity: 0;
  pointer-events: none;
}

.mobile-nav-shell {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 8;
  padding: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.mobile-nav-shell.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 224px;
  padding: max(18px, env(safe-area-inset-top, 0px)) 18px 40px;
  background: var(--brand);
  transform: translateY(-104%);
  transition: transform 320ms cubic-bezier(0.2, 0.84, 0.2, 1);
}

.mobile-nav-shell.is-open .mobile-nav-panel {
  transform: translateY(0);
}

.site-nav-mobile {
  display: flex;
  width: fit-content;
  max-width: min(100%, 360px);
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  gap: 8px 10px;
  order: 2;
  margin-top: 0;
  margin-inline: auto;
  margin-bottom: 0;
  transform: translateY(-18px);
}

.site-nav-mobile .nav-chip:first-child {
  display: none;
}

.mobile-nav-panel .site-nav-mobile .nav-chip {
  width: auto;
  min-height: 0;
  padding: 7px 13px 6px;
  border: 0;
  background: #f2b1ff;
  color: var(--brand);
  box-shadow: none;
  font-size: clamp(0.88rem, 0.82rem + 0.32vw, 1rem);
  letter-spacing: 0.03em;
  text-align: center;
}

.mobile-nav-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  order: 1;
  margin-bottom: 12px;
  transform: translateY(-18px);
}

.mobile-nav-social {
  width: 42px;
  height: 42px;
}

.mobile-menu-close {
  position: absolute;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: 8px;
  width: 58px;
  height: 40px;
  margin-top: 0;
  border: 0;
  background: transparent;
  color: #f2b1ff;
  cursor: pointer;
}

.chat-collage {
  --chat-collage-width: min(62vw, 980px);
  --chat-collage-debug-scale: 1.29;
  --chat-collage-debug-x: 86px;
  --chat-collage-debug-y: 0px;
  position: absolute;
  left: 92px;
  bottom: 274px;
  z-index: 2;
  transform: translate(var(--chat-collage-debug-x), calc(116px + var(--chat-collage-debug-y))) scale(var(--chat-collage-debug-scale));
  transform-origin: left bottom;
  width: var(--chat-collage-width);
  height: min(88vh, 860px);
  overflow: visible;
  pointer-events: none;
}

.chat-collage-scene {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1440 / 909;
  opacity: 1;
  transition: opacity 320ms ease;
  will-change: opacity;
}

.chat-collage-scene.is-fading {
  opacity: 0;
}

.chat-collage-layer {
  position: absolute;
  overflow: hidden;
}

.chat-collage-layer-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  display: block;
  height: auto;
}

.chat-collage-copy {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.chat-collage-copy-text {
  margin: 0;
  font-family: var(--font-results);
  text-rendering: geometricPrecision;
}

.chat-scroll-jump {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(240, 60, 0, 0.94);
  color: #fff8ff;
  box-shadow: 0 16px 32px rgba(240, 60, 0, 0.3);
  transform: translateX(-50%);
  cursor: pointer;
}

.chat-scroll-jump span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.floating-heart,
.heart-shape,
.heart-stat,
.thread-heart,
.thread-heart-echo {
  position: absolute;
  display: block;
  background: var(--brand);
  transform: rotate(-45deg);
}

.floating-heart::before,
.floating-heart::after,
.heart-shape::before,
.heart-shape::after,
.heart-stat::before,
.heart-stat::after,
.thread-heart-echo::before,
.thread-heart-echo::after,
.thread-heart::before,
.thread-heart::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.floating-heart-large {
  left: 160px;
  bottom: 118px;
  width: 240px;
  height: 240px;
  opacity: 0.96;
  animation: floatHeart 7s ease-in-out infinite;
}

.floating-heart-large::before,
.floating-heart-large::after {
  width: 240px;
  height: 240px;
}

.floating-heart-large::before {
  top: -120px;
}

.floating-heart-large::after {
  left: 120px;
}

.floating-heart-medium {
  left: 378px;
  bottom: 392px;
  width: 118px;
  height: 118px;
  opacity: 0.98;
  animation: floatHeart 5.6s ease-in-out infinite -1.4s;
}

.floating-heart-medium::before,
.floating-heart-medium::after {
  width: 118px;
  height: 118px;
}

.floating-heart-medium::before {
  top: -59px;
}

.floating-heart-medium::after {
  left: 59px;
}

.floating-heart-small {
  left: 446px;
  bottom: 584px;
  width: 78px;
  height: 78px;
  opacity: 0.96;
  animation: floatHeart 6.2s ease-in-out infinite -2.8s;
}

.floating-heart-small::before,
.floating-heart-small::after {
  width: 78px;
  height: 78px;
}

.floating-heart-small::before {
  top: -39px;
}

.floating-heart-small::after {
  left: 39px;
}

.chat-thread-panel {
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  z-index: 3;
  width: 50%;
}

.thread-heart-echo {
  top: 18px;
  left: -4px;
  width: 108px;
  height: 108px;
  opacity: 0.18;
  animation: echoHeart 4.4s ease-out infinite;
}

.thread-heart-echo::before,
.thread-heart-echo::after {
  width: 108px;
  height: 108px;
}

.thread-heart-echo::before {
  top: -54px;
}

.thread-heart-echo::after {
  left: 54px;
}

.thread-heart {
  top: 30px;
  left: 8px;
  width: 84px;
  height: 84px;
  opacity: 0.98;
  filter: drop-shadow(0 8px 16px rgba(240, 60, 0, 0.14));
  animation: pulseHeart 4.4s ease-in-out infinite;
}

.thread-heart::before,
.thread-heart::after {
  width: 84px;
  height: 84px;
}

.thread-heart::before {
  top: -42px;
}

.thread-heart::after {
  left: 42px;
}

.message-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  padding: 18px 26px 28px 0;
  scroll-padding-top: 18px;
  scroll-padding-bottom: 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(240, 60, 0, 0.42) transparent;
}

.message-scroll::-webkit-scrollbar {
  width: 8px;
}

.message-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.message-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(240, 60, 0, 0.36);
}

.message-list {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 0;
}

.message-bubble {
  width: fit-content;
  max-width: min(100%, 32rem);
  padding: 10px 14px;
  border: none;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 3px 6px rgba(92, 45, 90, 0.24);
  font-size: clamp(1rem, 0.88rem + 0.72vw, 1.22rem);
  line-height: 1.18;
  word-break: break-word;
  animation: bubbleIn 620ms cubic-bezier(0.18, 0.84, 0.2, 1) both;
}

.message-bubble-copy {
  display: block;
}

.message-bubble-measure {
  position: absolute;
  left: -9999px;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: min(100%, 32rem);
  padding: 10px 14px;
  border: none;
  font-size: clamp(1rem, 0.88rem + 0.72vw, 1.22rem);
  line-height: 1.18;
  white-space: normal;
  word-break: break-word;
  visibility: hidden;
  pointer-events: none;
}

.message-bubble-bot-placeholder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-grid;
  place-items: center;
  height: 44px;
  width: 54px;
  padding: 0;
  border-radius: 22px;
  will-change: width, height, border-radius, padding, box-shadow;
}

.message-bubble-bot-dots {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.message-bubble-bot-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(120, 120, 120, 0.7);
}

.message-bubble-bot-placeholder .message-bubble-copy {
  display: block;
  width: 100%;
}

.message-bubble-bot-placeholder.is-typing .message-bubble-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.message-bubble-bot-placeholder.is-typing .message-bubble-bot-dots span {
  animation: typingPulse 1s ease-in-out infinite;
}

.message-bubble-bot-placeholder.is-typing .message-bubble-bot-dots span:nth-child(2) {
  animation-delay: 120ms;
}

.message-bubble-bot-placeholder.is-typing .message-bubble-bot-dots span:nth-child(3) {
  animation-delay: 240ms;
}

.message-bubble-bot-placeholder.is-morphing {
  animation: botBubbleMorph 520ms cubic-bezier(0.18, 0.84, 0.2, 1) both;
}

.message-bubble-bot-placeholder.is-morphing .message-bubble-bot-dots {
  animation: botBubbleDotsOut 150ms ease-out 110ms forwards;
}

.message-bubble-bot-placeholder.is-morphing .message-bubble-copy {
  position: absolute;
  inset: 10px 14px;
  opacity: 0;
  transform: translateY(6px);
  animation: botBubbleCopyIn 160ms cubic-bezier(0.18, 0.84, 0.2, 1) 360ms forwards;
}

.message-bubble-bot-settled {
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: var(--bot-target-width, 220px);
  height: var(--bot-target-height, 44px);
  padding: 10px 14px;
  border-radius: 24px;
  animation: none;
}

.message-bubble-bot-settled .message-bubble-copy {
  display: block;
}

.message-row {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.message-row-user {
  justify-content: flex-end;
}

.message-bubble-user {
  max-width: 24rem;
  padding-right: 14px;
  background: #7EFFC9;
  border-radius: 24px;
  font-weight: 400;
}

.message-bubble-user-pending {
  will-change:
    transform,
    border-radius,
    background-color,
    box-shadow,
    border-color;
}

.message-bubble-placeholder {
  visibility: hidden;
  animation: none;
}

.message-undo {
  --message-undo-size: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: var(--message-undo-size);
  height: var(--message-undo-size);
  margin-left: 8px;
  padding: 0;
  border: 1px solid rgba(240, 60, 0, 0.3);
  border-radius: 50%;
  background: rgba(255, 209, 247, 0.88);
  color: rgba(124, 88, 127, 0.78);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center;
  animation: messageUndoIn 360ms cubic-bezier(0.16, 0.84, 0.24, 1) both;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.message-undo:hover {
  transform: translateY(-1px);
  background: rgba(255, 238, 248, 0.96);
  box-shadow: 0 8px 16px rgba(240, 60, 0, 0.16);
}

@keyframes messageUndoIn {
  0% {
    width: 0;
    margin-left: 0;
    opacity: 0;
    transform: translateX(10px) scale(0.72);
  }

  60% {
    opacity: 1;
  }

  100% {
    width: var(--message-undo-size);
    margin-left: 8px;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.typing-indicator-shell {
  display: flex;
  align-items: center;
}

.typing-bubble {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 44px;
  justify-content: center;
  padding: 0 16px;
  border: 1.5px solid var(--brand);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 14px rgba(240, 60, 0, 0.14);
}

.typing-bubble span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(120, 120, 120, 0.7);
  animation: typingPulse 1s ease-in-out infinite;
}

.typing-bubble span:nth-child(2) {
  animation-delay: 120ms;
}

.typing-bubble span:nth-child(3) {
  animation-delay: 240ms;
}

.chat-controls {
  display: grid;
  gap: 12px;
  padding: 2px 0 0;
  animation: controlsIn 980ms cubic-bezier(0.18, 0.84, 0.2, 1) both;
  transition: min-height 360ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

.chat-controls-placeholder {
  flex: 0 0 auto;
  overflow: hidden;
  transition: height 360ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

.chat-controls.is-height-locked {
  min-height: var(--chat-controls-lock-height, 0px);
}

.chat-controls.is-height-buffered {
  min-height: var(--chat-controls-lock-height, 0px);
}

.response-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}

.response-panel-resolving {
  pointer-events: none;
}

.response-option {
  box-sizing: border-box;
  border: 1.5px solid transparent;
  border-radius: 22px;
  background: rgba(219, 255, 240, 0.65);
  color: #180c10;
  width: fit-content;
  max-width: min(100%, 39rem);
  min-height: 44px;
  padding: 5px 14px 7px;
  box-shadow: 0 10px 16px rgba(187, 107, 173, 0.24);
  font-size: clamp(1rem, 0.88rem + 0.72vw, 1.22rem);
  font-weight: 400;
  line-height: 1.18;
  text-align: left;
  word-break: break-word;
  animation: optionIn 1360ms cubic-bezier(0.15, 0.82, 0.2, 1) both;
}

.response-option-pulse {
  animation:
    optionIn 1360ms cubic-bezier(0.15, 0.82, 0.2, 1) both,
    responseOptionPulse 1480ms ease-in-out infinite 760ms;
}

@media (min-width: 981px) and (hover: hover) {
  .chat-controls .response-option:not(.is-floating):hover {
    transform: translateY(-3px) scale(1.015);
    background: rgba(232, 255, 245, 0.92);
    box-shadow: 0 16px 28px rgba(124, 84, 140, 0.34);
  }

  .chat-controls .form-submit-button:hover,
  .chat-controls .form-submit-button:focus-visible,
  .chat-controls .form-submit-button:active {
    transform: none;
    background: rgba(219, 255, 240, 0.92);
    box-shadow: none;
  }
}

.response-option.is-floating {
  position: fixed;
  z-index: 28;
  margin: 0;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  transition:
    top var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    left var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    width var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    height var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    padding var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    font-size var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    line-height var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    border-radius var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    background-color var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    box-shadow var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1),
    border-color var(--response-floating-duration, 1760ms) cubic-bezier(0.18, 0.82, 0.2, 1);
}

.response-option-overlay {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.response-option.is-floating.is-settled {
  min-height: 0;
  padding: 10px 14px;
  border-radius: 24px;
  background: #7EFFC9;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(240, 60, 0, 0.18);
  font-size: clamp(1rem, 0.88rem + 0.72vw, 1.22rem);
  line-height: 1.18;
}

.interactive-card {
  display: grid;
  gap: 14px;
  width: min(100%, 34rem);
  margin-left: auto;
  padding: 18px;
  border: none;
  border-radius: 28px;
  background: rgba(219, 255, 240, 0.65);
  box-shadow: 0 12px 22px rgba(115, 20, 78, 0.12);
}

.interactive-card-enter {
  animation: optionIn 560ms cubic-bezier(0.16, 0.82, 0.22, 1) both;
}

.response-option.is-exiting {
  animation: optionExit var(--response-exit-duration, 1120ms) cubic-bezier(0.3, 0.08, 0.3, 1) forwards;
}

.chat-bottom-spacer {
  flex: 0 0 auto;
  height: clamp(150px, 22vh, 280px);
}

.interactive-label {
  font-size: 0.98rem;
  color: rgba(20, 10, 13, 0.7);
}

.interactive-card input[type='range'] {
  width: 100%;
  accent-color: var(--brand);
}

.range-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
}

.form-card {
  max-width: 34rem;
}

.form-field {
  display: grid;
  gap: 8px;
  font-size: 0.98rem;
}

.form-field input {
  min-height: 52px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: #eeeeee;
  font: inherit;
}

.form-field input::placeholder {
  color: rgba(20, 10, 13, 0.44);
}

.form-card > .form-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  align-self: end;
  width: auto;
  min-width: 108px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(219, 255, 240, 0.92);
  color: #111111;
  box-shadow: none;
}

.form-card > .form-submit-button:hover,
.form-card > .form-submit-button:focus-visible,
.form-card > .form-submit-button:active {
  transform: none;
  background: rgba(219, 255, 240, 0.92);
  color: #111111;
  box-shadow: none;
}

.content-page {
  min-height: 100vh;
  padding: 18px;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 1440px);
  margin: 0 auto 18px;
}

.content-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.summary-panel,
.answers-panel,
.analysis-panel,
.info-hero {
  padding: 24px;
  border: 1px solid rgba(240, 60, 0, 0.22);
  border-radius: 28px;
  background: rgba(254, 173, 255, 0.72);
  box-shadow: 0 24px 70px rgba(115, 20, 78, 0.08);
  backdrop-filter: blur(12px);
}

.summary-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.page-copy,
.info-copy p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.answers-panel {
  display: grid;
  gap: 14px;
}

.answers-panel h2 {
  margin: 0;
  font-size: 1.6rem;
}

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

.answer-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1.5px solid rgba(240, 60, 0, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.6);
}

.answer-card p,
.analysis-copy p,
.legend-row span,
.bar-text span {
  margin: 0;
}

.kicker,
.analysis-label {
  margin: 0;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.summary-panel h1,
.info-copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 1.1rem + 1vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.analysis-list {
  display: grid;
  gap: 18px;
}

.analysis-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1.5px solid rgba(240, 60, 0, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.18);
}

.analysis-badge {
  position: sticky;
  top: 24px;
  height: 96px;
  display: grid;
  place-items: center;
}

.heart-shape {
  width: 64px;
  height: 64px;
}

.heart-shape::before,
.heart-shape::after {
  width: 64px;
  height: 64px;
}

.heart-shape::before {
  top: -32px;
  left: 0;
}

.heart-shape::after {
  top: 0;
  left: 32px;
}

.analysis-badge span:last-child {
  position: relative;
  z-index: 1;
  color: var(--pink);
  font-size: 2rem;
  font-weight: 900;
}

.analysis-copy {
  display: grid;
  gap: 16px;
}

.analysis-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2.6rem);
  line-height: 0.95;
}

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

.bar-row {
  display: grid;
  gap: 8px;
}

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

.bar-track {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(240, 60, 0, 0.12);
}

.bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.chart-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: center;
}

.pie-chart {
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 0.44);
}

.chart-legend,
.hearts-copy {
  display: grid;
  gap: 12px;
}

.legend-row {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 12px;
  align-items: center;
}

.legend-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.legend-swatch-heart {
  background: var(--brand);
}

.hearts-panel {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: center;
}

.hearts-stack {
  position: relative;
  min-height: 220px;
}

.heart-stat {
  left: 0;
  top: 100px;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  color: var(--pink);
  font-size: 2rem;
  font-weight: 900;
  transform-origin: bottom left;
}

.heart-stat::before,
.heart-stat::after {
  width: 160px;
  height: 160px;
}

.heart-stat::before {
  top: -80px;
  left: 0;
}

.heart-stat::after {
  top: 0;
  left: 80px;
}

.heart-stat span {
  position: relative;
  z-index: 1;
}

.quote-block {
  position: relative;
  margin: 0;
  padding: 26px 40px;
  border: 1.5px solid var(--brand);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
}

.quote-block p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.2rem + 1.8vw, 4.3rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.quote-mark {
  position: absolute;
  top: -22px;
  left: 12px;
  color: var(--brand);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

.quote-mark-end {
  top: auto;
  right: 16px;
  bottom: -52px;
  left: auto;
}

.info-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  align-items: center;
}

.info-copy {
  display: grid;
  gap: 12px;
}

.info-image {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 44px rgba(240, 60, 0, 0.14);
}

.devtools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
}

.devtools-trigger,
.devtools-close,
.devtools-action {
  font: inherit;
}

.devtools-trigger {
  min-width: 58px;
  height: 58px;
  border: 1.5px solid rgba(240, 60, 0, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(73, 22, 50, 0.22);
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.devtools-trigger:hover,
.devtools-trigger.is-open {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(73, 22, 50, 0.26);
  background: rgba(255, 255, 255, 0.98);
}

.devtools-panel {
  position: fixed;
  right: 0;
  bottom: 72px;
  width: min(420px, calc(100vw - 24px));
  min-width: 320px;
  min-height: 300px;
  max-height: min(78vh, 860px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border: 1px solid rgba(240, 60, 0, 0.2);
  border-radius: 26px;
  background: rgba(255, 246, 251, 0.92);
  box-shadow: 0 24px 64px rgba(73, 22, 50, 0.24);
  backdrop-filter: blur(20px);
  resize: both;
}

.devtools-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  cursor: grab;
  user-select: none;
}

.devtools-header:active {
  cursor: grabbing;
}

.devtools-header h2,
.devtools-section h3,
.devtools-card p,
.devtools-list-item p,
.devtools-tree-line p {
  margin: 0;
}

.devtools-kicker {
  margin: 0 0 4px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.devtools-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(240, 60, 0, 0.08);
  color: var(--brand);
  cursor: pointer;
}

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

.devtools-action {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(240, 60, 0, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

.devtools-action:disabled {
  opacity: 0.45;
  cursor: default;
}

.devtools-section {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

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

.devtools-card,
.devtools-list-item,
.devtools-tree-line {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(240, 60, 0, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.devtools-card span,
.devtools-list-item span,
.devtools-tree-edge {
  color: rgba(20, 10, 13, 0.52);
  font-size: 0.78rem;
}

.devtools-control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.devtools-control {
  display: grid;
  gap: 8px;
}

.devtools-control.is-disabled {
  opacity: 0.58;
}

.devtools-control-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.devtools-control-meta strong {
  font-size: 0.92rem;
}

.devtools-control input[type="range"] {
  width: 100%;
  accent-color: var(--brand);
}

.devtools-card-block,
.devtools-list,
.devtools-tree {
  display: grid;
  gap: 10px;
}

.devtools-list-item strong,
.devtools-tree-line strong {
  line-height: 1.25;
}

.devtools-tree-full {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}

@keyframes floatHeart {
  0%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }

  50% {
    transform: translateY(-16px) rotate(-45deg);
  }
}

@keyframes pulseHeart {
  0%,
  100% {
    transform: scale(1) rotate(-45deg);
  }

  40% {
    transform: scale(1.03) rotate(-45deg);
  }

  58% {
    transform: scale(0.99) rotate(-45deg);
  }
}

@keyframes echoHeart {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(-45deg);
  }

  18% {
    opacity: 0.18;
  }

  70% {
    opacity: 0.05;
    transform: scale(1.18) rotate(-45deg);
  }

  100% {
    opacity: 0;
    transform: scale(1.24) rotate(-45deg);
  }
}

@keyframes bubbleIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes botBubbleMorph {
  0% {
    width: 54px;
    height: 44px;
    border-radius: 22px;
    padding: 0;
    box-shadow: 0 6px 14px rgba(240, 60, 0, 0.14);
    transform: translateY(0) scale(1);
  }

  100% {
    width: var(--bot-target-width, 220px);
    height: var(--bot-target-height, 44px);
    border-radius: 24px;
    padding: 10px 14px;
    box-shadow: 0 6px 14px rgba(240, 60, 0, 0.14);
    transform: translateY(0) scale(1);
  }
}

@keyframes botBubbleDotsOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.72);
  }
}

@keyframes botBubbleCopyIn {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes optionIn {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes responseOptionPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 16px rgba(187, 107, 173, 0.24);
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 14px 24px rgba(126, 255, 201, 0.4);
  }
}

@keyframes controlsIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes optionExit {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(84px, 16px, 0) scale(0.94);
  }
}

@keyframes typingPulse {
  0%,
  80%,
  100% {
    opacity: 0.32;
    transform: translateY(0);
  }

  40% {
    opacity: 0.92;
    transform: translateY(-3px);
  }
}

.results-page {
  min-height: 100vh;
  background: #ec9df0;
  color: #5d3558;
  font-family: var(--font-results);
  overflow-x: clip;
}

.results-desktop-shell {
  width: 100%;
}

.results-desktop-canvas {
  width: 100%;
}

.results-header {
  position: relative;
  z-index: 100;
  display: flex;
  width: min(calc(100% - 52px), 1420px);
  margin: 0 auto;
  padding: 30px 0 0;
}

.results-header.is-compact-hidden {
  visibility: hidden;
  pointer-events: none;
}

.results-floating-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 80;
  width: min(calc(100vw - 52px), 1420px);
  padding: 12px 0 16px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(236, 157, 240, 0.98) 0%, rgba(236, 157, 240, 0.98) calc(100% - 16px), rgba(236, 157, 240, 0) 100%);
}

.results-filter-shell {
  position: relative;
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
}

.results-filter-top {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.results-filter-top-spacer {
  min-height: 1px;
}

.results-settings,
.results-close,
.results-filter-clear {
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
  padding: 0;
}

.results-settings {
  width: 62px;
  height: 62px;
}

.results-settings svg,
.results-close svg,
.results-filter-clear svg,
.results-filter-track-heart svg {
  width: 100%;
  height: 100%;
}

.results-close {
  width: 42px;
  height: 42px;
  justify-self: end;
}

.results-filter-summary {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 28px 12px;
  background: #fff7fc;
  color: #625956;
  font-size: clamp(1.2rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.results-filter-panel {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  padding-top: 8px;
}

.results-filter-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 24px;
}

.results-filter-row-location {
  grid-template-columns: 120px minmax(0, 1fr) auto;
}

.results-filter-label {
  color: #5d3558;
  font-size: clamp(1.55rem, 1.28rem + 0.7vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.results-filter-track-control {
  position: relative;
  width: 100%;
  min-height: 82px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
  touch-action: none;
  user-select: none;
}

.results-filter-track-line {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 241, 252, 0.86);
}

.results-filter-track-heart {
  position: absolute;
  top: 0;
  left: var(--results-filter-marker-left, 50%);
  width: 40px;
  height: 36px;
  transform: translateX(-50%);
}

.results-filter-track-value {
  position: absolute;
  top: 44px;
  left: var(--results-filter-marker-left, 50%);
  transform: translateX(-50%);
  color: #a76d9a;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.results-filter-clear {
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}

.results-filter-location-group {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.results-filter-location-field {
  position: relative;
  width: min(100%, 360px);
  z-index: 120;
}

.results-filter-input {
  width: 100%;
  min-height: 56px;
  border: 0;
  background: rgba(255, 241, 252, 0.76);
  color: #6e6574;
  font-family: var(--font-results);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0 22px;
  outline: none;
}

.results-filter-input::placeholder {
  color: rgba(110, 101, 116, 0.46);
}

.results-filter-location-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 140;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 288px;
  padding: 10px;
  overflow-y: auto;
  border-radius: 26px;
  background: rgba(255, 250, 252, 0.98);
  box-shadow: 0 18px 36px rgba(120, 68, 112, 0.18);
}

.results-filter-location-option,
.results-filter-location-status {
  min-height: 48px;
  border-radius: 18px;
}

.results-filter-location-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  border: 0;
  padding: 12px 16px;
  background: rgba(244, 214, 248, 0.7);
  color: #5f3b5b;
  cursor: pointer;
  font-family: var(--font-results);
  text-align: left;
  transition: background-color 180ms ease, transform 180ms ease;
}

.results-filter-location-option:hover,
.results-filter-location-option:focus-visible {
  background: rgba(244, 214, 248, 0.92);
  transform: translateY(-1px);
}

.results-filter-location-option-main {
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.results-filter-location-option-count {
  flex: 0 0 auto;
  min-width: 34px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 108, 30, 0.12);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.results-filter-location-status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #8f7290;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
}

.results-filter-apply {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff6fb;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 28px;
  text-transform: uppercase;
}

.results-story {
  display: flex;
  flex-direction: column;
  gap: 58px;
  width: min(calc(100% - 52px), 1420px);
  margin: 0 auto;
  padding: 34px 0 100px;
}

.results-section {
  position: relative;
}

.results-stage-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr 90px;
  align-items: center;
  gap: 26px;
  min-height: 220px;
  margin-bottom: 30px;
}

.results-stage-head-center {
  grid-template-columns: 90px 1fr minmax(160px, 260px);
}

.results-stage-head h2,
.results-subhead h3 {
  margin: 0;
  color: #fff9ff;
  font-family: var(--font-results);
  font-size: clamp(3.1rem, 2.3rem + 2.1vw, 4.85rem);
  font-weight: 900;
  letter-spacing: -0.018em;
  line-height: 0.92;
  text-align: center;
}

.results-subhead h3 {
  font-size: clamp(2.9rem, 2rem + 1.9vw, 4.25rem);
}

.results-step-number {
  color: var(--brand);
  font-family: var(--font-results);
  font-size: clamp(7rem, 6rem + 3vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.8;
  text-align: right;
}

.results-step-number-left {
  text-align: left;
}

.results-cutout {
  position: relative;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 0.96;
  overflow: hidden;
  box-shadow:
    12px 0 0 #62eccf,
    0 12px 0 rgba(255, 255, 255, 0.78);
}

.results-cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.04);
}

.results-cutout-masked {
  clip-path: none;
  box-shadow: none;
  -webkit-mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
  mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
  filter:
    drop-shadow(12px 0 0 #62eccf)
    drop-shadow(0 12px 0 rgba(255, 255, 255, 0.78));
}

.results-cutout-left {
  justify-self: start;
}

.results-cutout-right {
  justify-self: end;
}

.results-cutout-shard {
  clip-path: polygon(20% 0, 86% 0, 100% 44%, 92% 100%, 0 100%, 0 62%, 14% 50%);
}

.results-cutout-status-hero {
  position: relative;
  z-index: 1;
  max-width: 332px;
  aspect-ratio: 1.18;
  margin-left: -18px;
  overflow: visible;
  box-shadow: none;
  clip-path: none;
  filter: none;
}

.results-cutout-status-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #83f2d8;
  transform: translate(-11px, -8px) scaleX(-1);
  transform-origin: center;
  -webkit-mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
  mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
}

.results-cutout-status-hero.results-cutout-masked {
  -webkit-mask: none;
  mask: none;
  filter: none;
}

.results-cutout-status-hero img {
  position: relative;
  z-index: 1;
  transform: scaleX(-1) translateX(-8%);
  transform-origin: center;
  object-position: 34% 48%;
  -webkit-mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
  mask: var(--results-cutout-mask) center / 100% 100% no-repeat;
}

.results-cutout-jagged {
  max-width: 252px;
  aspect-ratio: 1.595;
  clip-path: polygon(0 20%, 25% 0, 56% 10%, 84% 0, 100% 52%, 88% 100%, 12% 100%, 0 68%);
}

.results-cutout-angular {
  max-width: 212px;
  aspect-ratio: 0.894;
  clip-path: polygon(8% 16%, 38% 0, 100% 0, 100% 78%, 84% 100%, 0 100%, 0 34%);
}

.results-cutout-zigzag {
  max-width: 289px;
  aspect-ratio: 1.257;
  clip-path: polygon(0 16%, 28% 0, 54% 10%, 72% 0, 100% 22%, 88% 100%, 6% 100%);
}

.results-cutout-doge {
  max-width: 226px;
  aspect-ratio: 0.904;
  clip-path: polygon(14% 0, 78% 0, 100% 32%, 91% 100%, 0 100%, 0 16%);
}

.results-cutout-plain {
  max-width: 276px;
  aspect-ratio: 0.942;
  overflow: visible;
  box-shadow: none;
  clip-path: none;
}

.results-cutout-plain img {
  object-fit: contain;
}

.results-cutout-plain.results-cutout-masked {
  filter: none;
}

.results-cutout-wide {
  max-width: 330px;
  aspect-ratio: 1.587;
  clip-path: polygon(0 20%, 25% 0, 54% 0, 76% 14%, 100% 10%, 100% 88%, 8% 100%, 0 70%);
}

.results-cutout-wave {
  max-width: 361px;
  aspect-ratio: 1.104;
  clip-path: polygon(14% 0, 86% 0, 100% 20%, 88% 62%, 100% 100%, 8% 100%, 0 58%, 10% 36%);
}

.results-cutout-portrait {
  max-width: 261px;
  aspect-ratio: 0.847;
  clip-path: polygon(16% 0, 58% 4%, 100% 26%, 84% 62%, 100% 100%, 0 100%, 0 52%, 14% 40%);
  filter: drop-shadow(14px 10px 0 rgba(220, 80, 50, 0.3));
}

.results-cutout-message {
  max-width: 452px;
  aspect-ratio: 0.998;
  clip-path: polygon(0 26%, 14% 0, 54% 0, 72% 16%, 100% 24%, 100% 100%, 0 100%);
}

.results-section-distance .results-cutout-jagged,
.results-section-language .results-cutout-angular,
.results-section-voice .results-cutout-zigzag,
.results-section-trust .results-cutout-wide,
.results-section-trust .results-cutout-wave,
.results-section-improvement .results-cutout-portrait,
.results-section-message .results-cutout-message {
  clip-path: none;
  box-shadow: none;
  overflow: visible;
  filter: none;
}

.results-section-distance .results-cutout-jagged.results-cutout-masked,
.results-section-language .results-cutout-angular.results-cutout-masked,
.results-section-voice .results-cutout-zigzag.results-cutout-masked,
.results-section-trust .results-cutout-wide.results-cutout-masked,
.results-section-trust .results-cutout-wave.results-cutout-masked,
.results-section-improvement .results-cutout-portrait.results-cutout-masked,
.results-section-message .results-cutout-message.results-cutout-masked {
  -webkit-mask: none;
  mask: none;
  filter: none;
}

.results-section-distance .results-cutout-jagged img,
.results-section-language .results-cutout-angular img,
.results-section-voice .results-cutout-zigzag img,
.results-section-trust .results-cutout-wide img,
.results-section-trust .results-cutout-wave img,
.results-section-improvement .results-cutout-portrait img,
.results-section-message .results-cutout-message img {
  object-fit: contain;
  -webkit-mask: none;
  mask: none;
  filter: none;
}

.results-subhead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  margin-bottom: 18px;
}

.results-subhead-bottom {
  margin-top: 40px;
}

.results-chevron {
  display: inline-block;
  margin-left: 14px;
  font-size: 0.9em;
  vertical-align: top;
}

.results-bar-list {
  display: grid;
  gap: 26px;
}

.results-bar-list-status {
  gap: 14px;
}

.results-bar-row {
  display: grid;
  gap: 10px;
}

.results-bar-row-status {
  position: relative;
  --status-row-bleed: calc((100vw - 100%) / 2);
  gap: 0;
  min-height: 126px;
  padding-top: 0;
}

.results-bar-label {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
}

.results-bar-label-status {
  min-height: 0;
  z-index: 4;
  margin-bottom: 6px;
  margin-left: 194px;
  padding-top: 2px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 360ms ease 120ms,
    transform 720ms cubic-bezier(0.2, 0.84, 0.2, 1) 120ms;
}

.results-bar-row-status.is-active .results-bar-label-status {
  opacity: 1;
  transform: translateY(0);
}

.results-bar-row-status .results-heart-avatar {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  transform: translateY(10px);
  z-index: 5;
  transition:
    opacity 360ms ease 120ms,
    transform 720ms cubic-bezier(0.2, 0.84, 0.2, 1) 120ms;
}

.results-bar-row-status.is-active .results-heart-avatar {
  opacity: 1;
  transform: translateY(0);
}

.results-bar-label strong {
  font-size: clamp(1.55rem, 1.3rem + 0.6vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
}

.results-bar-label-status strong {
  font-size: clamp(1.62rem, 1.26rem + 0.72vw, 2.12rem);
  font-family: var(--font-results);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.02;
}

.results-heart-avatar {
  --results-heart-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 92'%3E%3Cpath fill='black' d='M50 91C47 88 0 50 0 22C0 9.8 9.8 0 22 0C31 0 39.4 5.4 50 18.2C60.6 5.4 69 0 78 0C90.2 0 100 9.8 100 22C100 50 53 88 50 91Z'/%3E%3C/svg%3E");
  position: relative;
  flex: 0 0 118px;
  width: 118px;
  height: 106px;
  overflow: visible;
}

.results-heart-avatar::before,
.results-heart-avatar::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-mask: var(--results-heart-mask) center / contain no-repeat;
  mask: var(--results-heart-mask) center / contain no-repeat;
}

.results-heart-avatar::before {
  background: #85f1d8;
  z-index: 0;
}

.results-heart-avatar::after {
  inset: 6px;
  background: rgba(254, 173, 255, 0.96);
  z-index: 1;
}

.results-heart-avatar img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
  -webkit-mask: var(--results-heart-mask) center / contain no-repeat;
  mask: var(--results-heart-mask) center / contain no-repeat;
  z-index: 2;
}

.results-bar-row-status .results-heart-avatar::before,
.results-bar-row-status .results-heart-avatar::after {
  display: none;
}

.results-bar-row-status .results-heart-avatar img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-mask: none;
  mask: none;
  filter: none;
}

.results-bar-row-status .results-heart-avatar {
  flex-basis: 124px;
  width: 124px;
  height: 112px;
  margin: 0;
}

.results-bar-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.results-bar-row-status .results-bar-meter {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  gap: 24px;
}

.results-bar-track {
  height: 54px;
  border-radius: 999px;
  background: rgba(255, 229, 252, 0.8);
  overflow: hidden;
}

.results-bar-row-status .results-bar-track {
  width: calc(100% + var(--status-row-bleed));
  margin-left: calc(var(--status-row-bleed) * -1);
  height: 40px;
  background: rgba(255, 231, 251, 0.9);
  overflow: visible;
}

.results-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 120, 164, 0.45) 0, rgba(255, 120, 164, 0) 28%),
    linear-gradient(90deg, #f74b00 0, #ff4f00 100%);
  transform: scaleX(0);
  transform-origin: left center;
  animation: resultsBarGrow 900ms cubic-bezier(0.18, 0.84, 0.2, 1) forwards;
}

.results-bar-fill-status {
  animation: none;
  box-shadow:
    inset 0 -5px 0 rgba(190, 26, 0, 0.16),
    0 0 22px rgba(255, 90, 68, 0.14);
  will-change: transform;
  position: relative;
  z-index: 1;
}

.results-bar-fill-mint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0) 22%),
    linear-gradient(90deg, #52efc3 0, #4be9ae 100%);
}

.results-bar-value {
  min-width: 78px;
  text-align: right;
  font-size: clamp(1.3rem, 1.15rem + 0.48vw, 1.85rem);
  font-weight: 800;
}

.results-bar-value-status {
  min-width: 92px;
  font-size: clamp(1.42rem, 1.2rem + 0.58vw, 2rem);
  font-family: var(--font-results);
  font-weight: 500;
  letter-spacing: 0.005em;
}

.results-section-status {
  min-height: calc(100svh - 220px);
  display: grid;
  align-content: start;
}

.results-stage-head-status {
  grid-template-columns: minmax(0, 1fr) 92px;
  min-height: 270px;
  gap: 0;
  margin-bottom: 18px;
}

.results-section-status .results-cutout-status-hero {
  position: absolute;
  top: 26px;
  left: -24px;
  max-width: 294px;
  margin-left: 0;
  box-shadow: none !important;
}

.results-section-status .results-stage-head h2 {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  position: relative;
  z-index: 3;
  max-width: none;
  margin-inline: 0;
  padding-left: 226px;
  font-size: clamp(4.15rem, 2.95rem + 3.1vw, 6.15rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.018em;
  text-align: left;
  justify-self: start;
  transform: translateY(10px);
}

.results-status-title-break {
  display: block;
  margin-top: 0.16em;
  margin-left: 1.68em;
}

.results-section-status .results-step-number {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  font-size: clamp(7.4rem, 5.5rem + 3.7vw, 9.8rem);
  line-height: 0.74;
}

.results-section-status .results-cutout {
  max-width: 230px;
  box-shadow:
    14px 0 0 #8ff6dc,
    0 14px 0 rgba(255, 255, 255, 0.82);
}

.results-rings-chart {
  width: min(100%, 1060px);
  margin: clamp(6px, 1.4vw, 18px) auto 0;
}

.results-distance-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.results-distance-chart-enter {
  opacity: 0;
  transform: translateY(16px) scale(0.94);
  transform-origin: 675px 538px;
  animation: resultsDistanceSceneIn 1200ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  will-change: opacity, transform;
}

.results-distance-ring {
  transform-origin: 675px 538px;
  filter: drop-shadow(0 8px 22px rgba(248, 74, 0, 0.04));
}

.results-distance-heart-shell-svg {
  transform-origin: 675px 538px;
  animation: resultsDistanceBeat 1700ms ease-in-out infinite 1s;
}

.results-distance-heart-svg {
  fill: #f84a00;
  transform-origin: 675px 538px;
}

.results-distance-callout-svg,
.results-trust-stat strong,
.results-reason-value,
.results-milestone-value,
.results-speech-bubble strong {
  color: #4f344f;
  font-family: var(--font-results);
}

.results-distance-value-svg {
  fill: #593050;
  font-family: var(--font-results);
  font-size: 84px;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.results-distance-label-svg {
  fill: #593050;
  font-family: var(--font-results);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.results-distance-callout-svg {
  opacity: 0;
  animation: resultsDistanceCalloutIn 560ms cubic-bezier(0.2, 0.84, 0.2, 1) forwards;
  will-change: opacity, transform;
}

.results-distance-line-svg {
  stroke: #593050;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.results-distance-dot-svg {
  fill: #593050;
}

.results-reason-flags-stage {
  width: 100%;
  height: var(--results-reason-stage-height, auto);
  display: flex;
  justify-content: center;
  overflow: visible;
}

.results-reason-flags {
  display: grid;
  width: var(--results-reason-row-width, 1002px);
  align-items: start;
  gap: 18px;
  transform: scale(var(--results-reason-scale, 1));
  transform-origin: top center;
}

.results-reason-item {
  display: grid;
  grid-template-rows: var(--results-reason-scene-height, 560px) var(--results-reason-label-height, 116px);
  justify-items: center;
  align-content: start;
  gap: 14px;
}

.results-reason-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  animation: resultsRise 780ms cubic-bezier(0.18, 0.84, 0.2, 1) forwards;
  animation-play-state: paused;
  will-change: opacity, transform;
}

.results-reason-reveal.is-visible {
  animation-play-state: running;
}

.results-reason-scene {
  position: relative;
  width: 186px;
  height: var(--results-reason-scene-height, 1060px);
}

.results-reason-value {
  position: absolute;
  left: calc(50% + 26px);
  bottom: calc(var(--results-pole-bottom, 152px) + var(--results-pole-height) + var(--results-value-gap, 126px));
  transform: translateX(-50%);
  z-index: 6;
  white-space: nowrap;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.results-reason-pole-assembly {
  position: absolute;
  left: 50%;
  bottom: var(--results-pole-bottom, 152px);
  width: 118px;
  height: calc(var(--results-pole-height) + 88px);
  transform: translateX(-50%);
  z-index: 4;
  overflow: visible;
}

.results-reason-stick {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6px;
  height: calc(var(--results-pole-height) + 28px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 251, 255, 0.98) 0%, rgba(252, 231, 251, 0.94) 100%);
  box-shadow: 0 0 0 1px rgba(255, 247, 255, 0.32);
  transform: translateX(-50%);
  transform-origin: bottom center;
  animation: resultsStemGrow 1560ms cubic-bezier(0.16, 0.9, 0.2, 1) both;
}

.results-reason-flag-shell {
  --results-flag-offset: -1px;
  position: absolute;
  left: 50%;
  bottom: calc(var(--results-pole-height) - 10px);
  width: 92px;
  height: 64px;
  overflow: visible;
  transform: translateX(var(--results-flag-offset)) translateY(0);
  transform-origin: left center;
  z-index: 5;
  filter:
    drop-shadow(7px 9px 10px rgba(240, 60, 0, 0.18))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.14));
  animation: resultsReasonFlagLift 1560ms cubic-bezier(0.16, 0.9, 0.2, 1) both;
}

.results-reason-flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 64px;
  display: block;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(180deg, #ff5b0f 0%, #f03c00 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform-origin: left center;
  animation: resultsReasonFlagWave 2600ms ease-in-out infinite 1320ms;
}

.results-reason-base-shell {
  position: absolute;
  left: 50%;
  bottom: var(--results-base-lift, 12px);
  width: 186px;
  height: 161px;
  transform: translateX(-50%);
  z-index: 2;
}

.results-reason-base {
  position: absolute;
  left: var(--results-base-left, 8px);
  top: var(--results-base-top, 5px);
  width: var(--results-base-width, 172px);
  height: var(--results-base-height, 149px);
  display: block;
  z-index: 1;
}

.results-reason-card-shell {
  position: absolute;
  left: var(--results-card-left, 0);
  top: var(--results-card-top, 34px);
  width: var(--results-card-width, 156px);
  height: var(--results-card-height, 129px);
  z-index: 3;
  overflow: visible;
}

.results-reason-card-shell-debug {
  outline: 1px dashed rgba(79, 52, 79, 0.48);
  outline-offset: 2px;
}

.results-reason-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f9e4f6;
  z-index: 2;
}

.results-reason-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.results-reason-item p {
  margin: 0;
  width: 186px;
  min-height: var(--results-reason-label-height, 116px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #4f344f;
  font-size: clamp(1.15rem, 1rem + 0.36vw, 1.5rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
}

.results-reason-debug-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: min(360px, calc(100vw - 20px));
  max-height: min(78vh, 840px);
  padding: 16px 16px 14px;
  display: grid;
  gap: 14px;
  overflow: auto;
  border: 1px solid rgba(79, 52, 79, 0.14);
  border-radius: 24px;
  background: rgba(255, 248, 255, 0.95);
  box-shadow: 0 24px 56px rgba(79, 52, 79, 0.2);
  backdrop-filter: blur(16px);
  color: #4f344f;
}

.results-reason-debug-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.results-reason-debug-panel-header strong,
.results-reason-debug-group h4 {
  font-family: var(--font-results);
  letter-spacing: -0.03em;
}

.results-reason-debug-panel-header strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
}

.results-reason-debug-panel-header p {
  margin: 4px 0 0;
  font-size: 0.82rem;
  line-height: 1.35;
}

.results-reason-debug-badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(240, 60, 0, 0.12);
  color: #f03c00;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.results-reason-debug-group {
  display: grid;
  gap: 10px;
}

.results-reason-debug-group h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 900;
}

.results-reason-debug-field {
  display: grid;
  gap: 7px;
}

.results-reason-debug-field-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 700;
}

.results-reason-debug-field-label strong {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.8rem;
  font-weight: 800;
}

.results-reason-debug-field-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 10px;
  align-items: center;
}

.results-reason-debug-field-inputs input[type="range"] {
  width: 100%;
  accent-color: #f03c00;
}

.results-reason-debug-field-inputs input[type="number"] {
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(79, 52, 79, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #4f344f;
  font-size: 0.88rem;
  font-weight: 700;
}

.results-reason-debug-actions {
  display: flex;
  gap: 10px;
}

.results-reason-debug-button {
  flex: 1 1 auto;
  min-height: 42px;
  border: 1px solid rgba(79, 52, 79, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: #4f344f;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.results-reason-debug-button-primary {
  border-color: rgba(240, 60, 0, 0.18);
  background: #f03c00;
  color: #fff3fb;
}

.results-reason-debug-copybox {
  width: 100%;
  min-height: 144px;
  resize: vertical;
  border: 1px solid rgba(79, 52, 79, 0.16);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #4f344f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.79rem;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .results-reason-debug-panel {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    max-height: 54vh;
    padding: 14px 14px 12px;
    border-radius: 20px;
  }

  .results-reason-debug-actions {
    flex-direction: column;
  }
}

.results-milestone-stage {
  width: 100%;
  height: var(--results-milestone-stage-height, auto);
  display: flex;
  justify-content: center;
  overflow: visible;
}

.results-milestones {
  display: grid;
  width: var(--results-milestone-row-width, 1002px);
  align-items: start;
  justify-items: center;
  gap: 18px;
  transform: scale(var(--results-milestone-scale, 1));
  transform-origin: top center;
}

.results-milestone {
  display: grid;
  grid-template-rows: var(--results-milestone-scene-height, 560px) var(--results-milestone-label-height, 116px);
  justify-items: center;
  align-content: start;
  gap: 14px;
}

.results-milestone-scene {
  position: relative;
  width: var(--results-milestone-shell-width, 186px);
  height: var(--results-milestone-scene-height, 560px);
}

.results-milestone-value {
  position: absolute;
  left: calc(50% + 26px);
  bottom: calc(var(--results-milestone-pole-bottom, 147px) + var(--results-pole-height) + var(--results-milestone-value-gap, 126px));
  transform: translateX(-50%);
  z-index: 6;
  white-space: nowrap;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.results-milestone-pole-assembly {
  position: absolute;
  left: 50%;
  bottom: var(--results-milestone-pole-bottom, 147px);
  width: 118px;
  height: calc(var(--results-pole-height) + 88px);
  transform: translateX(-50%);
  z-index: 4;
  overflow: visible;
}

.results-milestone-stick {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6px;
  height: calc(var(--results-pole-height) + 28px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 251, 255, 0.98) 0%, rgba(252, 231, 251, 0.94) 100%);
  box-shadow: 0 0 0 1px rgba(255, 247, 255, 0.32);
  transform: translateX(-50%);
  transform-origin: bottom center;
  animation: resultsStemGrow 860ms cubic-bezier(0.18, 0.84, 0.2, 1) both;
}

.results-milestone-flag-shell {
  --results-flag-offset: -1px;
  position: absolute;
  left: 50%;
  bottom: calc(var(--results-pole-height) - 10px);
  width: 92px;
  height: 64px;
  overflow: visible;
  transform: translateX(var(--results-flag-offset)) translateY(0);
  transform-origin: left center;
  z-index: 5;
  filter:
    drop-shadow(7px 9px 10px rgba(240, 60, 0, 0.18))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.14));
  animation: resultsReasonFlagLift 1560ms cubic-bezier(0.16, 0.9, 0.2, 1) both;
}

.results-milestone-flag {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(180deg, #ff5b0f 0%, #f03c00 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform-origin: left center;
  animation: resultsReasonFlagWave 2600ms ease-in-out infinite 1320ms;
}

.results-milestone-flag-shell-mint {
  filter:
    drop-shadow(7px 9px 10px rgba(84, 255, 184, 0.34))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.16));
}

.results-milestone-flag-mint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(180deg, #a6ffd8 0%, #54ffb8 100%);
}

.results-milestone-base-shell {
  position: absolute;
  left: 50%;
  bottom: var(--results-milestone-base-lift, 14px);
  width: var(--results-milestone-shell-width, 186px);
  height: var(--results-milestone-shell-height, 161px);
  transform: translateX(-50%);
  z-index: 2;
}

.results-milestone-base-shell-mint::before {
  content: "";
  position: absolute;
  left: var(--results-milestone-base-left, 8px);
  top: var(--results-milestone-base-top, 5px);
  width: var(--results-milestone-base-width, 172px);
  height: var(--results-milestone-base-height, 149px);
  background: linear-gradient(180deg, #54ffb8 0%, #ffffff 100%);
  -webkit-mask: url("/site/assets/results-figma/reason-base.svg") center / 100% 100% no-repeat;
  mask: url("/site/assets/results-figma/reason-base.svg") center / 100% 100% no-repeat;
  z-index: 1;
}

.results-milestone-base {
  position: absolute;
  left: var(--results-milestone-base-left, 8px);
  top: var(--results-milestone-base-top, 5px);
  width: var(--results-milestone-base-width, 172px);
  height: var(--results-milestone-base-height, 149px);
  display: block;
  z-index: 1;
}

.results-milestone-base-mint {
  opacity: 0;
}

.results-milestone-card-shell {
  position: absolute;
  left: var(--results-milestone-card-left, 8px);
  top: var(--results-milestone-card-top, 32px);
  width: var(--results-milestone-card-width, 147px);
  height: var(--results-milestone-card-height, 126px);
  z-index: 3;
}

.results-milestone-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f9e4f6;
  z-index: 2;
}

.results-milestone-card-mint {
  background: rgba(84, 255, 184, 0.24);
}

.results-milestone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.results-milestone p {
  margin: 0;
  width: var(--results-milestone-shell-width, 186px);
  min-height: var(--results-milestone-label-height, 116px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: clamp(1.15rem, 1rem + 0.36vw, 1.5rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  white-space: pre-line;
}

.results-bubble-field-shell {
  width: 100%;
}

.results-language-bubbles-stage {
  width: 100%;
  height: var(--results-language-stage-height, auto);
  display: flex;
  justify-content: center;
  overflow: visible;
}

.results-bubble-field {
  position: relative;
  width: var(--results-language-scene-width, 1120px);
  height: var(--results-language-scene-height, 720px);
  transform: scale(var(--results-language-scene-scale, 1));
  transform-origin: top center;
}

.results-speech-bubble {
  position: absolute;
  left: var(--results-bubble-left, 0);
  top: var(--results-bubble-top, 0);
  width: max(var(--results-bubble-width, 180px), var(--results-bubble-copy-width, 0px));
  text-align: center;
}

.results-speech-bubble-box {
  position: relative;
  width: var(--results-bubble-width, 180px);
  min-height: var(--results-bubble-total-height, 138px);
  isolation: isolate;
  overflow: visible;
}

.results-speech-bubble-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 18px 40px rgba(255, 255, 255, 0.1));
}

.results-speech-bubble-shape-fill {
  fill: rgba(255, 248, 252, 0.76);
}

.results-speech-bubble-shape-stroke {
  fill: none;
  stroke: rgba(255, 255, 255, 0.38);
  stroke-width: 1.3;
}

.results-speech-bubble-content {
  position: absolute;
  inset: 0 0 var(--results-bubble-tail-height, 18px) 0;
  padding:
    var(--results-bubble-padding-top, 20px)
    var(--results-bubble-padding-x, 24px)
    var(--results-bubble-padding-bottom, 18px);
  display: grid;
  place-items: center;
  z-index: 1;
}

.results-speech-bubble strong {
  font-size: var(--results-bubble-value-size, 56px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.065em;
  color: rgba(79, 74, 80, 0.9);
}

.results-speech-bubble-copy {
  display: block;
  color: rgba(79, 52, 79, 0.96);
  font-size: var(--results-bubble-label-size, 19px);
  font-weight: 800;
  line-height: 1.08;
}

.results-speech-bubble-copy-external {
  position: absolute;
  left: var(--results-bubble-copy-left, 0);
  top: calc(var(--results-bubble-height, 120px) + var(--results-bubble-tail-height, 18px) + var(--results-bubble-copy-offset-y, 24px));
  width: var(--results-bubble-copy-width, 220px);
  text-align: var(--results-bubble-copy-align, center);
}

.results-trust-visual {
  position: relative;
  margin-top: 60px;
}

.results-trust-stage {
  width: 100%;
  height: var(--results-trust-stage-height, 648px);
  display: flex;
  justify-content: center;
  overflow: visible;
}

.results-trust-scene {
  position: relative;
  flex: 0 0 auto;
  width: var(--results-trust-scene-width, 1437px);
  max-width: none;
  height: var(--results-trust-scene-height, 648px);
  margin: 0;
  aspect-ratio: auto;
  transform: scale(var(--results-trust-scene-scale, 1));
  transform-origin: top center;
}

.results-trust-layer-image {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transform: translateY(34px) scale(0.97);
  animation: resultsTrustLayerRise 720ms cubic-bezier(0.16, 0.86, 0.22, 1) both;
  animation-play-state: paused;
  will-change: opacity, transform;
}

.results-trust-layer-image-highlight {
  z-index: 2;
  mix-blend-mode: normal;
  opacity: 0.82;
}

.results-trust-visual.results-anim-item {
  opacity: 1;
  transform: none;
  animation: none;
}

.results-trust-visual.results-anim-item.is-visible .results-trust-layer-image {
  animation-play-state: running;
}

.results-trust-stat {
  --results-trust-line-width: 18%;
  --results-trust-value-x: 0%;
  --results-trust-value-y: 0%;
  --results-trust-label-x: 0%;
  --results-trust-label-y: 0%;
  --results-trust-label-width: 12%;
  --results-trust-line-x: 0%;
  --results-trust-line-y: 0%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
  transition-delay: 860ms;
}

.results-trust-visual.results-anim-item.is-visible .results-trust-stat {
  opacity: 1;
  transform: none;
}

.results-trust-value,
.results-trust-label-text,
.results-trust-line {
  position: absolute;
  margin: 0;
}

.results-trust-value {
  display: block;
  left: var(--results-trust-value-x);
  top: var(--results-trust-value-y);
  font-size: 79px;
  line-height: 0.92;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: -0.065em;
  transform: translateY(52px);
}

.results-trust-label-text {
  display: block;
  left: var(--results-trust-label-x);
  top: var(--results-trust-label-y);
  width: var(--results-trust-label-width);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.16;
  white-space: normal;
}

.results-trust-line {
  left: var(--results-trust-line-x);
  top: var(--results-trust-line-y);
  width: var(--results-trust-line-width);
  height: 2px;
  background: rgba(82, 53, 74, 0.9);
}

.results-trust-dot {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(82, 53, 74, 0.96);
  transform: translateY(-50%);
}

.results-trust-stat-left .results-trust-dot {
  right: -1px;
  transform: translate(50%, -50%);
}

.results-trust-stat-right .results-trust-dot {
  left: -1px;
  transform: translate(-50%, -50%);
}

.results-section-trust .results-subhead-bottom {
  margin-top: 22px;
}

@keyframes resultsTrustLayerRise {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.results-quote-shell {
  margin-top: 72px;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.results-quote-label {
  margin: 0;
  font-size: clamp(1.2rem, 1.05rem + 0.32vw, 1.55rem);
  font-weight: 900;
}

.results-quote-card {
  position: relative;
  width: min(100%, 900px);
  padding: 52px 68px 56px;
  border-radius: 72px;
  background: rgba(255, 250, 252, 0.96);
  text-align: center;
}

.results-quote-card blockquote {
  margin: 0;
  color: #0e0b0e;
  font-family: var(--font-display);
  font-size: clamp(3rem, 2.35rem + 2.1vw, 4.9rem);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 1;
}

.results-quote-copy {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 360ms ease,
    filter 360ms ease,
    transform 360ms ease;
  will-change: opacity, filter, transform;
}

.results-quote-copy.is-fading {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(4px) scale(0.988);
}

.results-quote-mark {
  position: absolute;
  color: var(--brand);
  font-family: var(--font-results);
  font-size: clamp(7rem, 5rem + 5vw, 10rem);
  font-weight: 900;
  line-height: 0.64;
}

.results-quote-mark-open {
  left: -112px;
  top: -28px;
}

.results-quote-mark-close {
  right: -118px;
  bottom: -38px;
}

.results-quote-avatars {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.results-quote-avatar {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 360ms ease, filter 360ms ease;
  will-change: opacity, filter;
}

.results-quote-avatar.is-fading {
  opacity: 0;
  filter: blur(3px);
}

.results-quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
  transform: scale(1);
}

.results-quote-avatar.is-fading img {
  transform: scale(0.985);
}

.results-message-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 62px 64px 58px;
  border-radius: 88px;
  background: rgba(255, 250, 252, 0.96);
  text-align: center;
}

.results-message-card p {
  margin: 0;
  color: #050405;
  font-family: var(--font-display);
  font-size: clamp(4rem, 3rem + 4vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.88;
}

.results-message-copy {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 360ms ease,
    filter 360ms ease,
    transform 360ms ease;
  will-change: opacity, filter, transform;
}

.results-message-copy.is-fading {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(6px) scale(0.988);
}

.results-anim-item {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  animation: resultsRise 780ms cubic-bezier(0.18, 0.84, 0.2, 1) forwards;
  animation-play-state: paused;
  will-change: opacity, transform;
}

.results-anim-item.is-visible {
  animation-play-state: running;
}

.results-anim-item .results-bar-fill,
.results-anim-item .results-milestone-stick,
.results-anim-item .results-milestone-flag-shell,
.results-anim-item .results-milestone-flag,
.results-anim-item .results-reason-pole-assembly,
.results-anim-item .results-reason-stick,
.results-anim-item .results-reason-flag-shell,
.results-anim-item .results-reason-flag,
.results-reason-reveal .results-reason-pole-assembly,
.results-reason-reveal .results-reason-stick,
.results-reason-reveal .results-reason-flag-shell,
.results-reason-reveal .results-reason-flag {
  animation-play-state: paused;
}

.results-anim-item.is-visible .results-bar-fill,
.results-anim-item.is-visible .results-milestone-stick,
.results-anim-item.is-visible .results-milestone-flag-shell,
.results-anim-item.is-visible .results-milestone-flag,
.results-anim-item.is-visible .results-reason-pole-assembly,
.results-anim-item.is-visible .results-reason-stick,
.results-anim-item.is-visible .results-reason-flag-shell,
.results-anim-item.is-visible .results-reason-flag,
.results-reason-reveal.is-visible .results-reason-pole-assembly,
.results-reason-reveal.is-visible .results-reason-stick,
.results-reason-reveal.is-visible .results-reason-flag-shell,
.results-reason-reveal.is-visible .results-reason-flag {
  animation-play-state: running;
}

@media (min-width: 1181px) {
  .results-page {
    padding-bottom: 44px;
  }

  .results-desktop-shell {
    position: relative;
    margin: 0 auto;
  }

  .results-desktop-canvas {
    position: absolute;
    inset: 0 auto auto 0;
    width: 1437px;
    transform-origin: top left;
  }

  .results-header {
    width: min(100%, 1437px);
    padding: 29px 28px 0;
  }

  .results-floating-header {
    width: min(calc(100vw - 56px), 1437px);
    padding: 12px 28px 16px;
  }

  .results-filter-top {
    grid-template-columns: 71px minmax(0, 1fr) 59px;
    gap: 24px;
  }

  .results-settings {
    width: 71px;
    height: 71px;
  }

  .results-close {
    width: 59px;
    height: 59px;
  }

  .results-filter-summary {
    min-height: 60px;
    padding: 11px 26px 13px;
    font-size: 23px;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .results-filter-panel {
    gap: 34px;
    padding-top: 6px;
  }

  .results-filter-row {
    grid-template-columns: 150px minmax(0, 1fr) 36px;
    gap: 30px;
  }

  .results-filter-row-location {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  .results-filter-label {
    font-size: 24px;
  }

  .results-filter-track-control {
    min-height: 92px;
  }

  .results-filter-track-line {
    top: 18px;
    height: 12px;
  }

  .results-filter-track-heart {
    width: 44px;
    height: 40px;
  }

  .results-filter-track-value {
    top: 48px;
    font-size: 19px;
  }

  .results-filter-clear {
    width: 36px;
    height: 36px;
  }

  .results-filter-input {
    min-height: 58px;
    font-size: 20px;
    padding-inline: 22px;
  }

  .results-filter-location-field {
    width: min(100%, 320px);
  }

  .results-filter-apply {
    min-height: 56px;
    font-size: 17px;
    padding-inline: 24px;
  }

  .results-story {
    width: min(100%, 1437px);
    gap: 68px;
    padding: 44px 28px 108px;
  }

  .results-stage-head {
    grid-template-columns: 244px 1fr 132px;
    gap: 0;
    min-height: 280px;
    margin-bottom: 34px;
  }

  .results-stage-head-center {
    grid-template-columns: 140px 1fr 282px;
  }

  .results-stage-head h2,
  .results-subhead h3 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 0.97;
  }

  .results-subhead h3 {
    font-size: 55px;
    line-height: 1.18;
  }

  .results-step-number,
  .results-step-number-left {
    font-size: 207px;
    line-height: 0.82;
    letter-spacing: -0.05em;
  }

  .results-cutout {
    max-width: 232px;
  }

  .results-cutout-status-hero {
    max-width: 270px;
    margin-left: -10px;
  }

  .results-cutout-status-hero::before {
    transform: translate(-10px, -8px) scaleX(-1);
  }

  .results-cutout-jagged {
    max-width: 252px;
  }

  .results-cutout-angular {
    max-width: 212px;
  }

  .results-cutout-zigzag {
    max-width: 294px;
  }

  .results-cutout-wide {
    max-width: 330px;
  }

  .results-cutout-wave {
    max-width: 362px;
  }

  .results-cutout-portrait {
    max-width: 262px;
  }

  .results-cutout-message {
    max-width: 454px;
  }

  .results-stage-head-status {
    grid-template-columns: minmax(0, 1fr) 148px;
    min-height: 332px;
    margin-bottom: 18px;
  }

  .results-section-status .results-cutout-status-hero {
    top: 26px;
    left: -18px;
    max-width: 324px;
    margin-left: 0;
  }

  .results-section-status .results-stage-head h2 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    max-width: none;
    font-size: 70px;
    font-weight: 900;
    line-height: 0.97;
    letter-spacing: -0.03em;
    padding-left: 242px;
    text-align: left;
    justify-self: start;
    transform: translateY(6px);
  }

  .results-status-title-break {
    margin-top: 0.18em;
    margin-left: 1.6em;
  }

  .results-section-status .results-step-number {
    font-size: 207px;
    line-height: 0.82;
  }

  .results-bar-list-status {
    gap: 18px;
  }

  .results-bar-row-status {
    --status-row-bleed: 262px;
    min-height: 126px;
  }

  .results-bar-label-status {
    margin-left: 174px;
    margin-bottom: 6px;
    padding-top: 0;
  }

  .results-bar-label-status strong {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.16;
  }

  .results-bar-row-status .results-heart-avatar {
    top: 10px;
    width: 126px;
    height: 118px;
  }

  .results-bar-row-status .results-bar-meter {
    margin-top: -6px;
    gap: 24px;
  }

  .results-bar-row-status .results-bar-track {
    height: 44px;
  }

  .results-bar-value-status {
    min-width: 88px;
    font-size: 25px;
    font-weight: 900;
  }

  .results-section-distance .results-stage-head {
    grid-template-columns: 102px 1fr 208px;
    min-height: 218px;
    gap: 14px;
    margin-bottom: 0;
  }

  .results-rings-chart {
    width: min(100%, 980px);
    min-height: 0;
    margin-top: 0;
  }

  .results-distance-label strong {
    font-size: 79px;
    font-weight: 900;
    line-height: 0.92;
  }

  .results-distance-label span {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.14;
  }

  .results-distance-label-top-left {
    --anchor-x: 49.8%;
    --anchor-y: 43.4%;
    --line-width: 204px;
    --label-width: 170px;
    --copy-offset-y: 96px;
  }

  .results-distance-label-mid-left {
    --anchor-x: 34.8%;
    --anchor-y: 51.7%;
    --line-width: 280px;
    --label-width: 186px;
    --copy-offset-y: 80px;
  }

  .results-distance-label-bottom-left {
    --anchor-x: 49.5%;
    --anchor-y: 74.9%;
    --line-width: 520px;
    --label-width: 184px;
    --copy-offset-y: 72px;
  }

  .results-distance-label-mid-right {
    --anchor-x: 77.4%;
    --anchor-y: 48.8%;
    --line-width: 370px;
    --label-width: 252px;
    --copy-x: calc(var(--anchor-x) + 154px);
    --copy-offset-y: 74px;
  }

  .results-distance-label-bottom-right {
    --anchor-x: 75.8%;
    --anchor-y: 82.5%;
    --line-width: 396px;
    --label-width: 252px;
    --copy-x: calc(var(--anchor-x) + 208px);
    --copy-offset-y: 70px;
  }

  .results-subhead {
    grid-template-columns: 300px 1fr;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .results-subhead-bottom {
    margin-top: 34px;
  }

  .results-reason-item p {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.16;
  }

  .results-reason-value,
  .results-milestone-value {
    font-size: 70px;
    line-height: 0.92;
  }

  .results-milestone p {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.16;
  }

  .results-section-language .results-stage-head {
    grid-template-columns: 240px 1fr 170px;
    min-height: 312px;
  }

  .results-section-voice .results-stage-head {
    grid-template-columns: 154px 1fr 318px;
    min-height: 298px;
  }

  .results-section-voice .results-bar-list-status {
    gap: 20px;
  }

  .results-section-voice .results-bar-row-status {
    min-height: 138px;
  }

  .results-section-trust .results-stage-head {
    grid-template-columns: 330px 1fr 166px;
    min-height: 252px;
    margin-bottom: 12px;
  }

  .results-trust-visual {
    min-height: 648px;
  }

  .results-trust-scene {
    margin-top: 0;
  }

  .results-trust-stat strong {
    font-size: 79px;
    line-height: 0.92;
  }

  .results-trust-stat span {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.16;
  }

  .results-section-improvement .results-stage-head {
    grid-template-columns: 152px 268px 1fr;
    min-height: 332px;
  }

  .results-quote-shell {
    margin-top: 86px;
    gap: 16px;
  }

  .results-quote-label {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
  }

  .results-quote-card {
    width: 960px;
    padding: 68px 92px 64px;
    border-radius: 74px;
  }

  .results-quote-card blockquote {
    font-size: 66px;
    letter-spacing: -0.034em;
    line-height: 1.04;
  }

  .results-quote-mark {
    font-size: 190px;
    line-height: 0.62;
  }

  .results-quote-mark-open {
    left: -162px;
    top: -34px;
  }

  .results-quote-mark-close {
    right: -170px;
    bottom: -36px;
  }

  .results-quote-avatars {
    gap: 26px;
    margin-top: -38px;
  }

  .results-quote-avatar {
    width: 168px;
    height: 168px;
  }

  .results-section-message .results-stage-head {
    grid-template-columns: 456px 1fr 150px;
    min-height: 420px;
  }

  .results-message-card {
    width: 1360px;
    padding: 96px 72px 88px;
    border-radius: 104px;
  }

  .results-message-card p {
    font-size: 146px;
    line-height: 0.99;
    letter-spacing: -0.042em;
  }
}

@keyframes resultsRise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes resultsBarGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes resultsStemGrow {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes resultsReasonFlagLift {
  from {
    opacity: 0.16;
    transform: translateX(var(--results-flag-offset, 3px)) translateY(calc(var(--results-pole-height) + 168px)) scale(0.88);
  }

  62% {
    opacity: 1;
    transform: translateX(var(--results-flag-offset, 3px)) translateY(-8px) scale(1.01);
  }

  to {
    opacity: 1;
    transform: translateX(var(--results-flag-offset, 3px)) translateY(0) scale(1);
  }
}

@keyframes resultsFlagWave {
  0% {
    transform: translateX(8px) skewY(0deg) scaleX(1);
  }

  50% {
    transform: translateX(8px) skewY(-4deg) scaleX(1.03);
  }

  100% {
    transform: translateX(8px) skewY(2deg) scaleX(0.98);
  }
}

@keyframes resultsReasonFlagWave {
  0% {
    transform: skewY(0deg) scaleX(1) scaleY(1);
  }

  24% {
    transform: skewY(-6deg) scaleX(1.06) scaleY(0.97);
  }

  52% {
    transform: skewY(2deg) scaleX(0.98) scaleY(1.02);
  }

  76% {
    transform: skewY(-3deg) scaleX(1.04) scaleY(0.99);
  }

  100% {
    transform: skewY(0deg) scaleX(1) scaleY(1);
  }
}

@keyframes resultsDistanceSceneIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes resultsDistanceCalloutIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes resultsDistanceBeat {
  0%,
  100% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.05);
  }

  18% {
    transform: scale(0.98);
  }

  28% {
    transform: scale(1.11);
  }

  40% {
    transform: scale(1);
  }
}

@media (max-width: 1240px) {
  .chat-brand {
    width: min(20vw, 250px);
  }

  .chat-collage {
    --chat-collage-width: min(60vw, 780px);
    left: 78px;
    bottom: 260px;
    width: var(--chat-collage-width);
    height: min(76vh, 700px);
  }

  .chat-thread-panel {
    width: 33.333%;
  }
}

@media (max-width: 980px) {
  .chat-scene {
    padding: 0;
  }

  .chat-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 7;
    width: auto;
    min-height: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 14px 14px 0;
  }

  .chat-outro-shell {
    padding: 128px 28px 40px 168px;
  }

  .chat-outro-layout {
    width: min(100%, 980px);
    grid-template-columns: minmax(160px, 210px) minmax(420px, 1fr);
    gap: 26px;
  }

  .chat-outro-visual {
    width: min(22vw, 210px);
  }

  .chat-outro-content {
    gap: 16px;
    max-width: 700px;
  }

  .chat-outro-title {
    max-width: 700px;
    font-size: clamp(2.15rem, 1.8rem + 0.9vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.04;
  }

  .chat-outro-action {
    padding: 10px 24px 8px;
    font-size: 1.05rem;
  }

  .chat-share-dialog {
    width: min(100%, 480px);
    padding: 18px 20px 18px;
    border-radius: 24px;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
  }

  .chat-collage {
    display: none;
  }

  .floating-heart-large {
    left: 80px;
    bottom: 102px;
    opacity: 0.92;
    width: 180px;
    height: 180px;
  }

  .floating-heart-large::before,
  .floating-heart-large::after {
    width: 180px;
    height: 180px;
  }

  .floating-heart-large::before {
    top: -90px;
  }

  .floating-heart-large::after {
    left: 90px;
  }

  .floating-heart-medium {
    display: none;
  }

  .floating-heart-small {
    display: none;
  }

  .chat-thread-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .thread-heart-echo {
    top: 60px;
    left: -2px;
    width: 82px;
    height: 82px;
  }

  .thread-heart-echo::before,
  .thread-heart-echo::after {
    width: 82px;
    height: 82px;
  }

  .thread-heart-echo::before {
    top: -41px;
  }

  .thread-heart-echo::after {
    left: 41px;
  }

  .thread-heart {
    left: 8px;
    top: 68px;
    width: 70px;
    height: 70px;
  }

  .thread-heart::before,
  .thread-heart::after {
    width: 70px;
    height: 70px;
  }

  .thread-heart::before {
    top: -35px;
  }

  .thread-heart::after {
    left: 35px;
  }

  .chat-brand.is-mobile-scrolled .brand-logo-hero {
    opacity: 0;
    transform: translateY(-220%);
    pointer-events: none;
  }

  .chat-brand > .site-nav {
    display: none;
  }

  .chat-footer-nav {
    display: none;
  }

  .mobile-menu-toggle,
  .mobile-menu-close {
    display: block;
  }

  .mobile-nav-shell {
    display: flex;
  }

  .message-scroll,
  .chat-controls {
    padding-right: 0;
  }

  .message-scroll {
    padding: 144px 14px 24px;
    scroll-padding-top: 144px;
    scroll-padding-bottom: 32px;
  }

  .message-list {
    gap: 8px;
    padding-top: 6px;
  }

  .message-bubble,
  .message-bubble-user {
    max-width: calc(100% - 36px);
    font-size: 1rem;
  }

  .chat-controls .response-panel {
    align-items: flex-end;
  }

  .chat-controls .response-option {
    width: auto;
    max-width: calc(100% - 36px);
  }

  .chat-page .nav-chip {
    width: 100%;
  }

  .answers-grid,
  .chart-card,
  .hearts-panel,
  .info-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-shell-desktop {
    display: none;
  }

  .about-mobile-shell {
    display: block;
    padding-bottom: 28px;
  }

  .chat-scene {
    padding: 0;
  }

  .chat-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 7;
    width: auto;
    min-height: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 14px 14px 0;
  }

  .chat-scene-outro {
    padding: 14px 14px 32px;
  }

  .chat-outro-shell {
    padding: 108px 16px 24px;
    align-items: flex-start;
  }

  .chat-outro-layout {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .chat-outro-visual {
    width: min(42vw, 176px);
  }

  .chat-outro-content {
    gap: 14px;
    max-width: min(100%, 500px);
  }

  .chat-outro-title {
    font-size: clamp(1.8rem, 1.48rem + 1.2vw, 2.3rem);
    max-width: min(100%, 500px);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.05;
  }

  .chat-outro-action {
    max-width: 100%;
    white-space: normal;
    padding: 8px 16px 7px;
    font-size: 1rem;
  }

  .chat-share-dialog {
    width: min(100%, 360px);
    padding: 16px 16px 15px;
    border-radius: 22px;
  }

  .chat-share-dialog-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .chat-share-dialog-action {
    width: 100%;
  }

  .chat-share-dialog-url {
    font-size: 0.86rem;
  }

  .brand-logo-hero {
    width: min(30vw, 150px);
    margin: 0 auto;
    transition:
      transform 240ms ease,
      opacity 220ms ease;
    will-change: transform, opacity;
  }

  .brand-logo-header {
    width: 132px;
  }

  .chat-brand.is-mobile-scrolled .brand-logo-hero {
    opacity: 0;
    transform: translateY(-220%);
    pointer-events: none;
  }

  .chat-brand > .site-nav {
    display: none;
  }

  .chat-footer-nav {
    display: none;
  }

  .mobile-menu-toggle,
  .mobile-menu-close {
    display: block;
  }

  .mobile-nav-shell {
    display: flex;
  }

  .chat-collage {
    display: none;
  }

  .floating-heart-large {
    left: 80px;
    bottom: 102px;
    opacity: 0.92;
  }

  .floating-heart-medium,
  .floating-heart-small {
    display: none;
  }

  .chat-thread-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .thread-heart-echo {
    top: 60px;
    left: -2px;
    width: 82px;
    height: 82px;
  }

  .thread-heart-echo::before,
  .thread-heart-echo::after {
    width: 82px;
    height: 82px;
  }

  .thread-heart-echo::before {
    top: -41px;
  }

  .thread-heart-echo::after {
    left: 41px;
  }

  .thread-heart {
    left: 8px;
    top: 68px;
    width: 70px;
    height: 70px;
  }

  .thread-heart::before,
  .thread-heart::after {
    width: 70px;
    height: 70px;
  }

  .thread-heart::before {
    top: -35px;
  }

  .thread-heart::after {
    left: 35px;
  }

  .message-scroll,
  .chat-controls {
    padding-right: 0;
  }

  .message-scroll {
    padding: 144px 14px 24px;
    scroll-padding-top: 144px;
    scroll-padding-bottom: 32px;
  }

  .chat-collage-label {
    font-size: clamp(1rem, 0.86rem + 0.8vw, 1.32rem);
  }

  .message-list {
    gap: 8px;
    padding-top: 6px;
  }

  .chat-scroll-jump {
    position: fixed;
    left: 50%;
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    z-index: 14;
  }

  .message-bubble,
  .message-bubble-user {
    max-width: calc(100% - 36px);
    font-size: 1rem;
  }

  .message-undo {
    --message-undo-size: 24px;
    height: 24px;
  }

  .chat-controls .response-panel {
    align-items: flex-end;
  }

  .chat-controls .response-option {
    width: auto;
    max-width: calc(100% - 36px);
  }

  .nav-chip {
    width: 100%;
  }

  .content-page {
    padding: 10px;
  }

  .devtools {
    right: 12px;
    bottom: 12px;
  }

  .devtools-panel {
    bottom: 68px;
    width: min(380px, calc(100vw - 24px));
    max-height: 72vh;
    padding: 14px;
  }

  .content-header,
  .summary-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .analysis-card {
    grid-template-columns: 1fr;
  }

  .analysis-badge {
    position: relative;
    top: 0;
    justify-self: start;
  }

  .answers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .results-header {
    width: calc(100% - 48px);
    padding: 28px 0 0;
  }

  .results-floating-header {
    width: calc(100vw - 48px);
    padding: 12px 0 16px;
  }

  .results-filter-top {
    grid-template-columns: 56px minmax(0, 1fr) 44px;
    gap: 18px;
  }

  .results-filter-summary {
    padding-inline: 22px;
  }

  .results-filter-row {
    grid-template-columns: 90px minmax(0, 1fr) 28px;
    gap: 18px;
  }

  .results-filter-row-location {
    grid-template-columns: 90px minmax(0, 1fr) auto;
  }

  .results-filter-label {
    font-size: 1.45rem;
  }

  .results-filter-input {
    width: 100%;
  }

  .results-filter-location-field {
    width: min(100%, 300px);
  }

  .results-filter-apply {
    min-height: 48px;
    font-size: 1rem;
    padding-inline: 22px;
  }

  .results-story {
    width: calc(100% - 48px);
    padding: 40px 0 86px;
  }

  .results-stage-head,
  .results-stage-head-center,
  .results-subhead {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .results-step-number,
  .results-step-number-left {
    order: -1;
    text-align: center;
  }

  .results-section-status {
    min-height: 0;
  }

  .results-stage-head-status {
    gap: 18px;
    margin-bottom: 14px;
  }

  .results-cutout-status-hero {
    max-width: 228px;
    margin-left: 0;
  }

  .results-cutout-status-hero::before {
    transform: translate(-9px, -7px) scaleX(-1);
  }

  .results-bar-list-status {
    gap: 12px;
  }

  .results-bar-label-status {
    margin-left: 24px;
  }

  .results-bar-row-status .results-heart-avatar {
    width: 110px;
    height: 100px;
    margin-left: -22px;
    margin-bottom: -10px;
  }

  .results-section-status .results-stage-head h2 {
    text-align: center;
    transform: translateY(-8px);
  }

  .results-status-title-break {
    margin-top: 0.12em;
    margin-left: 0;
  }

  .results-rings-chart,
  .results-trust-visual {
    min-height: auto;
  }

  .results-distance-core,
  .results-trust-stage {
    position: relative;
    left: auto;
    inset: auto;
    transform: none;
    margin: 0 auto 32px;
  }

  .results-distance-label {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }

  .results-rings-chart {
    display: grid;
    gap: 18px;
  }

  .results-distance-core {
    width: min(82vw, 640px);
    aspect-ratio: 1;
  }

  .results-distance-label {
    --line-width: 180px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
  }

  .results-distance-copy {
    position: static;
    width: auto;
  }

  .results-distance-line {
    position: relative;
    top: auto;
    left: auto;
    width: var(--line-width);
    transform: none;
    margin-bottom: 16px;
  }

  .results-distance-dot {
    top: 50%;
    right: -1px;
    left: auto;
    transform: translate(50%, -50%);
  }

  .results-distance-label-mid-right,
  .results-distance-label-bottom-right {
    flex-direction: row-reverse;
  }

  .results-distance-label-mid-right .results-distance-dot,
  .results-distance-label-bottom-right .results-distance-dot {
    right: auto;
    left: -1px;
    transform: translate(-50%, -50%);
  }

  .results-language-bubbles-stage {
    height: auto;
  }

  .results-bubble-field {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    height: auto;
    transform: none;
  }

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

  .results-speech-bubble {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .results-speech-bubble-box {
    width: 100%;
    min-height: clamp(112px, 18vw, 180px);
  }

  .results-speech-bubble-copy-external {
    position: static;
    width: auto;
    margin-top: 12px;
    padding-inline: 6px;
    text-align: center;
  }

}

@media (min-width: 761px) and (max-width: 1180px) {
  .results-stage-head-status {
    grid-template-columns: minmax(0, 1fr) 84px;
    align-items: center;
    gap: 0;
    min-height: 266px;
    margin-bottom: 16px;
  }

  .results-section-status .results-cutout-status-hero {
    top: 24px;
    left: -16px;
    max-width: 270px;
    margin-left: 0;
  }

  .results-section-status .results-stage-head h2 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    text-align: left;
    justify-self: start;
    padding-left: 210px;
    transform: translateY(6px);
  }

  .results-status-title-break {
    margin-top: 0.16em;
    margin-left: 1.58em;
  }

  .results-section-status .results-step-number {
    order: 0;
    align-self: end;
    text-align: right;
  }
}

@media (min-width: 761px) {
  .about-mobile-shell {
    display: none;
  }
}

@media (max-width: 760px) {
  .results-header {
    width: calc(100% - 28px);
    padding: 18px 0 0;
  }

  .results-floating-header {
    width: calc(100vw - 28px);
    padding: 10px 0 12px;
  }

  .results-filter-shell {
    gap: 18px;
  }

  .results-filter-top {
    grid-template-columns: 44px minmax(0, 1fr) 26px;
    gap: 12px;
  }

  .results-settings {
    width: 44px;
    height: 44px;
  }

  .results-close {
    width: 26px;
    height: 26px;
  }

  .results-filter-summary {
    min-height: 46px;
    padding: 10px 14px 11px;
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .results-filter-panel {
    gap: 18px;
    padding-top: 2px;
  }

  .results-filter-row {
    grid-template-columns: 64px minmax(0, 1fr) 24px;
    align-items: start;
    gap: 10px;
  }

  .results-filter-row-location {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .results-filter-label {
    font-size: 1rem;
    line-height: 1.1;
    padding-top: 6px;
  }

  .results-filter-track-control {
    min-height: 68px;
  }

  .results-filter-track-line {
    top: 14px;
    height: 10px;
  }

  .results-filter-track-heart {
    width: 34px;
    height: 30px;
  }

  .results-filter-track-value {
    top: 34px;
    font-size: 1rem;
  }

  .results-filter-clear {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .results-filter-location-group {
    gap: 10px;
  }

  .results-filter-location-field {
    width: 100%;
  }

  .results-filter-input {
    width: 100%;
    min-height: 46px;
    font-size: 0.95rem;
    padding-inline: 14px;
  }

  .results-filter-location-dropdown {
    top: calc(100% + 8px);
    max-height: 220px;
    padding: 8px;
    border-radius: 22px;
  }

  .results-filter-location-option,
  .results-filter-location-status {
    min-height: 42px;
    border-radius: 14px;
  }

  .results-filter-location-option {
    gap: 10px;
    padding: 10px 12px;
  }

  .results-filter-location-option-main {
    font-size: 0.9rem;
  }

  .results-filter-location-option-count {
    min-width: 28px;
    padding: 4px 7px;
    font-size: 0.76rem;
  }

  .results-filter-location-status {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .results-filter-apply {
    grid-column: 2 / 3;
    justify-self: end;
    min-height: 44px;
    margin-top: 2px;
    font-size: 0.95rem;
    padding-inline: 18px;
  }

  .results-story {
    gap: 66px;
    width: calc(100% - 28px);
    padding: 28px 0 72px;
  }

  .results-stage-head,
  .results-subhead {
    gap: 14px;
    min-height: 0;
    margin-bottom: 18px;
  }

  .results-stage-head h2,
  .results-subhead h3 {
    font-size: 2.2rem;
  }

  .results-stage-head-status {
    min-height: 168px;
    align-items: center;
    justify-items: start;
    margin-bottom: 14px;
  }

  .results-section-status .results-stage-head h2 {
    font-size: clamp(2.45rem, 2.05rem + 2.35vw, 3.55rem);
    width: 100%;
    padding-left: 88px;
    text-align: left;
    justify-self: stretch;
    line-height: 0.84;
    transform: translate(-6px, -4px);
  }

  .results-section-status .results-cutout-status-hero {
    top: 18px;
    left: -6px;
    max-width: 112px;
  }

  .results-cutout-status-hero::before {
    transform: translate(-6px, -5px) scaleX(-1);
  }

  .results-section-distance .results-stage-head,
  .results-section-language .results-stage-head,
  .results-section-voice .results-stage-head,
  .results-section-trust .results-stage-head,
  .results-section-improvement .results-stage-head,
  .results-section-message .results-stage-head,
  .results-subhead {
    position: relative;
    display: block;
    min-height: 142px;
    margin-bottom: 16px;
    text-align: left;
  }

  .results-section-distance .results-stage-head,
  .results-section-language .results-stage-head,
  .results-section-voice .results-stage-head,
  .results-section-trust .results-stage-head,
  .results-section-improvement .results-stage-head,
  .results-section-message .results-stage-head {
    padding-top: 30px;
  }

  .results-section-distance .results-stage-head h2,
  .results-section-language .results-stage-head h2,
  .results-section-voice .results-stage-head h2,
  .results-section-trust .results-stage-head h2,
  .results-section-improvement .results-stage-head h2,
  .results-section-message .results-stage-head h2,
  .results-subhead h3 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    line-height: 0.86;
  }

  .results-section-distance .results-stage-head .results-step-number,
  .results-section-language .results-stage-head .results-step-number,
  .results-section-voice .results-stage-head .results-step-number,
  .results-section-trust .results-stage-head .results-step-number,
  .results-section-improvement .results-stage-head .results-step-number,
  .results-section-message .results-stage-head .results-step-number,
  .results-section-distance .results-stage-head .results-step-number-left,
  .results-section-language .results-stage-head .results-step-number-left,
  .results-section-voice .results-stage-head .results-step-number-left,
  .results-section-trust .results-stage-head .results-step-number-left,
  .results-section-improvement .results-stage-head .results-step-number-left,
  .results-section-message .results-stage-head .results-step-number-left {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 3;
    order: 0;
    text-align: right;
    font-size: 3.85rem;
    line-height: 0.8;
  }

  .results-section-distance .results-stage-head .results-cutout,
  .results-section-language .results-stage-head .results-cutout,
  .results-section-voice .results-stage-head .results-cutout,
  .results-section-trust .results-stage-head .results-cutout,
  .results-section-improvement .results-stage-head .results-cutout,
  .results-section-message .results-stage-head .results-cutout,
  .results-subhead .results-cutout {
    position: absolute;
    z-index: 1;
    margin-left: 0;
  }

  .results-section-distance .results-stage-head h2,
  .results-section-voice .results-stage-head h2,
  .results-section-trust .results-stage-head h2 {
    padding-right: 92px;
    padding-left: 0;
  }

  .results-section-language .results-stage-head h2,
  .results-section-improvement .results-stage-head h2,
  .results-section-message .results-stage-head h2,
  .results-subhead h3 {
    padding-left: 92px;
    padding-right: 0;
  }

  .results-section-distance .results-cutout-jagged {
    top: 26px;
    right: -8px;
    max-width: 108px;
  }

  .results-section-language .results-cutout-angular {
    top: 20px;
    left: -8px;
    max-width: 88px;
  }

  .results-section-voice .results-cutout-zigzag {
    top: 20px;
    right: -10px;
    max-width: 116px;
  }

  .results-section-trust .results-cutout-wide {
    top: 22px;
    right: -6px;
    max-width: 130px;
  }

  .results-section-improvement .results-cutout-portrait {
    top: 18px;
    left: -8px;
    max-width: 92px;
  }

  .results-section-message .results-cutout-message {
    top: 18px;
    left: -6px;
    max-width: 114px;
  }

  .results-subhead {
    min-height: 124px;
  }

  .results-subhead .results-cutout {
    top: 14px;
    left: -8px;
    max-width: 100px;
  }

  .results-subhead .results-cutout-wave {
    max-width: 114px;
  }

  .results-step-number {
    font-size: 4.8rem;
  }

  .results-cutout,
  .results-cutout-wide,
  .results-cutout-portrait,
  .results-cutout-message {
    max-width: 180px;
  }

  .results-bar-label {
    align-items: flex-start;
  }

  .results-section-status .results-bar-list-status {
    gap: 10px;
    margin-top: 28px;
  }

  .results-section-voice .results-bar-list-status {
    gap: 10px;
  }

  .results-section-status .results-bar-row-status {
    min-height: 88px;
  }

  .results-section-voice .results-bar-row-status {
    min-height: 88px;
  }

  .results-section-status .results-bar-label-status {
    gap: 12px;
    margin-left: 96px;
    margin-bottom: 4px;
    padding-top: 4px;
  }

  .results-section-voice .results-bar-label-status {
    gap: 12px;
    margin-left: 96px;
    margin-bottom: 4px;
    padding-top: 4px;
  }

  .results-heart-avatar {
    flex-basis: 92px;
    width: 92px;
    height: 82px;
  }

  .results-heart-avatar img {
    inset: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }

  .results-section-status .results-bar-row-status .results-heart-avatar {
    top: 8px;
    width: 76px;
    height: 68px;
    margin-left: -2px;
    margin-bottom: -2px;
  }

  .results-section-voice .results-bar-row-status .results-heart-avatar {
    top: 8px;
    width: 76px;
    height: 68px;
    margin-left: -2px;
    margin-bottom: -2px;
  }

  .results-bar-label strong {
    font-size: 1.18rem;
  }

  .results-bar-track {
    height: 32px;
  }

  .results-bar-value {
    min-width: 52px;
    font-size: 1rem;
  }

  .results-section-status .results-bar-row-status .results-bar-meter {
    gap: 12px;
    margin-top: -4px;
  }

  .results-section-voice .results-bar-row-status .results-bar-meter {
    gap: 12px;
    margin-top: -4px;
  }

  .results-section-status .results-bar-row-status .results-bar-track {
    height: 20px;
  }

  .results-section-voice .results-bar-row-status .results-bar-track {
    height: 20px;
  }

  .results-section-status .results-bar-value-status {
    min-width: 48px;
    font-size: 0.95rem;
  }

  .results-section-voice .results-bar-value-status {
    min-width: 48px;
    font-size: 0.95rem;
  }

  .results-distance-core {
    width: 100%;
    max-width: 360px;
  }

  .results-section-language .results-language-bubbles-stage {
    height: var(--results-language-stage-height, auto);
    overflow: visible;
    padding-left: 18px;
    box-sizing: border-box;
  }

  .results-section-language .results-bubble-field {
    position: relative;
    display: block;
    width: var(--results-language-scene-width, 1120px);
    height: var(--results-language-scene-height, 720px);
    grid-template-columns: none;
    transform: translateX(-50px) scale(var(--results-language-scene-scale, 1));
    transform-origin: top left;
  }

  .results-section-language .results-speech-bubble {
    position: absolute;
    left: var(--results-bubble-left, 0);
    top: var(--results-bubble-top, 0);
    width: max(var(--results-bubble-width, 180px), var(--results-bubble-copy-width, 0px));
  }

  .results-section-language .results-speech-bubble-box {
    width: var(--results-bubble-width, 180px);
    min-height: var(--results-bubble-total-height, 138px);
  }

  .results-section-language .results-speech-bubble-copy-external {
    position: absolute;
    left: var(--results-bubble-copy-left, 0);
    top: calc(var(--results-bubble-height, 120px) + var(--results-bubble-tail-height, 18px) + var(--results-bubble-copy-offset-y, 24px));
    width: var(--results-bubble-copy-width, 220px);
    margin-top: 0;
    padding-inline: 0;
    text-align: var(--results-bubble-copy-align, center);
  }

  .results-trust-stage {
    width: min(100%, 680px);
  }

  .results-section-distance .results-reason-flags-stage,
  .results-section-trust .results-milestone-stage {
    margin-top: 18px;
  }

  .results-section-improvement .results-milestone-stage {
    margin-top: 30px;
  }

  .results-section-trust .results-milestone-stage {
    --results-milestone-value-gap: 36px;
  }

  .results-section-trust .results-milestone {
    gap: 14px;
  }

  .results-section-trust .results-milestone p {
    margin-top: 0;
  }

  .results-quote-card {
    padding: 28px 22px;
    border-radius: 34px;
  }

  .results-quote-card blockquote {
    font-size: 2.2rem;
    letter-spacing: -0.034em;
  }

  .results-quote-mark {
    font-size: 4.6rem;
    line-height: 0.72;
  }

  .results-quote-mark-open {
    left: -18px;
    top: -22px;
  }

  .results-quote-mark-close {
    right: -18px;
    bottom: -10px;
  }

  .results-quote-avatars {
    gap: 10px;
    margin-top: -16px;
  }

  .results-quote-avatar {
    width: 74px;
    height: 74px;
  }

  .results-message-card {
    width: 100%;
    padding: 34px 24px 32px;
    border-radius: 42px;
  }

  .results-message-card p {
    font-size: 3rem;
    letter-spacing: -0.036em;
  }
}

/* Submission counter */
.lt-submission-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  color: #111;
  pointer-events: none;
  user-select: none;
}

.lt-submission-counter--chat {
  margin: 18px 0 4px;
  align-self: flex-start;
}

.lt-submission-counter--results {
  margin: 24px auto 32px;
  width: 100%;
}

.lt-submission-counter--chat-mobile {
  position: absolute;
  top: 18px;
  left: auto;
  right: 72px;
  transform: none;
  z-index: 8;
  pointer-events: none;
  transition:
    transform 240ms ease,
    opacity 220ms ease;
  will-change: transform, opacity;
}

.chat-brand.is-mobile-scrolled ~ .chat-thread-panel .lt-submission-counter--chat-mobile {
  opacity: 0;
  transform: translateY(-220%);
  pointer-events: none;
}

.lt-submission-counter__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.lt-submission-counter__heart {
  position: relative;
  width: 112px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-submission-counter__heart svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.lt-submission-counter__heart svg.lt-heart-1 {
  width: 112px;
  height: 100px;
  transform-origin: 50% 50%;
  animation: lt-heart-pulse-outer 2.4s ease-in-out infinite;
}

.lt-submission-counter__heart svg.lt-heart-2 {
  width: 92px;
  height: 82px;
  transform-origin: 50% 50%;
  animation: lt-heart-pulse-mid 2.4s ease-in-out infinite;
}

.lt-submission-counter__heart svg.lt-heart-3 {
  width: 72px;
  height: 64px;
}

.lt-submission-counter__number {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 800;
  color: #111;
  line-height: 1;
  transform: translateY(1px);
  letter-spacing: 0.01em;
}

@keyframes lt-heart-pulse-outer {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.55;
  }
}

@keyframes lt-heart-pulse-mid {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-submission-counter__heart svg.lt-heart-1,
  .lt-submission-counter__heart svg.lt-heart-2 {
    animation: none;
  }
}

@media (max-width: 980px) {
  .thread-heart,
  .thread-heart-echo {
    display: none !important;
  }

  .chat-brand {
    align-items: flex-start !important;
  }

  .brand-logo-hero {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 720px) {
  .lt-submission-counter__label {
    font-size: 12px;
  }
  .lt-submission-counter__heart {
    width: 92px;
    height: 82px;
  }
  .lt-submission-counter__heart svg.lt-heart-1 {
    width: 92px;
    height: 82px;
  }
  .lt-submission-counter__heart svg.lt-heart-2 {
    width: 74px;
    height: 66px;
  }
  .lt-submission-counter__heart svg.lt-heart-3 {
    width: 58px;
    height: 52px;
  }
  .lt-submission-counter__number {
    font-size: 18px;
  }
  .lt-submission-counter--chat-mobile {
    top: 14px;
    right: 68px;
  }
}
