.ttt-archetype {
  --teaser-ink: #06145f;
  --teaser-blue: var(--ttt-home-blue, var(--btn-bg, #4d92e3));
  --teaser-blue-rgb: var(--ttt-home-blue-rgb, 77, 146, 227);
  --teaser-muted: #34436d;
  --teaser-line: #d8e7f8;
  --teaser-panel: #ffffff;
  min-height: 0;
  color: var(--teaser-ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:has(.ttt-archetype) {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
}

.ttt-nav,
.site-footer {
  flex: 0 0 auto;
}

.ttt-archetype#main-content {
  flex: 1 0 auto;
}

.ttt-archetype-shell {
  width: 100%;
  margin: 0 auto;
  padding: clamp(2.45rem, 5vw, 4.35rem) 0 clamp(1.35rem, 3vw, 2.35rem);
  background: #ffffff;
}

.ttt-archetype-intro,
.ttt-archetype-stage,
.ttt-archetype-result,
.ttt-archetype-unavailable {
  max-width: 900px;
  margin: 0 auto;
  scroll-margin-top: 128px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--teaser-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(12, 32, 105, 0.08);
}

.ttt-archetype-stage {
  position: relative;
  overflow: visible;
  isolation: isolate;
  max-width: 100%;
  padding: 0 clamp(1rem, 3vw, 2.2rem) clamp(1.8rem, 3.4vw, 2.6rem);
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.ttt-archetype-stage::before,
.ttt-archetype-stage::after {
  content: none;
  position: absolute;
  z-index: 0;
  width: clamp(16rem, 30vw, 28rem);
  aspect-ratio: 1;
  background: center / contain no-repeat var(--ttt-home-scribble, none);
  opacity: 0.075;
  pointer-events: none;
}

.ttt-archetype-stage::before {
  top: -8rem;
  left: -7rem;
  transform: rotate(-9deg);
}

.ttt-archetype-stage::after {
  right: -7rem;
  bottom: -9rem;
  transform: rotate(174deg);
}

.ttt-archetype-stage > * {
  position: relative;
  z-index: 1;
}

.ttt-archetype-intro,
.ttt-archetype-result,
.ttt-archetype-unavailable {
  text-align: center;
}

.ttt-archetype-result {
  position: relative;
  overflow: visible;
  isolation: isolate;
  max-width: 100%;
  padding: 0 clamp(1rem, 3vw, 2.2rem) clamp(1.8rem, 3.4vw, 2.6rem);
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.ttt-archetype-result::before,
.ttt-archetype-result::after {
  content: none;
  position: absolute;
  z-index: 0;
  width: clamp(16rem, 30vw, 28rem);
  aspect-ratio: 1;
  background: center / contain no-repeat var(--ttt-home-scribble, none);
  opacity: 0.075;
  pointer-events: none;
}

.ttt-archetype-result::before {
  top: -8rem;
  left: -7rem;
  transform: rotate(-9deg);
}

.ttt-archetype-result::after {
  right: -7rem;
  bottom: -9rem;
  transform: rotate(174deg);
}

.ttt-archetype-result > * {
  position: relative;
  z-index: 1;
}

.ttt-archetype-result-heading {
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(1rem, 2.4vw, 1.85rem);
}

.ttt-archetype-result-heading h2 {
  margin-top: 0;
  font-size: clamp(2.15rem, 4.8vw, 4rem);
}

.ttt-archetype-snapshot-brand {
  margin: 0 0 0.6rem;
  color: var(--teaser-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ttt-archetype-result-heading > p:not(.ttt-archetype-snapshot-brand):not(.ttt-archetype-snapshot-note) {
  margin: 0.85rem auto 0;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.ttt-archetype-snapshot-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 auto 1rem;
  padding: 0.28rem 0.62rem;
  border: 1px solid var(--teaser-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--teaser-muted);
  font-size: 0.74rem;
  line-height: 1.25;
}

.ttt-archetype-snapshot-note span {
  display: inline-grid;
  width: 1rem;
  height: 1rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 900;
}

.ttt-archetype-snapshot-note strong {
  color: var(--teaser-ink);
}

.ttt-archetype-share-prompt {
  max-width: 34rem;
  margin: 1rem auto 0;
  color: var(--teaser-ink);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  font-weight: 400;
  line-height: 1.35;
}

.ttt-archetype-share-prompt span {
  display: block;
}

.ttt-archetype-stage-heading {
  margin-bottom: 1rem;
  text-align: center;
}

.ttt-archetype-stage-heading p:last-child {
  max-width: 560px;
  margin: 8px auto 0;
}

.ttt-archetype-eyebrow,
.ttt-archetype-question__trait {
  margin: 0 0 12px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ttt-archetype h1,
.ttt-archetype h2 {
  margin: 0;
  color: var(--teaser-ink);
  font-family: Iowan Old Style, Palatino Linotype, Palatino, Georgia, serif;
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.ttt-archetype h1 {
  margin-bottom: 0.4rem;
}

.ttt-archetype h2 {
  font-size: clamp(1.35rem, 3.1vw, 2.45rem);
}

.ttt-archetype-result > h2 {
  font-size: clamp(2.15rem, 4.8vw, 4rem);
}

.ttt-archetype p {
  color: var(--teaser-muted);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.45;
}

.ttt-archetype-intro > p:not(.ttt-archetype-eyebrow),
.ttt-archetype-result__lede {
  max-width: 660px;
  margin: 18px auto 0;
}

.ttt-archetype-actions,
.ttt-archetype-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.ttt-archetype-result-actions .ttt-archetype-btn {
  width: min(100%, 300px);
}

.ttt-archetype-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #193b6a;
  font-weight: 900;
}

.ttt-archetype-brand img {
  width: 34px;
  height: 34px;
}

.ttt-archetype-btn {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teaser-blue);
  border-radius: 12px;
  padding: 0 1.35rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ttt-archetype-btn:hover {
  transform: translateY(-1px);
}

.ttt-archetype-btn__icon {
  display: inline-grid;
  width: 1rem;
  height: 1rem;
  margin-right: 0.45rem;
  place-items: center;
}

.ttt-archetype-btn__icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

.ttt-archetype-btn--primary {
  color: #fff;
  background: var(--teaser-blue);
  box-shadow: none;
}

.ttt-archetype-btn--secondary,
.ttt-archetype-btn--ghost {
  color: var(--teaser-blue);
  border-color: var(--teaser-blue);
  background: transparent;
}

.ttt-archetype-note {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: 0.95rem;
}

.ttt-archetype-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 640px;
  margin: 14px auto 0;
}

.ttt-archetype-progress p {
  min-width: max-content;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
}

.ttt-archetype-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(32px, 1fr));
  gap: 8px;
  width: min(460px, 100%);
}

.ttt-archetype-rail-item {
  display: grid;
  min-height: 28px;
  place-items: center;
  border: 1px dashed rgba(77, 146, 227, 0.28);
  border-radius: 9px;
  background: #f7fbff;
  color: var(--archetype-color, var(--teaser-blue));
}

.ttt-archetype-rail-item--filled {
  border-style: solid;
  border-color: color-mix(in srgb, var(--archetype-color) 36%, white);
  background: color-mix(in srgb, var(--archetype-color) 10%, white);
}

.ttt-archetype-rail svg {
  width: 17px;
  height: 17px;
}

.ttt-archetype-question {
  text-align: center;
}

.ttt-archetype-quiz-card {
  width: min(100%, 980px);
  margin: 1rem auto 0;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid var(--teaser-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(var(--teaser-blue-rgb), 0.18);
}

.ttt-archetype-question > p:not(.ttt-archetype-question__trait) {
  max-width: 560px;
  margin: 16px auto 0;
}

.ttt-archetype-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
  max-width: 820px;
  margin: 1.15rem auto 0;
}

.ttt-archetype-question,
.ttt-archetype-progress,
.ttt-archetype-nav {
  margin-inline: auto;
}

.ttt-archetype-choice {
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 2px solid color-mix(in srgb, var(--archetype-color) 34%, white);
  border-radius: 18px;
  padding: 1.05rem;
  color: var(--teaser-ink);
  background: color-mix(in srgb, var(--archetype-color) 9%, white);
  box-shadow: 0 16px 40px rgba(12, 32, 105, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ttt-archetype-choice:hover,
.ttt-archetype-choice:focus-visible,
.ttt-archetype-choice--selected {
  border-color: var(--archetype-color);
  box-shadow: 0 18px 42px rgba(12, 32, 105, 0.13);
  transform: translateY(-2px);
}

.ttt-archetype-choice__icon,
.ttt-archetype-result-card__icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  color: var(--archetype-color);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ttt-archetype-result-card__icon {
  width: 3.35rem;
  height: 3.35rem;
  margin-inline: 0;
}

.ttt-archetype-choice-separator {
  align-self: center;
  justify-self: center;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(var(--teaser-blue-rgb), 0.18);
  border-radius: 999px;
  color: var(--teaser-blue);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(var(--teaser-blue-rgb), 0.13);
  font-size: 0.78rem;
  font-weight: 900;
}

.ttt-archetype-choice svg {
  width: 30px;
  height: 30px;
}

.ttt-archetype-result-card svg {
  width: 44px;
  height: 44px;
}

.ttt-archetype-choice strong {
  max-width: 18rem;
  font-size: clamp(1.05rem, 2.1vw, 1.42rem);
  line-height: 1.1;
}

.ttt-archetype-nav {
  margin-top: 10px;
  text-align: center;
}

.ttt-archetype-linkbtn {
  border: 0;
  color: #193b6a;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ttt-archetype-linkbtn:disabled {
  color: rgba(95, 109, 130, 0.42);
  cursor: not-allowed;
}

.ttt-archetype-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: clamp(1.25rem, 2.4vw, 1.8rem);
  margin-top: 0;
  text-align: center;
}

.ttt-archetype-result-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(4rem, 1fr);
  height: 100%;
  min-height: 315px;
  align-items: start;
  justify-items: center;
  border: 2px solid color-mix(in srgb, var(--archetype-color) 34%, white);
  border-radius: 18px;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  background: color-mix(in srgb, var(--archetype-color) 8%, white);
  box-shadow: 0 18px 44px rgba(12, 32, 105, 0.09);
}

.ttt-archetype-result-card h3 {
  margin: 1rem 0 0;
  color: var(--archetype-color);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  letter-spacing: 0;
}

.ttt-archetype-result-card__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0.18rem;
  width: min(100%, 14rem);
  margin: 1.15rem 0 0 !important;
  padding: 0.2rem;
  border: 1px solid color-mix(in srgb, var(--archetype-color) 28%, white);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--teaser-ink);
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

.ttt-archetype-result-card__pair span {
  display: grid;
  min-height: 1.55rem;
  place-items: center;
  padding: 0.26rem 0.48rem 0.2rem;
  border-radius: 999px;
  color: color-mix(in srgb, var(--teaser-ink) 76%, white);
}

.ttt-archetype-result-card__pair .is-selected {
  background: var(--archetype-color);
  color: #ffffff;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--archetype-color) 26%, transparent);
}

.ttt-archetype-result-card__rule {
  display: none;
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  background: color-mix(in srgb, var(--archetype-color) 24%, white);
}

.ttt-archetype-result-card__description {
  display: block;
  align-self: center;
  margin: 0;
  padding: 1rem 0;
  color: var(--teaser-muted);
  font-size: clamp(0.93rem, 1.35vw, 1rem);
  line-height: 1.45;
}

.ttt-archetype-result-card__description strong {
  color: var(--archetype-color);
  font-weight: 900;
}

.ttt-archetype-result__lede a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--teaser-blue);
  font-weight: 900;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.ttt-archetype-result__lede a::after {
  content: "\2192";
  line-height: 1;
}

.ttt-archetype-result__lede a:hover,
.ttt-archetype-result__lede a:focus-visible {
  text-decoration: none !important;
}

.ttt-archetype-share-card {
  position: relative;
  overflow: visible;
  isolation: isolate;
  width: min(100%, 1080px);
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ttt-archetype-share-card__title {
  margin-bottom: 1.75rem;
  font-size: clamp(2.15rem, 4.8vw, 4rem);
  text-align: center;
}

.ttt-archetype-share-card > * {
  position: relative;
  z-index: 1;
}

.ttt-archetype-result-logo {
  position: absolute;
  right: clamp(1.2rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 2;
  display: none;
  margin: 0;
  opacity: 0.85;
}

.ttt-archetype-result-logo img {
  display: block;
  width: clamp(4.6rem, 7vw, 6.8rem);
  height: auto;
}

.ttt-archetype-compare-card,
.ttt-archetype-full-card {
  display: grid;
  width: min(100%, 1080px);
  margin: clamp(1rem, 2.5vw, 1.4rem) auto 0;
  align-items: center;
  border: 1px solid var(--teaser-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(var(--teaser-blue-rgb), 0.1);
  text-align: left;
}

.ttt-archetype-compare-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.ttt-archetype-compare-card h3,
.ttt-archetype-full-card h3 {
  margin: 0;
  color: var(--teaser-ink);
  font-family: Iowan Old Style, Palatino Linotype, Palatino, Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.ttt-archetype-compare-card p,
.ttt-archetype-full-card p {
  margin: 0.45rem 0 0;
}

.ttt-archetype-compare-card__icon {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, #ffffff 0 44%, rgba(var(--teaser-blue-rgb), 0.13) 45% 100%);
}

.ttt-archetype-compare-card__icon span {
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fff;
}

.ttt-archetype-compare-card__icon span:nth-child(1) {
  top: 0.65rem;
  left: 2.05rem;
  color: #ef5d7f;
}

.ttt-archetype-compare-card__icon span:nth-child(2) {
  top: 2.35rem;
  left: 0.9rem;
  color: #4d92e3;
}

.ttt-archetype-compare-card__icon span:nth-child(3) {
  top: 2.35rem;
  right: 0.9rem;
  color: #ff6b1a;
}

.ttt-archetype-compare-card__icon span:nth-child(4) {
  bottom: 0.7rem;
  left: 2.05rem;
  color: #29b9bd;
}

.ttt-archetype-full-card {
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.ttt-archetype-full-card > div:first-child {
  display: grid;
  justify-items: start;
}

.ttt-archetype-full-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  width: 100%;
  margin-top: 0.15rem;
}

.ttt-archetype-full-actions .ttt-archetype-btn {
  justify-self: center;
}

.ttt-archetype-full-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
  padding: 0;
  color: var(--teaser-muted);
  list-style: none;
}

.ttt-archetype-full-card li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.35;
}

.ttt-archetype-full-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: var(--teaser-blue);
}

.ttt-archetype-full-card__preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  min-height: 17rem;
  padding: 1rem;
  border: 1px solid var(--teaser-line);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f6faff);
}

.ttt-archetype-full-card__preview span {
  border: 1px solid var(--teaser-line);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(var(--teaser-blue-rgb), 0.09), rgba(239, 93, 127, 0.1));
}

.ttt-archetype-share-dialog {
  --teaser-share-modal-top-space: calc(var(--nav-height, 64px) + var(--admin-bar-height, 0px) + 18px);
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: var(--teaser-share-modal-top-space) 1rem 0.75rem;
  background: rgba(6, 20, 95, 0.36);
  overflow-y: auto;
}

.ttt-archetype-share-dialog,
.ttt-archetype-share-dialog * {
  box-sizing: border-box;
}

.ttt-archetype-share-dialog__panel {
  position: relative;
  display: grid;
  width: min(100%, 460px);
  max-height: calc(100dvh - var(--teaser-share-modal-top-space) - 0.75rem);
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid var(--teaser-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 20, 95, 0.22);
  text-align: center;
  transition: width 220ms ease, max-height 220ms ease, transform 220ms ease;
}

.ttt-archetype-share-dialog--expanded .ttt-archetype-share-dialog__panel {
  width: min(100%, 500px);
}

.ttt-archetype-share-dialog__panel h2 {
  margin: 0 2rem 0.3rem;
  color: var(--teaser-ink);
  font-size: clamp(1.28rem, 2.7vw, 1.62rem);
  font-weight: 750;
  line-height: 1.12;
}

.ttt-archetype-share-dialog__intro,
.ttt-archetype-share-dialog__status {
  margin: 0 auto 0.65rem;
  max-width: 28rem;
  color: var(--teaser-muted);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.42;
}

.ttt-archetype-share-dialog__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.ttt-archetype-share-dialog__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--teaser-line);
  border-radius: 999px;
  color: var(--teaser-ink);
  background: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.ttt-archetype-share-dialog__field {
  display: grid;
  gap: 0.3rem;
  margin: 0 0 0.55rem;
  color: #53627a;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: left;
}

