:root{--blue:#0d3451;--blue2:#1e628d;--orange:#f58220;--line:#dfe7ee;--text:#172331;--muted:#657382;--danger:#b84040}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;background:linear-gradient(125deg,#08273d 0%,#154b70 58%,#1e628d 100%);display:grid;place-items:center;padding:22px;position:relative;overflow:hidden}body:before,body:after{content:"";position:absolute;border-radius:50%;background:rgba(245,130,32,.16)}body:before{width:420px;height:420px;right:-130px;top:-150px}body:after{width:280px;height:280px;left:-80px;bottom:-110px}.login-shell{position:relative;z-index:1;width:min(920px,100%);display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28)}.intro{background:#f4f8fb;padding:54px;display:flex;flex-direction:column;justify-content:space-between}.intro img{width:170px;max-height:80px;object-fit:contain}.intro h1{font-size:32px;line-height:1.1;color:var(--blue);margin:36px 0 14px}.intro p{color:var(--muted);font-size:14px;max-width:360px}.feature{display:flex;gap:10px;align-items:center;color:var(--blue);font-size:12px;font-weight:700;margin-top:12px}.dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}.form-side{padding:54px 48px;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}h2{font-size:27px;color:var(--blue);margin:8px 0 5px}.sub{color:var(--muted);font-size:13px;margin-bottom:24px}label{display:block;font-size:11px;font-weight:700;color:var(--blue);margin:15px 0 6px}input{width:100%;height:46px;border:1px solid var(--line);border-radius:10px;padding:0 13px;font:inherit;outline:none}input:focus{border-color:var(--blue2);box-shadow:0 0 0 3px rgba(30,98,141,.12)}button{width:100%;height:46px;border:0;border-radius:10px;background:var(--orange);color:#fff;font-weight:800;margin-top:22px;cursor:pointer;box-shadow:0 8px 18px rgba(245,130,32,.25)}button:hover{filter:brightness(.96)}.erro{padding:11px 13px;border-radius:9px;background:#fcebec;color:var(--danger);font-size:12px;margin-bottom:8px}.version{margin-top:20px;text-align:center;color:#94a0ab;font-size:10px}@media(max-width:760px){.login-shell{grid-template-columns:1fr}.intro{display:none}.form-side{padding:38px 28px}}
