:root{--mf-blue:#003da5;--mf-yellow:#ffc400;--mf-bg:#f4f7fb;--mf-text:#16304f;--mf-border:#dce5ef}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Kanit,Prompt,"Segoe UI",sans-serif;background:var(--mf-bg);color:var(--mf-text)}
.mf-auth-page{min-height:100vh;display:grid;place-items:center;padding:18px}
.mf-auth-card{width:min(100%,390px);background:#fff;border-radius:24px;padding:26px 20px;box-shadow:0 18px 55px rgba(0,61,165,.15)}
.mf-auth-logo{width:62px;height:62px;margin:0 auto 12px;border-radius:18px;display:grid;place-items:center;background:var(--mf-blue);color:var(--mf-yellow);font-size:27px;font-weight:900}
h1{text-align:center;margin:0;font-size:26px}.mf-auth-subtitle{text-align:center;margin:3px 0 22px;font-weight:700;color:var(--mf-blue)}
.mf-auth-form{display:grid;gap:9px}.mf-auth-form label{font-size:14px;font-weight:700}.mf-auth-form input{width:100%;height:48px;border:1px solid var(--mf-border);border-radius:13px;padding:0 14px;font-size:16px;outline:none}.mf-auth-form input:focus{border-color:var(--mf-blue);box-shadow:0 0 0 3px rgba(0,61,165,.1)}
.mf-password-row{position:relative}.mf-password-row input{padding-right:72px}.mf-password-row button{position:absolute;right:6px;top:6px;height:36px;border:0;background:#eef3f9;border-radius:9px;color:var(--mf-blue);font-weight:700}
.mf-auth-submit,.mf-choice{min-height:50px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:800}
.mf-auth-submit{margin-top:9px;background:var(--mf-yellow);color:#142c50;cursor:pointer}.mf-choice{margin-top:10px}.mf-choice-member{background:var(--mf-yellow);color:#142c50}.mf-choice-driver{background:var(--mf-blue);color:#fff}
.mf-auth-divider{display:flex;align-items:center;gap:10px;margin:18px 0 8px;color:#8493a6;font-size:13px}.mf-auth-divider:before,.mf-auth-divider:after{content:"";height:1px;background:var(--mf-border);flex:1}
.mf-auth-error,.mf-auth-success{padding:11px 13px;border-radius:12px;margin-bottom:14px;font-size:14px}.mf-auth-error{background:#fff0f0;color:#a52020}.mf-auth-success{background:#ecfbf1;color:#18733a}.mf-auth-back{text-align:center;margin:18px 0 0}.mf-auth-back a{color:var(--mf-blue);font-weight:700;text-decoration:none}
@media(max-height:650px){.mf-auth-page{align-items:start;padding-top:10px}.mf-auth-card{padding-top:18px;padding-bottom:18px}.mf-auth-logo{width:52px;height:52px;margin-bottom:8px}h1{font-size:23px}.mf-auth-subtitle{margin-bottom:14px}}
