:root{--navy:#0d2b4d;--blue:#2563eb;--orange:#f59e0b;--ink:#172033;--muted:#667085;--line:#d9e2ee;--bg:#f4f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(380px,.95fr);font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}.auth-brand{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(36px,7vw,90px);overflow:hidden;background:linear-gradient(145deg,#081f37,#174b7d);color:#fff}.auth-brand:before,.auth-brand:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.05)}.auth-brand:before{width:460px;height:460px;right:-180px;top:-170px}.auth-brand:after{width:250px;height:250px;left:-90px;bottom:80px}.brand-content{position:relative;z-index:1;max-width:600px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.17em;color:#8cc3f4}.auth-brand h1{margin:12px 0 16px;font-size:clamp(37px,5vw,68px);line-height:1;letter-spacing:-.045em}.auth-brand p{max-width:530px;margin:0;color:#c7d9eb;font-size:16px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:34px}.feature-list span{padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.06);font-size:12px}.auth-main{display:grid;place-items:center;padding:30px}.auth-card{width:min(480px,100%);padding:34px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(13,43,77,.12)}.auth-card h2{margin:4px 0 8px;font-size:27px;letter-spacing:-.025em}.auth-card>p{margin:0 0 24px;color:var(--muted)}label{display:grid;gap:6px;margin:14px 0;color:#4c5e75;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}input{width:100%;padding:12px 13px;border:1px solid #cbd7e6;border-radius:9px;background:#fff;color:var(--ink);font:inherit}input:focus{outline:3px solid rgba(37,99,235,.13);border-color:var(--blue)}button{width:100%;margin-top:12px;padding:13px 16px;border:0;border-radius:9px;background:var(--navy);color:#fff;font:inherit;font-weight:900;cursor:pointer}button:hover{background:#174b7d}.error{margin-bottom:16px;padding:11px 13px;border-radius:8px;background:#fee2e2;color:#991b1b}.hint{margin-top:16px!important;padding-top:15px;border-top:1px solid #edf1f6;font-size:11px}.badge{display:inline-block;padding:4px 8px;border-radius:99px;background:#e8f1fb;color:var(--navy);font-size:10px;font-weight:900}@media(max-width:800px){body{grid-template-columns:1fr}.auth-brand{min-height:310px;padding:35px}.auth-brand h1{font-size:42px}.feature-list{display:none}.auth-main{padding:18px}.auth-card{padding:25px}}
