.auth-screen_wrap__hOowa{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}.auth-screen_card__SAAe4{width:100%;max-width:360px;display:flex;flex-direction:column;gap:16px;padding:32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card)}.auth-screen_brand__8Q29d{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px}.auth-screen_logoMark__4czsY{width:28px;height:28px;border-radius:var(--radius-control);background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-screen_title__aNABC{margin:0;font-size:var(--text-h1);font-weight:600}.auth-screen_subtitle__GF_5w{margin:-8px 0 0;color:var(--muted);font-size:var(--text-base)}.auth-screen_field__tChii{display:flex;flex-direction:column;gap:6px;font-size:var(--text-meta);color:var(--ink-2)}.auth-screen_field__tChii input{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);font-size:var(--text-base);color:var(--ink)}.auth-screen_field__tChii input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.auth-screen_error__HB4Hj{padding:10px 12px;border-radius:var(--radius-control);background:var(--danger-soft-bg);color:var(--danger-soft-text);font-size:var(--text-meta)}.auth-screen_submit__1eG7b{padding:10px 16px;border:none;border-radius:var(--radius-control);background:var(--accent);color:var(--bg);font-weight:500;cursor:pointer}.auth-screen_submit__1eG7b:hover:not(:disabled){background:var(--accent-hover)}.auth-screen_submit__1eG7b:disabled{opacity:.7;cursor:default}.auth-screen_choiceList___I3HD{display:flex;flex-direction:column;gap:10px}.auth-screen_choiceLink__3ZSEP{display:block;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--ink);font-weight:500;text-align:left}.auth-screen_choiceLink__3ZSEP:hover{border-color:var(--accent);color:var(--accent);text-decoration:none;background:var(--accent-soft-bg)}