/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

:root {
  --wt-bg-primary: #FFF8EA;
  --wt-bg-secondary: #F5EAD6;
  --wt-surface-primary: #FFFDF6;
  --wt-surface-muted: #F8F0DF;
  --wt-border-subtle: #E4D4B7;
  --wt-text-primary: #173B3A;
  --wt-text-secondary: #5F6C69;
  --wt-text-tertiary: #A89F91;
  --wt-brand-camera: #F2B84B;
  --wt-brand-camera-pressed: #D9951E;
  --wt-action-why: #8FB577;
  --wt-action-why-light: #E8F1E1;
  --wt-action-show: #75B8C7;
  --wt-action-show-light: #E5F3F6;
  --wt-action-read: #6F5B9F;
  --wt-action-read-light: #EEE8F6;
  --wt-trust: #4F7E63;
  --wt-feedback-helpful: #D97863;
  --wt-warning: #B86B4F;
  --wt-shadow: 0 18px 40px rgba(93, 64, 24, 0.14);
  --wt-shadow-soft: 0 8px 20px rgba(93, 64, 24, 0.10);
  --wt-font-rounded: ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", "Avenir Next", "Arial Rounded MT Bold", system-ui, sans-serif;
}

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

html {
  background: var(--wt-bg-primary);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--wt-text-primary);
  background: var(--wt-bg-primary);
}

.wt-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(227, 212, 186, 0.82);
  background: rgba(255, 253, 248, 0.88);
  backdrop-filter: blur(14px);
}

.wt-site-nav,
.wt-main {
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
}

.wt-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
}

.wt-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  color: var(--wt-text-primary);
}

.wt-main {
  min-height: 100vh;
  padding: calc(env(safe-area-inset-top) + 1.05rem) 1rem calc(env(safe-area-inset-bottom) + 8.75rem);
}

.wt-eyebrow {
  color: var(--wt-text-secondary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wt-page-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 14.8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  color: var(--wt-text-primary);
}

.wt-page-title span {
  display: block;
}

.wt-title-line {
  display: block;
}

.wt-section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 2.7rem);
  font-weight: 800;
  line-height: 1.04;
}

.wt-copy {
  color: var(--wt-text-secondary);
  font-size: 1rem;
  line-height: 1.58;
}

.wt-card {
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  background: var(--wt-surface-primary);
  box-shadow: var(--wt-shadow-soft);
}

.wt-card-pad {
  padding: 1rem;
}

.wt-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--wt-shadow-soft);
}

.wt-icon-button {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.wt-icon-button img {
  width: 1.55rem;
  height: 1.55rem;
}

.wt-profile-pill {
  min-width: 10.8rem;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
  color: var(--wt-text-primary);
  text-decoration: none;
}

.wt-profile-pill > span {
  min-width: 0;
}

.wt-profile-pill__avatar {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.wt-profile-pill__name {
  display: block;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.05;
}

.wt-profile-pill__meta {
  display: block;
  max-width: 9.5rem;
  overflow-x: hidden;
  color: var(--wt-text-secondary);
  font-size: 0.94rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wt-profile-pill__chevron {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
}

.wt-profile-avatar-link {
  display: inline-flex;
  width: 3.35rem;
  height: 3.35rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.wt-profile-avatar-link .wt-profile-pill__avatar {
  width: 100%;
  height: 100%;
}

.wt-top-profile-switcher {
  display: flex;
  max-width: min(16.5rem, 66vw);
  justify-content: flex-end;
  gap: 0.58rem;
  overflow-x: auto;
  padding: 0.1rem 0.1rem 0.2rem;
  scrollbar-width: none;
}

.wt-top-profile-switcher::-webkit-scrollbar {
  display: none;
}

.wt-top-profile-switcher__form {
  flex: 0 0 auto;
}

.wt-top-profile-switcher__item {
  display: grid;
  width: 3.7rem;
  justify-items: center;
  gap: 0.26rem;
  color: var(--wt-text-secondary);
  cursor: pointer;
  text-align: center;
}

.wt-top-profile-switcher__item--selected {
  color: var(--wt-text-primary);
  cursor: default;
}

.wt-top-profile-switcher__avatar {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid rgba(227, 212, 186, 0.9);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  object-fit: cover;
  opacity: 0.45;
  filter: grayscale(0.3) saturate(0.72);
}

.wt-top-profile-switcher__item--selected .wt-top-profile-switcher__avatar {
  border-color: var(--wt-action-why);
  box-shadow: 0 0 0 2px rgba(255, 253, 248, 0.9), 0 2px 8px rgba(93, 64, 24, 0.14);
  opacity: 1;
  filter: none;
}

.wt-top-profile-switcher__name {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wt-home {
  position: relative;
  min-height: calc(100dvh - 1.05rem);
  overflow: clip;
  isolation: isolate;
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  padding: calc(env(safe-area-inset-top) + 1.35rem) 1rem calc(env(safe-area-inset-bottom) + 9.9rem);
}

.wt-home-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.wt-home-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 4.4vh, 2.7rem);
}

.wt-home-hero {
  position: relative;
  z-index: 1;
  min-height: clamp(23rem, 43vh, 27rem);
}

.wt-home-copy {
  max-width: min(17rem, 70vw);
}

.wt-green-rule {
  width: 3.1rem;
  height: 0.22rem;
  margin: 1.55rem 0 1.25rem;
  border-radius: 999px;
  background: var(--wt-action-why);
}

.wt-home-camera {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(16rem, 74vw);
  margin: clamp(-4.9rem, -6vh, -3.8rem) auto 0;
  justify-items: center;
  gap: 0.75rem;
}

.wt-home-camera-actions {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
}

.wt-home-camera-actions[hidden] {
  display: none;
}

.wt-camera-cta {
  display: flex;
  width: clamp(10.8rem, 42vw, 12rem);
  height: clamp(10.8rem, 42vw, 12rem);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0.42rem solid var(--wt-surface-primary);
  border-radius: 999px;
  color: var(--wt-text-primary);
  text-align: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 34% 24%, #FFE7A8 0%, var(--wt-brand-camera) 58%, #E5A735 100%);
  box-shadow: var(--wt-shadow);
  cursor: pointer;
}

.wt-camera-cta:active {
  background: var(--wt-brand-camera-pressed);
}

.wt-camera-cta img {
  width: 3.75rem;
  height: 3.75rem;
}

.wt-camera-cta span {
  font-size: 1.22rem;
  font-weight: 900;
}

.wt-camera-library-cta {
  display: inline-flex;
  width: min(14.5rem, 68vw);
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--wt-shadow-soft);
  cursor: pointer;
  font-weight: 850;
}

.wt-camera-library-cta:active {
  background: var(--wt-surface-muted);
}

.wt-camera-cta[disabled],
.wt-camera-library-cta[disabled] {
  opacity: 0.78;
  cursor: wait;
}

.wt-home-recent {
  position: relative;
  z-index: 2;
  margin-top: 12rem;
}

.wt-bottom-nav {
  position: fixed;
  right: 1rem;
  bottom: calc(env(safe-area-inset-bottom) + 0.8rem);
  left: 1rem;
  z-index: 40;
  display: grid;
  max-width: 430px;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.18rem;
  border: 1px solid rgba(255, 253, 248, 0.86);
  border-radius: 999px;
  padding: 0.28rem;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 1rem 2.2rem rgba(32, 45, 42, 0.16);
  backdrop-filter: blur(14px);
}

.wt-bottom-nav__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 4.35rem;
  border-radius: 999px;
  padding: 0.62rem 0.35rem 0.56rem;
  color: var(--wt-text-secondary);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
}

.wt-bottom-nav__item img {
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.9;
}

.wt-bottom-nav__item.is-active {
  color: var(--wt-text-primary);
  background: rgba(236, 223, 196, 0.66);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.72);
}

.wt-bottom-nav__item.is-active img {
  filter: none;
}

.wt-form {
  display: grid;
  gap: 0.9rem;
}

.wt-child-section {
  display: grid;
  gap: 0.9rem;
}

.wt-settings-index {
  position: relative;
  min-height: calc(100dvh - 1.05rem);
  display: grid;
  align-content: start;
  gap: 1rem;
  isolation: isolate;
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  overflow: clip;
  padding: calc(env(safe-area-inset-top) + 3.7rem) 1rem calc(env(safe-area-inset-bottom) + 10rem);
}

.wt-settings-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.wt-settings-head {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin-inline: auto;
  width: 100%;
}

.wt-settings-list {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 430px);
  margin-inline: auto;
  gap: 0.72rem;
}

.wt-settings-row {
  display: grid;
  min-height: 5.15rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.82rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 18px;
  padding: 0.82rem 0.9rem;
  color: var(--wt-text-primary);
  text-decoration: none;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 0.8rem 1.8rem rgba(47, 56, 52, 0.1);
  backdrop-filter: blur(10px);
}

.wt-settings-row--primary:active {
  transform: translateY(1px);
}

.wt-settings-row__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(143, 181, 119, 0.18);
}

.wt-settings-row__icon img {
  width: 1.38rem;
  height: 1.38rem;
}

.wt-settings-row__copy {
  min-width: 0;
}

.wt-settings-row strong,
.wt-settings-row small,
.wt-settings-delete-action strong,
.wt-settings-delete-action small {
  display: block;
}

.wt-settings-row strong,
.wt-settings-delete-action strong {
  font-size: 1.02rem;
  font-weight: 900;
}

.wt-settings-row small,
.wt-settings-delete-action small {
  margin-top: 0.18rem;
  color: var(--wt-text-secondary);
  font-size: 0.86rem;
  line-height: 1.35;
}

.wt-settings-icon-action {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--wt-shadow-soft);
  font-size: 0.92rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.wt-settings-icon-action img {
  width: 1.2rem;
  height: 1.2rem;
}

.wt-settings-danger-zone {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 430px);
  margin: min(19vh, 8.5rem) auto 0;
}

.wt-settings-delete-action {
  display: grid;
  min-height: 4.6rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  border-color: rgba(184, 107, 79, 0.45);
  border-radius: 18px;
  padding: 0.82rem 0.9rem;
  color: #7B382C;
  background: rgba(251, 233, 222, 0.82);
  box-shadow: var(--wt-shadow-soft);
  text-align: left;
  backdrop-filter: blur(10px);
}

.wt-settings-delete-action .wt-settings-row__icon {
  background: rgba(184, 107, 79, 0.13);
}

.wt-close-button {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--wt-shadow-soft);
}

.wt-close-button span {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.wt-close-button span::before,
.wt-close-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.15rem;
  height: 0.16rem;
  border-radius: 999px;
  background: var(--wt-text-primary);
}

.wt-close-button span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wt-close-button span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wt-child-profiles-page {
  display: grid;
  gap: 1.35rem;
  padding-top: 0.25rem;
}

.wt-child-profiles-header {
  display: grid;
  min-height: 3.8rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.wt-child-profiles-header .wt-section-title {
  max-width: min(18rem, calc(100vw - 6.5rem));
}

.wt-child-profiles-header__close {
  margin-top: 0.1rem;
}

.wt-profile-editor__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
}

.wt-profile-editor__avatar {
  width: 2rem;
  height: 2rem;
}

.wt-profile-editor__name {
  margin-top: 0.05rem;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
}

.wt-profile-editor__meta {
  margin-top: 0.12rem;
  color: var(--wt-text-secondary);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.3;
}

.wt-subsection-title {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
}

.wt-child-list {
  display: grid;
  gap: 0.75rem;
}

.wt-profile-switcher {
  display: grid;
  gap: 0.65rem;
}

.wt-profile-switcher__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wt-profile-switcher__list {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.2rem;
  scrollbar-width: none;
}

.wt-profile-switcher__list::-webkit-scrollbar {
  display: none;
}

.wt-profile-switcher__form {
  flex: 0 0 auto;
}

.wt-profile-switcher__item {
  display: grid;
  width: 4.4rem;
  justify-items: center;
  gap: 0.25rem;
  color: var(--wt-text-secondary);
  cursor: pointer;
  text-align: center;
}

.wt-profile-switcher__item--selected {
  color: var(--wt-text-primary);
  cursor: default;
}

