/* The Peptide Report — Access Gate */
:root {
  --tprg-navy: #162b48;
  --tprg-navy-deep: #0d1d33;
  --tprg-blue: #2fade4;
  --tprg-blue-bright: #49c7f5;
  --tprg-indigo: #2b4da0;
  --tprg-orange: #eb7633;
  --tprg-orange-dark: #d45e1f;
  --tprg-green: #4da751;
  --tprg-ink: #15344a;
  --tprg-copy: #4f6574;
  --tprg-line: #dfe8ee;
  --tprg-soft: #f4f8fb;
  --tprg-white: #ffffff;
  --tprg-danger: #a92f35;
  --tprg-danger-bg: #fff1f2;
  --tprg-success: #236b3a;
  --tprg-success-bg: #eef9f0;
  --tprg-shadow: 0 32px 90px rgba(6, 22, 46, 0.34);
}

.tprg,
.tprg * {
  box-sizing: border-box;
}

html.tprg-overlay-open,
html.tprg-overlay-open body,
body.tprg-ui-gated {
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.tprg-body {
  margin: 0;
}

.tprg {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  color: var(--tprg-white);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.tprg--overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at 12% 12%, rgba(47, 173, 228, 0.22), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(235, 118, 51, 0.16), transparent 28%),
    linear-gradient(130deg, var(--tprg-navy-deep) 0%, #1b355d 42%, #2a4796 100%);
}

.tprg--overlay .tprg-backdrop {
  position: fixed;
  inset: 0;
}

.tprg--overlay .tprg-shell {
  min-height: 100%;
}

.tprg-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 12%, rgba(47, 173, 228, 0.22), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(235, 118, 51, 0.16), transparent 28%),
    linear-gradient(130deg, var(--tprg-navy-deep) 0%, #1b355d 42%, #2a4796 100%);
}

.tprg-backdrop::before,
.tprg-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tprg-backdrop::before {
  opacity: 0.5;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.85) 58%, transparent 100%);
}

.tprg-backdrop::after {
  background:
    linear-gradient(118deg, transparent 0 44%, rgba(255, 255, 255, 0.035) 44.2% 44.7%, transparent 45% 100%),
    radial-gradient(circle at 72% 12%, rgba(73, 199, 245, 0.18), transparent 22%);
}

.tprg-shell {
  width: min(1500px, calc(100% - 40px));
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(390px, 520px);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
}

.tprg-showcase {
  min-width: 0;
  padding: 6px 0;
}

.tprg-logo-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.tprg-logo {
  width: min(360px, 68%);
  height: auto;
  display: block;
}

.tprg-logo-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.tprg-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}

.tprg-copy {
  min-width: 0;
}

.tprg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(235, 118, 51, 0.45);
  border-radius: 999px;
  background: rgba(235, 118, 51, 0.11);
  color: #ffad7b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tprg-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tprg-orange);
  box-shadow: 0 0 0 6px rgba(235, 118, 51, 0.11);
}

