@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{overflow-y:auto;overflow-x:hidden}body{height:100vh;margin:0;padding:0;background:#0d0d11;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#ccc}#stars,#stars2,#stars3{display:none!important}main{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.auth-form{background:#1a1a1f;border:1px solid #2a2a30;border-radius:16px;width:100%;max-width:380px;margin:0 auto;box-shadow:0 20px 50px #00000080;overflow:hidden}.auth-form__form{padding:2.5rem 2rem 1.5rem;display:flex;flex-direction:column}.auth-form__branding{display:block;text-align:center;margin-bottom:1.5rem;text-decoration:none}.auth-form__branding i{display:none}.auth-form__logo-img{width:88px;height:88px;object-fit:contain;margin-bottom:.5rem}.auth-form__site-logo{display:block;font-size:1.5rem;font-weight:700;color:#d0d0d8;letter-spacing:.02em}.auth-form__label{display:block;color:#808090;font-size:.72rem;font-weight:600;margin-bottom:.35rem;letter-spacing:.06em;text-transform:uppercase}.auth-form__text-input-group,.auth-form__select-group,.auth-form__textarea-group{display:flex;flex-direction:column;margin:0 0 .9rem}.auth-form__text-input,.auth-form__select{width:100%;padding:.7rem .85rem;background:#111115;border:1px solid #333340;border-radius:10px;color:#e0e0e8;font-size:.9rem;outline:none;transition:border-color .15s ease}.auth-form__text-input:focus,.auth-form__select:focus{border-color:#555568}.auth-form__text-input::placeholder{color:#44444f}.auth-form__text-input:-webkit-autofill,.auth-form__text-input:-webkit-autofill:hover,.auth-form__text-input:-webkit-autofill:focus,.auth-form__text-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #111115 inset!important;-webkit-text-fill-color:#e0e0e8!important;border:1px solid #333340!important;transition:background-color 5000s ease-in-out 0s!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #111115 inset!important;-webkit-text-fill-color:#e0e0e8!important;transition:background-color 5000s ease-in-out 0s!important}.auth-form__checkbox-input-group{display:flex;align-items:center;margin:0 0 1.25rem}.auth-form__checkbox-input{width:16px;height:16px;background:#111115;border:1.5px solid #444450;border-radius:4px;cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;margin-right:.5rem;margin-bottom:0;flex-shrink:0}.auth-form__checkbox-input:checked{background:#556;border-color:#556}.auth-form__checkbox-input:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-form__checkbox-input-group .auth-form__label{margin-bottom:0;cursor:pointer;color:#909098;font-size:.8rem;text-transform:none;letter-spacing:normal;font-weight:500}.auth-form__primary-button{width:100%;padding:.75rem;background:#333340;border:1px solid #444450;border-radius:10px;color:#e0e0e8;font-size:.9rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background-color .15s ease}.auth-form__primary-button:hover{background:#3e3e4c}.auth-form__primary-button:active{background:#2c2c38}.auth-form__important-infos{background:#ffffff08;border:1px solid #2a2a30;border-radius:8px;padding:.75rem;margin-bottom:.9rem;list-style:none}.auth-form__important-info{color:#a0aab8;margin:.15rem 0;font-size:.75rem;font-weight:500}.auth-form__errors{background:#dc3c3c0f;border:1px solid rgba(220,60,60,.15);border-radius:8px;padding:.75rem;margin-top:.9rem;list-style:none}.auth-form__error{color:#f0a0a0;margin:.15rem 0;font-size:.75rem}.auth-form__footer{padding:0 2rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.auth-form__footer-item,a.auth-form__footer-item{display:block;text-align:center;padding:.55rem 1rem;background:#141418;border:1px solid #2a2a30;border-radius:8px;color:#808090;text-decoration:none;font-size:.8rem;font-weight:500;transition:color .15s ease}.auth-form__footer-item:hover,a.auth-form__footer-item:hover{color:#b8b8c4}.email-support-box{display:block;text-align:center;padding:.65rem 1rem;margin-top:.15rem;background:#141418;border:1px solid #222228;border-radius:8px;color:#666670;font-size:.8rem;font-weight:500}.email-support-box a{color:#9090a0;text-decoration:none;font-weight:600}.email-support-box a:hover{color:#c0c0cc}.auth-form__password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666670;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;padding:4px 8px}.auth-form__password-toggle:hover{color:#a0a0aa}.auth-form__textarea{height:200px;border-radius:10px;padding:.7rem .85rem;margin:3px 0;border:1px solid #333340;background:#111115;outline:none;font-weight:400;color:#e0e0e8;resize:vertical;transition:border-color .15s ease}.auth-form__textarea:focus{border-color:#555568}.auth-form__fieldset{border-radius:10px;border:1px solid #333340;padding:52px 16px 16px;position:relative}.auth-form__legend{font-size:1rem;font-weight:600;color:#909098;position:absolute;top:16px;left:16px;border:none}.auth-form__header{display:flex;justify-content:space-around}.auth-form__header-item{padding:1rem .75rem;text-decoration:none;text-align:center;line-height:1;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666670;background:transparent;border:none;cursor:pointer;width:100%;transition:color .15s ease}.auth-form__header-item:hover{color:#a0a0aa}.auth-form__header-item:first-child{border-top-left-radius:16px}.auth-form__header-item:last-child{border-top-right-radius:16px}.auth-form__button-container{display:flex;justify-content:space-around}.auth-form__button--text{padding:14px 22px;border-radius:9999px;border:none;color:#808090;font-weight:600;font-size:.85rem;text-transform:uppercase;background:transparent;cursor:pointer;transition:color .15s ease}.auth-form__button--text:hover{color:#b8b8c4}.auth-ambient{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;background:radial-gradient(ellipse at 40% 30%,rgba(150,150,170,.04) 0%,transparent 60%),radial-gradient(ellipse at 65% 70%,rgba(120,130,150,.03) 0%,transparent 60%)}@media (max-width: 480px){main{padding:.75rem}.auth-form__form{padding:2rem 1.25rem 1.25rem}.auth-form__footer{padding:0 1.25rem 1.25rem}.auth-form__logo-img{width:72px;height:72px}.auth-form__site-logo{font-size:1.3rem}}[x-cloak]{display:none!important}
