@font-face { font-family: Inter; src: url('/fonts/a15_GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/a36_yDtI2UI8XcEg1W2je9XPN3Noo.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/a29_syRNPWzAMIrcJ3wIlPIP43KjQs.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'LT Remark'; src: url('/fonts/a123_GHgDNReRtD7hzyHdOj1nqYKY.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fragment Mono'; src: url('/fonts/a9_4iCr6K5wfMRRjxp0DA6-2CLnB4NHhg.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }

:root {
  --rp-dark: #0a1015;
  --rp-white: #fff;
  --rp-gold: #c79f32;
  --rp-gold-dark: #765b12;
  --rp-surface: #f7f8fa;
  --rp-body: #3d4145;
  --rp-muted: #cecfd0;
  --rp-border: rgb(10 16 21 / 12%);
  --rp-danger: #b42318;
  --rp-heading: 'LT Remark', Georgia, serif;
  --rp-font: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --rp-mono: 'Fragment Mono', ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; }
body { min-width: 20rem; margin: 0; color: var(--rp-white); font-family: var(--rp-font); background: var(--rp-dark); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
[hidden] { display: none !important; }

.rp-skip { position: fixed; z-index: 20; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--rp-dark); font-size: .875rem; font-weight: 700; background: var(--rp-white); border-radius: .25rem; transform: translateY(-200%); }
.rp-skip:focus { transform: none; }
.rp-nav { display: flex; max-width: 75rem; min-height: 5.5rem; margin: 0 auto; padding: .5rem 2.25rem; align-items: center; justify-content: space-between; gap: 1rem; }
.rp-logo { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.rp-logo img { display: block; width: 7.5rem; height: auto; }
.rp-back { display: inline-flex; min-height: 44px; padding: .5rem; align-items: center; gap: .35rem; color: var(--rp-muted); font-size: .8125rem; font-weight: 600; text-decoration: none; touch-action: manipulation; transition: color .18s ease; }
.rp-back:hover { color: var(--rp-white); }

.rp-hero { padding: 3.75rem 2.25rem 5rem; text-align: center; }
.rp-hero__inner { display: flex; max-width: 47rem; margin: 0 auto; flex-direction: column; align-items: center; gap: 1rem; }
.rp-hero__category, .rp-access__kicker { margin: 0; color: var(--rp-gold); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.rp-hero h1 { margin: 0; font-family: var(--rp-heading); font-size: clamp(2.25rem, 5vw, 3.25rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
.rp-hero__description { max-width: 39rem; margin: 0; color: var(--rp-muted); font-size: 1.0625rem; line-height: 1.65; }
.rp-hero__meta { margin: .25rem 0 0; color: rgb(255 255 255 / 58%); font-family: var(--rp-mono); font-size: .75rem; }

.rp-body { padding: 4rem 2.25rem 6.25rem; color: var(--rp-dark); background: var(--rp-surface); }
.rp-body__inner { display: grid; max-width: 56rem; margin: 0 auto; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); align-items: start; gap: 3rem; }
.rp-cover { display: flex; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; align-items: center; justify-content: center; background: var(--rp-dark); border: 1px solid var(--rp-border); border-radius: .5rem; box-shadow: 0 .5rem 2rem rgb(10 16 21 / 8%); }
.rp-cover img { display: block; width: 100%; height: 100%; object-fit: contain; }
.rp-cover-placeholder { display: flex; min-height: 25rem; padding: 2rem; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; color: var(--rp-gold-dark); background: var(--rp-white); border: 1px solid var(--rp-border); border-radius: .5rem; }
.rp-cover-placeholder span { color: var(--rp-body); font-size: .875rem; font-weight: 600; }
.rp-access-column { min-width: 0; }
.rp-access, .rp-success { padding: 2rem; background: var(--rp-white); border: 1px solid var(--rp-border); border-radius: .5rem; box-shadow: 0 .5rem 2rem rgb(10 16 21 / 8%); }
.rp-access h2, .rp-success h2 { margin: .5rem 0 .5rem; font-family: var(--rp-heading); font-size: 1.75rem; font-weight: 400; letter-spacing: -.015em; line-height: 1.25; }
.rp-access > p:not(.rp-access__kicker), .rp-success > p:not(.rp-access__kicker) { margin: 0 0 1.5rem; color: var(--rp-body); font-size: .9375rem; line-height: 1.6; }

.rp-form { display: flex; flex-direction: column; gap: 1rem; }
.rp-field { display: flex; flex-direction: column; gap: .4rem; }
.rp-field label { color: var(--rp-dark); font-size: .8125rem; font-weight: 700; }
.rp-field label span { color: var(--rp-body); font-size: .6875rem; font-weight: 400; }
.rp-field input { width: 100%; min-height: 46px; padding: .7rem .8rem; color: var(--rp-dark); font: 400 1rem var(--rp-font); background: var(--rp-white); border: 1px solid #b9bec5; border-radius: .25rem; transition: border-color .18s ease, box-shadow .18s ease; }
.rp-field input[readonly] { color: var(--rp-body); background: var(--rp-surface); }
.rp-field input[aria-invalid='true'] { border-color: var(--rp-danger); }
.rp-field p { margin: 0; color: var(--rp-body); font-size: .75rem; line-height: 1.5; }
.rp-primary { display: inline-flex; width: 100%; min-height: 48px; padding: .75rem 1rem; align-items: center; justify-content: center; color: var(--rp-dark); font: 700 .9375rem var(--rp-font); text-align: center; text-decoration: none; background: var(--rp-gold); border: 1px solid var(--rp-gold); border-radius: .25rem; cursor: pointer; touch-action: manipulation; transition: filter .18s ease; }
.rp-primary:hover { filter: brightness(.94); }
.rp-primary:disabled { cursor: wait; opacity: .55; }
.rp-form__error { margin: 0; color: var(--rp-danger); font-size: .8125rem; line-height: 1.5; }
.rp-step-heading { display: flex; margin-bottom: 1rem; align-items: center; justify-content: space-between; gap: 1rem; }
.rp-step-heading p { margin: 0; color: var(--rp-dark); font-size: .875rem; font-weight: 700; }
.rp-step-heading button { min-height: 44px; padding: .5rem; color: var(--rp-gold-dark); font: 700 .75rem var(--rp-font); background: transparent; border: 0; cursor: pointer; touch-action: manipulation; }
.rp-turnstile { min-height: 0; }
.rp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.rp-download { display: flex; min-height: 64px; margin-top: .75rem; padding: .8rem .9rem; align-items: center; gap: .75rem; color: var(--rp-dark); text-decoration: none; background: var(--rp-surface); border: 1px solid var(--rp-border); border-radius: .375rem; touch-action: manipulation; transition: border-color .18s ease, background-color .18s ease; }
.rp-download:hover { background: var(--rp-white); border-color: var(--rp-gold); }
.rp-download__icon { display: inline-flex; flex: 0 0 auto; color: var(--rp-gold-dark); }
.rp-download__info { min-width: 0; flex: 1; }
.rp-download__name { display: block; overflow: hidden; font-size: .8125rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.rp-download__meta { display: block; margin-top: .15rem; color: var(--rp-body); font-family: var(--rp-mono); font-size: .6875rem; }
.rp-download__action { flex: 0 0 auto; color: var(--rp-gold-dark); font-size: .75rem; font-weight: 700; }
.rp-success:focus { outline: none; }

.rp-footer { padding: 2rem 2.25rem; text-align: center; border-top: 1px solid rgb(255 255 255 / 8%); }
.rp-footer p { margin: 0; color: rgb(255 255 255 / 55%); font-size: .75rem; }
.rp-footer a { color: var(--rp-gold); }

.rp-back:focus-visible, .rp-logo:focus-visible, .rp-primary:focus-visible, .rp-download:focus-visible, .rp-step-heading button:focus-visible, .rp-skip:focus-visible, .rp-field input:focus-visible { outline: 3px solid var(--rp-gold); outline-offset: 3px; }

@media (max-width: 50.5625rem) {
  .rp-nav { min-height: 4.75rem; padding-inline: 1.25rem; }
  .rp-hero { padding: 2.5rem 1.25rem 3.75rem; }
  .rp-hero__description { font-size: 1rem; }
  .rp-body { padding: 3rem 1.25rem 5rem; }
  .rp-body__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .rp-cover { max-width: 30rem; margin: 0 auto; }
  .rp-cover-placeholder { min-height: 16rem; }
}

@media (max-width: 26rem) {
  .rp-back { padding-inline: .25rem; }
  .rp-logo img { width: 6.5rem; }
  .rp-access, .rp-success { padding: 1.25rem; }
  .rp-download { align-items: flex-start; flex-wrap: wrap; }
  .rp-download__info { min-width: calc(100% - 2.5rem); }
  .rp-download__action { margin-left: 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
