.auth-module__qehwGW__screen{place-items:center;min-height:100vh;padding:72px 20px;display:grid}.auth-module__qehwGW__authCard{background:var(--surface);border:1px solid var(--border);width:100%;max-width:392px;box-shadow:var(--shadow-md);border-radius:16px;padding:32px 30px}.auth-module__qehwGW__brandLock{text-align:center;flex-direction:column;align-items:center;margin-bottom:26px;display:flex}.auth-module__qehwGW__logoMark{background:var(--text);width:46px;height:46px;color:var(--bg);border-radius:13px;flex-shrink:0;place-items:center;margin-bottom:14px;display:grid}.auth-module__qehwGW__logoMark .ic{width:27px;height:27px}.auth-module__qehwGW__brandName{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.auth-module__qehwGW__slogan{color:var(--text-muted);margin:6px 0 0;font-size:14px}.auth-module__qehwGW__oauth{flex-direction:column;gap:11px;margin-top:4px;display:flex}.auth-module__qehwGW__oauthBtn{width:100%;min-height:46px;font-family:var(--font-sans);color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer;appearance:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-size:14.5px;font-weight:600;text-decoration:none;transition:transform .16s cubic-bezier(.2,0,0,1),border-color .16s ease-out,background .16s ease-out,box-shadow .16s ease-out;display:flex}.auth-module__qehwGW__oauthBtn .ic{width:19px;height:19px}.auth-module__qehwGW__oauthBtn:hover{border-color:var(--border-strong);background:var(--surface-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.auth-module__qehwGW__oauthBtn:active{transform:translateY(0)}.auth-module__qehwGW__finehr{color:var(--text-muted);align-items:center;gap:12px;margin:22px 0 16px;font-size:12px;display:flex}.auth-module__qehwGW__finehr:before,.auth-module__qehwGW__finehr:after{content:"";background:var(--border);flex:1;height:1px}.auth-module__qehwGW__fineprint{text-align:center;color:var(--text-muted);margin:0;font-size:12px;line-height:1.7}.auth-module__qehwGW__fineprint a{color:var(--text-soft)}.auth-module__qehwGW__back{color:var(--text-soft);align-items:center;gap:6px;margin-bottom:18px;font-size:13px;text-decoration:none;display:inline-flex}.auth-module__qehwGW__back .ic{width:15px;height:15px}.auth-module__qehwGW__back:hover{color:var(--accent);text-decoration:none}.auth-module__qehwGW__obTitle{letter-spacing:-.01em;margin:0 0 8px;font-size:20px;font-weight:700}.auth-module__qehwGW__obSub{color:var(--text-muted);text-wrap:pretty;margin:0 0 22px;font-size:13.5px}.auth-module__qehwGW__fieldLabel{margin-bottom:7px;font-size:13px;font-weight:600;display:block}.auth-module__qehwGW__handleInput{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:stretch;transition:border-color .16s ease-out,box-shadow .16s ease-out;display:flex;overflow:hidden}.auth-module__qehwGW__handlePrefix{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-alt);border-right:1px solid var(--border);-webkit-user-select:none;user-select:none;align-items:center;padding:0 6px 0 14px;font-size:15px;display:inline-flex}.auth-module__qehwGW__handleField{min-width:0;height:46px;color:var(--text);font-family:var(--font-mono);background:0 0;border:0;outline:none;flex:1;padding:0 12px;font-size:15px}.auth-module__qehwGW__vmark{width:44px;color:var(--text-muted);flex-shrink:0;place-items:center;transition:color .16s ease-out;display:grid}.auth-module__qehwGW__vmark .ic{width:18px;height:18px}.auth-module__qehwGW__stateOk{border-color:var(--ok-border);box-shadow:0 0 0 3px var(--ok-soft)}.auth-module__qehwGW__stateErr{border-color:var(--err-border);box-shadow:0 0 0 3px var(--err-soft)}.auth-module__qehwGW__stateFocus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-soft)}.auth-module__qehwGW__vmarkOk{color:var(--ok)}.auth-module__qehwGW__vmarkErr{color:var(--err)}.auth-module__qehwGW__preview{font-family:var(--font-mono);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:0;margin-top:12px;font-size:13px;display:inline-flex}.auth-module__qehwGW__previewAt{color:var(--text-soft)}.auth-module__qehwGW__previewHandle{color:var(--accent);font-weight:600}.auth-module__qehwGW__vmsg{align-items:center;gap:7px;min-height:20px;margin-top:14px;font-size:13px;font-weight:550;transition:color .16s ease-out;display:flex}.auth-module__qehwGW__vmsg .ic{flex-shrink:0;width:15px;height:15px}.auth-module__qehwGW__vmsgOk{color:var(--ok)}.auth-module__qehwGW__vmsgErr{color:var(--err)}.auth-module__qehwGW__vmsgNeutral{color:var(--text-muted);font-weight:500}.auth-module__qehwGW__examples{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.auth-module__qehwGW__exLabel{color:var(--text-muted);font-size:12px}.auth-module__qehwGW__exChip{min-height:32px;font-family:var(--font-mono);color:var(--text-soft);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:12.5px;transition:transform .16s cubic-bezier(.2,0,0,1),border-color .16s ease-out,color .16s ease-out;display:inline-flex}.auth-module__qehwGW__exChip:hover{border-color:var(--accent-border);color:var(--accent);transform:translateY(-1px)}.auth-module__qehwGW__doneBtn{width:100%;min-height:46px;font-family:var(--font-sans);color:#fff;background:var(--accent);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:22px;padding:0 16px;font-size:14.5px;font-weight:600;transition:transform .16s cubic-bezier(.2,0,0,1),background .16s ease-out,box-shadow .16s ease-out,opacity .16s ease-out;display:flex}.auth-module__qehwGW__doneBtn .ic{width:16px;height:16px}.auth-module__qehwGW__doneBtn:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 90%, #000);box-shadow:var(--shadow-md);transform:translateY(-1px)}.auth-module__qehwGW__doneBtn:disabled{opacity:.5;cursor:not-allowed}@keyframes auth-module__qehwGW__spin{to{transform:rotate(360deg)}}.auth-module__qehwGW__spin{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite auth-module__qehwGW__spin}.auth-module__qehwGW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:440px){.auth-module__qehwGW__authCard{padding:28px 22px}.auth-module__qehwGW__screen{padding:64px 16px}}@media (prefers-reduced-motion:reduce){.auth-module__qehwGW__spin{animation:none}}
