
  #thriwa-roleplay-set,
  #thriwa-roleplay-set * {
    box-sizing: border-box;
  }

  #thriwa-roleplay-set {
    --tr-ink: #202026;
    --tr-muted: #686875;
    --tr-line: #e7e4eb;
    --tr-soft: #f7f5f8;
    --tr-plum: #5f2d79;
    --tr-plum-dark: #351843;
    --tr-lilac: #eee5f3;
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
    color: var(--tr-ink);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  #thriwa-roleplay-set img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
  }

  #thriwa-roleplay-set a {
    color: var(--tr-plum);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  #thriwa-roleplay-set h2,
  #thriwa-roleplay-set h3,
  #thriwa-roleplay-set p {
    margin-top: 0;
  }

  #thriwa-roleplay-set h2 {
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  #thriwa-roleplay-set h3 {
    margin-bottom: 12px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }

  #thriwa-roleplay-set p {
    margin-bottom: 18px;
  }

  #thriwa-roleplay-set .tr-reading {
    max-width: 1040px;
  }

  #thriwa-roleplay-set .tr-section {
    padding: 72px 0;
    border-bottom: 1px solid var(--tr-line);
  }

  #thriwa-roleplay-set .tr-section:first-child {
    padding-top: 34px;
  }

  #thriwa-roleplay-set .tr-section:last-child {
    border-bottom: 0;
  }

  #thriwa-roleplay-set .tr-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--tr-plum);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  #thriwa-roleplay-set .tr-lead {
    max-width: 1040px;
    margin-bottom: 28px;
    color: #34343d;
    font-size: 21px;
    line-height: 1.62;
  }

  #thriwa-roleplay-set .tr-proof-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }

  #thriwa-roleplay-set .tr-proof {
    min-height: 108px;
    padding: 22px;
    border: 1px solid var(--tr-line);
    border-radius: 12px;
    background: #fff;
  }

  #thriwa-roleplay-set .tr-proof strong {
    display: block;
    margin-bottom: 5px;
    color: var(--tr-plum-dark);
    font-size: 17px;
    line-height: 1.35;
  }

  #thriwa-roleplay-set .tr-proof span {
    color: var(--tr-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  #thriwa-roleplay-set .tr-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  #thriwa-roleplay-set .tr-figure {
    margin: 0;
  }

  #thriwa-roleplay-set .tr-figure img {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    background: #f1f1f2;
    object-fit: cover;
  }

  #thriwa-roleplay-set .tr-figure figcaption {
    margin-top: 11px;
    color: var(--tr-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  #thriwa-roleplay-set .tr-case-figure {
    margin: 0;
  }

  #thriwa-roleplay-set .tr-case-figure img {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    background: #f1f1f2;
    object-fit: cover;
  }

  #thriwa-roleplay-set .tr-case-figure figcaption {
    margin-top: 11px;
    color: var(--tr-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  #thriwa-roleplay-set .tr-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
  }

  #thriwa-roleplay-set .tr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
  }

  #thriwa-roleplay-set .tr-info-card {
    padding: 28px;
    border: 1px solid var(--tr-line);
    border-radius: 14px;
    background: #fff;
  }

  #thriwa-roleplay-set .tr-info-card p {
    margin-bottom: 0;
    color: var(--tr-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  #thriwa-roleplay-set .tr-table-wrap {
    width: 100%;
    margin-top: 28px;
    overflow-x: auto;
    border: 1px solid var(--tr-line);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  #thriwa-roleplay-set table {
    width: 100%;
    min-width: 720px;
    border: 0;
    border-collapse: collapse;
  }

  #thriwa-roleplay-set th,
  #thriwa-roleplay-set td {
    padding: 18px 22px;
    border: 0;
    border-bottom: 1px solid var(--tr-line);
    text-align: left;
    vertical-align: top;
  }

  #thriwa-roleplay-set tr:last-child th,
  #thriwa-roleplay-set tr:last-child td {
    border-bottom: 0;
  }

  #thriwa-roleplay-set th {
    width: 27%;
    background: var(--tr-soft);
    color: #2e2e35;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  #thriwa-roleplay-set td {
    color: #4e4e59;
    font-size: 15px;
    line-height: 1.65;
  }

  #thriwa-roleplay-set .tr-note {
    margin-top: 22px;
    padding: 22px 24px;
    border-left: 4px solid var(--tr-plum);
    background: var(--tr-soft);
    color: #4a4a55;
    font-size: 14px;
    line-height: 1.7;
  }

  #thriwa-roleplay-set .tr-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
    counter-reset: tr-step;
  }

  #thriwa-roleplay-set .tr-step {
    position: relative;
    min-height: 210px;
    padding: 66px 24px 24px;
    border-radius: 14px;
    background: var(--tr-soft);
    counter-increment: tr-step;
  }

  #thriwa-roleplay-set .tr-step::before {
    position: absolute;
    top: 22px;
    left: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--tr-plum);
    color: #fff;
    content: counter(tr-step);
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }

  #thriwa-roleplay-set .tr-step p {
    margin-bottom: 0;
    color: var(--tr-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  #thriwa-roleplay-set .tr-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  #thriwa-roleplay-set .tr-list li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 26px;
    color: #4d4d58;
  }

  #thriwa-roleplay-set .tr-list li::before {
    position: absolute;
    top: 0.67em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tr-plum);
    content: "";
  }

  #thriwa-roleplay-set .tr-trust {
    padding: 34px;
    border: 1px solid #ddd4e3;
    border-radius: 16px;
    background: linear-gradient(135deg, #faf8fb 0%, #f1eaf4 100%);
  }

  #thriwa-roleplay-set .tr-trust p:last-child {
    margin-bottom: 0;
  }

  #thriwa-roleplay-set .tr-faq-list {
    margin-top: 28px;
    border-top: 1px solid var(--tr-line);
  }

  #thriwa-roleplay-set .tr-faq-item {
    border-bottom: 1px solid var(--tr-line);
  }

  #thriwa-roleplay-set .tr-faq-question {
    display: grid;
    width: 100%;
    padding: 22px 4px;
    border: 0;
    background: transparent;
    color: var(--tr-ink);
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    font-weight: 600;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 18px;
    text-align: left;
  }

  #thriwa-roleplay-set .tr-faq-question:hover,
  #thriwa-roleplay-set .tr-faq-question:focus-visible {
    color: var(--tr-plum);
    outline: none;
  }

  #thriwa-roleplay-set .tr-faq-icon {
    color: var(--tr-plum);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
  }

  #thriwa-roleplay-set .tr-faq-answer {
    display: none;
    max-width: 1040px;
    padding: 0 50px 24px 4px;
    color: var(--tr-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  #thriwa-roleplay-set .tr-faq-item.is-open .tr-faq-answer {
    display: block;
  }

  #thriwa-roleplay-set .tr-cta {
    padding: 54px;
    border-radius: 18px;
    background: var(--tr-plum-dark);
    color: #fff;
  }

  #thriwa-roleplay-set .tr-cta h2,
  #thriwa-roleplay-set .tr-cta p {
    color: #fff;
  }

  #thriwa-roleplay-set .tr-cta p {
    max-width: 900px;
    color: #eadfee;
  }

  #thriwa-roleplay-set .tr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  #thriwa-roleplay-set .tr-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease;
  }

  #thriwa-roleplay-set .tr-button:hover {
    transform: translateY(-1px);
  }

  #thriwa-roleplay-set .tr-button--primary {
    background: #fff;
    color: var(--tr-plum-dark);
  }

  #thriwa-roleplay-set .tr-button--secondary {
    border-color: #9c7eaa;
    background: transparent;
    color: #fff;
  }

  #thriwa-roleplay-set .tr-button--secondary:hover,
  #thriwa-roleplay-set .tr-button--secondary:focus-visible {
    background: #4a225d;
    color: #fff;
  }

  #thriwa-roleplay-set .tr-disclosure {
    margin-top: 24px;
    color: #cdbdd5;
    font-size: 12px;
    line-height: 1.7;
  }

  @media (max-width: 980px) {
    #thriwa-roleplay-set .tr-proof-row,
    #thriwa-roleplay-set .tr-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #thriwa-roleplay-set .tr-two-col {
      gap: 34px;
    }
  }

  @media (max-width: 680px) {
    #thriwa-roleplay-set {
      width: 98%;
      font-size: 16px;
      line-height: 1.65;
    }

    #thriwa-roleplay-set h2 {
      margin-bottom: 16px;
      font-size: 26px;
      line-height: 1.25;
    }

    #thriwa-roleplay-set h3 {
      font-size: 19px;
    }

    #thriwa-roleplay-set .tr-section {
      padding: 48px 0;
    }

    #thriwa-roleplay-set .tr-section:first-child {
      padding-top: 24px;
    }

    #thriwa-roleplay-set .tr-lead {
      font-size: 18px;
      line-height: 1.65;
    }

    #thriwa-roleplay-set .tr-proof-row,
    #thriwa-roleplay-set .tr-image-grid,
    #thriwa-roleplay-set .tr-two-col,
    #thriwa-roleplay-set .tr-card-grid,
    #thriwa-roleplay-set .tr-steps {
      grid-template-columns: minmax(0, 1fr);
    }

    #thriwa-roleplay-set .tr-proof,
    #thriwa-roleplay-set .tr-step {
      min-height: 0;
    }

    #thriwa-roleplay-set .tr-info-card,
    #thriwa-roleplay-set .tr-trust {
      padding: 22px;
    }

    #thriwa-roleplay-set th,
    #thriwa-roleplay-set td {
      padding: 15px 16px;
    }

    #thriwa-roleplay-set .tr-faq-question {
      padding: 18px 2px;
      font-size: 16px;
      grid-template-columns: minmax(0, 1fr) 26px;
    }

    #thriwa-roleplay-set .tr-faq-answer {
      padding: 0 32px 20px 2px;
    }

    #thriwa-roleplay-set .tr-cta {
      padding: 34px 22px;
      border-radius: 14px;
    }

    #thriwa-roleplay-set .tr-actions,
    #thriwa-roleplay-set .tr-button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #thriwa-roleplay-set .tr-button {
      transition: none;
    }
  }