.wt-profile-switcher__avatar {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid rgba(227, 212, 186, 0.95);
  border-radius: 999px;
  background: var(--wt-surface-primary);
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.82);
}

.wt-profile-switcher__item--selected .wt-profile-switcher__avatar {
  border-color: var(--wt-action-why);
  box-shadow: 0 0 0 2px rgba(79, 126, 99, 0.18);
  opacity: 1;
  filter: none;
}

.wt-profile-switcher__name {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wt-child-card-form {
  display: block;
}

.wt-child-card {
  display: grid;
  width: 100%;
  min-height: 4.35rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  padding: 0.72rem;
  color: var(--wt-text-primary);
  text-align: left;
  background: var(--wt-surface-primary);
  cursor: pointer;
}

.wt-child-card--selected {
  border-color: rgba(143, 181, 119, 0.8);
  background: var(--wt-action-why-light);
  cursor: default;
}

.wt-child-card__avatar {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.wt-child-card__copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.wt-child-card__copy strong {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
}

.wt-child-card__copy small {
  color: var(--wt-text-secondary);
  font-size: 0.88rem;
  font-weight: 700;
}

.wt-active-pill {
  border-radius: 999px;
  padding: 0.32rem 0.55rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
}

.wt-avatar-grid {
  display: grid;
  grid-template-columns: repeat(4, 2.75rem);
  gap: 0.5rem;
}

.wt-avatar-upload {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.wt-avatar-upload.is-uploading .wt-avatar-upload__button {
  opacity: 0.72;
  cursor: wait;
  pointer-events: none;
}

.wt-avatar-upload__button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  color: var(--wt-text-primary);
  background: var(--wt-brand-camera);
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.wt-avatar-upload__button--secondary {
  background: var(--wt-surface-primary);
}

.wt-avatar-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.wt-avatar-upload__status {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.68rem;
  border: 1px solid rgba(143, 181, 119, 0.42);
  border-radius: 8px;
  padding: 0.72rem 0.78rem;
  color: var(--wt-text-primary);
  background: rgba(232, 241, 225, 0.72);
}

.wt-avatar-upload__status[hidden] {
  display: none;
}

.wt-avatar-upload__status strong,
.wt-avatar-upload__status small {
  display: block;
}

.wt-avatar-upload__status strong {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.wt-avatar-upload__status small {
  margin-top: 0.1rem;
  color: var(--wt-text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.wt-avatar-upload__spinner {
  width: 1.35rem;
  height: 1.35rem;
  border: 3px solid rgba(23, 59, 58, 0.16);
  border-top-color: var(--wt-action-why);
  border-radius: 999px;
  animation: wt-spin 0.8s linear infinite;
}

@keyframes wt-spin {
  to {
    transform: rotate(360deg);
  }
}

.wt-avatar-option {
  position: relative;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  background: var(--wt-surface-primary);
  cursor: pointer;
}

.wt-avatar-option:has(.wt-avatar-option__input:checked) {
  border-color: var(--wt-brand-camera);
  box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.26);
}

.wt-avatar-option--generated {
  border-color: var(--wt-brand-camera);
  box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.26);
}

.wt-avatar-option__input {
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
  width: 0.7rem;
  height: 0.7rem;
  accent-color: var(--wt-action-why);
}

.wt-avatar-option__image {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  object-fit: cover;
}

.wt-avatar-option__selected-dot {
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid var(--wt-surface-primary);
  border-radius: 999px;
  background: var(--wt-action-why);
}

.wt-add-child-panel {
  margin-bottom: 1rem;
}

.wt-add-child-summary {
  display: grid;
  min-height: 3.1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background: var(--wt-brand-camera);
  box-shadow: 0 8px 18px rgba(93, 64, 24, 0.14);
  color: var(--wt-text-primary);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.wt-add-child-summary::-webkit-details-marker {
  display: none;
}

.wt-add-child-panel[open] .wt-add-child-summary {
  margin-bottom: 1rem;
}

.wt-add-child-panel[open] .wt-card-chevron {
  transform: rotate(90deg);
}

.wt-field {
  display: grid;
  gap: 0.45rem;
}

.wt-label {
  font-size: 0.86rem;
  font-weight: 800;
}

.wt-field-hint {
  color: var(--wt-text-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.wt-answer-style-select__hint {
  display: grid;
  gap: 0.08rem;
}

.wt-answer-style-select__hint strong {
  color: var(--wt-text-primary);
  font-weight: 850;
}

.wt-select-wrap {
  position: relative;
}

.wt-answer-style-select__control {
  appearance: none;
  padding-right: 2.6rem;
}

.wt-select-chevron {
  position: absolute;
  top: 50%;
  right: 0.95rem;
  width: 0.72rem;
  height: 0.72rem;
  border-right: 2px solid var(--wt-text-primary);
  border-bottom: 2px solid var(--wt-text-primary);
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.wt-input,
.wt-select,
.wt-file {
  width: 100%;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  color: var(--wt-text-primary);
  background: var(--wt-surface-primary);
  outline: none;
}

.wt-input,
.wt-select {
  min-height: 3.15rem;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
}

.wt-file {
  padding: 1.2rem;
  border-style: dashed;
  background: var(--wt-bg-primary);
}

.wt-native-camera-actions {
  display: grid;
  gap: 0.75rem;
}

.wt-native-camera-actions[hidden],
.wt-native-camera-status[hidden] {
  display: none;
}

.wt-native-camera-status {
  border: 1px solid rgba(117, 184, 199, 0.45);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  color: var(--wt-text-primary);
  background: var(--wt-action-show-light);
  font-size: 0.9rem;
  font-weight: 750;
}

.wt-native-camera-status--analyzing {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: calc(env(safe-area-inset-top) + 1.25rem) 1.25rem calc(env(safe-area-inset-bottom) + 1.25rem);
  background: rgba(23, 59, 58, 0.34);
  box-shadow: none;
  backdrop-filter: blur(3px);
}

.wt-native-camera-status--error {
  border-color: rgba(184, 107, 79, 0.45);
  background: #FBE9DE;
}

.wt-analysis-loader {
  display: grid;
  width: min(20.5rem, 88vw);
  grid-template-columns: 5.7rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  border: 1px solid rgba(228, 212, 183, 0.94);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 253, 246, 0.98);
  box-shadow: 0 1.35rem 3rem rgba(23, 59, 58, 0.24);
}

.wt-analysis-loader__scene {
  position: relative;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 36%, #FFF7D7 0 26%, #F4CB70 54%, #E3A844 100%);
}

.wt-analysis-loader__pip {
  position: absolute;
  right: 0.85rem;
  bottom: 0.32rem;
  width: 4rem;
  height: 4rem;
  animation: wt-pip-bob 1.45s ease-in-out infinite;
}

.wt-analysis-loader__magnifier {
  position: absolute;
  top: 0.88rem;
  left: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  transform-origin: 70% 74%;
  animation: wt-magnifier-search 1.45s ease-in-out infinite;
  filter: drop-shadow(0 0.18rem 0.18rem rgba(93, 64, 24, 0.18));
}

.wt-analysis-loader__clue {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: var(--wt-action-why);
  opacity: 0;
  animation: wt-clue-pop 1.45s ease-in-out infinite;
}

.wt-analysis-loader__clue--one {
  top: 0.9rem;
  right: 0.95rem;
}

.wt-analysis-loader__clue--two {
  top: 2.2rem;
  left: 0.78rem;
  animation-delay: 0.24s;
}

.wt-analysis-loader__clue--three {
  right: 1.32rem;
  bottom: 0.85rem;
  animation-delay: 0.48s;
}

.wt-analysis-loader__copy {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
  line-height: 1.25;
}

.wt-analysis-loader__copy strong {
  font-size: 1.18rem;
  font-weight: 900;
}

.wt-analysis-loader__copy span {
  color: var(--wt-text-secondary);
  font-size: 0.92rem;
  font-weight: 750;
}

.wt-analysis-loader__progress {
  position: relative;
  height: 0.62rem;
  overflow: hidden;
  grid-column: 1 / -1;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: rgba(143, 181, 119, 0.22);
}

.wt-analysis-loader__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wt-action-why), var(--wt-brand-camera), var(--wt-action-show));
  animation: wt-progress-scan 1.2s ease-in-out infinite;
}

@keyframes wt-pip-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-0.22rem) rotate(1.5deg);
  }
}

@keyframes wt-magnifier-search {
  0%,
  100% {
    transform: translate(0, 0) scale(0.92) rotate(-12deg);
  }

  45% {
    transform: translate(1.4rem, 0.3rem) scale(1.18) rotate(9deg);
  }

  72% {
    transform: translate(0.5rem, 1.3rem) scale(1.02) rotate(-4deg);
  }
}

@keyframes wt-clue-pop {
  0%,
  18%,
  100% {
    opacity: 0;
    transform: scale(0.6);
  }

  38%,
  68% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes wt-progress-scan {
  0% {
    transform: translateX(-95%);
  }

  100% {
    transform: translateX(215%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-analysis-loader__pip,
  .wt-analysis-loader__magnifier,
  .wt-analysis-loader__clue,
  .wt-analysis-loader__progress span {
    animation: none;
  }

  .wt-analysis-loader__clue {
    opacity: 1;
  }

  .wt-analysis-loader__progress span {
    transform: translateX(45%);
  }
}

.wt-input:focus,
.wt-select:focus,
.wt-file:focus {
  border-color: var(--wt-action-why);
  box-shadow: 0 0 0 3px rgba(143, 181, 119, 0.22);
}

.wt-button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: var(--wt-text-primary);
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.wt-button--camera {
  background: var(--wt-brand-camera);
  box-shadow: 0 8px 18px rgba(93, 64, 24, 0.14);
}

.wt-button__icon {
  width: 1.18rem;
  height: 1.18rem;
  flex: 0 0 auto;
}

.wt-button--why {
  background: var(--wt-action-why);
}

.wt-button--show {
  background: var(--wt-action-show);
  box-shadow: 0 8px 18px rgba(35, 106, 117, 0.12);
}

.wt-button--read {
  color: white;
  background: var(--wt-action-read);
}

.wt-button--secondary {
  border: 1px solid var(--wt-border-subtle);
  background: var(--wt-surface-primary);
}

.wt-button--danger {
  border: 1px solid rgba(184, 107, 79, 0.45);
  color: #7B382C;
  background: #FBE9DE;
}

.wt-error {
  border-radius: 8px;
  padding: 0.75rem;
  color: var(--wt-warning);
  background: #FFF3ED;
}

.wt-list {
  display: grid;
  gap: 0.85rem;
}

.wt-wonder-book {
  position: relative;
  overflow: clip;
  isolation: isolate;
  padding-top: 0;
}

.wt-wonder-book--native {
  min-height: 100dvh;
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  padding: calc(env(safe-area-inset-top) + 1.35rem) 1rem calc(env(safe-area-inset-bottom) + 9.8rem);
}

.wt-wonder-book__background {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.wt-wonder-book::after {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 58%;
  background: linear-gradient(180deg, rgba(255, 248, 234, 0), rgba(255, 248, 234, 0.42) 32%, rgba(255, 248, 234, 0.74) 100%);
  content: "";
  pointer-events: none;
}

.wt-wonder-book__topbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(1.15rem, 3.6vh, 2rem);
}

.wt-wonder-book__heading {
  margin-bottom: 1rem;
}

.wt-wonder-book__title {
  margin: 0;
  color: var(--wt-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 10vw, 3rem);
  font-weight: 900;
  line-height: 0.98;
  text-align: left;
}

.wt-wonder-book__heading .wt-green-rule {
  margin: 1rem 0 0;
}

.wt-wonder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.wt-wonder-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(2px);
}

.wt-wonder-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wt-wonder-card__image {
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  color: var(--wt-text-secondary);
  background: var(--wt-bg-secondary);
  object-fit: cover;
}

.wt-wonder-card__placeholder {
  font-size: 2rem;
  font-weight: 800;
}

.wt-wonder-card__body {
  min-width: 0;
  padding: 0.55rem 0.62rem 0.62rem;
}

.wt-wonder-card__name {
  overflow: hidden;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wt-wonder-card__date {
  margin: 0.2rem 0 0;
  color: var(--wt-text-secondary);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

.wt-wonder-actions {
  position: absolute;
  top: 0.44rem;
  right: 0.44rem;
  z-index: 3;
}

.wt-wonder-actions[open] {
  z-index: 8;
}

.wt-wonder-actions__trigger {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 59, 58, 0.14);
  border-radius: 999px;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 0.45rem 1rem rgba(48, 34, 12, 0.12);
  cursor: pointer;
  list-style: none;
}

.wt-wonder-actions__trigger::-webkit-details-marker {
  display: none;
}

.wt-wonder-actions__trigger span,
.wt-wonder-actions__trigger::before,
.wt-wonder-actions__trigger::after {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.wt-wonder-actions__trigger span {
  margin: 0 0.18rem;
}

.wt-wonder-actions__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 8.6rem;
  overflow: hidden;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 0.7rem 1.45rem rgba(48, 34, 12, 0.18);
}

.wt-wonder-actions__menu form {
  display: block;
}

.wt-wonder-actions__item {
  width: 100%;
  border: 0;
  padding: 0.72rem 0.9rem;
  color: var(--wt-text-primary);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: left;
}

.wt-wonder-actions__item--danger {
  color: #7B382C;
}

.wt-wonder-actions__item:focus-visible,
.wt-wonder-actions__item:hover {
  background: rgba(191, 88, 73, 0.1);
}

.wt-thumb {
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--wt-text-secondary);
  background: var(--wt-bg-secondary);
  object-fit: cover;
}

.wt-say-this {
  border-radius: 8px;
  padding: 1rem;
  color: var(--wt-text-primary);
  background: #FFE7A8;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.45;
}

.wt-analysis-panel,
.wt-show-panel,
.wt-why-panel {
  border-radius: 8px;
  padding: 1rem;
}

.wt-analysis-panel {
  border: 1px solid var(--wt-border-subtle);
  background: var(--wt-surface-muted);
}

.wt-show-panel {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(117, 184, 199, 0.5);
  background: var(--wt-action-show-light);
}

.wt-why-panel {
  background: var(--wt-action-why-light);
}

.wt-prompt-preview {
  border-radius: 8px;
  padding: 0.85rem;
  color: var(--wt-text-secondary);
  background: rgba(255, 253, 248, 0.74);
  font-size: 0.86rem;
  line-height: 1.45;
}

.wt-generated-image {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(117, 184, 199, 0.55);
  border-radius: 8px;
  background: var(--wt-surface-primary);
  object-fit: cover;
}

.wt-photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  background: var(--wt-surface-primary);
  box-shadow: var(--wt-shadow-soft);
}

.wt-photo-frame__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wt-object-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 253, 248, 0.96);
  border-radius: 999px;
  isolation: isolate;
  color: var(--wt-text-primary);
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 184, 75, 0.84) 0 31%, rgba(242, 184, 75, 0.5) 32% 51%, rgba(255, 253, 248, 0.26) 52% 100%);
  box-shadow:
    0 0 0 0.28rem rgba(255, 253, 248, 0.42),
    0 0.5rem 1.15rem rgba(23, 59, 58, 0.24);
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.72);
}

