.auth-screen{--accent:#1f4fe0;--accent-600:#1a44c2;--accent-soft:#eaf0ff;--accent-ink:#fff;--font-display:"Hanken Grotesk", system-ui, -apple-system, sans-serif;--font-body:"Hanken Grotesk", system-ui, -apple-system, sans-serif;--bg:#fbfcfe;--bg-alt:#f3f6fb;--surface:#fff;--ink:#0d1526;--ink-2:#475065;--ink-3:#788196;--line:#e7ebf2;--line-strong:#d6dce8;--dark-bg:#0a1530;--dark-ink:#f4f7ff;--dark-ink-2:#9fb0d8;--radius-sm:10px;--radius-pill:999px;--shadow-sm:0 1px 2px #0d15260d, 0 1px 3px #0d15260a;--shadow-md:0 8px 24px -8px #0d15261f, 0 2px 6px #0d15260d;background:var(--bg-alt);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;position:fixed;inset:0;overflow:auto}.auth-screen *,.auth-screen :before,.auth-screen :after{box-sizing:border-box}.auth-screen h1,.auth-screen h2,.auth-screen h3,.auth-screen h4{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-weight:700;line-height:1.1}.auth-screen p{margin:0}.auth-screen a{color:inherit;text-decoration:none}.auth-screen button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.auth-screen input{font:inherit}.auth-screen .auth{grid-template-columns:1.02fr 1fr;align-items:stretch;min-height:100vh;display:grid}.auth-screen .btn{border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:9px;padding:14px 22px;font-size:15px;font-weight:600;line-height:1;transition:transform .15s,background .15s,box-shadow .2s,border-color .15s,color .15s;display:inline-flex}.auth-screen .btn:active{transform:translateY(1px)}.auth-screen .btn--primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 14px 30px -10px color-mix(in oklab, var(--accent) 45%, transparent)}.auth-screen .btn--primary:hover{background:var(--accent-600)}.auth-screen .btn--lg{padding:16px 28px;font-size:16px}.auth-screen .btn--block{width:100%}.auth-screen .auth-aside{background:var(--dark-bg);color:var(--dark-ink);flex-direction:column;padding:clamp(36px,4vw,56px);display:flex;position:relative;overflow:hidden}.auth-screen .aurora{z-index:0;pointer-events:none;filter:blur(60px);opacity:.9;position:absolute;inset:-20%}.auth-screen .aurora i{mix-blend-mode:screen;border-radius:50%;position:absolute}.auth-screen .aurora .b1{aspect-ratio:1;background:radial-gradient(circle, color-mix(in oklab, var(--accent) 92%, white), transparent 70%);width:46%;animation:17s ease-in-out infinite auth-drift1;top:-6%;left:6%}.auth-screen .aurora .b2{aspect-ratio:1;background:radial-gradient(circle,#2f6bff,#0000 70%);width:40%;animation:21s ease-in-out infinite auth-drift2;top:18%;right:-4%}.auth-screen .aurora .b3{aspect-ratio:1;background:radial-gradient(circle,#123a9e,#0000 70%);width:50%;animation:24s ease-in-out infinite auth-drift3;bottom:-18%;left:18%}@keyframes auth-drift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(8%,10%)scale(1.12)}}@keyframes auth-drift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-10%,8%)scale(1.18)}}@keyframes auth-drift3{0%,to{transform:translate(0)scale(1.05)}50%{transform:translate(9%,-7%)scale(.92)}}.auth-screen .auth-aside:after{content:"";z-index:0;pointer-events:none;opacity:.5;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 90% at 30% 20%,#000 35%,#0000 75%);mask-image:radial-gradient(120% 90% at 30% 20%,#000 35%,#0000 75%)}.auth-screen .auth-aside>*{z-index:1;position:relative}.auth-screen .auth-aside .brand{color:var(--dark-ink);font-size:22px;font-weight:700;font-family:var(--font-display);align-items:center;gap:10px;display:inline-flex}.auth-screen .auth-aside .brand .logo{width:30px;height:30px}.auth-screen .aside-head{margin-top:clamp(28px,5vh,64px)}.auth-screen .aside-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:7px 14px 7px 11px;font-size:13px;font-weight:600;display:inline-flex}.auth-screen .aside-badge .spark{color:#9dc0ff;width:17px;height:17px;animation:2.6s ease-in-out infinite auth-sparkle}@keyframes auth-sparkle{0%,to{opacity:.85;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.25)rotate(18deg)}}.auth-screen .aside-title{letter-spacing:-.03em;color:#fff;margin-top:22px;font-size:clamp(32px,3.6vw,46px);line-height:1.05}.auth-screen .aside-title em{white-space:nowrap;color:#cfe0ff;font-style:normal;position:relative}.auth-screen .aside-title em:after{content:"";background:color-mix(in oklab, var(--accent) 65%, transparent);z-index:-1;transform-origin:0;border-radius:4px;height:.42em;animation:1s cubic-bezier(.7,0,.3,1) .5s forwards auth-underline;position:absolute;bottom:.02em;left:0;right:0;transform:scaleX(0)}@keyframes auth-underline{to{transform:scaleX(1)}}.auth-screen .aside-lede{color:var(--dark-ink-2);max-width:42ch;margin-top:16px;font-size:clamp(15px,1.4vw,17px);line-height:1.55}.auth-screen .benefits{flex-direction:column;gap:13px;margin-top:clamp(22px,3.5vh,38px);display:flex}.auth-screen .benefit{opacity:0;align-items:center;gap:13px;font-size:15.5px;font-weight:500;animation:.6s cubic-bezier(.2,.7,.3,1) forwards auth-benefitIn;display:flex;transform:translate(-14px)}.auth-screen .benefit .bcheck{background:color-mix(in oklab, var(--accent) 30%, transparent);color:#fff;border:1px solid #ffffff29;border-radius:9px;flex:none;place-items:center;width:28px;height:28px;display:grid}.auth-screen .benefit .bcheck svg{width:15px;height:15px}@keyframes auth-benefitIn{to{opacity:1;transform:translate(0)}}.auth-screen .benefit:first-child{animation-delay:.15s}.auth-screen .benefit:nth-child(2){animation-delay:.27s}.auth-screen .benefit:nth-child(3){animation-delay:.39s}.auth-screen .benefit:nth-child(4){animation-delay:.51s}.auth-screen .benefit:nth-child(5){animation-delay:.63s}.auth-screen .benefit:nth-child(6){animation-delay:.75s}.auth-screen .aside-foot{margin-top:auto;padding-top:clamp(24px,4vh,40px)}.auth-screen .aside-stats{gap:clamp(20px,3vw,40px);display:flex}.auth-screen .aside-stats .num{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;font-size:clamp(24px,2.6vw,30px);font-weight:700}.auth-screen .aside-stats .lab{color:var(--dark-ink-2);margin-top:2px;font-size:13px}.auth-screen .aside-avatars{align-items:center;gap:12px;margin-top:26px;display:flex}.auth-screen .av-stack{display:flex}.auth-screen .av-stack span{border:2px solid var(--dark-bg);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;margin-left:-10px;font-size:12.5px;font-weight:700;display:grid}.auth-screen .av-stack span:first-child{margin-left:0}.auth-screen .aside-avatars .meta{color:var(--dark-ink-2);font-size:13.5px}.auth-screen .aside-avatars .meta b{color:#fff}.auth-screen .aside-avatars .stars{color:#ffc84a;letter-spacing:1px;font-size:13px}.auth-screen .auth-main{background:var(--surface);flex-direction:column;padding:24px clamp(28px,4vw,64px) 40px;display:flex;position:relative;overflow-y:auto}.auth-screen .auth-top{justify-content:space-between;align-items:center;display:flex}.auth-screen .auth-back{color:var(--ink-2);align-items:center;gap:7px;font-size:14px;font-weight:600;transition:color .15s,gap .15s;display:inline-flex}.auth-screen .auth-back:hover{color:var(--ink);gap:10px}.auth-screen .auth-form-wrap{width:min(100%,416px);margin:auto;padding:26px 0}.auth-screen .auth-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.auth-screen .auth-h{letter-spacing:-.025em;font-size:clamp(26px,2.6vw,32px)}.auth-screen .auth-sub{color:var(--ink-2);margin-top:7px;font-size:15px}.auth-screen .ring{flex:none;width:52px;height:52px;position:relative}.auth-screen .ring svg{transform:rotate(-90deg)}.auth-screen .ring .track{stroke:var(--line)}.auth-screen .ring .meter{stroke:var(--accent);stroke-linecap:round;stroke-dasharray:138;transition:stroke-dashoffset .5s cubic-bezier(.3,.8,.3,1)}.auth-screen .ring .pct{color:var(--accent);font-variant-numeric:tabular-nums;place-items:center;font-size:13px;font-weight:700;display:grid;position:absolute;inset:0}.auth-screen .tabset{background:var(--bg-alt);border-radius:var(--radius-pill);margin:22px 0 26px;padding:4px;display:flex;position:relative}.auth-screen .tabset .glider{background:var(--surface);border-radius:var(--radius-pill);width:calc(50% - 4px);box-shadow:var(--shadow-sm);transition:transform .28s cubic-bezier(.4,1.2,.4,1);position:absolute;top:4px;bottom:4px;left:4px}.auth-screen.mode-signup .tabset .glider{transform:translate(100%)}.auth-screen .tabset button{color:var(--ink-2);z-index:1;flex:1;padding:10px;font-size:14.5px;font-weight:600;transition:color .2s;position:relative}.auth-screen .tabset button.active{color:var(--ink)}.auth-screen .field{margin-bottom:16px;position:relative}.auth-screen .row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-screen .fl{position:relative}.auth-screen .fl input{border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);padding:21px 42px 7px 15px;font-size:15px;transition:border-color .18s,box-shadow .18s}.auth-screen .fl input::placeholder{color:#0000}.auth-screen .fl label{color:var(--ink-3);pointer-events:none;transform-origin:0;font-size:15px;transition:transform .16s,color .16s,top .16s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.auth-screen .fl input:focus+label,.auth-screen .fl input:not(:placeholder-shown)+label{color:var(--ink-2);font-weight:600;top:11px;transform:translateY(0)scale(.74)}.auth-screen .fl input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:none}.auth-screen .fl .fic{width:20px;height:20px;color:var(--ink-3);place-items:center;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-screen .fl .vcheck{color:#1a9d6a;opacity:0;pointer-events:none;width:20px;height:20px;transition:opacity .2s,transform .25s cubic-bezier(.4,1.4,.5,1);position:absolute;top:50%;right:14px;transform:translateY(-50%)scale(.4)}.auth-screen .fl.valid input{border-color:color-mix(in oklab, #1a9d6a 55%, var(--line-strong))}.auth-screen .fl.valid .vcheck{opacity:1;transform:translateY(-50%)scale(1)}.auth-screen .fl.valid .fic.toggle{right:40px}.auth-screen .fl.invalid input{border-color:#d65a5a}.auth-screen .fl .toggle{cursor:pointer}.auth-screen .fl .toggle:hover{color:var(--ink)}.auth-screen .field-msg{color:#c0392b;margin-top:6px;padding-left:3px;font-size:12.5px}.auth-screen .pw-strength{align-items:center;gap:10px;margin-top:9px;display:flex}.auth-screen .pw-bars{flex:1;gap:5px;display:flex}.auth-screen .pw-bars i{background:var(--line);border-radius:3px;flex:1;height:5px;transition:background .25s}.auth-screen .pw-label{color:var(--ink-3);white-space:nowrap;text-align:right;min-width:56px;font-size:12px;font-weight:600}.auth-screen[data-pw="1"] .pw-bars i:first-child{background:#e0564f}.auth-screen[data-pw="1"] .pw-label{color:#e0564f}.auth-screen[data-pw="2"] .pw-bars i:nth-child(-n+2){background:#e8923a}.auth-screen[data-pw="2"] .pw-label{color:#e8923a}.auth-screen[data-pw="3"] .pw-bars i:nth-child(-n+3){background:#d9b740}.auth-screen[data-pw="3"] .pw-label{color:#caa92f}.auth-screen[data-pw="4"] .pw-bars i{background:#1a9d6a}.auth-screen[data-pw="4"] .pw-label{color:#1a9d6a}.auth-screen .check{color:var(--ink-2);align-items:flex-start;gap:10px;margin:6px 0 20px;font-size:13.5px;line-height:1.5;display:flex}.auth-screen .check input{width:17px;height:17px;accent-color:var(--accent);flex:none;margin-top:1px}.auth-screen .check a{color:var(--accent);font-weight:600}.auth-screen .submit-btn{position:relative;overflow:hidden}.auth-screen .submit-btn .lbl{align-items:center;gap:9px;transition:opacity .2s,transform .2s;display:inline-flex}.auth-screen .submit-btn .arrow{transition:transform .2s}.auth-screen .submit-btn:hover .arrow{transform:translate(4px)}.auth-screen .submit-btn .spinner{opacity:0;place-items:center;display:grid;position:absolute;inset:0}.auth-screen .submit-btn .spinner svg{width:22px;height:22px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-screen.submitting .submit-btn .lbl{opacity:0;transform:scale(.9)}.auth-screen.submitting .submit-btn .spinner{opacity:1}.auth-screen.submitting .submit-btn{pointer-events:none}.auth-screen .submit-btn:before{content:"";background:linear-gradient(100deg,#0000,#ffffff59,#0000);width:40%;animation:3.4s ease-in-out infinite auth-sheen;position:absolute;top:0;bottom:0;left:-60%;transform:skew(-18deg)}@keyframes auth-sheen{0%,55%{left:-60%}80%,to{left:130%}}.auth-screen .form-error{color:#c0392b;margin:-6px 0 16px;font-size:13.5px;font-weight:600}.auth-screen .oauth{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.auth-screen .oauth button{border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);justify-content:center;align-items:center;gap:9px;padding:12px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:flex}.auth-screen .oauth button:hover{background:var(--bg-alt);border-color:var(--ink-3)}.auth-screen .oauth button:active{transform:translateY(1px)}.auth-screen .divider{color:var(--ink-3);align-items:center;gap:14px;margin:22px 0;font-size:13px;display:flex}.auth-screen .divider:before,.auth-screen .divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-screen .legal{color:var(--ink-3);text-align:center;margin-top:20px;font-size:12.5px;line-height:1.55}.auth-screen .legal a{color:var(--accent)}.auth-screen .switch-line{text-align:center;color:var(--ink-2);margin-top:18px;font-size:14px}.auth-screen .switch-line a{color:var(--accent);cursor:pointer;font-weight:700}.auth-screen .signup-only{display:none}.auth-screen.mode-signup .signup-only{display:block}.auth-screen.mode-signup .row-2.signup-only{display:grid}.auth-screen.mode-signup .login-only{display:none}.auth-screen .success{z-index:20;background:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:.3s auth-fadeIn;display:flex;position:absolute;inset:0}@keyframes auth-fadeIn{0%{opacity:0}to{opacity:1}}.auth-screen .success .burst{color:#1a9d6a;background:#1a9d6a24;background:lab(57.3418% -44.2779 16.8477/.14);border-radius:50%;place-items:center;width:88px;height:88px;margin-bottom:22px;animation:.5s cubic-bezier(.3,1.5,.5,1) auth-pop;display:grid}.auth-screen .success .burst svg{width:44px;height:44px}@keyframes auth-pop{0%{transform:scale(0)}to{transform:scale(1)}}.auth-screen .success h2{font-size:26px}.auth-screen .success p{color:var(--ink-2);max-width:34ch;margin-top:8px}.auth-screen .success .btn{margin-top:24px}@media (prefers-reduced-motion:reduce){.auth-screen .aurora i,.auth-screen .aside-badge .spark,.auth-screen .submit-btn:before,.auth-screen .benefit,.auth-screen .aside-title em:after{animation:none!important}.auth-screen .benefit{opacity:1;transform:none}.auth-screen .aside-title em:after{transform:scaleX(1)}}@media (max-width:900px){.auth-screen .auth{grid-template-columns:1fr}.auth-screen .auth-aside{display:none}.auth-screen .auth-main{min-height:100vh}}
