*{box-sizing:border-box}body.wl-auth{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f7fb;color:#152238}.wl-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)}.wl-auth-visual{position:relative;overflow:hidden;padding:64px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(145deg,var(--auth-dark),var(--auth-accent));}.wl-auth-visual:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-140px;bottom:-180px;background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,0) 68%)}.wl-auth-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:22px;font-weight:900}.wl-auth-brand span{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2)}.wl-auth-copy{position:relative;z-index:1;max-width:620px}.wl-auth-copy small{text-transform:uppercase;letter-spacing:.14em;font-weight:800;opacity:.75}.wl-auth-copy h1{font-size:52px;line-height:1.05;letter-spacing:-.04em;margin:16px 0 20px}.wl-auth-copy p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.82)}.wl-auth-points{display:grid;gap:12px;margin-top:28px}.wl-auth-points div{display:flex;gap:10px;align-items:center}.wl-auth-points i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);font-style:normal}.wl-auth-panel{display:flex;align-items:center;justify-content:center;padding:48px;background:#fff}.wl-auth-card{width:min(460px,100%)}.wl-auth-card h2{margin:0;font-size:34px;letter-spacing:-.03em}.wl-auth-card>p{margin:10px 0 28px;color:#6f7c90;line-height:1.6}.wl-auth-form{display:grid;gap:18px}.wl-auth-form label{display:grid;gap:7px;font-size:13px;font-weight:800;color:#334258}.wl-auth-form input[type=email],.wl-auth-form input[type=password]{height:48px;padding:0 14px;border:1px solid #d7dfeb;border-radius:10px;font:inherit;outline:none}.wl-auth-form input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-accent) 12%,transparent)}.wl-auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.wl-auth-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important;font-weight:600!important}.wl-auth-link{color:var(--auth-accent);text-decoration:none;font-weight:800}.wl-auth-button{height:48px;border:0;border-radius:10px;background:var(--auth-accent);color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 10px 26px color-mix(in srgb,var(--auth-accent) 24%,transparent)}.wl-auth-back{margin-top:22px;text-align:center}.wl-auth-error{padding:12px 14px;border-radius:10px;background:#fff4e5;color:#9a5b00;font-size:13px}.wl-auth--customer{--auth-accent:#1474f5;--auth-dark:#071a34}.wl-auth--cockpit{--auth-accent:#6d5dfc;--auth-dark:#21194f}.wl-auth--monitoring{--auth-accent:#0f9f8f;--auth-dark:#063b39}@media(max-width:900px){.wl-auth-shell{grid-template-columns:1fr}.wl-auth-visual{min-height:310px;padding:36px}.wl-auth-copy h1{font-size:36px}.wl-auth-panel{padding:36px 24px}}