.auth-help-page{position:relative;overflow:hidden;min-height:calc(100vh - 76px);background:radial-gradient(circle at 15% 20%,rgba(63,111,224,.12),transparent 30%),linear-gradient(180deg,#f7f9fd 0%,#fff 52%,#f6f7fb 100%);padding:72px 32px 84px}
.auth-help-wrap{position:relative;z-index:2;max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 440px;gap:42px;align-items:center}
.auth-help-eyebrow{font-size:12px;font-weight:900;letter-spacing:2.5px;color:var(--blue);margin-bottom:18px}
.auth-help-visual h1{font-size:clamp(34px,4.2vw,52px);line-height:1.13;letter-spacing:-1.2px;font-weight:900;color:var(--ink);margin-bottom:18px}
.auth-help-visual p{max-width:520px;font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:24px}
.help-note{max-width:520px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 28px rgba(15,17,26,.06);padding:18px}
.help-note strong{display:block;font-size:13px;font-weight:900;color:var(--blue);margin-bottom:5px}
.help-note span{display:block;font-size:13px;line-height:1.6;color:var(--muted);font-weight:700}
.auth-help-card{background:#fff;border:1px solid var(--line);box-shadow:0 28px 72px rgba(15,17,26,.14);padding:34px}
.card-head{margin-bottom:24px}.card-head span{display:inline-flex;align-items:center;font-size:10.5px;font-weight:900;letter-spacing:1.5px;color:var(--blue);background:#eef3ff;padding:7px 10px;margin-bottom:14px}.card-head h2{font-size:28px;font-weight:900;letter-spacing:-.6px;color:var(--ink);margin-bottom:8px}.card-head p{font-size:13px;color:var(--muted);line-height:1.55}
.help-form{display:flex;flex-direction:column;gap:14px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field span{font-size:12px;font-weight:900;color:#2b2d38}.form-field input{width:100%;height:46px;border:1px solid #dfe2ea;background:#fff;padding:0 14px;font-size:14px;font-weight:700;color:var(--ink);outline:none}.form-field input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(63,111,224,.1)}.form-field input::placeholder{color:#a1a6b4;font-weight:600}
.help-message{min-height:20px;font-size:12.5px;font-weight:800;color:var(--blue);line-height:1.55}.help-message.error{color:#dc2626}.help-message.success{color:#16a34a}
.help-submit{height:48px;background:var(--blue);color:#fff;font-size:14px;font-weight:900}.help-submit:disabled{opacity:.55;cursor:not-allowed}
.help-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px;font-size:13px}.help-links a{font-weight:900;color:var(--blue)}
.reset-mode-box{display:none;margin-top:18px;padding:14px;background:#f8fafc;border:1px solid #e8ebf2;font-size:12.5px;color:var(--muted);line-height:1.6}
.reset-mode-box.show{display:block}
@media(max-width:900px){.auth-help-page{padding:44px 22px 64px}.auth-help-wrap{grid-template-columns:1fr;gap:28px}.auth-help-card{padding:26px}}
@media(max-width:560px){.auth-help-page{padding:34px 18px 54px}.auth-help-visual h1{font-size:30px}.auth-help-card{padding:22px}}