.ttt-archetype-share-dialog__field em {
  color: var(--teaser-muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 500;
}

.ttt-archetype-share-dialog__field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--teaser-line);
  border-radius: 10px;
  padding: 0.58rem 0.72rem;
  color: var(--teaser-ink);
  background: #fbfdff;
  font: inherit;
  font-weight: 500;
}

.ttt-archetype-share-dialog__field input:focus {
  border-color: rgba(var(--teaser-blue-rgb), 0.55);
  background: #ffffff;
  outline: 3px solid rgba(var(--teaser-blue-rgb), 0.12);
}

.ttt-archetype-share-dialog__created {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--teaser-line);
}

.ttt-archetype-share-dialog__email {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.65rem;
  padding: 0.65rem;
  border: 1px solid var(--teaser-line);
  border-radius: 10px;
  background: #fbfdff;
}

.ttt-archetype-share-dialog__email[hidden] {
  display: none !important;
}

.ttt-archetype-share-dialog__email-title {
  margin: 0;
  color: var(--teaser-ink);
  font-size: 0.92rem;
  font-weight: 650;
  text-align: left;
}

.ttt-archetype-share-dialog__check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--teaser-muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.ttt-archetype-share-dialog__check input {
  margin-top: 0.15rem;
}

.ttt-archetype-share-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.ttt-archetype-share-dialog__actions .ttt-archetype-btn,
.ttt-archetype-share-dialog__email .ttt-archetype-btn {
  flex: 1 1 10rem;
  min-width: min(100%, 10rem);
  min-height: 2.45rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.ttt-archetype-share-dialog--expanded .ttt-archetype-share-dialog__primary-action {
  justify-content: flex-start;
}

.ttt-archetype-share-dialog--expanded .ttt-archetype-share-dialog__primary-action .ttt-archetype-btn,
.ttt-archetype-share-dialog__email .ttt-archetype-share-dialog__email-submit {
  flex: 0 0 auto;
  min-height: 2.45rem;
  min-width: 0;
  padding: 0 1rem;
  font-size: 0.82rem;
}

.ttt-archetype-share-dialog__email .ttt-archetype-share-dialog__email-submit {
  justify-self: center;
  margin-top: -0.1rem;
}

.ttt-archetype-share-dialog--stale .ttt-archetype-share-dialog__created {
  opacity: 0.48;
}

.ttt-archetype-share-dialog--stale .ttt-archetype-share-dialog__link-actions .ttt-archetype-btn,
.ttt-archetype-share-dialog--stale .ttt-archetype-share-dialog__email .ttt-archetype-btn {
  cursor: not-allowed;
}

.ttt-archetype-share-dialog__created[hidden] {
  display: none !important;
}

.ttt-archetype-share-dialog__created:not([hidden]) {
  display: grid;
  gap: 0.1rem;
}

@media (max-width: 520px) {
  .ttt-archetype-share-dialog {
    --teaser-share-modal-top-space: calc(var(--nav-height, 60px) + var(--admin-bar-height, 0px) + 12px);
    padding-inline: 0.75rem;
  }

  .ttt-archetype-share-dialog__panel {
    padding: 0.9rem;
  }
}

.ttt-archetype-public-share .ttt-archetype-result {
  margin-top: 24px;
}

.ttt-archetype-public-share .ttt-archetype-result-heading h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 0.95;
}

