:root{
  --rp-bg:#f3f4f6;
  --rp-paper:#ffffff;
  --rp-paper-2:#fcfcfd;
  --rp-ink:#0b0b0f;
  --rp-muted:rgba(11,11,15,.64);
  --rp-muted-2:rgba(11,11,15,.50);
  --rp-line:rgba(11,11,15,.10);
  --rp-line-strong:rgba(11,11,15,.14);
  --rp-dark:#0d1117;
  --rp-shadow-lg:0 30px 80px rgba(13,17,23,.12);
  --rp-shadow-md:0 18px 44px rgba(13,17,23,.08);
  --rp-shadow-sm:0 10px 24px rgba(13,17,23,.06);
  --rp-radius-xl:28px;
  --rp-radius-lg:22px;
  --rp-radius-md:18px;
  --rp-radius-sm:14px;
  --rp-focus:0 0 0 4px rgba(13,17,23,.08);
}
.rp-page{
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.95), transparent 34%),
    linear-gradient(180deg, #f8f8fa 0%, var(--rp-bg) 100%);
  min-height:100vh;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.rp-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:26px 18px 56px;
}
/* TOP BAR */
.rp-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:var(--rp-shadow-md);
  backdrop-filter:blur(14px);
}
.rp-brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.rp-brandLogo{
  height:48px;
  width:auto;
  display:block;
  flex:0 0 auto;
}
.rp-brandText{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.rp-brandEyebrow{
  margin:0;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--rp-muted-2);
}
.rp-brandTitle{
  margin:0;
  font-size:22px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--rp-ink);
}
.rp-topRight{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
}
.rp-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(11,11,15,.03);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:0 8px 18px rgba(13,17,23,.04);
  white-space:nowrap;
  font-size:13px;
  color:var(--rp-muted);
  font-weight:600;
}
.rp-pillDot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(145deg, #0d1117 0%, #2f3742 100%);
  box-shadow:0 0 0 6px rgba(13,17,23,.06);
  flex:0 0 auto;
}
/* MAIN SHELL */
.rp-shell{
  margin-top:18px;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  min-height:640px;
  border-radius:var(--rp-radius-xl);
  overflow:hidden;
  background:var(--rp-paper);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:var(--rp-shadow-lg);
}
.rp-left{
  padding:24px;
  background:
    linear-gradient(180deg, rgba(11,11,15,.015), rgba(255,255,255,0)),
    linear-gradient(135deg, #fafafb 0%, #f5f6f8 100%);
  border-right:1px solid rgba(11,11,15,.06);
  display:flex;
  align-items:stretch;
  justify-content:center;
}
.rp-right{
  padding:34px 34px;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rp-contextCard{
  width:100%;
  border-radius:var(--rp-radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(252,252,253,.98));
  border:1px solid rgba(11,11,15,.08);
  box-shadow:var(--rp-shadow-sm);
  overflow:hidden;
  position:relative;
}
.rp-contextCard::before{
  content:"";
  position:absolute;
  inset:0;
  height:170px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.95), transparent 45%),
    linear-gradient(180deg, rgba(11,11,15,.03), rgba(255,255,255,0));
  pointer-events:none;
}
.rp-contextInner{
  position:relative;
  padding:38px 38px 34px;
}
.rp-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--rp-muted-2);
}
.rp-kDot{
  width:16px;
  height:16px;
  border-radius:999px;
  background:linear-gradient(145deg, #0d1117 0%, #313844 100%);
  box-shadow:0 0 0 7px rgba(13,17,23,.05);
  flex:0 0 auto;
}
.rp-contextTitle{
  margin:0 0 14px;
  font-size:clamp(34px, 4.3vw, 58px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.05em;
  color:var(--rp-ink);
  max-width:520px;
}
.rp-lead{
  margin:0;
  max-width:620px;
  font-size:18px;
  line-height:1.6;
  color:var(--rp-muted);
  font-weight:500;
}
.rp-divider{
  height:1px;
  background:rgba(11,11,15,.08);
  margin:28px 0 18px;
}
.rp-steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.rp-step{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:0 8px 20px rgba(13,17,23,.03);
}
.rp-stepNum{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:linear-gradient(180deg, #f8f9fb 0%, #eef1f4 100%);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 0 0 8px rgba(11,11,15,.03);
  font-size:18px;
  font-weight:900;
  color:var(--rp-ink);
}
.rp-stepText .rp-tTitle{
  margin:0;
  font-size:17px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:-.02em;
  color:var(--rp-ink);
}
.rp-stepText .rp-tSub{
  margin:6px 0 0;
  font-size:14px;
  line-height:1.45;
  color:var(--rp-muted);
  font-weight:500;
}
/* RIGHT PANEL */
.rp-panel{
  width:min(430px, 100%);
}
.rp-panelHeader{
  text-align:center;
  margin-bottom:22px;
}
.rp-panelHeader img{
  display:block;
  width:auto;
  height:34px;
  max-height:34px;
  max-width:160px;
  margin:0 auto 14px;
  object-fit:contain;
}
.rp-panelHeader .rp-h{
  margin:0;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:900;
  color:var(--rp-ink);
}
.rp-panelHeader .rp-p{
  margin:10px auto 0;
  max-width:320px;
  font-size:15px;
  line-height:1.5;
  color:var(--rp-muted);
  font-weight:500;
}
.rp-formCard{
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  border:1px solid rgba(11,11,15,.08);
  box-shadow:0 16px 36px rgba(13,17,23,.05);
  padding:22px;
}
.rp-field{
  margin-bottom:14px;
}
.rp-field label{
  display:block;
  margin:0 0 8px;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  color:rgba(11,11,15,.66);
  letter-spacing:.01em;
}
.rp-field input{
  width:100%;
  height:50px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(11,11,15,.12);
  background:#f7f7f8;
  color:var(--rp-ink);
  font-size:15px;
  font-weight:500;
  font-family:inherit;
  outline:none;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.rp-field input::placeholder{
  color:rgba(11,11,15,.42);
}
.rp-field input:focus{
  background:#ffffff;
  border-color:rgba(11,11,15,.24);
  box-shadow:var(--rp-focus);
}
.rp-btn{
  width:100%;
  height:50px;
  border:none;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  font-family:inherit;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .14s ease, box-shadow .14s ease, opacity .14s ease;
  user-select:none;
}
.rp-btn:focus{ outline:none; }
.rp-btnPrimary{
  background:linear-gradient(145deg, #0a0d12 0%, #171c24 100%);
  color:#ffffff;
  box-shadow:0 18px 34px rgba(13,17,23,.18);
}
.rp-btnPrimary:hover{
  transform:translateY(-1px);
}
.rp-btnPrimary:disabled{
  opacity:.6;
  cursor:not-allowed;
  transform:none;
}
.rp-btnSoft{
  margin-top:10px;
  background:#f6f7f8;
  color:var(--rp-ink);
  border:1px solid rgba(11,11,15,.10);
  letter-spacing:.02em;
  text-transform:none;
  font-size:15px;
  font-weight:700;
  box-shadow:none;
}
.rp-btnSoft:hover{
  transform:translateY(-1px);
  background:#ffffff;
  box-shadow:0 10px 22px rgba(13,17,23,.05);
}
/* Toast */
.rp-toast{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(11,11,15,.08);
  background:linear-gradient(180deg, #f8f9fa 0%, #f3f4f6 100%);
  color:var(--rp-ink);
}
.rp-toastTitle{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:5px;
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  color:var(--rp-ink);
}
.rp-okBadge{
  width:22px;
  height:22px;
  border-radius:8px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#ffffff;
  background:linear-gradient(145deg, #0d1117 0%, #2b3440 100%);
  box-shadow:0 0 0 6px rgba(13,17,23,.05);
  font-size:12px;
  font-weight:900;
}
.rp-toastBody{
  font-size:13px;
  line-height:1.5;
  color:var(--rp-muted);
  font-weight:500;
  padding-left:32px;
}
/* Error */
.rp-error{
  margin-top:14px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(220,38,38,.14);
  background:rgba(254,242,242,.9);
  color:rgba(185,28,28,.88);
  font-size:13px;
  line-height:1.4;
}
/* Loading */
.rp-loading{
  text-align:center;
  margin-top:14px;
  color:var(--rp-muted);
  font-size:13px;
  font-weight:700;
}
.rp-spinner{
  display:inline-block;
  width:14px;
  height:14px;
  border:2px solid rgba(255,255,255,.3);
  border-top-color:#fff;
  border-radius:50%;
  animation:rp-spin .6s linear infinite;
  vertical-align:middle;
  margin-right:6px;
}
@keyframes rp-spin{
  to{ transform:rotate(360deg); }
}
.rp-fine{
  text-align:center;
  margin-top:16px;
  font-size:13px;
  line-height:1.6;
  color:var(--rp-muted);
}
.rp-fine a{
  font-weight:800;
  color:rgba(11,11,15,.86);
  text-decoration:underline;
  text-decoration-color:rgba(11,11,15,.20);
  text-underline-offset:3px;
}
.rp-bottomLinks{
  text-align:center;
  margin-top:10px;
  font-size:13px;
  line-height:1.5;
  color:var(--rp-muted);
}
.rp-bottomLinks a{
  font-weight:800;
  color:rgba(11,11,15,.86);
  text-decoration:underline;
  text-decoration-color:rgba(11,11,15,.20);
  text-underline-offset:3px;
}
/* RESPONSIVE */
@media (max-width: 980px){
  .rp-shell{
    grid-template-columns:1fr;
    min-height:unset;
  }
  .rp-left{
    border-right:none;
    border-bottom:1px solid rgba(11,11,15,.06);
  }
  .rp-right{
    padding:26px 20px 28px;
  }
}
@media (max-width: 720px){
  .rp-wrap{
    padding:16px 14px 32px;
  }
  .rp-topbar{
    padding:14px;
    border-radius:20px;
    flex-direction:column;
    align-items:flex-start;
  }
  .rp-topRight{
    width:100%;
    justify-content:flex-start;
  }
  .rp-brandLogo{
    height:40px;
  }
  .rp-brandTitle{
    font-size:20px;
  }
  .rp-left{
    padding:16px;
  }
  .rp-contextInner{
    padding:28px 20px 22px;
  }
  .rp-contextTitle{
    font-size:clamp(30px, 9vw, 42px);
  }
  .rp-lead{
    font-size:16px;
  }
  .rp-step{
    padding:14px;
  }
  .rp-stepNum{
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:16px;
  }
  .rp-panelHeader .rp-h{
    font-size:26px;
  }
  .rp-formCard{
    padding:18px;
    border-radius:20px;
  }
}
@media (prefers-reduced-motion: reduce){
  .rp-btn,
  .rp-field input{
    transition:none;
  }
}