.wt-object-marker::before,
.wt-object-marker::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  pointer-events: none;
}

.wt-object-marker::before {
  inset: -0.48rem;
  border: 2px solid rgba(255, 253, 248, 0.82);
  background: rgba(255, 253, 248, 0.14);
}

.wt-object-marker::after {
  inset: 0.38rem;
  border: 0.18rem solid var(--wt-brand-camera);
  background: rgba(242, 184, 75, 0.22);
}

.wt-object-marker__number {
  position: relative;
  z-index: 1;
}
}

.wt-object-select {
  position: relative;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  min-height: calc(100dvh - 2rem);
  overflow: clip;
  isolation: isolate;
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  padding: calc(env(safe-area-inset-top) + 1.05rem) 1rem calc(env(safe-area-inset-bottom) + 9.1rem);
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.78) 0%, rgba(255, 248, 234, 0.96) 18rem, rgba(255, 248, 234, 0.88) 100%);
}

.wt-object-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -2;
  height: 6.2rem;
  background:
    radial-gradient(ellipse at 22% 24%, rgba(79, 126, 99, 0.28) 0 12%, transparent 13%),
    radial-gradient(ellipse at 75% 18%, rgba(79, 126, 99, 0.24) 0 15%, transparent 16%),
    radial-gradient(circle at 63% 42%, rgba(93, 64, 24, 0.16) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 34% 54%, rgba(93, 64, 24, 0.12) 0 0.18rem, transparent 0.2rem);
  opacity: 0.8;
  pointer-events: none;
}

.wt-object-select__path {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: min(34rem, 58dvh);
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.58;
  pointer-events: none;
}

.wt-object-select__back {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.05rem;
}

.wt-object-select__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: 0;
}

.wt-object-select__header .wt-section-title {
  max-width: 18rem;
  margin-top: 0;
  text-wrap: balance;
}

.wt-object-select__photo {
  border: 0.28rem solid rgba(255, 253, 248, 0.96);
  box-shadow: 0 16px 30px rgba(93, 64, 24, 0.16);
}

.wt-object-choices {
  display: grid;
  gap: 0.72rem;
  border-radius: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}

.wt-candidate-row {
  display: grid;
  width: 100%;
  min-height: 4.45rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.95rem;
  border: 2px solid rgba(242, 184, 75, 0.72);
  border-radius: 8px;
  padding: 0.78rem 1rem;
  color: var(--wt-text-primary);
  text-align: left;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.99), rgba(255, 243, 210, 0.94));
  box-shadow: 0 0.8rem 1.1rem rgba(93, 64, 24, 0.10), inset 0 0 0 1px rgba(255, 253, 248, 0.82);
}

.wt-candidate-row + .wt-candidate-row {
  border-top: 2px solid rgba(242, 184, 75, 0.72);
}

.wt-candidate-row:active {
  transform: translateY(1px);
  background:
    linear-gradient(180deg, rgba(255, 231, 168, 0.99), rgba(244, 191, 91, 0.9));
}

.wt-candidate-row__number {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(242, 184, 75, 0.96);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, #FFF8D8 0%, #FFFDF8 58%, #F8E5AD 100%);
  box-shadow: inset 0 0 0 0.14rem rgba(255, 253, 248, 0.88);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.wt-candidate-row__copy {
  min-width: 0;
}

.wt-candidate-row strong,
.wt-candidate-row small {
  display: block;
}

.wt-candidate-row strong {
  font-size: 1.12rem;
  font-weight: 900;
}

.wt-candidate-row small {
  margin-top: 0.22rem;
  color: var(--wt-text-secondary);
  font-size: 0.82rem;
  line-height: 1.35;
}

.wt-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.wt-actions-grid > form {
  display: contents;
}

.wt-result-shell {
  position: relative;
  display: flex;
  --wt-result-inset: clamp(1.2rem, 5vw, 1.5rem);
  min-height: calc(100vh - 8rem);
  flex-direction: column;
  overflow: clip;
  padding: 0.15rem 0 9rem;
}

.wt-result-shell--native {
  min-height: 100dvh;
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  padding: calc(env(safe-area-inset-top) + 1.25rem) 1.1rem calc(env(safe-area-inset-bottom) + 2.15rem);
}

.wt-result-shell > :not(.wt-result-background) {
  position: relative;
  z-index: 1;
}

.wt-result-shell > .wt-result-topbar {
  z-index: 80;
}

.wt-result-shell > .wt-result-topbar--onboarding-demo {
  z-index: 100;
}

.wt-result-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 112%;
  min-height: 112dvh;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.wt-result-topbar {
  position: sticky;
  top: calc(env(safe-area-inset-top) + 0.7rem);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: clamp(0.25rem, 1vh, 0.75rem);
}

.wt-result-topbar--onboarding-demo {
  justify-content: flex-end;
  z-index: 60;
}

.wt-result-topbar__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.wt-result-topbar__actions .wt-wonder-actions {
  position: relative;
  top: auto;
  right: auto;
}

.wt-result-back {
  width: 3.2rem;
  height: 3.2rem;
}

.wt-back-glyph {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-color: var(--wt-text-primary);
  border-style: solid;
  border-width: 0 0 0.22rem 0.22rem;
  transform: translateX(0.12rem) rotate(45deg);
}

.wt-card-chevron {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-color: var(--wt-text-primary);
  border-style: solid;
}

.wt-card-chevron {
  margin-left: auto;
  border-width: 0.22rem 0.22rem 0 0;
  transform: rotate(45deg);
}

.wt-result-hero {
  --wt-result-photo-size: min(60vw, 15.15rem);
  --wt-result-pip-size: min(31vw, 8rem);

  position: relative;
  min-height: var(--wt-result-photo-size);
  margin: 0.45rem 0 0.45rem;
}

.wt-result-photo-ring {
  position: relative;
  width: var(--wt-result-photo-size);
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: hidden;
  border: 0.34rem solid rgba(255, 253, 248, 0.98);
  border-radius: 999px;
  background: var(--wt-surface-muted);
  box-shadow: 0 18px 30px rgba(93, 64, 24, 0.14);
}

.wt-result-photo,
.wt-result-photo-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-result-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 231, 168, 0.9), transparent 42%),
    var(--wt-bg-primary);
}

.wt-result-photo-placeholder img {
  width: 42%;
  height: 42%;
}

.wt-result-photo-placeholder--branch-loading {
  background: radial-gradient(circle at 50% 42%, rgba(242, 184, 75, 0.3), rgba(255, 253, 248, 0.88) 62%);
}

.wt-result-loading-pip {
  width: min(58vw, 13rem);
}

.wt-result-pip {
  position: absolute;
  right: calc(50% - (var(--wt-result-photo-size) / 2) - clamp(2.2rem, 10vw, 2.8rem));
  bottom: calc(var(--wt-result-pip-size) * -0.25);
  width: var(--wt-result-pip-size);
  filter: drop-shadow(0 12px 18px rgba(23, 59, 58, 0.17));
  pointer-events: none;
}

.wt-result-summary {
  padding: clamp(1.05rem, 4vw, 1.35rem) var(--wt-result-inset) 0.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wt-onboarding-result-continue {
  display: grid;
  margin: 1.15rem var(--wt-result-inset) 0;
}

.wt-onboarding-result-continue .wt-button {
  min-height: 3.35rem;
  font-size: 1rem;
  font-weight: 950;
}

.wt-onboarding-result-continue--top {
  position: relative;
  z-index: 2;
  min-height: 2.8rem;
  padding-inline: 1.05rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 950;
  box-shadow: 0 0.42rem 1rem rgba(93, 64, 24, 0.14);
  pointer-events: auto;
  touch-action: manipulation;
}

.wt-result-eyebrow {
  color: var(--wt-text-secondary);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wt-result-title {
  display: inline;
  font-family: var(--wt-font-rounded);
  font-size: clamp(2.05rem, 9vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
  color: var(--wt-text-primary);
}

.wt-title-with-play {
  display: block;
}

.wt-title-with-play--result {
  max-width: 100%;
}

.wt-title-tail {
  white-space: nowrap;
}

.wt-inline-play {
  appearance: none;
  display: inline-flex;
  width: 0.86em;
  height: 0.86em;
  align-items: center;
  justify-content: center;
  margin-left: 0.22em;
  border: 0.055em solid rgba(143, 181, 119, 0.95);
  border-radius: 999px;
  color: var(--wt-text-primary);
  vertical-align: 0.02em;
  background: rgba(216, 232, 197, 0.6);
  box-shadow: 0 0.08em 0.18em rgba(93, 64, 24, 0.1);
  transform: translateY(-0.03em);
}

.wt-inline-play:disabled {
  cursor: wait;
  opacity: 0.72;
}

.wt-inline-play .wt-say-icon {
  width: 0.48em;
  height: 0.48em;
}

.wt-inline-play .wt-say-icon::before {
  border-top-width: 0.2em;
  border-bottom-width: 0.2em;
  border-left-width: 0.3em;
  transform: translateX(0.03em);
}

.wt-inline-play[data-state="playing"] .wt-say-icon::before,
.wt-say-primary[data-state="playing"] .wt-say-icon::before {
  width: 0.68rem;
  height: 0.74rem;
  border: solid currentColor;
  border-width: 0 0.22rem;
  transform: none;
}

.wt-inline-play[data-state="pending"] .wt-say-icon::before,
.wt-say-primary[data-state="pending"] .wt-say-icon::before {
  width: 0.86rem;
  height: 0.86rem;
  border: 0.14rem solid rgba(23, 59, 58, 0.28);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: wt-spin 820ms linear infinite;
  transform: none;
}

.wt-inline-play[data-state="playing"] .wt-say-icon::before {
  width: 0.34em;
  height: 0.38em;
  border-width: 0 0.11em;
}

.wt-inline-play[data-state="pending"] .wt-say-icon::before {
  width: 0.44em;
  height: 0.44em;
  border-width: 0.08em;
  border-top-color: currentColor;
}

.wt-inline-play[data-state="failed"] {
  color: var(--wt-warning);
}

.wt-inline-play--small {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.35rem;
  border-width: 0.08rem;
  flex: 0 0 auto;
  transform: translateY(-0.02rem);
}

.wt-speech-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

html.wt-modal-open,
html.wt-modal-open body {
  overflow: hidden;
}

.wt-read-aloud-modal[hidden] {
  display: none;
}

.wt-read-aloud-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: stretch;
  justify-items: center;
  padding: 0;
}

.wt-read-aloud-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 236, 170, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(17, 45, 46, 0.84), rgba(10, 30, 31, 0.9));
  backdrop-filter: blur(8px);
}

