:root{color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#09090b;color:#f4f4f5}*{box-sizing:border-box}body,html{min-height:100%;height:100%;margin:0;background:#09090b}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);margin:-1px;padding:0;border:0;white-space:nowrap}.accounts-auth-shell{display:grid;width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden;background:#09090b}.accounts-auth-brand-panel,.accounts-auth-form-panel,.accounts-auth-shell{min-height:100vh;min-height:100dvh}.accounts-auth-brand-panel{display:flex;flex-direction:column;justify-content:space-between;padding:40px;background:#181818;color:#f4f4f5}.accounts-auth-form-panel{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;overflow-y:auto;padding:56px 40px 40px;background:#09090b;color:#f4f4f5}.accounts-brand-lockup{display:flex;align-items:center;gap:10px;font-size:1.125rem;font-weight:500;letter-spacing:-.025em}.accounts-brand-lockup img{width:28px;height:28px;flex:none}.accounts-brand-quote{max-width:34rem;margin:48px 0 0;color:#d4d4d8;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.45;text-wrap:balance}.accounts-auth-login-label{position:absolute;top:40px;right:40px;color:#e4e4e7;font-size:.875rem;font-weight:500}.accounts-auth-form-content{width:min(400px,100%)}.accounts-auth-message{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.accounts-auth-message [role=alert]{margin:0;color:#fca5a5;line-height:1.6}.accounts-auth-message>a,.accounts-auth-message>button{border:1px solid #3f3f46;border-radius:8px;padding:9px 14px;background:#18181b;color:#f4f4f5;cursor:pointer;text-decoration:none}.accounts-login-form{display:flex;flex-direction:column;gap:24px}.accounts-login-form__heading{display:flex;flex-direction:column;gap:8px;text-align:center}.accounts-login-form__heading h1{margin:0;color:#f4f4f5;font-size:clamp(1.5rem,2.2vw,1.875rem);font-weight:600;letter-spacing:-.04em;line-height:1.2}.accounts-login-form__heading p,.accounts-login-form__legal,.accounts-login-form__status{margin:0;color:#a1a1aa;font-size:.875rem;line-height:1.5}.accounts-login-form__fields{display:flex;flex-direction:column;gap:20px}.accounts-login-form__field{display:flex;flex-direction:column;gap:8px}.accounts-login-form__field label{color:#d4d4d8;font-size:.875rem}.accounts-login-form__field input{width:100%;height:38px;border:1px solid #27272a;border-radius:8px;padding:0 12px;outline:none;background:#18181b;color:#f4f4f5;transition:border-color .12s ease,box-shadow .12s ease}.accounts-login-form__field input::placeholder{color:#71717a}.accounts-login-form__field input:focus-visible{border-color:#a1a1aa;box-shadow:0 0 0 3px rgb(161 161 170/20%)}.accounts-login-form__button{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:8px 14px;font-size:.875rem;font-weight:500;line-height:1.25;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.accounts-login-form__button:focus-visible,.accounts-login-form__link:focus-visible{outline:2px solid #a1a1aa;outline-offset:2px}.accounts-login-form__button--primary{background:#f4f4f5;color:#18181b}.accounts-login-form__button--primary:hover:not(:disabled){background:#d4d4d8}.accounts-login-form__button--secondary{border-color:#27272a;background:#18181b;color:#f4f4f5}.accounts-login-form__button--secondary:hover:not(:disabled){border-color:#52525b;background:#27272a}.accounts-login-form__button:disabled{opacity:.55}.accounts-login-form__provider-glyph{width:18px;height:18px;flex:none}.accounts-login-form__separator{position:relative;display:flex;height:20px;align-items:center;justify-content:center;color:#a1a1aa;font-size:.875rem}.accounts-login-form__separator:before{position:absolute;right:0;left:0;height:1px;background:#27272a;content:""}.accounts-login-form__separator span{position:relative;padding:0 10px;background:#09090b}.accounts-login-form__legal{text-align:center}.accounts-login-form__error{margin:0;color:#fca5a5;font-size:.875rem;line-height:1.5}.accounts-login-form__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.accounts-login-form__link{border:0;padding:0;background:transparent;color:#a1a1aa;font-size:.875rem;text-decoration:underline;text-underline-offset:3px}.accounts-login-form__link:hover:not(:disabled){color:#f4f4f5}.accounts-login-form__requirements{display:flex;flex-direction:column;gap:20px}.accounts-login-form__legal-check{display:flex;align-items:flex-start;gap:10px;color:#d4d4d8;font-size:.875rem;line-height:1.45}.accounts-login-form__legal-check input{margin-top:3px;accent-color:#f4f4f5}@media (max-width:760px){.accounts-auth-shell{width:100%;min-height:100dvh;grid-template-columns:minmax(0,1fr)}.accounts-auth-brand-panel{display:none}.accounts-auth-form-panel{min-height:100dvh;padding:64px 24px 32px}.accounts-auth-login-label{top:24px;right:24px}}@media (prefers-reduced-motion:reduce){.accounts-login-form__button,.accounts-login-form__field input{transition:none}}