.twe-legacy-site {
  background: #f5f1f6;
  color: #1c1520;
}
.twe-legacy-hero {
  position: relative;
  overflow: hidden;
  padding: 155px 0 104px;
  background:
    radial-gradient(
      circle at 74% 50%,
      rgba(118, 57, 170, 0.42),
      transparent 28%
    ),
    linear-gradient(130deg, #070609 0%, #160b20 50%, #32134d 100%);
  color: #fff;
}
.twe-legacy-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.twe-legacy-orbit.one {
  right: -8%;
  top: -42%;
  width: 660px;
  height: 660px;
}
.twe-legacy-orbit.two {
  right: 10%;
  bottom: -70%;
  width: 500px;
  height: 500px;
}
.twe-legacy-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.58fr);
  align-items: center;
  gap: 80px;
}
.twe-legacy-hero h1 {
  max-width: 850px;
  margin: 15px 0 24px;
  font-family: var(--twe-serif);
  font-weight: 400;
  font-size: clamp(58px, 7.3vw, 112px);
  line-height: 0.87;
  letter-spacing: -0.06em;
}
.twe-legacy-hero h1 em {
  display: block;
  color: #d9b7ff;
  font-weight: 400;
}
.twe-legacy-hero p {
  max-width: 730px;
  margin: 0;
  color: #d6cbd9;
  font-size: 17px;
  line-height: 1.75;
}
.twe-legacy-hero .twe-host-hero-actions {
  margin-top: 28px;
}
.twe-legacy-hero-art {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  border: 1px solid rgba(216, 181, 110, 0.25);
  border-radius: 32px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.24);
  transform: rotate(3deg);
}
.twe-legacy-hero-art:after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  content: "";
}
.twe-legacy-signal {
  position: absolute;
  top: 45px;
  left: 35px;
  right: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.twe-legacy-signal span {
  position: relative;
  padding-top: 38px;
  color: #d6cbd9;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-align: center;
}
.twe-legacy-signal span:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: #25152f;
  content: "";
  transform: translateX(-50%);
}
.twe-legacy-signal span:not(:last-child):after {
  position: absolute;
  top: 12px;
  left: calc(50% + 14px);
  width: calc(100% - 28px);
  height: 1px;
  background: linear-gradient(90deg, #d8b56e, rgba(216, 181, 110, 0.2));
  content: "";
}
.twe-legacy-signal span:nth-child(3):before {
  background: #d8b56e;
  box-shadow: 0 0 0 7px rgba(216, 181, 110, 0.12);
}
.twe-legacy-hero-art strong,
.twe-legacy-hero-art em {
  position: relative;
  z-index: 1;
  display: block;
  font:
    400 37px/1 Georgia,
    serif;
}
.twe-legacy-hero-art em {
  margin-top: 6px;
  color: #d6b6f8;
}
.twe-legacy-picker {
  position: relative;
  z-index: 4;
  margin-top: -31px;
}
.twe-legacy-picker form {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border: 1px solid #dfd5e3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(35, 18, 43, 0.12);
}
.twe-legacy-picker label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.twe-legacy-picker select {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #ddd2e1;
  border-radius: 12px;
  background: #faf8fb;
  color: #211927;
  font-weight: 700;
}
.twe-legacy-picker a {
  color: #5c2878;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}
.twe-legacy-workspace {
  padding-top: 62px;
}
.twe-legacy-notice,
.twe-legacy-preview-warning {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid #baddc4;
  border-radius: 14px;
  background: #eaf8ed;
  color: #176334;
  font-size: 12px;
  font-weight: 800;
}
.twe-legacy-preview-warning {
  display: flex;
  align-items: center;
  gap: 12px;
  border-color: #ead495;
  background: #fff7dc;
  color: #6c500f;
}
.twe-legacy-preview-warning a {
  margin-left: auto;
  color: #5b2478;
  text-decoration: none;
}
.twe-legacy-report-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 27px;
}
.twe-legacy-report-head h2 {
  max-width: 820px;
  margin: 12px 0 6px;
  font:
    400 clamp(44px, 5vw, 76px) / 0.92 Georgia,
    serif;
  letter-spacing: -0.05em;
}
.twe-legacy-report-head p {
  margin: 0;
  color: #776b7b;
}
.twe-legacy-report-head > div:last-child {
  text-align: right;
}
.twe-legacy-report-head small {
  display: block;
  margin-top: 6px;
  color: #857789;
  font-size: 9px;
}
.twe-legacy-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}
.twe-legacy-stat-grid article {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 20px;
  border: 1px solid #dfd5e3;
  border-radius: 18px;
  background: #fff;
}
.twe-legacy-stat-grid article:after {
  position: absolute;
  right: -32px;
  bottom: -41px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #f1eaf4;
  content: "";
}
.twe-legacy-stat-grid article.is-purple {
  border-color: #6f368f;
  background: #261131;
  color: #fff;
}
.twe-legacy-stat-grid article.is-purple:after {
  background: #3f1b52;
}
.twe-legacy-stat-grid span,
.twe-legacy-stat-grid strong,
.twe-legacy-stat-grid small {
  position: relative;
  z-index: 1;
  display: block;
}
.twe-legacy-stat-grid span {
  color: #7b6e7f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.twe-legacy-stat-grid .is-purple span {
  color: #d7b6e8;
}
.twe-legacy-stat-grid strong {
  margin: 16px 0 6px;
  font:
    400 41px/1 Georgia,
    serif;
}
.twe-legacy-stat-grid small {
  color: #8d7e91;
  font-size: 10px;
  line-height: 1.4;
}
.twe-legacy-stat-grid .is-purple small {
  color: #cdbdd2;
}
.twe-legacy-report-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  gap: 22px;
  margin-bottom: 22px;
}
.twe-legacy-insights,
.twe-legacy-proof,
.twe-legacy-attribution,
.twe-legacy-followup,
.twe-legacy-repurpose {
  border: 1px solid #dfd4e2;
  border-radius: 25px;
  background: #fff;
}
.twe-legacy-insights {
  padding: 32px;
}
.twe-legacy-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
.twe-legacy-panel-head h3 {
  margin: 8px 0 0;
  font:
    400 clamp(35px, 4vw, 57px) / 0.95 Georgia,
    serif;
  letter-spacing: -0.045em;
}
.twe-legacy-panel-head h3 em {
  color: #8240b8;
  font-weight: 400;
}
.twe-legacy-panel-head p {
  max-width: 700px;
  margin: 7px 0 0;
  color: #7c6f80;
  font-size: 12px;
  line-height: 1.6;
}
.twe-legacy-panel-head > span {
  color: #673184;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.twe-legacy-insight-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.twe-legacy-insights h4,
.twe-legacy-attribution h4 {
  margin: 0 0 14px;
  color: #5e2a72;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.twe-legacy-bar {
  margin-bottom: 12px;
}
.twe-legacy-bar > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #66586b;
  font-size: 10px;
}
.twe-legacy-bar i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #eee7f0;
}
.twe-legacy-bar i span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #6e2c94, #c48bf0);
}
.twe-legacy-note-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.twe-legacy-note-list li {
  padding: 10px 12px;
  border-radius: 11px;
  background: #f6f2f7;
  color: #5f5363;
  font-size: 11px;
  line-height: 1.5;
}
.twe-legacy-value-notes {
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid #eee6f0;
}
.twe-legacy-value-notes > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.twe-legacy-value-notes blockquote {
  margin: 0;
  padding: 14px;
  border-left: 3px solid #d8b56e;
  border-radius: 0 11px 11px 0;
  background: #faf8fb;
  color: #5b4d60;
  font:
    400 13px/1.6 Georgia,
    serif;
}
.twe-legacy-muted {
  color: #8a7d8d;
  font-size: 11px;
  line-height: 1.6;
}
.twe-legacy-proof {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  background: linear-gradient(150deg, #160a1f, #37124d);
  color: #fff;
}
.twe-legacy-proof blockquote {
  margin: 22px 0;
  font:
    400 25px/1.35 Georgia,
    serif;
}
.twe-legacy-proof strong,
.twe-legacy-proof small {
  display: block;
}
.twe-legacy-proof small {
  margin-top: 4px;
  color: #bcadbf;
}
.twe-legacy-approved-badge {
  align-self: flex-start;
  margin-top: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(216, 181, 110, 0.3);
  border-radius: 99px;
  color: #e3c785;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.twe-legacy-proof-empty {
  text-align: center;
}
.twe-legacy-proof-empty > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #d8b56e;
}
.twe-legacy-proof-empty h3 {
  margin: 0;
  font:
    400 27px/1.08 Georgia,
    serif;
}
.twe-legacy-proof-empty p {
  color: #c7b9ca;
  font-size: 11px;
  line-height: 1.6;
}
.twe-legacy-proof-empty a {
  color: #dfc078;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}
.twe-legacy-attribution {
  margin-bottom: 22px;
  padding: 31px;
}
.twe-legacy-attribution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.twe-legacy-attribution ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.twe-legacy-attribution li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 13px;
  border-radius: 11px;
  background: #f7f3f8;
  color: #625568;
  font-size: 10px;
}
.twe-legacy-attribution li b {
  text-align: right;
}
.twe-legacy-followup {
  margin-bottom: 22px;
  padding: 32px;
}
.twe-legacy-segment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.twe-legacy-segment {
  overflow: hidden;
  border: 1px solid #e2d8e5;
  border-radius: 16px;
  background: #fbf9fc;
}
.twe-legacy-segment summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px;
  cursor: pointer;
  list-style: none;
}
.twe-legacy-segment summary::-webkit-details-marker {
  display: none;
}
.twe-legacy-segment summary > span {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 3px 10px;
}
.twe-legacy-segment summary i {
  grid-row: 1/3;
  width: 9px;
  height: 9px;
  margin-top: 3px;
  border-radius: 50%;
  background: #8a6e94;
}
.twe-legacy-segment.is-hot summary i {
  background: #c33e48;
}
.twe-legacy-segment.is-advocate summary i {
  background: #d29d27;
}
.twe-legacy-segment.is-review summary i {
  background: #7444ad;
}
.twe-legacy-segment.is-recover summary i {
  background: #3c7eb2;
}
.twe-legacy-segment summary strong {
  font-size: 12px;
}
.twe-legacy-segment summary small {
  color: #847688;
  font-size: 9px;
  line-height: 1.45;
}
.twe-legacy-segment summary > b {
  display: grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #eee6f1;
  color: #622d7d;
}
.twe-legacy-segment > div {
  padding: 0 15px 15px;
}
.twe-legacy-segment article {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #eee6ef;
}
.twe-legacy-segment article strong,
.twe-legacy-segment article small,
.twe-legacy-segment article a,
.twe-legacy-segment article span {
  display: block;
}
.twe-legacy-segment article strong {
  font-size: 10px;
}
.twe-legacy-segment article small {
  margin-top: 3px;
  color: #8b7e8e;
  font-size: 8px;
  text-transform: uppercase;
}
.twe-legacy-segment article a {
  overflow: hidden;
  color: #653081;
  font-size: 9px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.twe-legacy-segment article span {
  margin-top: 3px;
  color: #7e7082;
  font-size: 9px;
}
.twe-legacy-segment > div > p {
  color: #887b8c;
  font-size: 10px;
}
.twe-legacy-privacy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  margin-top: 18px;
  padding: 15px;
  border-radius: 13px;
  background: #f1ebf3;
}
.twe-legacy-privacy strong {
  grid-row: 1/3;
  color: #622d78;
  font-size: 10px;
  text-transform: uppercase;
}
.twe-legacy-privacy p {
  margin: 0;
  color: #766979;
  font-size: 10px;
  line-height: 1.55;
}
.twe-legacy-repurpose {
  padding: 34px;
}
.twe-legacy-safety {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 12px;
  background: #e9f7ed;
}
.twe-legacy-safety > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #2d9c55;
  color: #fff;
}
.twe-legacy-safety strong,
.twe-legacy-safety small {
  display: block;
}
.twe-legacy-safety strong {
  color: #176b38;
  font-size: 10px;
}
.twe-legacy-safety small {
  margin-top: 2px;
  color: #548367;
  font-size: 8px;
}
.twe-legacy-settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}
.twe-legacy-settings label {
  padding: 16px;
  border: 1px solid #e2d8e5;
  border-radius: 15px;
  background: #faf8fb;
}
.twe-legacy-settings label > span,
.twe-legacy-editor label > span {
  display: block;
  margin-bottom: 6px;
  color: #5f2c75;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.twe-legacy-settings select,
.twe-legacy-editor input,
.twe-legacy-editor textarea {
  width: 100%;
  border: 1px solid #ded2e2;
  border-radius: 10px;
  background: #fff;
  color: #241b28;
  font: 500 12px/1.55 Arial, sans-serif;
}
.twe-legacy-settings select,
.twe-legacy-editor input {
  height: 43px;
  padding: 0 11px;
}
.twe-legacy-settings small {
  display: block;
  margin-top: 6px;
  color: #8d7f90;
  font-size: 8px;
}
.twe-legacy-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.twe-legacy-editor {
  position: relative;
  padding: 23px;
  border: 1px solid #e2d7e5;
  border-radius: 18px;
  background: #faf8fb;
}
.twe-legacy-editor h4 {
  margin: 7px 0 18px;
  font:
    400 26px/1.05 Georgia,
    serif;
}
.twe-legacy-step {
  color: #8240b2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.twe-legacy-editor label {
  display: block;
  margin-bottom: 11px;
}
.twe-legacy-editor textarea {
  padding: 12px;
  resize: vertical;
}
.twe-legacy-editor > button,
.twe-legacy-tab-panel button,
.twe-legacy-editor-actions button {
  padding: 10px 13px;
  border: 0;
  border-radius: 9px;
  background: #24102e;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}
.twe-legacy-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 9px;
}
.twe-legacy-tabs button {
  padding: 8px 10px;
  border: 1px solid #ded2e1;
  border-radius: 8px;
  background: #fff;
  color: #68576d;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}
.twe-legacy-tabs button.is-active {
  border-color: #713294;
  background: #713294;
  color: #fff;
}
.twe-legacy-tab-panel {
  display: none;
}
.twe-legacy-tab-panel.is-active {
  display: block;
}
.twe-legacy-tab-panel textarea {
  margin-bottom: 8px;
}
.twe-legacy-newsletter {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0 25px;
}
.twe-legacy-newsletter > .twe-legacy-step,
.twe-legacy-newsletter > h4 {
  grid-column: 1;
}
.twe-legacy-newsletter-fields {
  grid-column: 2;
  grid-row: 1/5;
}
.twe-legacy-editor-actions {
  grid-column: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
.twe-legacy-editor-actions a {
  color: #65307d;
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
}
.twe-legacy-save-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 15px;
  background: #24102e;
  color: #fff;
}
.twe-legacy-save-bar strong,
.twe-legacy-save-bar small {
  display: block;
}
.twe-legacy-save-bar small {
  margin-top: 3px;
  color: #c7bacb;
  font-size: 9px;
}
.twe-legacy-reset {
  text-align: right;
}
.twe-legacy-reset button {
  margin-top: 10px;
  border: 0;
  background: none;
  color: #7d6f81;
  font-size: 9px;
  text-decoration: underline;
  cursor: pointer;
}
.twe-legacy-empty {
  padding: 80px 30px;
  border: 1px solid #dfd4e2;
  border-radius: 26px;
  background: #fff;
  text-align: center;
}
.twe-legacy-empty h2 {
  margin: 0 0 9px;
  font:
    400 43px/1 Georgia,
    serif;
}
.twe-legacy-empty p {
  color: #7c6f80;
}
@media (max-width: 1100px) {
  .twe-legacy-hero-grid,
  .twe-legacy-report-grid {
    grid-template-columns: 1fr;
  }
  .twe-legacy-hero-art {
    display: none;
  }
  .twe-legacy-stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .twe-legacy-editor-grid {
    grid-template-columns: 1fr;
  }
  .twe-legacy-newsletter {
    grid-column: auto;
  }
  .twe-legacy-newsletter {
    grid-template-columns: 1fr;
  }
  .twe-legacy-newsletter > .twe-legacy-step,
  .twe-legacy-newsletter > h4,
  .twe-legacy-newsletter-fields,
  .twe-legacy-editor-actions {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 760px) {
  .twe-legacy-hero {
    padding: 125px 0 72px;
  }
  .twe-legacy-hero h1 {
    font-size: 57px;
  }
  .twe-legacy-picker {
    margin-top: -18px;
  }
  .twe-legacy-picker form {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .twe-legacy-report-head,
  .twe-legacy-panel-head,
  .twe-legacy-preview-warning,
  .twe-legacy-save-bar {
    align-items: flex-start;
    flex-direction: column;
  }
  .twe-legacy-preview-warning a {
    margin-left: 0;
  }
  .twe-legacy-report-head > div:last-child {
    text-align: left;
  }
  .twe-legacy-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .twe-legacy-stat-grid article {
    min-height: 135px;
    padding: 17px;
  }
  .twe-legacy-insight-columns,
  .twe-legacy-attribution-grid,
  .twe-legacy-segment-grid,
  .twe-legacy-settings {
    grid-template-columns: 1fr;
  }
  .twe-legacy-value-notes > div {
    grid-template-columns: 1fr;
  }
  .twe-legacy-insights,
  .twe-legacy-proof,
  .twe-legacy-attribution,
  .twe-legacy-followup,
  .twe-legacy-repurpose {
    padding: 22px;
  }
  .twe-legacy-segment article {
    grid-template-columns: 1fr;
  }
  .twe-legacy-newsletter {
    display: block;
  }
  .twe-legacy-save-bar .twe-btn {
    width: 100%;
  }
}
@media print {
  .twe-header,
  .twe-legacy-hero,
  .twe-legacy-picker,
  .twe-footer,
  .no-print,
  .twe-legacy-notice,
  .twe-legacy-preview-warning,
  .twe-legacy-report-head > div:last-child {
    display: none !important;
  }
  .twe-legacy-site {
    background: #fff;
  }
  .twe-legacy-workspace {
    padding: 0;
  }
  .twe-legacy-report-head {
    margin-top: 30px;
  }
  .twe-legacy-stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .twe-legacy-report-grid {
    grid-template-columns: 1.45fr 0.55fr;
  }
  .twe-legacy-insights,
  .twe-legacy-proof,
  .twe-legacy-attribution,
  .twe-legacy-stat-grid article {
    break-inside: avoid;
    box-shadow: none;
  }
  .twe-legacy-attribution {
    break-before: page;
  }
  .twe-legacy-report-head h2 {
    font-size: 48px;
  }
}
