:root{font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:#eff7ff;background:#06101e;--cyan:#31c8ff;--muted:#819eb9}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 28% 18%,#164a764d,transparent 34%),#06101e}body{min-height:100vh;display:grid;place-items:center;padding:30px}.login-shell{width:min(980px,100%);min-height:590px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid #294861;border-radius:20px;background:#091827;box-shadow:0 30px 90px #0009}.brand-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:34px 40px;background:linear-gradient(145deg,#0b2944,#071524);overflow:hidden}.brand{display:flex;align-items:center;gap:12px;font-size:20px}.brand>span{display:grid;place-items:center;width:38px;height:32px;border:2px solid var(--cyan);border-radius:7px;color:var(--cyan);font-size:14px}.visual{position:relative;height:260px;display:grid;place-items:center}.visual::before,.visual::after,.visual i{content:"";position:absolute;border:1px solid #2ac6ff55;border-radius:50%}.visual::before{width:250px;height:250px}.visual::after{width:170px;height:170px}.visual i:nth-child(1){width:90px;height:90px;background:#0e5f8d33}.visual i:nth-child(2){width:330px;height:130px;border-radius:50%;transform:rotate(25deg)}.visual i:nth-child(3){width:330px;height:130px;border-radius:50%;transform:rotate(-25deg)}.visual strong{z-index:1;text-align:center;font-size:34px;line-height:1.15;letter-spacing:.15em;color:#b9edff;text-shadow:0 0 25px #21bfff}.brand-panel h1{margin:0 0 8px;font-size:24px}.brand-panel p{margin:0;color:var(--muted)}.form-panel{display:grid;place-items:center;padding:45px;background:#0a1929}.form-panel form{width:min(340px,100%)}.eyebrow{font-size:11px;letter-spacing:.18em;color:#4e9ac6}.form-panel h2{margin:8px 0 5px;font-size:30px}.form-panel form>p{margin:0 0 30px;color:var(--muted)}label{display:flex;flex-direction:column;gap:8px;margin-top:18px;color:#b6cbdd;font-size:13px}input{width:100%;height:50px;padding:0 14px;border:1px solid #36556f;border-radius:9px;background:#0b2136;color:#fff;outline:0;font-size:15px}input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #31c8ff17}.password{position:relative}.password input{padding-right:48px}.password button{position:absolute;right:5px;top:5px;width:40px;height:40px;border:0;background:none;color:#7898b4;cursor:pointer}.error{min-height:22px;padding-top:8px;color:#ff7e89;font-size:13px}.submit{width:100%;height:50px;margin-top:8px;border:1px solid #43d1ff;border-radius:9px;background:linear-gradient(135deg,#12a9e5,#26c4f5);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 10px 28px #00a8e62e}.submit:disabled{opacity:.55;cursor:wait}.form-panel small{display:block;margin-top:18px;text-align:center;color:#607e98}@media(max-width:760px){body{padding:0}.login-shell{min-height:100vh;border:0;border-radius:0;grid-template-columns:1fr}.brand-panel{display:none}.form-panel{padding:28px}}
