:root {
  color-scheme: dark;
  --vrt-bg: #050606;
  --vrt-shell: #080909;
  --vrt-panel: #101212;
  --vrt-panel-active: #151717;
  --vrt-line: #292d2d;
  --vrt-line-strong: #737a7b;
  --vrt-text: #f4f4f1;
  --vrt-copy: #aeb5b6;
  --vrt-muted: #727a7b;
  --vrt-green: #64e3aa;
}

* { box-sizing: border-box; }

html { background: var(--vrt-bg); }

body {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.045), transparent 36rem),
    var(--vrt-bg);
  color: var(--vrt-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }

.vrt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vrt-page {
  width: 100%;
  max-width: 1060px;
  min-height: calc(100vh - 64px);
  margin: 0 auto;
  padding: 24px;
}

.vrt-shell {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vrt-line);
  border-radius: 4px;
  background: var(--vrt-shell);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.vrt-app-header {
  position: sticky;
  top: 0;
  z-index: 3900;
  display: flex;
  width: 100%;
  height: 64px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  background: #0b0c0d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.vrt-app-lockup {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.vrt-app-lockup img {
  display: block;
  width: 55px;
  height: 28px;
  max-width: none;
  object-fit: contain;
}

.vrt-app-lockup span {
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vrt-app-header-side {
  position: absolute;
  top: 50%;
  display: flex;
  min-width: 40px;
  height: 44px;
  align-items: center;
  transform: translateY(-50%);
}

.vrt-app-header-side-left { left: 18px; justify-content: flex-start; }
.vrt-app-header-side-right { right: 18px; justify-content: flex-end; }

.vrt-loading-retry {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #343939;
  border-radius: 0;
  background: transparent;
  color: #c6cdce;
  cursor: pointer;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vrt-loading-retry:hover,
.vrt-loading-retry:focus-visible { border-color: #fff; color: #fff; outline: 0; }

.vrt-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #252828;
  background: #0d0e0e;
}

.vrt-progress-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.vrt-step {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-right: 1px solid #252828;
  color: #676e70;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vrt-step:last-child { border-right: 0; }
.vrt-step span { color: #879091; }
.vrt-step b { color: var(--vrt-green); font-weight: 500; }
.vrt-step-complete { color: #b9c1c1; }

.vrt-step-current {
  color: #fff;
  box-shadow: inset 0 -2px 0 #fff;
}

.vrt-loading {
  min-height: 440px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  color: #899192;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrt-loading[hidden] { display: none; }

.vrt-loading-mark {
  width: 18px;
  height: 18px;
  border: 1px solid #363b3b;
  border-top-color: #fff;
  border-radius: 50%;
  animation: vrt-spin 0.8s linear infinite;
}

.vrt-loading-retry { margin-top: 5px; line-height: 1; }
.vrt-loading-retry[hidden] { display: none; }

.vrt-content {
  min-width: 0;
  padding: 46px 46px 32px;
}

.vrt-content[hidden] { display: none; }

.vrt-kicker {
  margin: 0 0 11px;
  color: #7f898b;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vrt-content h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.vrt-intro {
  max-width: 680px;
  margin: 16px 0 0;
  color: #aab1b2;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.vrt-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
}

.vrt-choice {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #303434;
  background: var(--vrt-panel);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.vrt-choice::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #434949;
  content: "";
}

.vrt-choice:hover { border-color: #6e7576; background: #131515; }

.vrt-choice.is-unavailable {
  border-color: #262929;
  background: #0e1010;
  cursor: not-allowed;
  opacity: 0.58;
}

.vrt-choice.is-unavailable:hover { border-color: #262929; background: #0e1010; }

.vrt-availability {
  align-self: flex-start;
  margin: -15px 0 18px;
  padding: 5px 7px;
  border: 1px solid #4a4f4f;
  color: #c8cece;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vrt-choice.is-selected {
  border-color: #f3f3ef;
  background: var(--vrt-panel-active);
  box-shadow: inset 0 0 0 1px #f3f3ef;
}

.vrt-choice.is-selected::before {
  background: var(--vrt-green);
  box-shadow: 0 0 14px rgba(100, 227, 170, 0.35);
}

.vrt-choice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}

.vrt-label {
  color: #aeb5b5;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vrt-choice input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1px solid var(--vrt-line-strong);
  border-radius: 50%;
  background: #171919;
}

.vrt-choice input:checked {
  border-color: #fff;
  background: #fff;
  box-shadow: inset 0 0 0 4px var(--vrt-panel-active);
}

.vrt-choice input:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.vrt-duration {
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.vrt-subtitle {
  margin: 9px 0 24px;
  color: #e0e4e4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.vrt-details {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vrt-details li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  color: var(--vrt-copy);
  font-size: 13px;
  line-height: 1.48;
}

.vrt-icon {
  color: #dce1e1;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.vrt-route-note {
  margin-top: auto;
  padding-top: 24px;
  color: #7f8889;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.vrt-route-note strong { color: #dfe3e3; font-weight: 600; }

.vrt-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 17px;
  padding: 18px 19px;
  border: 1px solid var(--vrt-line);
  background: #0c0e0e;
}

.vrt-action-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.vrt-action-detail {
  margin: 0;
  color: #8f9798;
  font-size: 12px;
  line-height: 1.5;
}

.vrt-continue {
  min-width: 240px;
  padding: 14px 18px;
  border: 1px solid #f5f5f1;
  border-radius: 0;
  background: #f5f5f1;
  color: #080909;
  cursor: pointer;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrt-continue:hover:not(:disabled) { background: #fff; }
.vrt-continue:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.vrt-continue:disabled {
  border-color: #303434;
  background: #191b1b;
  color: #666d6e;
  cursor: not-allowed;
}

.vrt-error {
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(239, 107, 107, 0.42);
  background: rgba(239, 107, 107, 0.06);
  color: #f0a2a2;
  font-size: 12px;
  line-height: 1.5;
}

.vrt-support-link {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.vrt-footnote {
  margin: 15px 2px 0;
  color: #a8adae;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.65;
  text-transform: uppercase;
}

.vrt-footnote[data-trial-choice-reminder-notice] {
  color: #a8adae;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: none;
}

.vrt-checkout {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid #3a3f3f;
  border-radius: 2px;
  background: #090a0a;
  color: var(--vrt-text);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.78);
}

.vrt-checkout::backdrop { background: rgba(0, 0, 0, 0.84); backdrop-filter: blur(8px); }

.vrt-checkout-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid var(--vrt-line);
}

.vrt-checkout-kicker {
  margin: 0 0 8px;
  color: var(--vrt-green);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vrt-checkout h2 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.vrt-checkout-head p:last-child { max-width: 590px; margin: 8px 0 0; color: #aeb5b6; font-size: 13px; line-height: 1.55; }

.vrt-checkout-close {
  width: 36px;
  height: 36px;
  border: 1px solid #373b3b;
  border-radius: 0;
  background: transparent;
  color: #aeb5b6;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.vrt-checkout-status {
  padding: 28px 24px;
  color: #8f9798;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.vrt-whop-mount { min-height: 120px; padding: 0 12px 18px; }

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

@media (max-width: 760px) {
  .vrt-page { padding: 0; }
  .vrt-page,
  .vrt-shell { min-height: calc(100vh - 62px - env(safe-area-inset-top, 0px)); }
  .vrt-shell { border: 0; border-radius: 0; }
  .vrt-app-header {
    height: calc(62px + env(safe-area-inset-top, 0px));
    min-height: calc(62px + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) 20px 0;
    background: #0a0a0a;
    border-bottom-color: #222;
    box-shadow: none;
  }
  .vrt-app-lockup {
    top: calc(50% + env(safe-area-inset-top, 0px) / 2);
    height: 44px;
    gap: 8px;
    padding: 0;
  }
  .vrt-app-lockup img { width: 58px; height: 28px; }
  .vrt-app-lockup span {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13.6px;
    font-weight: 300;
    letter-spacing: 0.25em;
  }
  .vrt-app-header-side { top: calc(50% + env(safe-area-inset-top, 0px) / 2); }
  .vrt-app-header-side-left { left: 10px; }
  .vrt-app-header-side-right { right: 20px; }
  .vrt-progress { grid-template-columns: 1fr; }
  .vrt-step { display: none; border-right: 0; }
  .vrt-step-current { display: flex; }
  .vrt-content { padding: 24px 14px 20px; }
  .vrt-intro { margin-top: 12px; font-size: 13px; line-height: 1.5; }
  .vrt-options { grid-template-columns: 1fr; gap: 10px; margin-top: 19px; }
  .vrt-choice { min-height: 0; padding: 16px; }
  .vrt-choice-head { margin-bottom: 12px; }
  .vrt-label { font-size: 9px; }
  .vrt-duration { font-size: 36px; }
  .vrt-subtitle { margin: 6px 0 13px; font-size: 12px; line-height: 1.38; }
  .vrt-details { gap: 7px; }
  .vrt-details li { grid-template-columns: 14px minmax(0, 1fr); gap: 7px; font-size: 11px; line-height: 1.38; }
  .vrt-icon { font-size: 12px; }
  .vrt-route-note { display: none; }
  .vrt-action { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; padding: 14px; }
  .vrt-continue { width: 100%; min-width: 0; }
  .vrt-footnote { margin-top: 12px; font-size: 10px; line-height: 1.5; }
  .vrt-checkout { width: 100%; max-width: none; max-height: 100dvh; min-height: 100dvh; border: 0; }
  .vrt-checkout-head { padding: 20px 17px; }
}

@media (max-width: 360px) {
  .vrt-app-lockup { gap: 8px; }
  .vrt-app-lockup img { width: 46px; height: 22px; }
  .vrt-app-lockup span { font-size: 11.2px; letter-spacing: 0.2em; }
  .vrt-app-header-side-right { right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .vrt-choice { transition: none; }
  .vrt-loading-mark { animation-duration: 1.6s; }
}
