.result-share {
  border-top: 1px solid var(--line);
  margin-top: 1.7rem;
  padding-top: 1.3rem;
  text-align: center;
}
.result-share h3 {
  font-size: 1rem;
  margin: 0 0 0.9rem;
}
.result-share__actions {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.result-share__actions .btn {
  font-size: 0.875rem;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
}
.result-share__note,
.result-share__status {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0.8rem 0 0;
}
.result-share__status {
  color: var(--peach);
}
.result-share__status:empty {
  display: none;
}
.result-share [hidden] {
  display: none !important;
}
.result-share [data-share-fallback] {
  margin-top: 1rem;
  text-align: left;
}
.result-share label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.4rem;
}
.result-share input {
  box-sizing: border-box;
  width: 100%;
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 0.8rem;
  font: inherit;
  font-size: 0.875rem;
}
.result-share button:focus-visible,
.result-share input:focus-visible {
  outline: 2px solid var(--peach);
  outline-offset: 3px;
}
.shared-result {
  max-width: 700px;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.shared-result__icon {
  image-rendering: pixelated;
  margin: 1.5rem auto 1rem;
}
.shared-result h1 {
  font-size: clamp(1.7rem, 6vw, 2.5rem);
  color: var(--peach);
  font-family: var(--font-soft);
  line-height: 1.4;
}
.shared-result__description {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ink-soft);
  margin: 1.3rem auto;
  max-width: 560px;
}
.shared-result__comfort {
  color: var(--mint);
  font-size: 1.1rem;
  line-height: 1.8;
}
.shared-result__start {
  margin: 1.8rem 0;
}
.shared-result__start > .btn {
  min-height: 48px;
}
.shared-result__start p,
.shared-result__disclaimer {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin: 0.8rem 0 1.4rem;
}
.t-intro-guide {
  max-width: 680px;
  margin: 2rem auto;
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}
.t-intro-guide h2 {
  font-size: 1.2rem;
  color: var(--peach);
}
.t-intro-guide h3 {
  font-size: 1rem;
  margin: 1.2rem 0 0.5rem;
}
.t-intro-guide p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ink-soft);
}
@media (max-width: 440px) {
  .result-share__actions {
    flex-direction: column;
  }
  .result-share__actions .btn {
    width: 100%;
  }
  .shared-result {
    padding-top: 1.5rem;
  }
}