.wt-read-aloud-modal__panel {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100dvh;
  grid-template-rows: minmax(0, auto) auto auto auto;
  align-content: start;
  gap: clamp(0.7rem, 2.2vh, 0.95rem);
  overflow: auto;
  border: 0;
  border-radius: 0;
  padding: calc(env(safe-area-inset-top) + 3.2rem) clamp(1rem, 4vw, 1.35rem) calc(env(safe-area-inset-bottom) + 1.15rem);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(245, 249, 240, 0.76) 52%, rgba(245, 249, 240, 0.46)),
    url("/assets/brand/result-background-road-d7aaa0ce.png") center bottom / cover no-repeat,
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 249, 240, 0.98));
  box-shadow: none;
}

.wt-read-aloud-modal__close {
  position: absolute;
  top: calc(env(safe-area-inset-top) + 0.8rem);
  right: 1rem;
  z-index: 3;
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.74);
  border-radius: 999px;
  color: #FFFFFF;
  background: rgba(19, 42, 43, 0.62);
  box-shadow: 0 0.65rem 1.25rem rgba(23, 59, 58, 0.18);
}

.wt-read-aloud-modal__close-mark,
.wt-read-aloud-modal__close-mark::after {
  display: block;
  width: 1rem;
  height: 0.16rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.wt-read-aloud-modal__close-mark {
  transform: rotate(45deg);
}

.wt-read-aloud-modal__close-mark::after {
  transform: rotate(90deg);
}

.wt-read-aloud-modal__media {
  position: relative;
  width: min(100%, 30rem);
  margin-inline: auto;
  overflow: visible;
  border-radius: 999px;
}

.wt-read-aloud-modal__image {
  display: block;
  width: 100%;
  max-height: min(43dvh, 27rem);
  aspect-ratio: 1;
  object-fit: cover;
  border: 0.28rem solid rgba(255, 253, 248, 0.96);
  border-radius: 999px;
  background: var(--wt-surface-muted);
  box-shadow:
    0 1.15rem 2.1rem rgba(23, 59, 58, 0.18),
    0 0 0 0.08rem rgba(224, 202, 165, 0.58);
}

.wt-read-aloud-modal__image--placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 231, 168, 0.92), transparent 43%),
    var(--wt-bg-primary);
}

.wt-read-aloud-modal__image--placeholder img {
  width: 26%;
  height: auto;
}

.wt-read-aloud-modal__avatar {
  position: absolute;
  right: clamp(-0.8rem, -2.5vw, -0.25rem);
  bottom: clamp(-1.45rem, -4.5vw, -0.7rem);
  width: clamp(4rem, 18vw, 6.45rem);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 0.8rem 1rem rgba(23, 59, 58, 0.2));
}

.wt-read-aloud-modal__text {
  width: min(100%, 36rem);
  margin: 0;
  justify-self: center;
  color: #132A2B;
  font-family: var(--wt-font-rounded);
  font-size: clamp(1.24rem, 5.6vw, 1.72rem);
  font-weight: 850;
  line-height: 1.28;
  text-align: center;
}

.wt-read-aloud-modal__loading {
  position: relative;
  width: min(100%, 18rem);
  height: 0.52rem;
  justify-self: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(216, 199, 170, 0.5);
}

.wt-read-aloud-modal__loading span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8FB577, #F2B84B);
  animation: wt-read-aloud-loading 1.05s ease-in-out infinite;
}

.wt-read-aloud-modal__controls {
  display: flex;
  width: min(100%, 24rem);
  justify-self: center;
  justify-content: center;
  gap: 0.7rem;
}

.wt-read-aloud-modal__control {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(23, 59, 58, 0.14);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 0.55rem 1.1rem rgba(93, 64, 24, 0.12);
  font-family: var(--wt-font-rounded);
  font-size: 0.98rem;
  font-weight: 900;
}

.wt-read-aloud-modal__control--primary {
  min-width: 8.25rem;
  color: #FFFFFF;
  background: #173B3A;
  border-color: #173B3A;
}

.wt-read-aloud-modal__control:disabled {
  cursor: wait;
  opacity: 0.54;
}

.wt-read-aloud-modal__control-icon,
.wt-read-aloud-modal__restart-icon {
  position: relative;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.wt-read-aloud-modal__control-icon[data-icon="play"]::before {
  position: absolute;
  inset: 0.12rem 0.08rem;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent currentColor;
  border-style: solid;
  border-width: 0.44rem 0 0.44rem 0.72rem;
  content: "";
}

.wt-read-aloud-modal__control-icon[data-icon="pause"]::before {
  position: absolute;
  inset: 0.16rem 0.24rem;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0.18rem;
  content: "";
}

.wt-read-aloud-modal__restart-icon {
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7'/%3E%3Cpath d='M3 4v6h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wt-read-aloud-modal__restart-icon::after {
  content: none;
}

@keyframes wt-read-aloud-loading {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(85%);
  }

  100% {
    transform: translateX(250%);
  }
}

.wt-answer-text {
  margin-top: 1rem;
  color: #132A2B;
  font-family: var(--wt-font-rounded);
  font-size: clamp(1.2rem, 5vw, 1.44rem);
  line-height: 1.42;
}

.wt-concept-link {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  background-image: repeating-linear-gradient(
    to right,
    rgba(79, 126, 99, 0.72) 0,
    rgba(79, 126, 99, 0.72) 0.18em,
    transparent 0.18em,
    transparent 0.32em
  );
  background-position: 0 92%;
  background-repeat: repeat-x;
  background-size: 100% 0.12em;
  padding-bottom: 0.05em;
  -webkit-tap-highlight-color: rgba(143, 181, 119, 0.22);
}

.wt-concept-link--demo {
  position: relative;
  display: inline;
  border: 0;
  margin: 0;
  padding: 0 0 0.05em;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.wt-concept-note {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 0.62rem);
  z-index: 30;
  display: none;
  width: min(17rem, 78vw);
  border: 1px solid rgba(228, 212, 183, 0.96);
  border-radius: 12px;
  padding: 0.72rem 0.82rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 0.85rem 1.4rem rgba(49, 76, 80, 0.16);
  font-family: var(--wt-font-rounded);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.32;
  text-decoration: none;
  transform: translateX(50%);
}

.wt-concept-note::after {
  position: absolute;
  right: 50%;
  bottom: -0.44rem;
  width: 0.82rem;
  height: 0.82rem;
  border-right: 1px solid rgba(228, 212, 183, 0.96);
  border-bottom: 1px solid rgba(228, 212, 183, 0.96);
  background: rgba(255, 253, 248, 0.98);
  content: "";
  transform: translateX(50%) rotate(45deg);
}

.wt-concept-link--demo.is-open .wt-concept-note {
  display: block;
}

.wt-concept-link:focus-visible {
  border-radius: 0.18em;
  outline: 0.16rem solid rgba(143, 181, 119, 0.72);
  outline-offset: 0.12rem;
}

.wt-say-row {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.08rem;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--wt-text-primary);
  background: transparent;
}

.wt-say-primary,
.wt-subtle-icon-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: var(--wt-text-primary);
}

.wt-say-primary {
  min-height: 2.65rem;
  gap: 0.45rem;
  border: 1px solid rgba(239, 195, 101, 0.62);
  padding: 0.48rem 0.72rem;
  background: transparent;
  font-family: var(--wt-font-rounded);
  font-size: 1.04rem;
  font-weight: 850;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wt-say-primary:disabled {
  cursor: wait;
  opacity: 0.78;
}

.wt-say-primary[data-state="playing"] {
  border-color: rgba(117, 184, 199, 0.86);
  background: rgba(229, 243, 246, 0.88);
}

.wt-say-primary[data-state="failed"] {
  border-color: rgba(184, 107, 79, 0.46);
  color: var(--wt-warning);
}

.wt-say-icon {
  position: relative;
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wt-say-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.34rem solid transparent;
  border-bottom: 0.34rem solid transparent;
  border-left: 0.52rem solid currentColor;
  transform: translateX(0.05rem);
}

.wt-say-equalizer {
  display: none;
  height: 1.08rem;
  align-items: end;
  gap: 0.12rem;
}

.wt-say-equalizer span {
  display: block;
  width: 0.18rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.82;
}

.wt-say-equalizer span:nth-child(2) {
  height: 0.72rem;
}

.wt-say-equalizer span:nth-child(3) {
  height: 0.54rem;
}

.wt-say-primary[data-state="playing"] .wt-say-equalizer {
  display: inline-flex;
}

.wt-say-primary[data-state="playing"] .wt-say-equalizer span {
  animation: wt-equalizer 660ms ease-in-out infinite;
}

.wt-say-primary[data-state="playing"] .wt-say-equalizer span:nth-child(2) {
  animation-delay: 110ms;
}

.wt-say-primary[data-state="playing"] .wt-say-equalizer span:nth-child(3) {
  animation-delay: 220ms;
}

@keyframes wt-equalizer {
  0%,
  100% {
    transform: scaleY(0.58);
  }

  50% {
    transform: scaleY(1.2);
  }
}

@keyframes wt-spin {
  to {
    transform: rotate(360deg);
  }
}

.wt-say-secondary-actions {
  display: inline-flex;
  gap: 0.26rem;
  align-items: center;
}

.wt-subtle-icon-button {
  width: 1.85rem;
  height: 1.85rem;
  border: 0;
  background: transparent;
  opacity: 0.5;
}

.wt-subtle-icon-button img {
  width: 0.98rem;
  height: 0.98rem;
  filter: grayscale(1) saturate(0) brightness(0.58);
}

.wt-say-row__label {
  font-size: 1.06rem;
  font-weight: 850;
}

.wt-say-row__spacer {
  flex: 1;
  min-width: 0.5rem;
}

.wt-round-icon,
.wt-soft-icon,
.wt-follow-icon,
.wt-action-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wt-round-icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--wt-border-subtle);
  border-radius: 999px;
  background: var(--wt-surface-primary);
  box-shadow: var(--wt-shadow-soft);
}

.wt-round-icon--small {
  width: 2.22rem;
  height: 2.22rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wt-round-icon img,
.wt-soft-icon img {
  width: 1.34rem;
  height: 1.34rem;
}

.wt-soft-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-left: 1px solid rgba(218, 199, 167, 0.72);
}

.wt-follow-form,
.wt-action-tile-form {
  display: contents;
}

.wt-follow-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.92rem;
  margin-top: 0.92rem;
  border: 1px solid rgba(176, 201, 156, 0.78);
  border-radius: 8px;
  padding: 0.88rem 1rem;
  color: var(--wt-text-primary);
  text-align: left;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 18px rgba(93, 64, 24, 0.08);
  cursor: pointer;
}

.wt-follow-card--why {
  background: linear-gradient(180deg, rgba(246, 250, 241, 0.97), rgba(255, 253, 248, 0.94));
}

