:root{--auth-primary:#315df4;--auth-dark:#10182b;--auth-text:#17233d;--auth-muted:#748096;--auth-border:#dfe5ee}*{box-sizing:border-box}body.auth-body{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;background:#eef2f8;color:var(--auth-text)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,44%) 1fr}.auth-brand-panel{position:relative;overflow:hidden;background:linear-gradient(145deg,#0e172b,#19294b 65%,#243e75);color:#fff;padding:54px;display:flex;flex-direction:column;justify-content:space-between}.auth-brand-panel:before,.auth-brand-panel:after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}.auth-brand-panel:before{width:420px;height:420px;background:rgba(78,110,255,.22);right:-170px;top:-140px}.auth-brand-panel:after{width:300px;height:300px;background:rgba(123,73,224,.18);left:-120px;bottom:-110px}.auth-brand,.auth-brand-copy,.auth-trust{position:relative;z-index:1}.auth-brand{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.auth-brand img{max-height:44px;max-width:190px;object-fit:contain}.auth-brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#5074ff,#7a55ed);display:grid;place-items:center;font-weight:800}.auth-brand span strong,.auth-brand span small{display:block}.auth-brand span small{color:#aeb9cb;font-size:11px;margin-top:3px}.auth-brand-copy{max-width:560px}.auth-brand-copy .eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1.6px;color:#9fb1ff;font-weight:800}.auth-brand-copy h1{font-size:44px;line-height:1.1;margin:14px 0 18px;font-weight:800}.auth-brand-copy p{font-size:16px;line-height:1.7;color:#c0cad9;margin:0}.auth-feature-list{display:grid;gap:13px;margin-top:30px}.auth-feature{display:flex;align-items:center;gap:11px;color:#d8dfee;font-size:13px}.auth-feature i{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.09);display:grid;place-items:center;color:#9fb1ff}.auth-trust{font-size:11px;color:#8e9bb0}.auth-form-panel{padding:45px;display:flex;align-items:center;justify-content:center;position:relative}.auth-form-wrap{width:100%;max-width:480px}.auth-mobile-brand{display:none;margin-bottom:28px}.auth-heading{margin-bottom:25px}.auth-heading .eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:1.3px;color:var(--auth-primary);font-weight:800}.auth-heading h2{font-size:31px;margin:7px 0 8px;font-weight:800}.auth-heading p{color:var(--auth-muted);margin:0;line-height:1.55}.auth-form .form-group{margin-bottom:18px}.auth-form label{display:block;font-weight:750;font-size:12px;margin-bottom:7px}.auth-input-wrap{position:relative}.auth-input{width:100%;height:49px;border:1px solid var(--auth-border);border-radius:12px;padding:11px 14px;font:inherit;color:var(--auth-text);outline:0;background:#fff}.auth-input:focus{border-color:#8199ff;box-shadow:0 0 0 4px rgba(49,93,244,.1)}.auth-input.has-toggle{padding-right:48px}.auth-password-toggle{position:absolute;right:6px;top:6px;width:37px;height:37px;border:0;border-radius:9px;background:#eef2f7;color:#68758a;cursor:pointer}.auth-password-toggle:hover{color:var(--auth-primary)}.auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 20px}.auth-check{display:flex;align-items:center;gap:8px;font-size:12px;color:#59667a;margin:0}.auth-check input{accent-color:var(--auth-primary)}.auth-link{color:var(--auth-primary);font-weight:700;text-decoration:none;font-size:12px}.auth-link:hover{text-decoration:underline}.auth-submit{width:100%;height:50px;border:0;border-radius:12px;background:linear-gradient(135deg,#315df4,#5a47df);color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(49,93,244,.24);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px}.auth-submit:hover{filter:brightness(.96)}.auth-switch{text-align:center;margin-top:21px;color:#6f7b8e;font-size:13px}.auth-alert{border-radius:11px;padding:11px 13px;margin-bottom:18px;font-size:12px}.auth-alert.success{background:#e7f7ef;color:#146d47}.auth-alert.error{background:#fff0f1;color:#a42d38}.auth-errors{margin:0;padding-left:17px}.auth-field-error{display:block;color:#b52f3b;font-size:11px;margin-top:6px}.auth-divider{height:1px;background:#e7eaf0;margin:24px 0}.auth-note{background:#f5f7fb;border:1px solid #e2e7ef;border-radius:12px;padding:13px;color:#69768a;font-size:12px;line-height:1.55}.auth-back{position:absolute;top:24px;right:28px;color:#68758a;text-decoration:none;font-size:12px;font-weight:700}.auth-back:hover{color:var(--auth-primary)}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{min-height:100vh;padding:34px 22px}.auth-mobile-brand{display:flex;align-items:center;gap:10px;color:#17233d;text-decoration:none}.auth-mobile-brand img{max-height:40px;max-width:160px}.auth-mobile-brand .auth-brand-mark{width:40px;height:40px;color:#fff}.auth-heading h2{font-size:28px}.auth-back{top:18px;right:20px}}
@media(max-width:480px){.auth-form-panel{padding:28px 18px}.auth-form-row{align-items:flex-start;flex-direction:column;gap:10px}.auth-heading{margin-bottom:20px}}
