*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(135deg,#061747,#063b8e 55%,#0b66d8);color:#14213d}.auth-page{min-height:100vh;display:grid;place-items:center;padding:28px}.auth-card{width:min(980px,100%);min-height:610px;background:#fff;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 30px 90px rgba(0,0,0,.28)}.auth-brand{padding:56px;background:linear-gradient(145deg,#061747,#063b8e);color:#fff;position:relative}.auth-brand img{width:190px;max-height:100px;object-fit:contain;object-position:left center;filter: none;}.auth-brand h1{font-size:34px;line-height:1.15;margin:55px 0 14px}.auth-brand p{opacity:.82;line-height:1.7}.shield{position:absolute;right:48px;top:55px;width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.12);display:grid;place-items:center}.security-list{display:grid;gap:12px;margin-top:45px;font-size:13px}.security-list span{padding:11px 13px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.06)}.auth-form{padding:58px 55px;display:flex;flex-direction:column;justify-content:center}.eyebrow{color:#0b57d0;font-weight:800;letter-spacing:1.5px}.auth-form h2,.setup-card h1{font-size:28px;margin:10px 0}.auth-form p,.setup-card p{color:#667085;line-height:1.6}form{display:grid;gap:18px;margin-top:24px}label{font-size:13px;font-weight:700;display:grid;gap:7px}input{width:100%;padding:13px 14px;border:1px solid #cbd5e1;border-radius:10px;font:inherit;outline:none}input:focus{border-color:#0b57d0;box-shadow:0 0 0 4px rgba(11,87,208,.10)}.password-wrap{position:relative}.password-wrap button{position:absolute;right:7px;top:6px;width:38px;height:38px;border:0;background:#eef4ff;border-radius:8px;cursor:pointer}.password-wrap input{padding-right:52px}.login-btn{border:0;border-radius:10px;padding:14px;background:linear-gradient(135deg,#063b8e,#0b66d8);color:#fff;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 12px 25px rgba(6,59,142,.22)}.notice{padding:12px 14px;border-radius:10px;margin-top:16px;font-size:13px}.notice.danger{background:#fff0f0;color:#a32727}.notice.warning{background:#fff7e6;color:#825d00}.notice.success{background:#e9f8ef;color:#176b37}.attempt-note{font-size:11px!important;margin-top:18px}.auth-form footer{font-size:11px;color:#98a2b3;margin-top:28px}.setup-card{width:min(570px,100%);background:#fff;border-radius:24px;padding:45px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.setup-card img{width:170px;height:80px;object-fit:contain;object-position:left}.setup-card code{background:#eef2f6;padding:2px 5px}.setup-card a{color:#0b57d0;font-weight:700}@media(max-width:800px){.auth-card{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:38px 28px}.setup-card{padding:30px 22px}.auth-page{padding:15px}}