/* First-step presentation for Truth or Dare. Keep later setup/game screens on shared styles. */
body.truth-page .truth-romance-start {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(217, 141, 181, .16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 107, 159, .12), transparent 34%),
    radial-gradient(circle at 91% 88%, rgba(124, 92, 255, .11), transparent 32%),
    linear-gradient(145deg, rgba(24, 13, 27, .98), rgba(10, 14, 25, .99) 58%, rgba(18, 10, 23, .98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .035);
  isolation: isolate;
}

body.truth-page .truth-romance-start::before,
body.truth-page .truth-romance-start::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

body.truth-page .truth-romance-start::before {
  width: 330px;
  height: 330px;
  top: -230px;
  left: 25%;
  border: 1px solid rgba(255, 113, 163, .18);
  box-shadow: 0 0 80px rgba(255, 70, 139, .1);
}

body.truth-page .truth-romance-start::after {
  width: 420px;
  height: 180px;
  right: -220px;
  bottom: -90px;
  border: 1px solid rgba(151, 113, 255, .17);
  transform: rotate(-14deg);
}

body.truth-page .truth-romance-start .truth-start-games-link {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 18px;
  min-width: 68px;
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid rgba(227, 202, 220, .14);
  border-radius: 11px;
  background: rgba(43, 35, 54, .62);
  color: rgba(248, 241, 247, .78);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

body.truth-page .truth-romance-start .truth-start-games-link:hover,
body.truth-page .truth-romance-start .truth-start-games-link:focus-visible {
  border-color: rgba(255, 143, 181, .42);
  background: rgba(70, 40, 59, .82);
  color: #fff;
}

.truth-romance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 18px;
  align-items: stretch;
}

.truth-romance-hero,
.truth-romance-controls {
  position: relative;
  min-width: 0;
  min-height: 486px;
  border: 1px solid rgba(227, 202, 220, .11);
  border-radius: 26px;
}

.truth-romance-hero {
  display: grid;
  grid-template-rows: auto minmax(145px, 1fr) auto;
  gap: 18px;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 59%, rgba(255, 88, 151, .12), transparent 30%),
    radial-gradient(circle at 14% 14%, rgba(126, 234, 193, .07), transparent 31%),
    linear-gradient(155deg, rgba(36, 18, 34, .78), rgba(14, 18, 31, .88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.truth-romance-hero::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #ff7aa8, rgba(176, 122, 255, .86) 58%, transparent 94%);
  box-shadow: 0 0 30px rgba(255, 105, 157, .38);
}

.truth-romance-hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 9px;
  padding-right: 58px;
}

.truth-romance-hero__copy .hero-panel__eyebrow {
  margin: 0;
  color: #ff9abd;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.truth-romance-hero__copy h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 9px;
  margin: 0;
  color: #fff9fc;
  font-size: clamp(2.45rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.truth-romance-hero__copy h1 em {
  color: #fff9fc;
  font-style: normal;
}

.truth-romance-hero__copy h1 span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid rgba(255, 135, 177, .35);
  border-radius: 999px;
  background: rgba(255, 99, 155, .09);
  color: #ff9dbf;
  font-size: .22em;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.truth-romance-hero__copy > p:not(.hero-panel__eyebrow) {
  max-width: 52ch;
  margin: 0;
  color: rgba(225, 213, 224, .76);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.48;
}

.truth-romance-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 150px;
}

.truth-romance-visual::before,
.truth-romance-visual::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 148, 187, .12);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.truth-romance-visual::before {
  width: 70%;
  height: 108px;
}

.truth-romance-visual::after {
  width: 46%;
  height: 138px;
  border-color: rgba(146, 119, 232, .11);
  transform: translate(-50%, -50%) rotate(12deg);
}

.truth-romance-teaser {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 102px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(9, 14, 23, .78);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
}

.truth-romance-teaser span {
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.truth-romance-teaser strong {
  color: #fff9fc;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.28;
}

.truth-romance-teaser--truth {
  border: 1px solid rgba(103, 226, 180, .24);
  transform: rotate(-3deg) translateX(5px);
}

.truth-romance-teaser--truth span {
  color: #78e0b6;
}

.truth-romance-teaser--dare {
  border: 1px solid rgba(255, 111, 164, .27);
  transform: rotate(3deg) translateX(-5px);
}

.truth-romance-teaser--dare span {
  color: #ff8eb5;
}

.truth-romance-logo {
  position: relative;
  z-index: 3;
  width: 88px;
  height: 88px;
  padding: 7px;
  border: 1px solid rgba(255, 166, 200, .28);
  border-radius: 25px;
  background: rgba(11, 16, 26, .86);
  box-shadow: 0 0 0 9px rgba(255, 111, 164, .035), 0 18px 40px rgba(0, 0, 0, .42), 0 0 30px rgba(255, 80, 146, .16);
}

.truth-romance-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  object-fit: cover;
}