.wt-follow-icon {
  width: 3.45rem;
  height: 3.45rem;
}

.wt-follow-icon img {
  width: 3.08rem;
  height: 3.08rem;
}

.wt-follow-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.wt-follow-copy strong,
.wt-action-tile strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.2;
}

.wt-action-tile strong {
  font-size: 0.84rem;
  line-height: 1.12;
  white-space: normal;
}

.wt-follow-copy small,
.wt-action-tile small {
  display: block;
  color: var(--wt-text-secondary);
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.wt-detail-screen {
  margin-top: 1.25rem;
}

.wt-followup-panel {
  padding: 0;
}

.wt-followup-title {
  display: inline;
  margin: 0;
  color: var(--wt-text-primary);
  font-family: var(--wt-font-rounded);
  font-size: clamp(1.9rem, 7.2vw, 2.35rem);
  font-weight: 900;
  line-height: 1.06;
}

.wt-followup-copy {
  margin-top: 1rem;
  color: #132A2B;
  font-family: var(--wt-font-rounded);
  font-size: clamp(1.16rem, 4.75vw, 1.38rem);
  line-height: 1.42;
}

.wt-followup-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem 0 0;
  color: var(--wt-text-primary);
  font-family: var(--wt-font-rounded);
  font-size: clamp(1.02rem, 4.2vw, 1.2rem);
  font-weight: 850;
  line-height: 1.3;
}

.wt-followup-loading::before {
  width: 0.95rem;
  height: 0.95rem;
  border: 0.17rem solid rgba(23, 59, 58, 0.24);
  border-top-color: var(--wt-text-primary);
  border-radius: 999px;
  content: "";
  animation: wt-spin 0.8s linear infinite;
}

.wt-say-row--followup {
  margin-top: 1.15rem;
}

.wt-detail-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.wt-detail-head--center {
  margin-bottom: 0.55rem;
}

.wt-detail-pill {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.1;
}

.wt-detail-pill--why {
  border-color: rgba(143, 181, 119, 0.54);
  background: #D8E8C5;
}

.wt-detail-pill--show {
  border-color: rgba(117, 184, 199, 0.62);
  background: #CAE4EB;
}

.wt-detail-pill--ask {
  border-color: rgba(236, 193, 114, 0.72);
  background: #FCE2A2;
}

.wt-why-answer-card,
.wt-show-card,
.wt-pip-note {
  border: 1px solid var(--wt-border-subtle);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--wt-shadow-soft);
}

.wt-why-answer-card {
  overflow: hidden;
}

.wt-why-answer-card--custom {
  margin-bottom: 0.8rem;
}

.wt-why-copy {
  padding: 1.35rem 1.35rem 0.5rem;
  color: #12292B;
  font-size: 1.42rem;
  line-height: 1.55;
}

.wt-why-visual {
  position: relative;
  min-height: 8.5rem;
  overflow: hidden;
  margin: 0.15rem 0.8rem 0;
}

.wt-why-visual > img:first-child {
  position: absolute;
  right: -1rem;
  bottom: -1.8rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 9rem;
  object-fit: cover;
}

.wt-why-pip {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 5.4rem;
}

.wt-feedback-row {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 0.35rem;
  border-top: 1px solid rgba(227, 212, 186, 0.72);
  padding: 0.55rem 0.75rem;
  color: var(--wt-text-secondary);
  font-size: 0.92rem;
  font-weight: 700;
}

.wt-feedback-row span:first-child {
  margin-right: auto;
}

.wt-show-intro {
  margin: 0 0 0.7rem;
  color: #12292B;
  font-size: 1.12rem;
  font-weight: 800;
  text-align: center;
}

.wt-show-card {
  padding: 1rem;
}

.wt-show-media {
  margin-top: 1rem;
}

.wt-generated-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(117, 184, 199, 0.5);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  object-fit: contain;
}

.wt-diagram-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wt-diagram-step {
  display: grid;
  min-height: 4.6rem;
  grid-template-columns: 2rem 4.6rem 1fr;
  align-items: center;
  gap: 0.75rem;
}

.wt-step-number {
  display: inline-flex;
  width: 1.9rem;
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(35, 106, 117, 0.36);
  border-radius: 999px;
  color: white;
  background: #4C91A0;
  font-size: 0.96rem;
  font-weight: 900;
}

.wt-step-copy {
  color: #12292B;
  font-size: 1.03rem;
  font-weight: 750;
  line-height: 1.35;
}

.wt-step-art {
  position: relative;
  display: block;
  width: 4.6rem;
  height: 4.1rem;
}

.wt-step-art--1::before {
  position: absolute;
  top: 0.55rem;
  left: 0.45rem;
  width: 2.8rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #B8D5DC;
  box-shadow: 0.8rem -0.45rem 0 #9FC3CC, 1.55rem 0.05rem 0 #9FC3CC;
  content: "";
}

.wt-step-art--1::after {
  position: absolute;
  right: 0.9rem;
  bottom: 0.45rem;
  width: 0.35rem;
  height: 1.65rem;
  border-radius: 999px;
  background: #75B8C7;
  box-shadow: -1.1rem -0.15rem 0 #75B8C7, -2rem 0.15rem 0 #75B8C7;
  content: "";
}

.wt-step-art--2::before {
  position: absolute;
  inset: 0.8rem 0.55rem;
  border: 4px solid #5F4D39;
  border-radius: 8px;
  background: repeating-linear-gradient(45deg, #D8C7AA 0 0.25rem, #173B3A 0.25rem 0.42rem);
  content: "";
  transform: perspective(5rem) rotateX(20deg);
}

.wt-step-art--3::before {
  position: absolute;
  top: 1.3rem;
  left: 0.35rem;
  width: 3.8rem;
  height: 1.35rem;
  border: 4px solid #6F7773;
  border-radius: 999px;
  background: #D8D1C4;
  content: "";
}

.wt-step-art--3::after {
  position: absolute;
  right: 0.1rem;
  bottom: 0.45rem;
  width: 1.45rem;
  height: 1.45rem;
  border: 4px solid #6F7773;
  border-radius: 50%;
  background: #F3E8D6;
  content: "";
}

.wt-step-art--4::before {
  position: absolute;
  inset: 0.9rem 0.35rem;
  border-radius: 8px;
  background:
    linear-gradient(160deg, transparent 0 42%, rgba(255, 253, 248, 0.7) 42% 50%, transparent 50%),
    #75B8C7;
  content: "";
}

.wt-step-art--4::after {
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 3.2rem;
  height: 1.3rem;
  border-radius: 999px 999px 0 0;
  background: #8FB577;
  content: "";
}

.wt-pip-note {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.9rem;
  border-color: rgba(117, 184, 199, 0.4);
  padding: 0.65rem 0.9rem;
  background: #E5F3F6;
}

.wt-pip-note__image {
  width: 4.2rem;
  height: 4.2rem;
  object-fit: contain;
}

.wt-pip-note p {
  color: #12292B;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

.wt-result-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.88rem;
  margin-bottom: clamp(6.2rem, 16vh, 8.9rem);
}

.wt-followup-tabs {
  margin-top: 0.85rem;
  margin-bottom: clamp(6.2rem, 16vh, 8.9rem);
  padding-inline: var(--wt-result-inset);
}

.wt-followup-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.45rem;
}

.wt-followup-tab-form {
  display: block;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.wt-followup-tab {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  border: 1px solid rgba(218, 199, 167, 0.82);
  border-radius: 8px;
  padding: 0.52rem 0.45rem;
  color: var(--wt-text-primary);
  font-family: var(--wt-font-rounded);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.wt-followup-tab img {
  width: 1.22rem;
  height: 1.22rem;
}

.wt-followup-tab--why.is-active {
  border-color: rgba(143, 181, 119, 0.82);
  background: rgba(216, 232, 197, 0.36);
}

.wt-followup-tab--show.is-active {
  border-color: rgba(117, 184, 199, 0.82);
  background: rgba(202, 228, 235, 0.38);
}

.wt-followup-tab--ask.is-active {
  border-color: rgba(236, 193, 114, 0.86);
  background: rgba(252, 226, 162, 0.34);
}

.wt-followup-tab[disabled] {
  opacity: 0.78;
  cursor: wait;
}

.wt-followup-tab[disabled]::before {
  width: 0.95rem;
  height: 0.95rem;
  border: 0.17rem solid rgba(23, 59, 58, 0.28);
  border-top-color: var(--wt-text-primary);
  border-radius: 999px;
  content: "";
  animation: wt-spin 0.8s linear infinite;
}

.wt-action-tile {
  display: grid;
  min-width: 0;
  min-height: 5.25rem;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  gap: 0.42rem;
  border: 1px solid rgba(218, 199, 167, 0.86);
  border-radius: 8px;
  padding: 0.56rem 0.38rem 0.58rem;
  color: var(--wt-text-primary);
  text-align: center;
  text-decoration: none;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 8px 20px rgba(93, 64, 24, 0.09);
  cursor: pointer;
}

.wt-action-tile--why {
  border-color: rgba(176, 201, 156, 0.82);
  background: linear-gradient(180deg, rgba(246, 250, 241, 0.98), rgba(255, 253, 248, 0.94));
}

.wt-action-tile--show {
  border-color: rgba(154, 205, 217, 0.9);
  background: linear-gradient(180deg, rgba(242, 250, 251, 0.97), rgba(255, 253, 248, 0.95));
}

.wt-action-tile--camera {
  border-color: rgba(236, 193, 114, 0.78);
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(255, 253, 248, 0.94));
}

.wt-action-tile--other {
  border-color: rgba(236, 193, 114, 0.78);
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(255, 253, 248, 0.94));
}

.wt-result-action-grid .wt-card-chevron {
  display: none;
}

.wt-action-tile__icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(17, 57, 59, 0.18);
  border-radius: 999px;
  background: rgba(117, 184, 199, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.wt-action-tile--why .wt-action-tile__icon {
  border-color: rgba(116, 144, 76, 0.24);
  background: rgba(232, 241, 225, 0.96);
}

.wt-action-tile--show .wt-action-tile__icon {
  border-color: rgba(59, 132, 148, 0.22);
  background: rgba(117, 184, 199, 0.96);
}

.wt-action-tile--camera .wt-action-tile__icon {
  border-color: rgba(218, 151, 34, 0.42);
  background: linear-gradient(180deg, #FFE391, #F4B743);
}

.wt-action-tile--other .wt-action-tile__icon {
  border-color: rgba(218, 151, 34, 0.42);
  background: linear-gradient(180deg, #FFE391, #F4B743);
}

.wt-action-tile__icon img {
  width: 1.35rem;
  height: 1.35rem;
}

.wt-action-tile--camera .wt-action-tile__icon img {
  width: 1.32rem;
  height: 1.32rem;
}

.wt-custom-question {
  position: relative;
  min-width: 0;
}

.wt-custom-question > summary {
  list-style: none;
}

.wt-custom-question > summary::-webkit-details-marker {
  display: none;
}

.wt-custom-question-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  z-index: 5;
  width: min(20rem, calc(100vw - 2rem));
  border: 1px solid rgba(218, 199, 167, 0.92);
  border-radius: 8px;
  padding: 0.85rem;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 1rem 2.25rem rgba(93, 64, 24, 0.2);
}

.wt-custom-question-panel--inline {
  position: static;
  width: 100%;
  margin-top: 1rem;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.wt-custom-question-label {
  margin: 0;
  color: var(--wt-text-secondary);
  font-size: 0.96rem;
  font-weight: 900;
}

.wt-custom-question-heading {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.55rem;
  max-width: 100%;
}

.wt-custom-answer {
  margin-top: 1rem;
}

.wt-custom-answer-list .wt-custom-answer:first-child {
  margin-top: 0;
}

.wt-custom-question-form {
  display: grid;
  gap: 0.65rem;
}

.wt-custom-question-input {
  font-size: 1rem;
}

.wt-follow-card[disabled],
.wt-action-tile[disabled],
.wt-button[disabled] {
  opacity: 0.78;
  cursor: wait;
}

.wt-follow-card[disabled]::before,
.wt-action-tile[disabled]::before,
.wt-button[disabled]::before {
  width: 1rem;
  height: 1rem;
  border: 0.18rem solid rgba(23, 59, 58, 0.28);
  border-top-color: var(--wt-text-primary);
  border-radius: 999px;
  content: "";
  animation: wt-spin 0.8s linear infinite;
}

.wt-result-field {
  position: absolute;
  right: -1rem;
  bottom: -2.2rem;
  left: -1rem;
  z-index: 0;
  width: calc(100% + 2rem);
  height: 10rem;
  object-fit: cover;
  pointer-events: none;
}

.wt-penguin-test {
  display: grid;
  min-height: calc(100dvh - 2rem);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 2.2vh, 1.1rem);
  margin: calc(-1 * (env(safe-area-inset-top) + 1.05rem)) -1rem calc(-1 * (env(safe-area-inset-bottom) + 8.75rem));
  padding: calc(env(safe-area-inset-top) + 0.82rem) 1rem calc(env(safe-area-inset-bottom) + 8.85rem);
  background:
    radial-gradient(circle at 50% 20%, rgba(242, 184, 75, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(234, 247, 247, 0.9) 0%, rgba(255, 248, 234, 0.96) 54%, rgba(255, 253, 246, 1) 100%);
}

.wt-penguin-test__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.82rem;
}

.wt-penguin-test__back {
  width: 2.65rem;
  height: 2.65rem;
}

.wt-penguin-test__title {
  margin: 0.1rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 6.8vw, 2.58rem);
  font-weight: 900;
  line-height: 0.98;
}

.wt-penguin-test__stage {
  display: grid;
  min-height: clamp(18rem, 48vh, 25rem);
  place-items: center;
  margin: 0 -1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 227, 145, 0.55), transparent 27%),
    radial-gradient(circle at 50% 70%, rgba(143, 181, 119, 0.24), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(214, 237, 225, 0.52));
}

