body.modern-auth-page{min-height:100vh;margin:0;padding:28px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#edf3f5;color:#18374c}
.auth-shell{position:relative;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(410px,1.1fr);width:min(1080px,100%);min-height:650px;overflow:hidden;border:1px solid rgba(168,191,202,.55);border-radius:24px;background:#fff;box-shadow:0 24px 65px rgba(24,55,76,.16)}
.auth-brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:46px 44px;background:linear-gradient(145deg,#18374c 0%,#28566e 68%,#4a768d 100%);color:#fff}.auth-brand-panel:before,.auth-brand-panel:after{content:'';position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.auth-brand-panel:before{width:390px;height:390px;right:-235px;top:-195px}.auth-brand-panel:after{width:250px;height:250px;left:-145px;bottom:-150px}.auth-brand-logo{position:relative;z-index:1;width:138px;height:auto;filter:brightness(0) invert(1)}.auth-brand-copy{position:relative;z-index:1;margin:65px 0 auto}.auth-brand-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:17px;color:#c3d9e2;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.auth-brand-kicker:before{content:'';width:24px;height:2px;background:#f4a340}.auth-brand-copy h1{max-width:410px;margin:0;color:#fff;text-align:left;font-size:clamp(34px,4.4vw,50px);line-height:1.06;letter-spacing:-.04em}.auth-brand-copy p{max-width:390px;margin:18px 0 0;color:#d6e5eb;font-size:14px;line-height:1.65}.auth-brand-footer{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#c6dbe4;font-size:11px}.auth-brand-footer span:first-child{display:block;width:7px;height:7px;border-radius:50%;background:#f4a340;box-shadow:0 0 0 5px rgba(244,163,64,.14)}
.auth-form-panel{display:flex;flex-direction:column;justify-content:center;padding:48px 62px}.auth-form-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:45px}.auth-mobile-logo{width:120px;display:none}.distributor-auth-top{display:none}.auth-area-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#e8f0f3;color:#426879;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.auth-area-badge:before{content:'';width:6px;height:6px;border-radius:50%;background:#4a8199}.auth-switch{color:#567582;font-size:11px;font-weight:700;text-decoration:none}.auth-switch:hover{color:#18374c}
.auth-form-heading{margin-bottom:29px}.auth-form-heading h2{margin:0;color:#18374c;font-size:30px;letter-spacing:-.03em}.auth-form-heading p{margin:9px 0 0;color:#6b838d;font-size:13px;line-height:1.55}.modern-auth-form{display:grid;gap:17px}.modern-auth-field{display:grid;gap:7px}.modern-auth-field label{color:#294f62;font-size:12px;font-weight:800}.modern-auth-field input{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #c5d6de;border-radius:10px;background:#fff;color:#18374c;font-size:14px;transition:border-color .18s ease,box-shadow .18s ease}.modern-auth-field input::placeholder{color:#9babb2}.modern-auth-field input:focus{outline:0;border-color:#648fa2;box-shadow:0 0 0 4px rgba(79,130,151,.12)}.modern-auth-submit{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;margin-top:3px;padding:13px 16px;border:0;border-radius:10px;background:#18374c;color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.modern-auth-submit:hover{transform:translateY(-1px);background:#244d64;box-shadow:0 9px 22px rgba(24,55,76,.2)}.modern-auth-submit span:last-child{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.13);font-size:17px}.modern-auth-help{display:flex;align-items:center;justify-content:center;margin-top:2px;padding:10px;color:#537381;font-size:12px;font-weight:700;text-decoration:none}.modern-auth-help:hover{color:#18374c}.auth-security{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:28px;color:#83969e;font-size:10px}.auth-security svg{width:13px;height:13px}
.modern-auth-alert{margin:0 0 20px;padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.45}.modern-auth-alert.error,.form-error.modern-auth-alert{border:1px solid #efc8cd;background:#fff2f3;color:#8d3340}.modern-auth-alert.success,.form-success.modern-auth-alert{border:1px solid #bfe1cb;background:#effaf3;color:#286342}
@media(max-width:820px){body.modern-auth-page{padding:18px}.auth-shell{grid-template-columns:1fr;width:min(540px,100%);min-height:0}.auth-brand-panel{display:none}.auth-form-panel{padding:38px 40px}.auth-mobile-logo{display:block}.auth-form-top{margin-bottom:38px}.distributor-auth-top{display:flex;justify-content:flex-start}.auth-area-badge{display:none}}
@media(max-width:480px){body.modern-auth-page{padding:0;align-items:stretch;background:#fff}.auth-shell{min-height:100vh;border:0;border-radius:0;box-shadow:none}.auth-form-panel{padding:30px 24px}.auth-form-top{margin-bottom:55px}.auth-mobile-logo{width:112px}.auth-form-heading h2{font-size:27px}.auth-switch{font-size:10px}}