.tprg-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--tprg-white);
  font-size: clamp(44px, 5.3vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.tprg-copy h1::first-line {
  color: var(--tprg-white);
}

.tprg .tprg-copy h1 .tprg-title-highlight {
  color: #49c7f5 !important;
  -webkit-text-fill-color: #49c7f5 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(47, 173, 228, 0.34);
}

.tprg-lead {
  max-width: 670px;
  margin: 22px 0 0;
  color: rgba(240, 247, 255, 0.82);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
}

.tprg-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.tprg-benefit {
  position: relative;
  min-height: 138px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 38px rgba(6, 21, 43, 0.12);
  backdrop-filter: blur(13px);
}

.tprg-benefit::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: var(--tprg-green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(77, 167, 81, 0.28);
}

.tprg-benefit strong,
.tprg-benefit span {
  display: block;
}

.tprg-benefit strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.tprg-benefit span {
  margin-top: 7px;
  color: rgba(231, 240, 249, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.tprg-book-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.tprg-book {
  position: relative;
  z-index: 2;
  width: min(330px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 36px 42px rgba(4, 15, 31, 0.42));
  transform: rotate(2deg);
  animation: tprg-float 5.8s ease-in-out infinite;
}

@keyframes tprg-float {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-12px) rotate(0.5deg); }
}

.tprg-orbit {
  position: absolute;
  border: 1px solid rgba(73, 199, 245, 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.tprg-orbit--one {
  width: 340px;
  height: 180px;
}

.tprg-orbit--two {
  width: 260px;
  height: 430px;
  border-color: rgba(235, 118, 51, 0.16);
  transform: rotate(24deg);
}

.tprg-statbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.tprg-statbar > div {
  padding: 17px 20px;
  background: rgba(10, 29, 54, 0.42);
}

.tprg-statbar strong,
.tprg-statbar small {
  display: block;
}

.tprg-statbar strong {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.tprg-statbar strong span {
  color: var(--tprg-orange);
}

.tprg-statbar small {
  margin-top: 3px;
  color: rgba(232, 241, 250, 0.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tprg-auth-card {
  position: relative;
  width: 100%;
  max-height: calc(100svh - 52px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.985);
  color: var(--tprg-ink);
  box-shadow: var(--tprg-shadow);
  scrollbar-width: thin;
  scrollbar-color: #c9d7e0 transparent;
}

.tprg-auth-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, var(--tprg-orange), var(--tprg-blue), var(--tprg-indigo));
}

.tprg-auth-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  padding: 14px 16px;
  border-radius: 17px;
  background: linear-gradient(120deg, var(--tprg-navy-deep), var(--tprg-navy));
}

.tprg-auth-brand img {
  width: min(245px, 67%);
  height: auto;
  display: block;
}

.tprg-auth-brand span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.tprg-auth-copy {
  padding: 23px 2px 17px;
}

.tprg-auth-copy h2 {
  margin: 0;
  color: var(--tprg-ink);
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.tprg-auth-copy p {
  margin: 10px 0 0;
  color: var(--tprg-copy);
  font-size: 14px;
  line-height: 1.62;
}

.tprg-alert {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.tprg-alert--error {
  border-color: #ffd7da;
  background: var(--tprg-danger-bg);
  color: var(--tprg-danger);
}

.tprg-alert--success {
  border-color: #cdebd3;
  background: var(--tprg-success-bg);
  color: var(--tprg-success);
}

.tprg-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--tprg-line);
  border-radius: 14px;
  background: var(--tprg-soft);
}

.tprg-tab {
  appearance: none;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #657a88;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.tprg-tab.is-active {
  background: #fff;
  color: var(--tprg-ink);
  box-shadow: 0 8px 18px rgba(17, 51, 74, 0.1);
}

.tprg-panels {
  margin-top: 16px;
}

.tprg-panel {
  display: none;
}

.tprg-panel.is-active {
  display: block;
  animation: tprg-panel-in 0.22s ease both;
}

@keyframes tprg-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.tprg-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
}

.tprg-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.tprg-field {
  display: block;
  margin: 0;
}

.tprg-field > span:first-child {
  display: block;
  margin: 0 0 6px;
  color: #28475a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.tprg-field input:not([type="checkbox"]) {
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--tprg-line);
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: var(--tprg-ink);
  font: inherit;
  font-size: 14px;
  box-shadow: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.tprg-field input:not([type="checkbox"]):focus {
  border-color: rgba(47, 173, 228, 0.72);
  background: #fcfeff;
  box-shadow: 0 0 0 4px rgba(47, 173, 228, 0.12);
}

.tprg-password-wrap {
  position: relative;
  display: block;
}

.tprg-password-wrap input {
  padding-right: 68px !important;
}

.tprg-password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  min-width: 53px;
  height: 35px;
  padding: 0 8px;
  border: 0;
  border-radius: 9px;
  background: #edf5f8;
  color: #315d73;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.tprg-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: -2px;
}

.tprg-inline-check,
.tprg-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #536b78;
  font-size: 11px;
  line-height: 1.52;
  cursor: pointer;
}

.tprg-inline-check input,
.tprg-consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--tprg-blue);
}

.tprg-link-button {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  color: #167eae;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.tprg-primary-button,
.tprg-secondary-button {
  appearance: none;
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.tprg-primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: linear-gradient(120deg, var(--tprg-orange), #f18b49);
  color: #fff;
  box-shadow: 0 13px 24px rgba(235, 118, 51, 0.24);
}

.tprg-primary-button b {
  font-size: 18px;
  line-height: 1;
}

.tprg-primary-button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: linear-gradient(120deg, var(--tprg-orange-dark), var(--tprg-orange));
  box-shadow: 0 16px 30px rgba(235, 118, 51, 0.3);
}

.tprg-primary-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.tprg-primary-button.is-loading b {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  font-size: 0;
  animation: tprg-spin 0.8s linear infinite;
}

@keyframes tprg-spin {
  to { transform: rotate(360deg); }
}

.tprg-secondary-button {
  border: 1px solid var(--tprg-line);
  background: #fff;
  color: #49616f;
}

.tprg-secondary-button:hover {
  background: var(--tprg-soft);
}

.tprg-panel-heading h3 {
  margin: 0;
  color: var(--tprg-ink);
  font-size: 19px;
  letter-spacing: -0.025em;
}

.tprg-panel-heading p {
  margin: 6px 0 0;
  color: var(--tprg-copy);
  font-size: 12px;
  line-height: 1.55;
}

.tprg-verification-note {
  margin: -2px 0 0;
  color: #607785;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.tprg-consent {
  padding: 12px;
  border: 1px solid var(--tprg-line);
  border-radius: 12px;
  background: var(--tprg-soft);
}

.tprg-consent > span {
  min-width: 0;
}

.tprg-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 6px;
}

