.ml-auth,.ml-auth *{box-sizing:border-box}
.ml-auth{max-width:1120px;margin:0 auto;padding:72px 28px 88px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:0;font-family:Inter,Arial,sans-serif;color:#111}
.ml-auth__aside{min-height:610px;padding:58px 54px;background:#11110f;color:#fff;border-radius:28px 0 0 28px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.ml-auth__aside:after{content:"";position:absolute;width:300px;height:300px;right:-130px;bottom:-130px;border-radius:50%;background:#ffd21c;opacity:.96}
.ml-auth__note{font-size:64px;line-height:1;color:#ffd21c}
.ml-auth__tag,.ml-auth__eyebrow{display:inline-block;font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.ml-auth__tag{color:#ffd21c;margin-bottom:18px}
.ml-auth__aside h2{max-width:430px;margin:0 0 18px;font-size:44px;line-height:1.02;letter-spacing:-.045em;color:#fff}
.ml-auth__aside p{max-width:450px;margin:0;color:#c9c7be;font-size:17px;line-height:1.65}
.ml-auth__aside ul{position:relative;z-index:1;list-style:none;margin:34px 0 0;padding:0;display:grid;gap:13px;font-weight:700}
.ml-auth__aside li:before{content:"✓";color:#ffd21c;margin-right:10px}
.ml-auth__panel{min-height:610px;padding:58px 62px;background:#fff;border:1px solid #ded9ca;border-left:0;border-radius:0 28px 28px 0;display:flex;flex-direction:column;justify-content:center}
.ml-auth__eyebrow{color:#8a6b00;margin-bottom:16px}
.ml-auth__panel h1{margin:0 0 34px;font-size:48px;line-height:1;letter-spacing:-.05em;color:#111}
.ml-auth__form{display:grid;gap:20px}
.ml-auth__form>label{display:grid;gap:9px;font-size:14px;font-weight:850;color:#292821}
.ml-auth__form input[type=text],.ml-auth__form input[type=email],.ml-auth__form input[type=password]{width:100%;height:56px;padding:0 16px;border:1px solid #c9c5b8;border-radius:12px;background:#fffef9;color:#111;font:600 16px/1 Inter,Arial,sans-serif;outline:none;transition:border .2s,box-shadow .2s}
.ml-auth__form input:focus{border-color:#b28a00;box-shadow:0 0 0 4px rgba(255,210,28,.22)}
.ml-auth__form small{color:#777268;font-size:12px;font-weight:600}
.ml-auth__row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px}
.ml-auth__remember{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;font-weight:650!important}
.ml-auth__remember input{width:18px;height:18px;accent-color:#ffd21c}
.ml-auth__row a,.ml-auth__switch a{color:#725900;font-weight:850;text-decoration:none}
.ml-auth__form button{height:58px;border:0;border-radius:999px;background:#ffd21c;color:#111;font:900 16px/1 Inter,Arial,sans-serif;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 10px 24px rgba(255,210,28,.24)}
.ml-auth__form button:hover{background:#f5c400;transform:translateY(-1px)}
.ml-auth__switch{text-align:center;margin:2px 0 0;color:#6e6a61;font-size:14px}
.ml-auth__error{margin:-14px 0 24px;padding:13px 15px;border-radius:10px;background:#fff0ed;border:1px solid #f1b9ae;color:#8c2518;font-size:14px;font-weight:750}
.ml-auth__success{padding:14px 16px;border-radius:10px;background:#f0f8e8;border:1px solid #b9d99c;color:#315d18;font-size:14px;font-weight:750;line-height:1.5}
.ml-auth__notice{max-width:720px;margin:90px auto;padding:34px;border-radius:20px;background:#fff;border:1px solid #ded9ca;text-align:center;font:700 17px/1.5 Inter,Arial,sans-serif}
.ml-auth__notice a{color:#725900}
@media(max-width:840px){.ml-auth{grid-template-columns:1fr;padding:48px 18px 64px}.ml-auth__aside{min-height:390px;padding:38px 30px;border-radius:22px 22px 0 0}.ml-auth__aside h2{font-size:36px}.ml-auth__aside ul{margin-top:26px}.ml-auth__panel{min-height:0;padding:42px 30px 46px;border-left:1px solid #ded9ca;border-top:0;border-radius:0 0 22px 22px}.ml-auth__panel h1{font-size:40px}}
@media(max-width:480px){.ml-auth{padding:32px 14px 48px}.ml-auth__aside{padding:32px 24px}.ml-auth__aside h2{font-size:32px}.ml-auth__aside p{font-size:15px}.ml-auth__aside li{font-size:14px}.ml-auth__panel{padding:36px 22px 40px}.ml-auth__panel h1{font-size:36px}.ml-auth__row{align-items:flex-start;flex-direction:column}}