.wt-pip-avatar {
  --talk-energy: 0;
  --head-tilt: 0deg;
  --head-y: 0px;
  --head-scale: 1;
  --body-scale-x: 1;
  --body-scale-y: 1;
  --mouth-y: 0px;
  display: grid;
  place-items: center;
  width: min(76vw, 20.5rem);
  max-width: 100%;
  overflow: visible;
}

.wt-pip-avatar.wt-read-aloud-modal__avatar {
  width: clamp(8rem, 36vw, 12.9rem);
}

.wt-penguin-test__avatar {
  width: min(76vw, 20.5rem);
}

.wt-pip-avatar__puppet {
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 1.2rem 1.2rem rgba(23, 59, 58, 0.16));
}

.wt-penguin-shadow {
  fill: #D8C7AA;
  opacity: 0.55;
  transform-box: fill-box;
  transform-origin: center;
  animation: wt-penguin-shadow 3.8s ease-in-out infinite;
}

.wt-penguin-wing,
.wt-penguin-held-magnifier,
.wt-penguin-magnifier-anchor,
.wt-penguin-magnifier,
.wt-penguin-grip-hand,
.wt-penguin-grip-finger,
.wt-penguin-grip-thumb,
.wt-penguin-foot,
.wt-penguin-foot__toe,
.wt-penguin-eye,
.wt-penguin-character,
.wt-penguin-body-core,
.wt-penguin-front-cream-bridge,
.wt-penguin-head,
.wt-penguin-face-panel,
.wt-penguin-cheek,
.wt-penguin-mouth,
.wt-penguin-mouth-shape {
  transform-box: fill-box;
}

.wt-penguin-character {
  transform-origin: 50% 84%;
  animation: wt-penguin-bob 3.8s ease-in-out infinite;
}

.wt-penguin-body-core {
  transform-origin: 50% 82%;
  transition: transform 90ms linear;
}

.wt-penguin-foot {
  transform-origin: center;
}

.wt-penguin-foot__toe {
  transform-origin: center bottom;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-foot--left {
  animation: wt-penguin-foot-left 920ms ease-in-out infinite;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-foot--right {
  animation: wt-penguin-foot-right 920ms ease-in-out infinite;
}

.wt-penguin-head {
  transform-origin: 50% 70%;
  transition: transform 90ms linear;
}

.wt-penguin-mouth {
  transform-origin: center;
}

.wt-penguin-wing--left {
  transform-origin: 78% 36%;
}

.wt-penguin-wing--right {
  transform-origin: 18% 55%;
  transition: opacity 160ms ease, transform 160ms ease;
}

.wt-penguin-wing--right-talk,
.wt-penguin-wing-highlight--right-talk {
  opacity: 0;
}

.wt-penguin-wing-highlight--right {
  transform-box: fill-box;
  transform-origin: 18% 55%;
  transition: opacity 160ms ease, transform 160ms ease;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-character {
  animation: none;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-body-core {
  transform: scale(var(--body-scale-x), var(--body-scale-y));
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-head {
  transform: translateY(var(--head-y)) rotate(var(--head-tilt)) scale(var(--head-scale));
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-mouth {
  animation: wt-penguin-mouth-pulse 180ms ease-in-out infinite;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-wing--left {
  animation: wt-penguin-wing-left 680ms ease-in-out infinite;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-wing--right-idle,
.wt-pip-avatar[data-state="playing"] .wt-penguin-wing-highlight--right-idle {
  opacity: 0;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-wing--right-talk {
  opacity: 1;
  animation: wt-penguin-wing-explain 760ms ease-in-out infinite;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-wing-highlight--right-talk {
  opacity: 0.24;
  animation: wt-penguin-wing-explain 760ms ease-in-out infinite;
}

.wt-penguin-eye {
  transform-origin: center;
  animation: wt-penguin-blink 5.6s ease-in-out infinite;
}

.wt-penguin-eye--right {
  animation-delay: 80ms;
}

.wt-penguin-cheek {
  transform-origin: center;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-cheek {
  animation: wt-penguin-cheek 360ms ease-in-out infinite;
}

.wt-penguin-mouth-shape {
  opacity: 0;
  transition: opacity 54ms linear;
}

.wt-pip-avatar[data-mouth-shape="closed"] .wt-penguin-mouth-shape--closed,
.wt-pip-avatar[data-mouth-shape="small"] .wt-penguin-mouth-shape--small,
.wt-pip-avatar[data-mouth-shape="wide"] .wt-penguin-mouth-shape--wide,
.wt-pip-avatar[data-mouth-shape="round"] .wt-penguin-mouth-shape--round,
.wt-pip-avatar[data-mouth-shape="smile"] .wt-penguin-mouth-shape--smile {
  opacity: 1;
}

.wt-pip-avatar:not([data-state="playing"]) .wt-penguin-mouth-shape--closed {
  opacity: 1;
}

.wt-pip-avatar[data-state="pending"] .wt-penguin-magnifier {
  animation: wt-penguin-search 760ms ease-in-out infinite;
}

.wt-penguin-held-magnifier {
  transform-origin: 36% 58%;
}

.wt-penguin-magnifier-anchor {
  transform-origin: 44px 90px;
}

.wt-penguin-magnifier-handle {
  filter: drop-shadow(0 0.12rem 0.12rem rgba(93, 64, 24, 0.2));
}

.wt-penguin-magnifier-ring {
  filter: drop-shadow(0 0.12rem 0.14rem rgba(93, 64, 24, 0.2));
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-held-magnifier {
  animation: wt-penguin-prop-talk 1.1s ease-in-out infinite;
}

.wt-penguin-grip-hand {
  transform-origin: 58% 52%;
  filter: drop-shadow(0 0.16rem 0.12rem rgba(15, 40, 41, 0.18));
}

.wt-penguin-grip-finger,
.wt-penguin-grip-thumb {
  transform-origin: center;
}

.wt-pip-avatar[data-state="playing"] .wt-penguin-grip-hand {
  animation: wt-penguin-grip-hold 680ms ease-in-out infinite;
}

.wt-penguin-console {
  display: grid;
  gap: 0.7rem;
  max-width: 25.5rem;
  width: 100%;
  margin-inline: auto;
  border: 1px solid rgba(218, 199, 167, 0.9);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--wt-shadow-soft);
}

.wt-penguin-console__label {
  font-size: 0.84rem;
  font-weight: 850;
  color: var(--wt-text-primary);
}

.wt-penguin-console__textarea {
  width: 100%;
  min-height: 4.35rem;
  resize: vertical;
  border: 1px solid rgba(218, 199, 167, 0.95);
  border-radius: 8px;
  padding: 0.85rem;
  color: var(--wt-text-primary);
  background: #FFFDF8;
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
}

.wt-penguin-console__textarea:focus {
  border-color: rgba(117, 184, 199, 0.98);
  outline: 0.18rem solid rgba(117, 184, 199, 0.24);
}

.wt-penguin-console__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.wt-penguin-say-button {
  min-width: 10.8rem;
  min-height: 3rem;
  padding-inline: 0.95rem;
}

.wt-penguin-status {
  min-width: 0;
  margin: 0;
  color: var(--wt-text-secondary);
  font-size: 0.9rem;
  font-weight: 750;
}

@keyframes wt-penguin-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-0.8deg);
  }

  50% {
    transform: translateY(-0.42rem) rotate(0.8deg);
  }
}

@keyframes wt-penguin-shadow {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.55;
  }

  50% {
    transform: scaleX(0.9);
    opacity: 0.42;
  }
}

@keyframes wt-penguin-blink {
  0%,
  88%,
  92%,
  100% {
    transform: scaleY(1);
  }

  90% {
    transform: scaleY(0.08);
  }
}

@keyframes wt-penguin-wing-left {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(4deg) translateY(-0.08rem);
  }
}

@keyframes wt-penguin-wing-explain {
  0%,
  100% {
    transform: rotate(-3deg) translate(0, 0);
  }

  50% {
    transform: rotate(8deg) translate(0.28rem, -0.38rem);
  }
}

@keyframes wt-penguin-mouth-pulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(var(--mouth-y));
  }
}

@keyframes wt-penguin-cheek {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes wt-penguin-search {
  0%,
  100% {
    transform: rotate(-1deg);
  }

  50% {
    transform: rotate(2deg) translateY(-0.18rem);
  }
}

@keyframes wt-penguin-prop-talk {
  0%,
  100% {
    transform: rotate(-1deg);
  }

  50% {
    transform: rotate(1.5deg) translateY(-0.08rem);
  }
}

@keyframes wt-penguin-grip-hold {
  0%,
  100% {
    transform: rotate(-1deg) translateY(0);
  }

  50% {
    transform: rotate(1.5deg) translateY(-0.08rem);
  }
}

@keyframes wt-penguin-foot-left {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(-2.5deg) translateY(0.08rem);
  }
}

@keyframes wt-penguin-foot-right {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  50% {
    transform: rotate(2.5deg) translateY(0.08rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-penguin-shadow,
  .wt-penguin-character,
  .wt-penguin-eye,
  .wt-pip-avatar[data-state="pending"] .wt-penguin-magnifier,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-foot,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-mouth,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-wing,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-held-magnifier,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-grip-hand,
  .wt-pip-avatar[data-state="playing"] .wt-penguin-cheek {
    animation: none;
    transition: none;
  }
}

@keyframes wt-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 700px) {
  .wt-main {
    padding-inline: 0;
  }

  .wt-home {
    min-height: 42rem;
  }

  .wt-home-copy {
    max-width: 18rem;
  }
}

@media (max-width: 699px) {
  .wt-site-header {
    display: none;
  }

  .wt-home-copy {
    max-width: 13rem;
  }

  .wt-mascot {
    right: -1rem;
    width: min(52vw, 15rem);
  }
}

.wt-onboarding-body {
  background:
    linear-gradient(180deg, #FFF9EB 0%, #FFFFFF 42%, #F5FBF8 100%);
}

.wt-main--onboarding {
  max-width: none;
  min-height: 100dvh;
  padding: 0;
}

.wt-main--onboarding > .wt-error,
.wt-main--onboarding > .notice {
  max-width: 440px;
  margin: calc(env(safe-area-inset-top) + 0.75rem) auto 0;
}

.wt-onboarding-shell {
  display: grid;
  width: 100%;
  max-width: 460px;
  min-height: 100dvh;
  margin-inline: auto;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(1.2rem, 3.2vh, 1.9rem);
  padding: calc(env(safe-area-inset-top) + 1rem) 1.18rem calc(env(safe-area-inset-bottom) + 1.1rem);
}

.wt-onboarding-topbar {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wt-onboarding-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--wt-text-primary);
  font-size: 1rem;
  font-weight: 950;
}

.wt-onboarding-brand__mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
}

.wt-onboarding-progress {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-left: auto;
}

.wt-onboarding-progress__dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(95, 108, 105, 0.24);
  transition: width 180ms ease, background 180ms ease;
}

.wt-onboarding-progress__dot.is-active {
  width: 1.35rem;
  background: var(--wt-text-primary);
}

.wt-onboarding-progress__dot.is-complete {
  background: var(--wt-action-why);
}

.wt-onboarding-form {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
}

.wt-onboarding-step {
  display: grid;
  min-height: 0;
  align-content: center;
  gap: clamp(1.3rem, 4vh, 2.15rem);
  padding-bottom: 0.35rem;
}

.wt-onboarding-step[hidden] {
  display: none;
}

.wt-onboarding-step--intro {
  align-content: start;
  gap: clamp(1rem, 2.45vh, 1.28rem);
}

.wt-onboarding-step--intro .wt-onboarding-copyblock {
  gap: 0;
}

.wt-onboarding-step--intro .wt-onboarding-title {
  max-width: 8.6em;
  font-size: clamp(2.8rem, 12.4vw, 4.25rem);
}

.wt-onboarding-step--learning {
  align-content: start;
  gap: clamp(1rem, 2.8vh, 1.45rem);
}

.wt-onboarding-step--learning .wt-onboarding-copyblock {
  gap: 0;
}

.wt-onboarding-step--learning .wt-onboarding-title {
  max-width: 8.2em;
  font-size: clamp(3rem, 13.2vw, 4.4rem);
}

.wt-onboarding-learning-art {
  box-sizing: border-box;
  width: min(22.3rem, 100%);
  justify-self: center;
  padding: clamp(0.35rem, 1.8vw, 0.7rem);
}

.wt-onboarding-learning-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.wt-onboarding-step--profile {
  align-content: start;
  gap: clamp(0.82rem, 2vh, 1.08rem);
}

.wt-onboarding-step--profile .wt-onboarding-copyblock {
  gap: 0;
}

.wt-onboarding-step--profile .wt-onboarding-title {
  max-width: 8.6em;
  font-size: clamp(2.72rem, 11.6vw, 4rem);
}

.wt-onboarding-visual {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 0.7rem;
}

.wt-onboarding-proof {
  display: grid;
  width: 100%;
  max-width: 23rem;
  justify-self: center;
  gap: 0;
}

.wt-onboarding-proof__photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(228, 212, 183, 0.94);
  border-radius: 8px;
  aspect-ratio: 1.75;
  background: #E8F1E1;
  box-shadow: var(--wt-shadow-soft);
}

.wt-onboarding-proof__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wt-onboarding-proof__answer {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(19rem, 86%);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  margin-top: -1.1rem;
  margin-left: 0.6rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 8px;
  padding: 0.62rem 0.72rem;
  background: rgba(255, 253, 248, 0.97);
  box-shadow:
    0 1rem 1.8rem rgba(93, 64, 24, 0.12),
    0 0.2rem 0.65rem rgba(49, 76, 80, 0.08);
}

.wt-onboarding-proof__pip {
  width: 2.72rem;
  height: 2.72rem;
  border-radius: 8px;
}

.wt-onboarding-proof__answer small,
.wt-onboarding-proof__answer strong {
  display: block;
}

.wt-onboarding-proof__answer small {
  color: var(--wt-text-secondary);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.05;
}

.wt-onboarding-proof__answer strong {
  margin-top: 0.08rem;
  color: var(--wt-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 5.5vw, 1.95rem);
  font-weight: 900;
  line-height: 0.98;
}

.wt-onboarding-proof__sound {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(216, 232, 197, 0.78);
}

.wt-onboarding-proof__sound img {
  width: 1.05rem;
  height: 1.05rem;
}

.wt-onboarding-show-card {
  overflow: hidden;
  display: block;
  width: min(19.6rem, 89%);
  justify-self: end;
  margin-top: 0.58rem;
  border: 1px solid rgba(143, 181, 119, 0.72);
  border-radius: 8px;
  padding: 0.36rem;
  background:
    linear-gradient(180deg, rgba(246, 251, 241, 0.96), rgba(255, 253, 248, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(242, 184, 75, 0.2), transparent 30%);
  box-shadow:
    0 0 0 3px rgba(143, 181, 119, 0.13),
    0 0.75rem 1.4rem rgba(93, 64, 24, 0.08);
}

.wt-onboarding-show-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.wt-onboarding-photo {
  position: relative;
  display: grid;
  width: min(17rem, 74vw);
  aspect-ratio: 1.16;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(117, 184, 199, 0.24), transparent 52%),
    linear-gradient(20deg, rgba(143, 181, 119, 0.32), rgba(255, 253, 248, 0.96) 58%);
  box-shadow: var(--wt-shadow-soft);
}

.wt-onboarding-photo::before,
.wt-onboarding-photo::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
}

.wt-onboarding-photo::before {
  right: 1rem;
  bottom: 1rem;
  width: 6rem;
  height: 2rem;
}

.wt-onboarding-photo::after {
  top: 1.1rem;
  left: 1.1rem;
  width: 2.4rem;
  height: 2.4rem;
}

.wt-onboarding-photo__camera {
  position: relative;
  z-index: 1;
  width: 5.8rem;
  height: 5.8rem;
}

.wt-onboarding-photo__target {
  position: absolute;
  right: 30%;
  bottom: 28%;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.18rem solid var(--wt-text-primary);
  border-radius: 999px;
  box-shadow: 0 0 0 0.55rem rgba(255, 253, 248, 0.55);
}

.wt-onboarding-answer {
  display: grid;
  width: min(16rem, 72vw);
  gap: 0.15rem;
  border: 1px solid rgba(228, 212, 183, 0.9);
  border-radius: 8px;
  padding: 0.82rem 0.92rem;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--wt-shadow-soft);
}

