:root{--auth-card-width:576px}
#auth-screen,#reset-screen{height:100dvh!important;min-height:100dvh!important;max-height:none!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:auto!important;overflow-x:hidden!important;padding:24px 18px 48px!important;background:radial-gradient(circle at 50% 16%,#201743 0,#0a0c19 48%,#03040a 100%)!important}
#auth-screen .auth-stage,#reset-screen .auth-stage{width:min(var(--auth-card-width),calc(100vw - 36px))!important;max-width:var(--auth-card-width)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:18px!important;min-height:0!important}
#auth-screen .auth-logo-wrap,#reset-screen .auth-logo-wrap{width:100%!important;height:300px!important;min-height:300px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;flex:none!important}
#auth-screen .auth-logo,#reset-screen .auth-logo{display:block!important;width:min(620px,88vw)!important;max-width:100%!important;height:auto!important;max-height:300px!important;object-fit:contain!important;margin:0 auto!important;filter:drop-shadow(0 12px 28px rgba(112,82,235,.16))!important}
#auth-screen .auth-card,#reset-screen .auth-card{width:100%!important;max-width:100%!important;position:relative!important;margin:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#10152a!important;border:1px solid #30365a!important;border-radius:8px!important;box-shadow:0 24px 80px rgba(0,0,0,.48)!important;color:#eef0ff!important}
#auth-screen .auth-copy,#reset-screen .auth-copy{padding:24px 24px 12px!important;background:#10152a!important}
#auth-screen .auth-copy h1,#reset-screen .auth-copy h1{margin:0!important;font-size:28px!important;line-height:1.18!important;letter-spacing:-.02em!important;color:#eef0ff!important}
#auth-screen .auth-copy p,#reset-screen .auth-copy p{margin:8px 0 0!important;line-height:1.45!important;color:#929ab9!important}
#auth-screen .sync-notice,#auth-screen .signup-warning,#reset-screen .sync-notice,#reset-screen .signup-warning{display:block!important;width:100%!important;margin:0!important;padding:10px 24px!important;box-sizing:border-box!important;line-height:1.4!important;overflow-wrap:anywhere!important;white-space:normal!important;background:#151a31!important;border:1px solid #30365a!important;border-left:0!important;border-right:0!important;border-radius:0!important;color:#eef0ff!important}
#auth-screen .sync-notice strong,#auth-screen .signup-warning strong{display:block!important;margin:0 0 4px!important;color:#b79fff!important;white-space:normal!important}
#auth-screen .sync-notice span,#auth-screen .signup-warning span{display:block!important;color:#dfe3f5!important}
#auth-screen .tabs{display:flex!important;align-items:stretch!important;height:48px!important;margin:0!important;border-bottom:1px solid #30365a!important;background:#10152a!important}
#auth-screen .tab{flex:0 0 auto!important;height:48px!important;padding:0 16px!important;border:0!important;background:transparent!important;color:#929ab9!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important}
#auth-screen .tab.active{color:#b79fff!important;background:#12182e!important}
#auth-screen .tab.active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;height:3px!important;background:#9a78ff!important}
#auth-screen #login-form,#auth-screen #register-form{padding:18px 24px 24px!important;background:#10152a!important;display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}
#auth-screen #register-form.hidden,#auth-screen #login-form.hidden{display:none!important}
#auth-screen .form-stack label{display:flex!important;flex-direction:column!important;gap:6px!important;width:100%!important;font-size:10px!important;font-weight:800!important;color:#aab1ce!important}
#auth-screen .field{width:100%!important;min-height:42px!important;height:42px!important;padding:9px 11px!important;box-sizing:border-box!important;background:#151a31!important;color:#eef0ff!important;border:1px solid #4c5579!important;border-radius:6px!important;outline:0!important}
#auth-screen .field::placeholder{color:#727b9a!important;opacity:1!important}
#auth-screen .field:focus{border-color:#9a78ff!important;box-shadow:0 0 0 2px rgba(154,120,255,.16)!important}
#auth-screen .button{width:100%!important;min-height:40px!important;margin-top:2px!important}
#auth-screen .text-button{width:auto!important;min-height:0!important;margin-top:0!important;padding:2px 0!important;text-align:left!important}
#auth-screen .micro-note{margin:0!important;line-height:1.4!important;color:#929ab9!important;font-size:10px!important}
#auth-screen #login-err,#auth-screen #reg-err,#reset-screen #reset-msg{margin:0!important;line-height:1.4!important;overflow-wrap:anywhere!important}
#auth-screen .auth-foot,#reset-screen .auth-foot{margin:0!important;padding:12px 24px!important;line-height:1.4!important;background:#12182e!important;border-top:1px solid #30365a!important;color:#929ab9!important}
#auth-screen form,#reset-screen form{margin:0!important}
#reset-screen .auth-body{padding:18px 24px 24px!important}
@media(max-width:700px){#auth-screen,#reset-screen{padding:18px 12px 32px!important}.auth-stage{width:min(100%,560px)!important}.auth-logo-wrap{height:230px!important;min-height:230px!important}.auth-logo{width:min(560px,92vw)!important;max-height:230px!important}.auth-copy{padding:20px 18px 10px!important}.sync-notice,.signup-warning{padding:10px 18px!important}.auth-copy h1{font-size:24px!important}.auth-card #login-form,.auth-card #register-form{padding:16px 18px 20px!important}.auth-foot{padding-left:18px!important;padding-right:18px!important}}
@media(max-height:760px) and (min-width:701px){#auth-screen,#reset-screen{padding-top:12px!important;padding-bottom:24px!important}.auth-logo-wrap{height:220px!important;min-height:220px!important}.auth-logo{max-height:220px!important}.auth-stage{gap:12px!important}}
