.Stub_page__tC4nY{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-grey);padding:20px}.Stub_logo___zTkg{width:160px;height:160px;margin-bottom:32px}@media (max-width:480px){.Stub_logo___zTkg{width:120px;height:120px}}.Stub_card__omxr_{width:100%;max-width:380px;background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-card);padding:36px 32px;display:flex;flex-direction:column;gap:18px}.Stub_title__0OqZX{font-family:var(--font-head);font-size:20px;font-weight:600;text-align:center;margin-bottom:6px}.Stub_field__zj72q{display:flex;flex-direction:column;gap:6px}.Stub_label__Hb7pG{font-size:13px;font-weight:600;color:var(--txt-dim)}.Stub_input__wzwpm{height:46px;padding:0 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-family:var(--font-body);font-size:15px;color:var(--txt-dark);background:var(--bg-white);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.Stub_input__wzwpm:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px var(--accent-light)}.Stub_button__QU4ie{height:48px;margin-top:6px;border:none;border-radius:10px;background:var(--accent-blue);color:#ffffff;font-family:var(--font-head);font-size:15px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:opacity .2s ease}.Stub_button__QU4ie:hover{opacity:.9}