.wt-onboarding-answer span {
  color: var(--wt-text-secondary);
  font-size: 0.82rem;
  font-weight: 850;
}

.wt-onboarding-answer strong {
  font-size: 1.03rem;
  line-height: 1.18;
}

.wt-onboarding-copyblock {
  display: grid;
  gap: 0.58rem;
}

.wt-onboarding-title {
  max-width: 10.5em;
  color: var(--wt-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 12vw, 4rem);
  font-weight: 900;
  line-height: 0.96;
}

.wt-onboarding-copy {
  max-width: 26rem;
  color: var(--wt-text-secondary);
  font-size: clamp(1.07rem, 4.8vw, 1.26rem);
  line-height: 1.44;
}

.wt-onboarding-benefits {
  display: grid;
  gap: 0.72rem;
}

.wt-onboarding-benefit {
  display: grid;
  min-height: 4.55rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(228, 212, 183, 0.88);
  border-radius: 8px;
  padding: 0.78rem 0.84rem;
  background: rgba(255, 253, 248, 0.86);
}

.wt-onboarding-benefit__icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.wt-onboarding-benefit__icon img {
  width: 1.42rem;
  height: 1.42rem;
}

.wt-onboarding-benefit__icon--answer {
  background: rgba(242, 184, 75, 0.28);
}

.wt-onboarding-benefit__icon--why {
  background: rgba(143, 181, 119, 0.24);
}

.wt-onboarding-benefit__icon--show {
  background: rgba(117, 184, 199, 0.22);
}

.wt-onboarding-benefit strong,
.wt-onboarding-benefit small {
  display: block;
}

.wt-onboarding-benefit strong {
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}

.wt-onboarding-benefit small {
  margin-top: 0.12rem;
  color: var(--wt-text-secondary);
  font-size: 0.86rem;
  line-height: 1.32;
}

.wt-onboarding-fields {
  display: grid;
  gap: 0.86rem;
}

.wt-onboarding-profile-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 8px;
  padding: 0.72rem;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 0.45rem 1.1rem rgba(93, 64, 24, 0.07);
}

.wt-onboarding-profile-card__avatar {
  position: relative;
  width: clamp(4.65rem, 20vw, 5.8rem);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 0.42rem 1rem rgba(49, 76, 80, 0.14);
}

.wt-onboarding-profile-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-onboarding-input {
  min-height: 3.35rem;
  font-size: 1.06rem;
}

.wt-onboarding-style {
  display: grid;
  gap: 0.58rem;
}

.wt-onboarding-style__option {
  position: relative;
  display: grid;
  min-height: 4.12rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 8px;
  padding: 0.64rem 0.74rem;
  background: rgba(255, 253, 248, 0.94);
}

.wt-onboarding-style__option:has(.wt-onboarding-style__input:checked) {
  border-color: rgba(79, 126, 99, 0.82);
  background: rgba(232, 241, 225, 0.72);
  box-shadow: 0 0 0 3px rgba(143, 181, 119, 0.18);
}

.wt-onboarding-style__option:has(.wt-onboarding-style__input:focus-visible) {
  outline: 3px solid rgba(143, 181, 119, 0.32);
  outline-offset: 2px;
}

.wt-onboarding-style__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.wt-onboarding-style__selector {
  position: relative;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border: 0.13rem solid rgba(187, 176, 158, 0.86);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
}

.wt-onboarding-style__option:has(.wt-onboarding-style__input:checked) .wt-onboarding-style__selector {
  border-color: transparent;
  background:
    radial-gradient(circle at 35% 28%, rgba(143, 181, 119, 0.96), rgba(79, 126, 99, 0.98));
  box-shadow: 0 0.28rem 0.68rem rgba(23, 59, 58, 0.18);
}

.wt-onboarding-style__option:has(.wt-onboarding-style__input:checked) .wt-onboarding-style__selector::before {
  width: 0.72rem;
  height: 0.4rem;
  border-bottom: 0.18rem solid #FFFDF8;
  border-left: 0.18rem solid #FFFDF8;
  content: "";
  transform: rotate(-45deg) translate(0.03rem, -0.03rem);
}

.wt-onboarding-style__icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 8px;
}

.wt-onboarding-style__copy {
  display: grid;
  gap: 0.08rem;
}

.wt-onboarding-style__copy strong {
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.16;
}

.wt-onboarding-style__copy small {
  color: var(--wt-text-secondary);
  font-size: 0.92rem;
  line-height: 1.32;
}

.wt-onboarding-actions {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.72rem;
  align-items: center;
  padding-top: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(250, 250, 244, 0.96) 28%, rgba(250, 250, 244, 0.98) 100%);
}

.wt-onboarding-actions--profile {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.64rem;
  padding-top: 0.78rem;
}

.wt-onboarding-actions--profile .wt-onboarding-next,
.wt-onboarding-actions--profile .wt-onboarding-back {
  grid-column: 1 / -1;
  width: 100%;
}

.wt-onboarding-actions--profile .wt-onboarding-next {
  min-height: 3.45rem;
  font-size: 1rem;
  font-weight: 950;
}

.wt-onboarding-back {
  display: inline-flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(228, 212, 183, 0.95);
  border-radius: 8px;
  padding: 0 1rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.94);
  font-weight: 900;
}

.wt-onboarding-back[hidden],
.wt-onboarding-next[hidden],
.wt-onboarding-submit[hidden] {
  display: none;
}

.wt-onboarding-back[hidden] + .wt-onboarding-next,
.wt-onboarding-submit {
  grid-column: 1 / -1;
}