.truth-romance-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.truth-romance-facts > span {
  display: grid;
  min-height: 62px;
  place-content: center;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(227, 202, 220, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .025);
  text-align: center;
}

.truth-romance-facts strong {
  color: #fff9fc;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.truth-romance-facts small {
  color: rgba(215, 202, 214, .6);
  font-size: .63rem;
  font-weight: 700;
  line-height: 1.15;
}

.truth-romance-controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(142, 104, 220, .09), transparent 34%),
    linear-gradient(160deg, rgba(28, 27, 41, .84), rgba(12, 16, 26, .93));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.truth-romance-controls__head {
  display: grid;
  gap: 4px;
}

.truth-romance-controls__head strong {
  color: #fff9fc;
  font-size: 1.23rem;
  font-weight: 900;
  line-height: 1.12;
}

.truth-romance-controls__head span {
  color: rgba(215, 202, 214, .62);
  font-size: .76rem;
  font-weight: 500;
  line-height: 1.35;
}

.truth-romance-option-list {
  display: grid;
  gap: 9px;
}

.truth-romance-option {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 12px 14px;
  border: 1px solid rgba(227, 202, 220, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.truth-romance-option::after {
  content: '';
  justify-self: end;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid rgba(232, 214, 228, .3);
  border-radius: 50%;
  background: rgba(5, 8, 15, .38);
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.truth-romance-option:hover,
.truth-romance-option:focus-visible {
  border-color: rgba(255, 133, 177, .38);
  background: rgba(255, 107, 162, .06);
  transform: translateY(-1px);
}

.truth-romance-option:hover::after,
.truth-romance-option:focus-visible::after {
  border-color: rgba(255, 156, 190, .68);
}

.truth-romance-option.is-selected {
  border-color: rgba(255, 126, 173, .35);
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 88, 151, .13), transparent 42%),
    linear-gradient(100deg, rgba(72, 31, 54, .45), rgba(30, 26, 42, .72));
  box-shadow: inset 3px 0 0 rgba(255, 113, 164, .72), 0 12px 30px rgba(0, 0, 0, .12);
}

.truth-romance-option.is-selected::after {
  border-color: #ff8db5;
  background: #ff8db5;
  box-shadow: inset 0 0 0 5px #211925, 0 0 0 3px rgba(255, 114, 165, .1);
}

.truth-romance-option__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(227, 202, 220, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
  color: rgba(222, 204, 220, .72);
}

.truth-romance-option.is-selected .truth-romance-option__icon {
  border-color: rgba(255, 139, 181, .28);
  background: rgba(255, 101, 158, .09);
  color: #ff98bc;
}

.truth-romance-continue {
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  padding: 12px 20px;
  border: 1px solid rgba(255, 226, 115, .62);
  border-radius: 17px;
  background: linear-gradient(180deg, #ffd55b, #e7aa23);
  box-shadow: 0 15px 34px rgba(223, 161, 27, .18), inset 0 1px 0 rgba(255, 255, 255, .5);
  color: #30200a;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.truth-romance-continue:hover,
.truth-romance-continue:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(223, 161, 27, .24), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.truth-romance-option__icon svg,
.truth-romance-join svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.truth-romance-option__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.truth-romance-option__copy strong {
  color: #fff9fc;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.15;
}

.truth-romance-option__copy small {
  color: rgba(215, 202, 214, .64);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.truth-romance-join {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid rgba(227, 202, 220, .09);
  border-radius: 15px;
  background: rgba(6, 10, 18, .25);
  color: rgba(224, 210, 222, .68);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.truth-romance-join::after {
  content: '\203A';
  justify-self: end;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.truth-romance-join > span:first-child {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
}

.truth-romance-join svg {
  width: 20px;
  height: 20px;
}

.truth-romance-join > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.truth-romance-join strong {
  color: rgba(255, 249, 252, .82);
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.12;
}

.truth-romance-join small {
  color: rgba(210, 195, 207, .48);
  font-size: .62rem;
  font-weight: 600;
  line-height: 1.2;
}

.truth-romance-join:hover,
.truth-romance-join:focus-visible {
  border-color: rgba(255, 139, 181, .28);
  background: rgba(255, 107, 162, .045);
  color: #ff9dbf;
}

@media (max-width: 980px) {
  .truth-romance-layout {
    grid-template-columns: 1fr;
  }

  .truth-romance-hero,
  .truth-romance-controls {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  body.truth-page .truth-romance-start {
    max-width: none;
    margin: 0;
    padding: 16px;
    border-radius: 23px;
  }

  body.truth-page .truth-romance-start .truth-start-games-link {
    top: 12px;
    right: 12px;
    min-width: 62px;
    min-height: 29px;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: .64rem;
  }

  .truth-romance-layout {
    gap: 11px;
  }

  .truth-romance-hero {
    grid-template-rows: auto 88px auto;
    gap: 10px;
    padding: 3px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .truth-romance-hero::before {
    display: none;
  }

  .truth-romance-hero__copy {
    gap: 7px;
    padding-right: 58px;
  }

  .truth-romance-hero__copy .hero-panel__eyebrow {
    max-width: 32ch;
    font-size: .59rem;
    letter-spacing: .15em;
  }

  .truth-romance-hero__copy h1 {
    gap: 2px 7px;
    font-size: clamp(2rem, 9.1vw, 2.42rem);
    line-height: .96;
  }

  .truth-romance-hero__copy h1 span {
    min-height: 20px;
    padding: 3px 6px;
    font-size: .21em;
  }

  .truth-romance-hero__copy > p:not(.hero-panel__eyebrow) {
    font-size: .74rem;
    line-height: 1.38;
  }

  .truth-romance-visual {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
    gap: 6px;
    min-height: 88px;
  }

  .truth-romance-visual::before {
    width: 74%;
    height: 68px;
  }

  .truth-romance-visual::after {
    width: 48%;
    height: 86px;
  }

  .truth-romance-teaser {
    gap: 4px;
    min-height: 68px;
    padding: 9px;
    border-radius: 13px;
  }

  .truth-romance-teaser span {
    font-size: .46rem;
    letter-spacing: .11em;
  }

  .truth-romance-teaser strong {
    font-size: .58rem;
    line-height: 1.23;
  }

  .truth-romance-teaser--truth {
    transform: rotate(-2deg) translateX(3px);
  }

  .truth-romance-teaser--dare {
    transform: rotate(2deg) translateX(-3px);
  }

  .truth-romance-logo {
    width: 62px;
    height: 62px;
    padding: 5px;
    border-radius: 18px;
    box-shadow: 0 0 0 6px rgba(255, 111, 164, .035), 0 14px 30px rgba(0, 0, 0, .38), 0 0 22px rgba(255, 80, 146, .14);
  }

  .truth-romance-logo img {
    border-radius: 13px;
  }

  .truth-romance-facts {
    gap: 6px;
  }

  .truth-romance-facts > span {
    min-height: 46px;
    padding: 6px;
    border-radius: 12px;
  }

  .truth-romance-facts strong {
    font-size: .82rem;
  }

  .truth-romance-facts small {
    font-size: .52rem;
  }

  .truth-romance-controls {
    gap: 10px;
    padding: 13px;
    border-radius: 20px;
  }

  .truth-romance-controls__head {
    gap: 2px;
  }

  .truth-romance-controls__head strong {
    font-size: 1rem;
  }

  .truth-romance-controls__head span {
    font-size: .65rem;
  }

  .truth-romance-option-list {
    gap: 7px;
  }

  .truth-romance-option {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 10px;
    min-height: 60px;
    padding: 8px 10px;
    border-radius: 15px;
  }

  .truth-romance-option::after {
    width: 22px;
    height: 22px;
  }

  .truth-romance-option__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .truth-romance-option__icon svg {
    width: 22px;
    height: 22px;
  }

  .truth-romance-option__copy strong {
    font-size: .81rem;
  }

  .truth-romance-option__copy small {
    font-size: .61rem;
  }

  .truth-romance-join {
    min-height: 45px;
    margin-top: 0;
    padding: 6px 10px;
    border-radius: 13px;
  }

  .truth-romance-join > span:first-child {
    width: 32px;
    height: 32px;
  }

  .truth-romance-join strong {
    font-size: .73rem;
  }

  .truth-romance-join small {
    font-size: .56rem;
  }

  .truth-romance-continue {
    min-height: 52px;
    padding: 10px 16px;
    border-radius: 15px;
    font-size: .86rem;
  }
}

@media (max-width: 360px) {
  body.truth-page .truth-romance-start {
    padding: 13px;
  }

  .truth-romance-hero__copy {
    padding-right: 54px;
  }

  .truth-romance-hero__copy h1 {
    font-size: 1.86rem;
  }

  .truth-romance-hero__copy > p:not(.hero-panel__eyebrow) {
    font-size: .68rem;
  }

  .truth-romance-visual {
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  }

  .truth-romance-logo {
    width: 56px;
    height: 56px;
  }

  .truth-romance-teaser {
    padding: 7px;
  }

  .truth-romance-teaser strong {
    font-size: .53rem;
  }

  .truth-romance-controls {
    padding: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .truth-romance-option,
  .truth-romance-option::after,
  .truth-romance-join,
  .truth-romance-continue {
    transition: none;
  }
}
