#auth-modal{
  background:rgba(3,4,5,.62)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
#auth-modal .modal{
  width:min(100%,500px);
  padding:32px;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(34,37,39,.94),rgba(12,14,16,.96))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 28px 90px rgba(0,0,0,.5)!important;
}
#auth-modal .modal-head{display:none!important}
#auth-modal .modal-close{display:none!important}
#auth-modal .discord-auth-button{margin-top:0!important}
#auth-modal .modal-close{
  width:34px;height:34px;display:grid;place-items:center;right:18px;top:17px;
  border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.06);
  color:#f0f1ee;font-size:18px;transition:background .2s,border-color .2s;
}
#auth-modal .modal-close:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.25)}
#auth-modal .modal h2{
  font-family:"Poppins",sans-serif!important;
  font-size:29px!important;
  font-weight:600;
  letter-spacing:-.05em;
  text-transform:none!important;
}
#auth-modal .modal-head p:not(.eyebrow){color:#aeb3b0;line-height:1.65}
#auth-modal .modal label{color:#c5c9c6;font-size:11px;font-weight:500}
#auth-modal .modal input{
  height:46px;padding:0 13px;margin-top:7px;border:1px solid rgba(255,255,255,.15);border-radius:11px;
  background:rgba(0,0,0,.2)!important;color:#f3f4f1!important;color-scheme:dark;transition:border-color .2s,background .2s;
}
#auth-modal .modal input:focus{border-color:rgba(255,255,255,.46);background:rgba(0,0,0,.3)}
#auth-modal .modal input:-webkit-autofill,
#auth-modal .modal input:-webkit-autofill:hover,
#auth-modal .modal input:-webkit-autofill:focus{
  -webkit-text-fill-color:#f3f4f1!important;
  -webkit-box-shadow:0 0 0 1000px #171a1c inset!important;
  box-shadow:0 0 0 1000px #171a1c inset!important;
  caret-color:#f3f4f1;
}
#auth-modal .full-button{
  height:50px;margin-top:17px;border-radius:12px;justify-content:center;background:#ededeb!important;border-color:#ededeb!important;color:#111!important;
}
#auth-modal .switch-auth{color:#e8e9e6;text-decoration:none;margin-top:18px;font-size:12px;opacity:.8;transition:opacity .2s}
#auth-modal .switch-auth:hover{opacity:1}
#auth-modal .form-message{margin-top:12px;color:#f0a0a0}
.discord-auth-button{
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr) 24px;
  align-items:center;
  justify-items:center;
  gap:12px;
  text-decoration:none!important;
  padding:0 18px!important;
  font-size:17px!important;
  font-weight:600!important;
  letter-spacing:-.02em;
}
.discord-brand-icon,.discord-button-arrow{width:24px;height:24px;display:grid;place-items:center}
.discord-brand-icon svg{width:21px;height:21px;fill:currentColor;display:block}
.discord-button-label{white-space:nowrap;text-align:center;line-height:1.1}
.discord-button-arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block}
.discord-auth-button:hover .discord-button-arrow{transform:translate(2px,-2px)}
.discord-button-arrow{transition:transform .2s ease}
@media(max-width:460px){
  .discord-auth-button{gap:8px;padding:0 12px!important;font-size:15px!important}
  .discord-brand-icon,.discord-button-arrow{width:22px;height:22px}
}
