html:has(.login-screen){height:100%;overflow:hidden}html:has(.login-screen) body{height:100%;overflow:hidden}@keyframes portal-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes portal-form-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.portal-stagger{opacity:0;animation:.6s ease-out forwards portal-fade-up;animation-delay:calc(.2s + var(--stagger) * .1s)}.portal-form-card{opacity:0;animation:.6s ease-out .15s forwards portal-form-enter}input:-webkit-autofill{caret-color:#0f172a;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:hover{caret-color:#0f172a;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:focus{caret-color:#0f172a;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.dark input:-webkit-autofill{caret-color:#f1f5f9;-webkit-text-fill-color:#f1f5f9!important;-webkit-box-shadow:inset 0 0 0 1000px #1e293b!important}.dark input:-webkit-autofill:hover{caret-color:#f1f5f9;-webkit-text-fill-color:#f1f5f9!important;-webkit-box-shadow:inset 0 0 0 1000px #1e293b!important}.dark input:-webkit-autofill:focus{caret-color:#f1f5f9;-webkit-text-fill-color:#f1f5f9!important;-webkit-box-shadow:inset 0 0 0 1000px #1e293b!important}
