.auth-screen{--ink:#30383a;--muted:#687375;--line:#e5e2dc;--paper:#faf8f4;--blue:#667e82;isolation:isolate;min-height:100svh;color:var(--ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fafaf8;place-items:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:grid;position:relative;overflow:hidden}.auth-screen__ambient{z-index:-1;pointer-events:none;background:linear-gradient(135deg,#f3f3f0,#fafaf8 50%,#f0f2f1);position:absolute;inset:0;overflow:hidden}.auth-screen__ambient:after{content:"";background:radial-gradient(#fafaf8 0 16%,#fafaf8cc 30%,#0000 62%);position:absolute;inset:0}.auth-screen__orb{aspect-ratio:1;filter:blur(50px);opacity:.5;border-radius:50%;width:32rem;animation:20s ease-in-out infinite alternate auth-drift;position:absolute}.auth-screen__orb--one{background:#cfdadc;top:0;left:-10rem}.auth-screen__orb--two{background:#e4ded5;animation-delay:-10s;bottom:-8rem;right:-8rem}.auth-screen__ripple{aspect-ratio:1;border:1px solid #667e8217;border-radius:50%;width:48rem;animation:15s ease-out infinite auth-ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-screen__ripple--two{width:64rem;animation-delay:-5s}.auth-screen__ripple--three{width:80rem;animation-delay:-10s}.auth-screen__panel{z-index:1;place-items:center;width:100%;min-height:100svh;padding:3.5rem 1rem;display:grid;position:relative}.auth-screen__panel-inner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf8f4e6;border:1px solid #ffffffd9;border-radius:1.8rem;width:min(100%,26rem);padding:2.4rem 2.2rem 1.9rem;box-shadow:0 1.5rem 5rem #3a424314,0 1px #667e820f}.auth-screen__card-motto{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.auth-screen__brand-mark{width:3rem;height:3rem;color:var(--paper);background:#667e82;border-radius:1rem;place-items:center;display:grid;box-shadow:0 .4rem 1rem #667e821a}.auth-screen__brand-mark svg{width:1.6rem;height:1.6rem}.auth-screen__card-motto strong{letter-spacing:-.055em;font-size:1.45rem;font-weight:650;display:block}.auth-screen__brand-dot{color:var(--blue)}.auth-screen__card-motto p{color:var(--muted);margin:.35rem 0 0;font-size:1rem}.auth-screen__heading{text-align:center}.auth-screen__heading h1{letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,5vw,2.1rem);font-weight:550;line-height:1.12}.auth-screen__heading>p{color:var(--muted);margin:.8rem 0 1.8rem;font-size:1rem;line-height:1.5}.auth-screen__form{gap:1.05rem;display:grid}.auth-screen__field{color:#515b5d;gap:.45rem;font-size:.875rem;font-weight:550;display:grid}.auth-screen__field input{box-sizing:border-box;border:1px solid var(--line);width:100%;min-height:3rem;color:var(--ink);font:inherit;background:#ffffffa8;border-radius:.85rem;outline:0;padding:.75rem .9rem;font-size:1rem}.auth-screen__field input::placeholder{color:#818888}.auth-screen__field input:focus{background:#fff;border-color:#8da9aa;box-shadow:0 0 0 3px #667e821f}.auth-screen__field input:disabled{opacity:.62}.auth-screen__field small{color:#707a7a;font-size:.875rem;font-weight:400}.auth-screen__password-wrap{position:relative}.auth-screen__password-wrap input{padding-right:3rem}.auth-screen__password-toggle{color:#728184;cursor:pointer;background:0 0;border:0;border-radius:.5rem;place-items:center;width:2.25rem;height:2.25rem;display:grid;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.auth-screen__error{color:#925147;background:#faeae6;border-radius:.7rem;margin:0;padding:.7rem .85rem;font-size:.875rem;line-height:1.4}.auth-screen__submit{min-height:3.15rem;color:var(--paper);font:inherit;cursor:pointer;background:#546c71;border:0;border-radius:.9rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.4rem;font-size:1rem;font-weight:600;display:flex}.auth-screen__submit:hover:not(:disabled){background:#455e63}.auth-screen__submit:disabled{opacity:.65;cursor:wait}.auth-screen__spinner{border:2px solid #faf8f44d;border-top-color:var(--paper);border-radius:50%;width:1rem;height:1rem;animation:.7s linear infinite auth-spin}.auth-screen__switch{color:var(--muted);text-align:center;margin:1.5rem 0 0;font-size:.875rem;line-height:1.6}.auth-screen__switch button{color:#485f65;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:.2rem;font-weight:600;text-decoration:underline}.auth-screen__explore{color:#707d7f;font:inherit;cursor:pointer;background:0 0;border:0;margin:.85rem auto 0;padding:.4rem;font-size:.875rem;display:block}.auth-screen button:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.auth-screen__motion-toggle{z-index:3;color:#68787b;font:inherit;cursor:pointer;background:#faf8f4cc;border:0;border-radius:99px;padding:.55rem .8rem;font-size:.875rem;position:absolute;bottom:.7rem;right:1rem}.auth-screen.is-motion-paused .auth-screen__ambient *{animation-play-state:paused}@keyframes auth-ripple{0%{opacity:0;transform:translate(-50%,-50%)scale(.85)}18%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%)scale(1.08)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-drift{to{transform:translate(6%,5%)}}@media (width<=600px){.auth-screen__ambient:after{background:linear-gradient(#0000,#fafaf899 16%,#fafaf8 75%)}.auth-screen__panel{padding:8rem 1rem 3.5rem}.auth-screen__panel-inner{border-radius:1.5rem;padding:1.8rem 1.3rem}}@media (prefers-reduced-motion:reduce){.auth-screen__ambient *,.auth-screen__spinner{animation:none!important}.auth-screen__motion-toggle{display:none}}.auth-screen__socials{gap:.6rem;margin-bottom:1rem;display:grid}.auth-screen__socials button{border:1px solid var(--line);min-height:2.75rem;color:var(--ink);font:inherit;cursor:pointer;background:#ffffff94;border-radius:.65rem;justify-content:center;align-items:center;gap:.6rem;font-size:14px;display:flex}.auth-screen__socials button:hover:not(:disabled){background:#fff;border-color:#b4c5c4}.auth-screen__socials button:disabled{color:#a1a7a2;cursor:not-allowed;background:#f2f1ed}.auth-screen__socials svg{flex:0 0 18px;width:18px;height:18px}.auth-screen__divider{color:#969d97;align-items:center;gap:.7rem;margin:0 0 1.1rem;font-size:14px;display:flex}.auth-screen__divider:before,.auth-screen__divider:after{content:"";background:var(--line);flex:1;height:1px}@media (width<=650px){.auth-screen__panel-inner{width:min(100%,26rem)}}