.ttt-archetype-public-share__prompt {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  color: var(--teaser-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.ttt-archetype-public-share__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.ttt-archetype-unavailable {
  margin-top: 24px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .ttt-archetype-result-grid {
    grid-template-columns: repeat(2, minmax(0, 260px));
    justify-content: center;
  }

  .ttt-archetype-result-card {
    width: min(100%, 260px);
    min-height: 285px;
  }
}

@media (max-width: 760px) {
  .ttt-archetype-shell {
    width: 100%;
    padding: 0 0 28px;
  }

  .ttt-archetype-intro,
  .ttt-archetype-unavailable {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .ttt-archetype-stage,
  .ttt-archetype-result {
    padding: 24px 16px;
    border-radius: 0;
  }

  .ttt-archetype-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .ttt-archetype-rail {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-self: end;
  }

  .ttt-archetype-choice-grid {
    grid-template-columns: 1fr;
  }

  .ttt-archetype-choice-grid {
    justify-items: center;
  }

  .ttt-archetype-choice-grid .ttt-archetype-choice {
    width: min(100%, 300px);
  }

  .ttt-archetype-result-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
    justify-content: center;
    justify-items: center;
  }

  .ttt-archetype-result-card {
    width: min(100%, 260px);
    min-height: 285px;
  }

  .ttt-archetype-choice-separator {
    width: 2.35rem;
    height: 2.35rem;
    margin: -0.3rem auto;
  }

  .ttt-archetype-choice {
    min-height: 128px;
  }

  .ttt-archetype-result-actions,
  .ttt-archetype-compare-card,
  .ttt-archetype-full-card {
    grid-template-columns: 1fr;
  }

  .ttt-archetype-result-actions .ttt-archetype-btn {
    width: min(100%, 260px);
  }

  .ttt-archetype-compare-card .ttt-archetype-btn,
  .ttt-archetype-full-actions .ttt-archetype-btn {
    width: 100%;
  }

  .ttt-archetype-compare-card {
    text-align: center;
  }

  .ttt-archetype-compare-card__icon {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttt-archetype *,
  .ttt-archetype *::before,
  .ttt-archetype *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .ttt-archetype-btn:hover,
  .ttt-archetype-choice:hover,
  .ttt-archetype-choice:focus-visible,
  .ttt-archetype-choice--selected {
    transform: none;
  }
}
