:root{--navy:#07182d;--blue:#1769ef;--ink:#18243a;--muted:#718096;--line:#dfe6ee}*{box-sizing:border-box}.auth-page{background:#fff;grid-template-columns:1.05fr .95fr;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.auth-brand{color:#fff;background:linear-gradient(145deg,#07182d,#0e3762);flex-direction:column;justify-content:space-between;padding:56px 70px;display:flex;position:relative;overflow:hidden}.auth-brand:after{content:"";border:95px solid #ffffff08;border-radius:50%;width:520px;height:520px;position:absolute;top:-180px;right:-250px}.auth-logo{z-index:1;align-items:center;gap:10px;font-size:19px;display:flex}.auth-logo>span{background:linear-gradient(145deg,#2c8aff,#125acb);border-radius:10px;place-items:center;width:38px;height:38px;font-size:24px;font-weight:800;display:grid}.auth-brand p{letter-spacing:.18em;color:#79b7ff;font-size:10px}.auth-brand h1{margin:16px 0;font-size:44px;line-height:1.12}.auth-brand>div:last-child>span{color:#b9c9dc;max-width:500px;font-size:14px;line-height:1.6;display:block}.auth-panel{background:#f7f9fc;place-items:center;padding:40px;display:grid}.auth-panel form{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(420px,100%);padding:36px;box-shadow:0 18px 50px #0b25440e}.auth-panel small{letter-spacing:.16em;color:var(--blue);font-size:9px}.auth-panel h2{color:var(--ink);margin:10px 0 7px;font-size:27px}.auth-panel form>p{color:var(--muted);margin:0 0 25px;font-size:13px}.auth-panel label{color:#435168;flex-direction:column;gap:7px;margin:15px 0;font-size:11px;font-weight:700;display:flex}.auth-panel input{height:46px;font:inherit;border:1px solid #d4dde7;border-radius:8px;outline:0;padding:0 12px}.auth-panel input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769ef12}.auth-panel form>button{color:#fff;background:linear-gradient(#2c7df3,#1260db);border:0;border-radius:8px;width:100%;height:46px;margin-top:8px;font-weight:700}.auth-panel form>button:disabled{opacity:.6}.auth-message{color:#315b93;background:#edf5ff;border-radius:7px;padding:10px 12px;font-size:11px;line-height:1.4}.auth-links{justify-content:space-between;align-items:center;gap:10px;margin-top:18px;display:flex}.auth-links button,.auth-links a{color:var(--blue);background:0 0;border:0;padding:0;font-size:10px;text-decoration:none}@media (max-width:760px){.auth-page{grid-template-columns:1fr}.auth-brand{min-height:260px;padding:30px}.auth-brand h1{font-size:31px}.auth-panel{padding:24px 16px}}
