/* Ranklytix V47 — centered production auth + paid trial */ .auth-v47-page {
  background:#f8f7fc;
  color:#171422;
  overflow-x:hidden
}
.auth-v47-main {
  min-height:calc(100vh - 160px);
  padding:72px 0 84px;
  background:linear-gradient(180deg,#f7f5fc 0%,#fff 100%);
  position:relative;
  overflow:hidden
}
.auth-v47-main::before {
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(89,52,208,.08) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(180deg,#000,transparent 86%);
  pointer-events:none
}
.auth-v47-wrap {
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center
}
.auth-v47-card {
  width:min(100%,620px);
  padding:36px;
  border-radius:30px;
  background:#fff;
  border:1px solid #e7e0ef;
  box-shadow:0 28px 72px rgba(33,20,82,.13)
}
.auth-v47-card-signup {
  width:min(100%,760px)
}
.auth-v47-card-narrow {
  width:min(100%,540px)
}
.auth-v47-brandline {
  display:flex;
  justify-content:center;
  margin-bottom:16px
}
.auth-v47-brandline span {
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#f1edff;
  color:#5e37d3;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em
}
.auth-v47-head {
  text-align:center;
  margin-bottom:24px
}
.auth-v47-head h1 {
  margin:0 0 10px;
  color:#171422;
  font-size:clamp(34px,5vw,48px);
  line-height:1.04;
  letter-spacing:-1.8px
}
.auth-v47-head p {
  max-width:610px;
  margin:0 auto;
  color:#706979;
  font-size:14px;
  line-height:1.65
}
.auth-v47-socials {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:20px
}
.auth-v47-social {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:10px;
  border:1px solid #e2dce9;
  border-radius:14px;
  background:#fff;
  color:#2e2736;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.auth-v47-social:hover {
  transform:translateY(-2px);
  border-color:#cfc4df;
  box-shadow:0 12px 24px rgba(41,24,90,.08)
}
.auth-v47-social svg {
  width:19px;
  height:19px;
  flex:none
}
.auth-v47-divider {
  display:flex;
  align-items:center;
  gap:12px;
  margin:18px 0;
  color:#8a8293;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}
.auth-v47-divider::before,.auth-v47-divider::after {
  content:"";
  height:1px;
  background:#ebe5f1;
  flex:1
}
.auth-v47-form {
  display:grid;
  gap:15px
}
.auth-v47-form label {
  display:grid;
  gap:7px;
  color:#31293b;
  font-size:12px;
  font-weight:800
}
.auth-v47-form label em {
  font-style:normal;
  color:#8a8293;
  font-weight:600
}
.auth-v47-form input {
  width:100%;
  padding:14px 15px;
  border:1px solid #ddd6e7;
  border-radius:14px;
  background:#fff;
  color:#211a2b;
  font:inherit;
  outline:none;
  transition:border-color .25s ease,box-shadow .25s ease
}
.auth-v47-form input:focus {
  border-color:#6a3dde;
  box-shadow:0 0 0 4px rgba(106,61,222,.08)
}
.auth-v47-form .btn {
  width:100%;
  justify-content:center;
  margin-top:3px
}
.auth-v47-password {
  position:relative
}
.auth-v47-password input {
  padding-right:72px
}
.auth-v47-password button {
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:#5e36d3;
  font-size:11px;
  font-weight:800;
  cursor:pointer
}
.auth-v47-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap
}
.auth-v47-row a,.auth-v47-foot a {
  color:#5e36d3;
  text-decoration:none;
  font-weight:800
}
.auth-v47-row a:hover,.auth-v47-foot a:hover {
  text-decoration:underline
}
.auth-v47-check {
  display:flex!important;
  align-items:center;
  gap:8px!important;
  color:#746d7e!important;
  font-weight:600!important
}
.auth-v47-check input {
  width:16px;
  height:16px;
  accent-color:#6038dc
}
.auth-v47-foot {
  margin:22px 0 0;
  padding-top:20px;
  border-top:1px solid #ebe5f1;
  text-align:center;
  color:#746d7e;
  font-size:13px;
  line-height:1.6
}
.auth-v47-oauth-error,.form-message {
  margin:0 0 16px;
  padding:12px 14px;
  border-radius:12px;
  font-size:12px;
  line-height:1.55
}
.auth-v47-oauth-error,.form-message.error {
  background:#fff0f3;
  color:#982945
}
.form-message:not(.error) {
  background:#eef8f1;
  color:#25663b
}
.auth-v47-billing-switch {
  display:flex;
  justify-content:center;
  gap:6px;
  margin:4px 0 18px;
  padding:5px;
  border-radius:16px;
  background:#f4f1f8
}
.auth-v47-billing-switch button {
  border:0;
  border-radius:12px;
  background:transparent;
  color:#6c6475;
  padding:11px 15px;
  font-weight:800;
  cursor:pointer
}
.auth-v47-billing-switch button span {
  margin-left:5px;
  font-size:10px;
  color:#5f36d5
}
.auth-v47-billing-switch button.is-active {
  background:#fff;
  color:#1d1727;
  box-shadow:0 8px 18px rgba(35,22,84,.08)
}
.auth-v47-plans {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:16px
}
.auth-v47-plans label {
  position:relative;
  cursor:pointer
}
.auth-v47-plans input {
  position:absolute;
  opacity:0;
  pointer-events:none
}
.auth-v47-plans span {
  display:flex;
  min-height:148px;
  flex-direction:column;
  padding:18px;
  border:1px solid #e4deeb;
  border-radius:18px;
  background:#fff;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease
}
.auth-v47-plans label:hover span,.auth-v47-plans label.is-selected span {
  transform:translateY(-2px);
  border-color:#7046df;
  box-shadow:0 16px 30px rgba(53,30,121,.09)
}
.auth-v47-plans b {
  font-size:16px;
  color:#1e1728
}
.auth-v47-plans small {
  margin-top:5px;
  color:#7a7282;
  line-height:1.45
}
.auth-v47-plans strong {
  margin-top:auto;
  color:#5d35d3;
  font-size:14px
}
.auth-v47-payment {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(125deg,#f7f3ff,#fff);
  border:1px solid #e4dcf3
}
.auth-v47-payment>div:first-child {
  display:flex;
  align-items:center;
  gap:13px
}
.auth-v47-cardicon {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#6038dc;
  color:#fff;
  font-size:20px
}
.auth-v47-payment b,.auth-v47-payment small {
  display:block
}
.auth-v47-payment b {
  font-size:13px;
  color:#241c31
}
.auth-v47-payment small {
  margin-top:4px;
  color:#7a7283;
  font-size:11px;
  line-height:1.45
}
.auth-v47-card-brands {
  display:flex;
  gap:6px
}
.auth-v47-card-brands span {
  padding:6px 8px;
  border-radius:8px;
  background:#fff;
  border:1px solid #ded6e8;
  color:#534b5c;
  font-size:9px;
  font-weight:900
}
.auth-v47-payment-note {
  margin:14px 0 0;
  color:#81798a;
  font-size:11px;
  line-height:1.6;
  text-align:center
}
@media(max-width:760px) {
  .auth-v47-main {
    padding:48px 0 62px
  }
  .auth-v47-card {
    padding:26px;
    border-radius:24px
  }
  .auth-v47-socials,.auth-v47-plans {
    grid-template-columns:1fr
  }
  .auth-v47-plans span {
    min-height:0
  }
  .auth-v47-payment {
    align-items:flex-start;
    flex-direction:column
  }
  .auth-v47-card-brands {
    padding-left:55px
  }
}
@media(prefers-reduced-motion:reduce) {
  .auth-v47-social,.auth-v47-plans span {
    transition:none!important;
    transform:none!important
  }
}
