:root{--blue:#0866ff;--blue2:#1877f2;--ink:#1c1e21;--muted:#65676b;--line:#d8dadf;--panel:#fff;--bg:#f0f2f5;--danger:#b3261e}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(110deg,#fff8ef 0%,#f2f7ff 55%,#f5fffb 100%);min-height:100vh}.mpd-auth-top{height:62px;background:#fff;border-bottom:1px solid #e4e6eb;display:flex;align-items:center;padding:0 22px}.mpd-auth-top img{width:38px;height:38px;object-fit:contain}.mpd-auth-shell{min-height:calc(100vh - 62px);display:grid;place-items:start center;padding:38px 18px 60px}.mpd-auth-card{width:min(100%,520px);background:transparent}.mpd-auth-back{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;color:#65676b;font-size:24px;margin-bottom:8px}.mpd-auth-brand{font-size:12px;color:#6b7280;margin-bottom:4px;font-weight:700}.mpd-auth-card h1{font-size:28px;line-height:1.08;margin:0 0 5px}.mpd-auth-lead{font-size:14px;margin:0 0 18px;color:#4b5563}.mpd-auth-form{display:grid;gap:12px}.mpd-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mpd-three{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mpd-auth-form label,.mpd-fieldset legend{font-size:13px;font-weight:700;color:#3a3b3c}.mpd-auth-form input,.mpd-auth-form select{width:100%;height:46px;border:1px solid #ccd0d5;border-radius:9px;background:#fff;padding:0 12px;font-size:15px;outline:0;margin-top:5px}.mpd-auth-form input:focus,.mpd-auth-form select:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(8,102,255,.12)}.mpd-fieldset{border:0;margin:0;padding:0}.mpd-help{font-size:11px;line-height:1.35;color:#65676b;margin:0}.mpd-submit{height:46px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-size:15px;font-weight:800;cursor:pointer}.mpd-submit:disabled{background:#d8dce3;color:#a4a8ae;cursor:not-allowed}.mpd-existing{display:flex;align-items:center;justify-content:center;height:44px;margin-top:9px;text-decoration:none;color:#25313d;background:#e9edf2;border-radius:9px;font-weight:700;font-size:14px}.mpd-alert{padding:10px 12px;border-radius:8px;font-size:13px;margin:0 0 12px}.mpd-alert.error{background:#ffebe9;color:#8c1d18}.mpd-alert.ok{background:#e8f5e9;color:#1b5e20}.mpd-step-card{width:min(100%,500px);background:#fff;border:1px solid #dddfe2;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:20px}.mpd-step-card h1{font-size:22px;text-align:center;margin:0 0 10px}.mpd-step-card p{font-size:14px;color:#4b4f56;line-height:1.4}.mpd-code{display:flex;gap:10px}.mpd-code input{font-size:24px;letter-spacing:6px;text-align:center}.mpd-inline-link{font-size:13px;color:var(--blue);text-decoration:none;font-weight:700}.mpd-human-shield{width:72px;height:72px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:#eef6ff;font-size:38px}.mpd-captcha{margin:10px 0 8px;border:1px solid #e1e4e8;border-radius:7px;background:#fff;overflow:hidden}.mpd-captcha svg{display:block;width:100%;height:92px}.mpd-actions{display:flex;gap:10px;margin-top:14px}.mpd-actions>*{flex:1}.mpd-note{font-size:12px!important;color:#777!important;text-align:center}.mpd-password-toggle{position:relative}.mpd-password-toggle button{position:absolute;right:9px;bottom:8px;border:0;background:transparent;color:#65676b;cursor:pointer;font-weight:700;font-size:12px}@media(max-width:560px){.mpd-two,.mpd-three{grid-template-columns:1fr}.mpd-auth-shell{padding-top:22px}.mpd-auth-card h1{font-size:25px}}
