*{box-sizing:border-box}
:root{
  --auth-bg:#07101e;
  --auth-card:#ffffff;
  --auth-text:#172033;
  --auth-muted:#6b7280;
  --auth-line:#e4e9f1;
  --auth-primary:#5b5cf6;
  --auth-primary2:#2563eb;
  --auth-green:#10b981;
  --auth-red:#ef4444;
}
html{
  min-height:100%;
  -webkit-text-size-adjust:100%;
}
body.auth-pro-page{
  margin:0;
  min-height:100vh;
  padding:24px;
  display:grid;
  place-items:center;
  color:#fff;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(91,92,246,.32),
      transparent 430px
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(37,99,235,.18),
      transparent 430px
    ),
    linear-gradient(145deg,#06101d,#111a31);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}
button,input,select{
  font:inherit;
}
a{
  text-decoration:none;
}
.auth-pro-shell{
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:25px;
  background:rgba(255,255,255,.035);
  box-shadow:0 40px 110px rgba(0,0,0,.44);
  backdrop-filter:blur(18px);
}
.auth-register-shell{
  width:min(1220px,100%);
}
.auth-pro-visual{
  min-height:690px;
  padding:42px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(255,255,255,.15),
      transparent 260px
    ),
    linear-gradient(
      145deg,
      rgba(79,70,229,.88),
      rgba(37,99,235,.78)
    );
}
.auth-pro-brand{
  position:absolute;
  top:38px;
  left:42px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:11px;
}
.auth-pro-brand>span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.17);
  border-radius:14px;
  background:rgba(255,255,255,.14);
  box-shadow:0 12px 30px rgba(0,0,0,.13);
  font-size:12px;
  font-weight:900;
}
.auth-pro-brand div{
  display:grid;
  gap:3px;
}
.auth-pro-brand b{
  font-size:14px;
}
.auth-pro-brand small{
  color:rgba(255,255,255,.66);
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.auth-pro-copy{
  position:relative;
  z-index:2;
}
.auth-pro-eyebrow{
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
}
.auth-pro-copy h1{
  max-width:470px;
  margin:12px 0;
  font-size:clamp(36px,4.8vw,60px);
  line-height:1.04;
}
.auth-pro-copy p{
  max-width:470px;
  margin:0;
  color:rgba(255,255,255,.73);
  font-size:11px;
  line-height:1.7;
}
.auth-pro-feature-list{
  margin-top:28px;
  position:relative;
  z-index:2;
  display:grid;
  gap:10px;
}
.auth-pro-feature-list article{
  padding:12px;
  display:grid;
  grid-template-columns:36px 1fr;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(8px);
}
.auth-pro-feature-list article>span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.14);
  font-size:9px;
  font-weight:900;
}
.auth-pro-feature-list article>div{
  display:grid;
  gap:3px;
}
.auth-pro-feature-list b{
  font-size:10px;
}
.auth-pro-feature-list small{
  color:rgba(255,255,255,.65);
  font-size:8px;
}
.auth-pro-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}
.orb-one{
  width:220px;
  height:220px;
  right:-80px;
  top:80px;
  background:rgba(255,255,255,.08);
}
.orb-two{
  width:130px;
  height:130px;
  left:-45px;
  bottom:65px;
  background:rgba(15,23,42,.12);
}
.auth-pro-card{
  min-height:690px;
  padding:40px 44px;
  color:var(--auth-text);
  background:var(--auth-card);
}
.register-card-pro{
  min-height:760px;
}
.auth-pro-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.auth-pro-card-head small{
  color:var(--auth-primary);
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.auth-pro-card-head h2{
  margin:5px 0;
  font-size:24px;
}
.auth-pro-card-head p{
  margin:0;
  color:var(--auth-muted);
  font-size:9px;
}
.auth-pro-card-head>a{
  color:var(--auth-primary);
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.auth-pro-alert{
  margin-top:16px;
  padding:11px 12px;
  border-radius:10px;
  font-size:9px;
  line-height:1.5;
}
.auth-pro-alert.success{
  color:#047857;
  border:1px solid #a7f3d0;
  background:#d1fae5;
}
.auth-pro-alert.error{
  color:#991b1b;
  border:1px solid #fecaca;
  background:#fee2e2;
}
.auth-pro-form{
  margin-top:26px;
  display:grid;
  gap:13px;
}
.auth-pro-form>label,
.auth-form-grid label{
  display:grid;
  gap:6px;
  color:#374151;
  font-size:9px;
  font-weight:750;
}
.auth-input-wrap{
  min-height:44px;
  padding:0 10px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--auth-line);
  border-radius:10px;
  background:#fff;
  transition:.16s ease;
}
.auth-input-wrap:focus-within{
  border-color:var(--auth-primary);
  box-shadow:0 0 0 4px rgba(91,92,246,.09);
}
.auth-input-wrap>span{
  width:20px;
  color:#8b95a7;
  font-size:11px;
  text-align:center;
}
.auth-input-wrap input,
.auth-input-wrap select{
  width:100%;
  min-width:0;
  min-height:42px;
  padding:0;
  border:0;
  color:var(--auth-text);
  background:transparent;
  outline:none;
  font-size:10px;
}
.auth-password-toggle{
  padding:6px 7px;
  border:0;
  border-radius:7px;
  color:var(--auth-primary);
  background:rgba(91,92,246,.08);
  font-size:8px;
  font-weight:800;
  cursor:pointer;
}
.auth-pro-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.auth-pro-meta>a{
  color:var(--auth-primary);
  font-size:8px;
  font-weight:800;
}
.auth-pro-check{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:8px!important;
  color:var(--auth-muted)!important;
  font-size:8px!important;
  font-weight:500!important;
}
.auth-pro-check input{
  width:15px;
  height:15px;
  margin:0;
  flex:0 0 15px;
}
.auth-pro-submit{
  min-height:44px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:
    linear-gradient(
      135deg,
      var(--auth-primary),
      var(--auth-primary2)
    );
  box-shadow:0 12px 25px rgba(91,92,246,.22);
  font-size:10px;
  font-weight:850;
  cursor:pointer;
  transition:.18s ease;
}
.auth-pro-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 15px 30px rgba(91,92,246,.28);
}
.auth-pro-security{
  margin-top:18px;
  padding:11px;
  display:grid;
  grid-template-columns:26px 1fr;
  align-items:start;
  gap:8px;
  border:1px solid #bfdbfe;
  border-radius:10px;
  color:#1e40af;
  background:#eff6ff;
}
.auth-pro-security p{
  margin:0;
  font-size:8px;
  line-height:1.55;
}
.auth-pro-footer{
  margin-top:24px;
  padding-top:15px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  border-top:1px solid var(--auth-line);
  color:var(--auth-muted);
  font-size:7px;
}
.auth-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.auth-section-title{
  margin-top:1px;
  padding-bottom:10px;
  display:grid;
  grid-template-columns:35px 1fr;
  align-items:center;
  gap:9px;
  border-bottom:1px solid var(--auth-line);
}
.auth-section-title.payment-section{
  margin-top:10px;
}
.auth-section-title>span{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:
    linear-gradient(
      135deg,
      var(--auth-primary),
      var(--auth-primary2)
    );
  font-size:9px;
  font-weight:900;
}
.auth-section-title h3{
  margin:0;
  font-size:13px;
}
.auth-section-title p{
  margin:3px 0 0;
  color:var(--auth-muted);
  font-size:8px;
}
.auth-agreement{
  padding:11px;
  border:1px solid var(--auth-line);
  border-radius:10px;
  background:#f8fafc;
}
@media(max-width:960px){
  body.auth-pro-page{
    padding:14px;
  }
  .auth-pro-shell{
    grid-template-columns:1fr;
  }
  .auth-pro-visual{
    min-height:auto;
    padding:32px;
  }
  .auth-pro-brand{
    position:static;
    margin-bottom:38px;
  }
  .auth-pro-card{
    min-height:auto;
    padding:32px;
  }
}
@media(max-width:580px){
  .auth-pro-card{
    padding:25px 18px;
  }
  .auth-form-grid{
    grid-template-columns:1fr;
  }
  .auth-pro-card-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .auth-pro-meta{
    align-items:flex-start;
    flex-direction:column;
  }
  .auth-pro-footer{
    flex-direction:column;
  }
  .auth-pro-copy h1{
    font-size:36px;
  }
}
