body.ph-auth-active{
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0px, #f5f7fb 220px, #f5f7fb 100%);
}

body.ph-auth-active #masthead,
body.ph-auth-active .site-header,
body.ph-auth-active #colophon,
body.ph-auth-active .site-footer,
body.ph-auth-active .entry-header,
body.ph-auth-active .post-navigation,
body.ph-auth-active .comments-area,
body.ph-auth-active .ast-single-post-navigation,
body.ph-auth-active .ast-related-posts-container{
  display:none !important;
}

body.ph-auth-active .site,
body.ph-auth-active .site-content,
body.ph-auth-active .content-area,
body.ph-auth-active .site-main,
body.ph-auth-active article,
body.ph-auth-active .post,
body.ph-auth-active .page,
body.ph-auth-active .entry-content{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

body.ph-auth-active .inside-article,
body.ph-auth-active .ast-container,
body.ph-auth-active .ast-plain-container,
body.ph-auth-active .ast-article-post,
body.ph-auth-active .ast-article-single{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:none !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

.ph-auth__shell{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.ph-auth__main{
  flex:1 1 auto;
}

.ph-auth__header{
  padding:18px 0;
}

.ph-auth__header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.ph-auth__header-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.ph-auth__side-points{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.ph-auth__point{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(226,232,240,.92);
  border-radius:18px;
  padding:14px 16px;
  box-shadow:var(--ph-shadow-soft);
}

.ph-auth__point-mark{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--ph-brand-soft);
  color:var(--ph-brand-strong);
  font-weight:800;
  flex:0 0 34px;
}

.ph-auth__point-title{
  margin:0 0 4px;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
}

.ph-auth__point-text{
  margin:0;
  font-size:14px;
  color:var(--ph-text-soft);
}

.ph-auth__form-wrap .ph-form-card form{
  margin:0;
}

.ph-auth__form-wrap .ph-form-card p:first-child{
  margin-top:0;
}

.ph-auth__form-wrap .ph-form-card p:last-child{
  margin-bottom:0;
}

.ph-auth__form-wrap input[type="text"],
.ph-auth__form-wrap input[type="email"],
.ph-auth__form-wrap input[type="password"],
.ph-auth__form-wrap input[type="number"],
.ph-auth__form-wrap input[type="tel"],
.ph-auth__form-wrap input[type="search"],
.ph-auth__form-wrap select,
.ph-auth__form-wrap textarea{
  width:100%;
  min-height:52px;
  border-radius:16px;
  border:1px solid var(--ph-border-soft);
  background:#fff;
  padding:0 16px;
  font-size:15px;
  color:var(--ph-text-main);
  outline:none;
  transition:.2s ease;
  box-shadow:none;
}

.ph-auth__form-wrap textarea{
  min-height:120px;
  padding:14px 16px;
}

.ph-auth__form-wrap input[type="text"]:focus,
.ph-auth__form-wrap input[type="email"]:focus,
.ph-auth__form-wrap input[type="password"]:focus,
.ph-auth__form-wrap input[type="number"]:focus,
.ph-auth__form-wrap input[type="tel"]:focus,
.ph-auth__form-wrap input[type="search"]:focus,
.ph-auth__form-wrap select:focus,
.ph-auth__form-wrap textarea:focus{
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.ph-auth__form-wrap input[type="submit"],
.ph-auth__form-wrap button,
.ph-auth__form-wrap .button,
.ph-auth__form-wrap .wp-element-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  transition:.2s ease;
  text-decoration:none;
  background:var(--ph-brand);
  color:#fff;
  box-shadow:0 12px 28px rgba(37,99,235,.22);
}

.ph-auth__form-wrap input[type="submit"]:hover,
.ph-auth__form-wrap button:hover,
.ph-auth__form-wrap .button:hover,
.ph-auth__form-wrap .wp-element-button:hover{
  background:var(--ph-brand-strong);
  transform:translateY(-1px);
}

.ph-auth__form-wrap label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:700;
  color:var(--ph-text-main);
}

.ph-auth__form-wrap p,
.ph-auth__form-wrap li,
.ph-auth__form-wrap small{
  color:var(--ph-text-soft);
}

.ph-auth__form-wrap .message,
.ph-auth__form-wrap .woocommerce-message,
.ph-auth__form-wrap .notice,
.ph-auth__form-wrap .updated{
  border-radius:18px;
  padding:14px 16px;
  font-size:14px;
  margin-bottom:16px;
  border:1px solid #bbf7d0;
  background:var(--ph-success-soft);
  color:var(--ph-success);
}

.ph-auth__form-wrap .error,
.ph-auth__form-wrap .errors,
.ph-auth__form-wrap .woocommerce-error,
.ph-auth__form-wrap .notice-error{
  border-radius:18px;
  padding:14px 16px;
  font-size:14px;
  margin-bottom:16px;
  border:1px solid #fecaca;
  background:var(--ph-danger-soft);
  color:var(--ph-danger);
}

.ph-auth__footer{
  padding:20px 0 28px;
}

.ph-auth__footer-note{
  text-align:center;
  color:var(--ph-text-muted);
  font-size:14px;
}

@media (max-width: 860px){
  .ph-auth__header-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .ph-auth__header-actions{
    width:100%;
  }
}