.tprg-policy-links a {
  color: #167eae;
  font-weight: 900;
  text-decoration: none;
}

.tprg-policy-links a:hover {
  text-decoration: underline;
}

.tprg-strength {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin-top: 6px;
}

.tprg-strength::before {
  content: "";
  grid-column: 1;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #efb1b5 0 28%, #e7edf1 28% 100%);
}

.tprg-strength small {
  grid-column: 2;
  color: #758894;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.tprg-strength[data-strength="good"]::before {
  background: linear-gradient(90deg, #f0ad4e 0 68%, #e7edf1 68% 100%);
}

.tprg-strength[data-strength="strong"]::before {
  background: var(--tprg-green);
}

.tprg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.tprg-card-footer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--tprg-line);
  color: #7a8c96;
  font-size: 9px;
  line-height: 1.5;
}

.tprg-lock {
  color: var(--tprg-green);
  font-size: 8px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .tprg-shell {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
    gap: 34px;
  }

  .tprg-showcase-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .tprg-book-stage {
    min-height: 430px;
  }

  .tprg-benefits {
    grid-template-columns: 1fr;
  }

  .tprg-benefit {
    min-height: 0;
    padding: 14px 15px 14px 50px;
  }

  .tprg-benefit::before {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}

@media (max-width: 900px) {
  body.tprg-body:not(.tprg-ui-gated) {
    overflow: auto !important;
  }

  body.tprg-ui-gated,
  html.tprg-overlay-open body.tprg-ui-gated {
    overflow: hidden !important;
  }

  .tprg-shell {
    width: min(720px, calc(100% - 28px));
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px 0 28px;
  }

  .tprg-auth-card {
    order: 1;
    max-height: none;
  }

  .tprg-showcase {
    order: 2;
    padding: 8px 0 0;
  }

  .tprg-logo-row {
    display: none;
  }

  .tprg-showcase-grid {
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .tprg-copy h1 {
    max-width: 13ch;
    font-size: clamp(36px, 8vw, 54px);
  }

  .tprg-book-stage {
    min-height: 350px;
  }

}

@media (max-width: 900px) {
  .tprg--overlay {
    background-color: var(--tprg-navy-deep);
  }

  .tprg--overlay .tprg-shell {
    min-height: 100%;
  }
}

@media (max-width: 640px) {
  .tprg-shell {
    width: min(100% - 18px, 560px);
    padding: 9px 0 20px;
  }

  .tprg-auth-card {
    padding: 16px;
    border-radius: 22px;
  }

  .tprg-auth-card::before {
    border-radius: 22px 22px 0 0;
  }

  .tprg-auth-brand {
    min-height: 54px;
    padding: 12px 13px;
  }

  .tprg-auth-brand img {
    width: min(225px, 70%);
  }

  .tprg-auth-brand span {
    font-size: 8px;
  }

  .tprg-auth-copy {
    padding: 18px 1px 14px;
  }

  .tprg-auth-copy h2 {
    font-size: 26px;
  }

  .tprg-field-grid {
    grid-template-columns: 1fr;
  }

  .tprg-form-row {
    align-items: flex-start;
  }

  .tprg-showcase-grid {
    grid-template-columns: 1fr;
  }

  .tprg-copy {
    text-align: center;
  }

  .tprg-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .tprg-copy h1,
  .tprg-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .tprg-benefits {
    text-align: left;
  }

  .tprg-book-stage {
    min-height: 330px;
  }

  .tprg-book {
    width: 220px;
  }

  .tprg-orbit--one {
    width: 270px;
    height: 140px;
  }

  .tprg-orbit--two {
    width: 200px;
    height: 300px;
  }


  .tprg-statbar > div {
    padding: 14px 10px;
  }

  .tprg-statbar strong {
    font-size: 17px;
  }

  .tprg-statbar small {
    font-size: 7px;
  }
}

@media (max-width: 390px) {
  .tprg-auth-brand span {
    display: none;
  }

  .tprg-auth-brand img {
    width: 100%;
    max-width: 245px;
  }

  .tprg-form-row {
    flex-direction: column;
    gap: 9px;
  }

  .tprg-statbar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tprg-book,
  .tprg-panel,
  .tprg-primary-button.is-loading b {
    animation: none !important;
  }

  .tprg *,
  .tprg *::before,
  .tprg *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
