:root{--navy:#06142e;--blue:#176fd1;--ink:#14233c;--muted:#65758b;--line:#dbe6f2}*{box-sizing:border-box}body{margin:0;background:#eef4fa;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}.layout{min-height:100vh;display:grid;grid-template-columns:46% 54%}.hero{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:42px 55px;color:#fff;background:radial-gradient(circle at 90% 20%,#195b91aa,transparent 35%),linear-gradient(145deg,#051126,#0a2249 62%,#123d75)}.hero:after{content:"";position:absolute;width:430px;height:430px;border:1px solid #ffffff14;border-radius:50%;right:-180px;bottom:-180px;box-shadow:0 0 0 70px #ffffff08,0 0 0 140px #ffffff05}.brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;z-index:1}.brand b{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#2586ea,#58c7ed);font-size:24px}.brand span{font-weight:800;letter-spacing:.04em}.brand small{display:block;color:#abc6e6;font-size:12px;font-weight:500;margin-top:4px}.hero>div,.hero footer{z-index:1}.hero i{font-style:normal;font-size:12px;font-weight:800;letter-spacing:.16em;color:#72d0f7}.hero h1{margin:18px 0;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em}.hero h1 em{font-style:normal;color:#59c5f0}.hero p{max-width:490px;color:#c2d6ed;font-size:17px;line-height:1.7}.hero footer{color:#a8c2e3;font-size:12px}.workspace{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;background:linear-gradient(135deg,#f9fcff,#eaf2fa)}.card{width:min(100%,560px);padding:35px 42px;border:1px solid #cbdbea;border-radius:26px;background:#fffffff5;box-shadow:0 28px 75px #0c23461f}.card nav{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin-bottom:26px;border-radius:13px;background:#edf3fa}.card nav a{text-align:center;padding:10px;border-radius:10px;color:#63758d;text-decoration:none;font-size:13px;font-weight:750}.card nav a.active{background:#fff;color:#0757af;box-shadow:0 3px 12px #0a2d5717}.icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#e8f3ff;font-size:22px}.card h2{margin:17px 0 7px;font-size:30px;letter-spacing:-.03em}.intro{margin:0 0 24px;color:var(--muted);line-height:1.5}.notice{display:grid;gap:5px;padding:13px 15px;margin-bottom:18px;border-radius:12px;font-size:13px}.notice.error{color:#ad281e;background:#fff0ef;border:1px solid #ffd1cc}.notice.success{color:#087754;background:#eafaf4;border:1px solid #bcebd9}.notice.test{color:#654800;background:#fff8d8;border:1px solid #efd978}.notice.test strong{font-size:24px;letter-spacing:.18em}.notice small{opacity:.75}form{display:grid;gap:16px}label{display:grid;gap:8px;color:#33455d;font-size:13px;font-weight:750}input:not([type=checkbox]){width:100%;height:49px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#f9fbfe;color:var(--ink);font:inherit;outline:0}input:focus{border-color:#398ce6;box-shadow:0 0 0 4px #2d8cf01c;background:#fff}.password{position:relative}.password input{padding-right:75px}.password button{position:absolute;right:11px;top:50%;transform:translateY(-50%);border:0;background:none;color:#1264c5;font-weight:700}.forgot{justify-self:end;color:#1264c5;font-size:12px;font-weight:700;text-decoration:none}.submit{height:52px;border:0;border-radius:13px;background:linear-gradient(135deg,#0751ae,#197cdf);color:#fff;font-size:15px;font-weight:800;box-shadow:0 12px 25px #1169d538;cursor:pointer}.submit:hover{filter:brightness(1.06)}.bottom{text-align:center;margin:21px 0 0;color:var(--muted);font-size:13px}.bottom a,.support a{color:#1264c5;font-weight:700;text-decoration:none}.columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check{display:flex;align-items:flex-start;gap:8px;color:#66768b;font-weight:500;line-height:1.45}.otp{text-align:center;font-size:25px!important;font-weight:900;letter-spacing:.28em}.support{margin:20px 0 0;color:#718096;font-size:12px}@media(max-width:900px){.layout{grid-template-columns:1fr}.hero{min-height:245px;padding:28px}.hero>div{margin:40px 0 20px}.hero h1{font-size:38px}.hero p,.hero footer{display:none}.workspace{padding:22px}.card{padding:28px 24px}}@media(max-width:520px){.hero{min-height:185px}.hero>div{margin:25px 0 0}.hero h1{font-size:29px}.workspace{padding:13px}.card{border-radius:20px}.columns{grid-template-columns:1fr}}