.wt-onboarding-step-label,
.wt-onboarding-restore {
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  color: var(--wt-text-primary);
  background: rgba(255, 253, 248, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.wt-onboarding-shell--demo {
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: clamp(0.68rem, 2vh, 1rem);
}

.wt-onboarding-demo-page {
  display: grid;
  align-content: start;
  gap: clamp(0.72rem, 2vh, 1rem);
}

.wt-onboarding-demo-page .wt-onboarding-title {
  max-width: 7.2em;
  font-size: clamp(2.72rem, 12vw, 4rem);
}

.wt-onboarding-demo-preview {
  overflow: hidden;
  width: min(22.4rem, 100%);
  justify-self: center;
}

.wt-onboarding-demo-preview {
  border-radius: 8px;
  box-shadow:
    0 1.05rem 1.8rem rgba(93, 64, 24, 0.12),
    0 0.18rem 0.7rem rgba(49, 76, 80, 0.08);
}

.wt-onboarding-demo-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.wt-onboarding-camera-form {
  display: grid;
  align-content: end;
  gap: 0.64rem;
}

.wt-onboarding-camera-actions {
  display: grid;
  gap: 0.58rem;
}

.wt-onboarding-camera-actions label {
  cursor: pointer;
}

.wt-onboarding-camera-primary,
.wt-onboarding-camera-secondary {
  width: 100%;
  min-height: 3.45rem;
  font-size: 1rem;
  font-weight: 950;
}

.wt-onboarding-camera-secondary span {
  display: inline-flex;
}

.wt-onboarding-demo-fallback {
  display: grid;
  gap: 0.72rem;
}

.wt-onboarding-demo-fallback form {
  display: grid;
}

.wt-onboarding-demo-fallback::before {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(23, 59, 58, 0.18);
  content: "";
}

.wt-onboarding-sample-button {
  width: 100%;
  min-height: 3.45rem;
  font-size: 1rem;
  font-weight: 950;
}

.wt-onboarding-link-button {
  border: 0;
  padding: 0;
  color: var(--wt-text-primary);
  background: transparent;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.wt-paywall-shell {
  position: relative;
  display: block;
  overflow: hidden;
  padding: calc(env(safe-area-inset-top) + 0.9rem) 1.05rem calc(env(safe-area-inset-bottom) + 1.1rem);
}

.wt-paywall-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.34;
  pointer-events: none;
}

.wt-paywall-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(0.86rem, 2vh, 1.05rem);
  padding-top: 0;
}

.wt-paywall-progressbar {
  min-height: 2.4rem;
  justify-content: flex-end;
}

.wt-paywall-head {
  display: grid;
  gap: 0.5rem;
}

.wt-paywall-title {
  max-width: 8.6em;
  color: var(--wt-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.58rem, 10.8vw, 3.55rem);
  font-weight: 900;
  line-height: 0.95;
}

.wt-paywall-copy {
  max-width: 27rem;
  color: var(--wt-text-secondary);
  font-size: clamp(1rem, 4.25vw, 1.15rem);
  line-height: 1.4;
}

.wt-paywall-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(228, 212, 183, 0.96);
  border-radius: 16px;
  padding: 0.88rem 0.64rem 0.78rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.82)),
    radial-gradient(circle at 52% 18%, rgba(143, 181, 119, 0.22), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0.45rem 1rem rgba(93, 64, 24, 0.08);
}

.wt-paywall-timeline__track {
  position: absolute;
  top: 2.03rem;
  right: 18%;
  left: 18%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 126, 99, 0.88), rgba(143, 181, 119, 0.78));
}

.wt-paywall-timeline__track::before,
.wt-paywall-timeline__track::after {
  position: absolute;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #6F935B;
  content: "";
  transform: translateY(-50%);
}

.wt-paywall-timeline__track::before {
  left: 50%;
  margin-left: -0.21rem;
}

.wt-paywall-timeline__track::after {
  right: 0;
}

.wt-paywall-timeline__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.22rem;
  text-align: center;
}

.wt-paywall-timeline__icon {
  display: grid;
  width: 2.42rem;
  height: 2.42rem;
  place-items: center;
  border-radius: 999px;
  color: var(--wt-text-primary);
  background:
    linear-gradient(180deg, rgba(232, 241, 225, 0.96), rgba(202, 222, 187, 0.96));
  box-shadow:
    0 0 0 0.32rem rgba(250, 250, 244, 0.82),
    0 0.4rem 0.8rem rgba(93, 64, 24, 0.1);
}

.wt-paywall-timeline__step--complete .wt-paywall-timeline__icon {
  color: #FFFDF8;
  background:
    radial-gradient(circle at 35% 25%, rgba(79, 126, 99, 0.9), var(--wt-text-primary));
}

.wt-paywall-timeline__step--then .wt-paywall-timeline__icon {
  background:
    linear-gradient(180deg, rgba(245, 233, 197, 0.98), rgba(228, 212, 183, 0.96));
}

.wt-paywall-timeline__icon svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: currentColor;
}

.wt-paywall-timeline__label {
  margin-top: 0.28rem;
  color: rgba(23, 59, 58, 0.78);
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: none;
}

.wt-paywall-timeline__step--trial .wt-paywall-timeline__label,
.wt-paywall-timeline__step--trial strong {
  color: #6F935B;
}

.wt-paywall-timeline strong {
  color: rgba(23, 59, 58, 0.94);
  font-size: clamp(0.82rem, 3.45vw, 0.96rem);
  line-height: 1.12;
}

.wt-paywall-products {
  display: grid;
  gap: 0.62rem;
}

.wt-paywall-product {
  position: relative;
  display: grid;
  width: 100%;
  gap: 0.48rem;
  border: 1px solid rgba(228, 212, 183, 0.92);
  border-radius: 14px;
  padding: 0.92rem 1rem 1rem;
  color: var(--wt-text-primary);
  text-align: left;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 0.5rem 1.1rem rgba(93, 64, 24, 0.08);
  cursor: pointer;
}

.wt-paywall-product--featured {
  border-color: rgba(79, 126, 99, 0.86);
  background:
    linear-gradient(180deg, rgba(232, 241, 225, 0.86), rgba(255, 253, 248, 0.96));
  box-shadow:
    0 0 0 3px rgba(143, 181, 119, 0.2),
    0 0.75rem 1.25rem rgba(93, 64, 24, 0.1);
}

.wt-paywall-product__badge {
  width: fit-content;
  border-radius: 999px;
  padding: 0.32rem 0.66rem;
  color: var(--wt-text-primary);
  background: linear-gradient(180deg, rgba(255, 231, 168, 0.95), rgba(242, 184, 75, 0.34));
  font-size: 0.75rem;
  font-weight: 950;
}

.wt-paywall-product__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.wt-paywall-product__row strong {
  font-size: 1.08rem;
  font-weight: 950;
}

.wt-paywall-product__row span {
  flex: 0 0 auto;
  font-size: 0.98rem;
  font-weight: 950;
}

.wt-paywall-product__selection {
  position: absolute;
  top: 0.82rem;
  right: 0.82rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
}

.wt-paywall-product__selection--checked {
  color: #FFFDF8;
  background:
    radial-gradient(circle at 35% 24%, rgba(79, 126, 99, 0.9), var(--wt-text-primary));
  box-shadow: 0 0.32rem 0.8rem rgba(23, 59, 58, 0.2);
}

.wt-paywall-product__selection--empty {
  border: 0.14rem solid rgba(228, 212, 183, 0.98);
  background: rgba(255, 253, 248, 0.76);
}

.wt-checkmark {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.wt-checkmark::before {
  position: absolute;
  top: 0.16rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.34rem;
  border-bottom: 0.18rem solid currentColor;
  border-left: 0.18rem solid currentColor;
  content: "";
  transform: rotate(-45deg);
}

.wt-paywall-product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.wt-paywall-product small {
  color: var(--wt-text-secondary);
  font-size: 0.8rem;
  line-height: 1.34;
}

.wt-paywall-best-value {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.3rem 0.58rem;
  color: #4F7E63;
  background: rgba(216, 232, 197, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.wt-paywall-best-value svg {
  width: 0.86rem;
  height: 0.86rem;
  fill: currentColor;
}

.wt-paywall-footer {
  display: grid;
  gap: 0.62rem;
}

.wt-paywall-primary {
  width: 100%;
  min-height: 3.4rem;
  font-size: 1rem;
}

.wt-paywall-footer p {
  margin: 0;
  color: var(--wt-text-secondary);
  font-size: 0.76rem;
  line-height: 1.34;
  text-align: center;
}

.wt-paywall-restore {
  width: fit-content;
  justify-self: center;
  border: 0;
  padding: 0.12rem 0;
  color: var(--wt-text-primary);
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.wt-paywall-status:empty {
  display: none;
}

.wt-paywall-dev-unlock {
  width: fit-content;
  justify-self: center;
  border: 0;
  padding: 0.1rem 0;
  color: rgba(95, 108, 105, 0.88);
  background: transparent;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

@media (max-height: 760px) {
  .wt-onboarding-shell {
    gap: 0.8rem;
    padding-top: calc(env(safe-area-inset-top) + 0.72rem);
  }

  .wt-paywall-shell {
    padding: calc(env(safe-area-inset-top) + 0.52rem) 0.85rem calc(env(safe-area-inset-bottom) + 0.72rem);
  }

  .wt-paywall-panel {
    gap: 0.72rem;
  }

  .wt-paywall-progressbar {
    min-height: 2.2rem;
  }

  .wt-paywall-title {
    font-size: clamp(2.18rem, 8.7vw, 2.85rem);
  }

  .wt-paywall-copy {
    font-size: 0.98rem;
    line-height: 1.33;
  }

  .wt-paywall-timeline {
    padding: 0.72rem 0.46rem 0.62rem;
  }

  .wt-paywall-timeline__track {
    top: 1.72rem;
  }

  .wt-paywall-timeline__icon {
    width: 2rem;
    height: 2rem;
  }

  .wt-paywall-timeline__icon svg {
    width: 1rem;
    height: 1rem;
  }

  .wt-paywall-timeline__label {
    margin-top: 0.18rem;
    font-size: 0.78rem;
  }

  .wt-paywall-product {
    padding: 0.74rem 0.84rem;
  }

  .wt-paywall-product__selection {
    top: 0.62rem;
    right: 0.62rem;
    width: 1.72rem;
    height: 1.72rem;
  }

  .wt-paywall-product__meta {
    align-items: start;
    flex-direction: column;
    gap: 0.42rem;
  }

  .wt-onboarding-step {
    gap: 0.95rem;
    align-content: start;
  }

  .wt-onboarding-title {
    font-size: clamp(2.25rem, 10.3vw, 3.1rem);
  }

  .wt-onboarding-step--intro {
    gap: 0.75rem;
  }

  .wt-onboarding-step--intro .wt-onboarding-title {
    font-size: clamp(2.28rem, 9.8vw, 2.95rem);
  }

  .wt-onboarding-step--learning .wt-onboarding-title,
  .wt-onboarding-step--profile .wt-onboarding-title {
    font-size: clamp(2.3rem, 9.8vw, 3rem);
  }

  .wt-onboarding-shell--demo {
    gap: 0.54rem;
  }

  .wt-onboarding-demo-page {
    gap: 0.58rem;
  }

  .wt-onboarding-demo-page .wt-onboarding-title {
    font-size: clamp(2.38rem, 10vw, 3.08rem);
  }

  .wt-onboarding-demo-preview {
    width: min(19.6rem, 100%);
  }

  .wt-onboarding-camera-form {
    gap: 0.5rem;
  }

  .wt-onboarding-camera-primary,
  .wt-onboarding-camera-secondary {
    min-height: 3.08rem;
  }

  .wt-onboarding-learning-art {
    width: min(18.3rem, 100%);
  }

  .wt-onboarding-proof {
    max-width: 18.8rem;
  }

  .wt-onboarding-proof__answer {
    width: min(17rem, 86%);
    padding: 0.58rem 0.66rem;
  }

  .wt-onboarding-proof__pip {
    width: 2.5rem;
    height: 2.5rem;
  }

  .wt-onboarding-proof__sound {
    width: 1.95rem;
    height: 1.95rem;
  }

  .wt-onboarding-show-card {
    width: min(17.8rem, 89%);
  }

  .wt-onboarding-copy {
    font-size: 1rem;
  }

  .wt-onboarding-photo {
    width: min(13rem, 58vw);
  }

  .wt-onboarding-profile-card {
    gap: 0.68rem;
    padding: 0.58rem;
  }

  .wt-onboarding-profile-card__avatar {
    width: clamp(3.9rem, 17vw, 4.6rem);
  }

  .wt-onboarding-style__option {
    min-height: 3.65rem;
    padding: 0.52rem 0.6rem;
  }

  .wt-onboarding-style__icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .wt-onboarding-style__copy strong {
    font-size: 0.92rem;
  }

  .wt-onboarding-style__copy small {
    font-size: 0.82rem;
  }
}
