.boxlogin{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:grid;grid-template-columns:1fr 1fr;height:100vh;width:100vw;overflow:hidden}.left-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#d4d0dc,#c8c4d0 50%,#bbb7c5);padding:40px 48px;overflow:hidden}.left-panel:after,.left-panel:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.left-panel:before{bottom:15%;left:10%;width:350px;height:350px;background:rgba(200,195,210,.2);filter:blur(100px)}.left-panel:after{top:20%;right:15%;width:260px;height:260px;background:rgba(180,170,200,.25);filter:blur(80px)}.logo{gap:10px;position:relative;z-index:2;color:#fff;font-size:16px;font-weight:600}.logo,.logo-icon{display:flex;align-items:center}.logo-icon{width:28px;height:28px;border-radius:6px;background:hsla(0,0%,100%,.2);justify-content:center}.logo-icon img{width:80%}.characters-wrapper{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end;height:420px}.characters-scene{position:relative;width:480px;height:360px}.character{bottom:0;transform-origin:bottom center}.character,.eyes{position:absolute;transition:all .7s ease-in-out}.eyeball,.eyes{display:flex}.eyeball{border-radius:50%;background:#fff;align-items:center;justify-content:center;overflow:hidden;transition:height .15s ease}.pupil{transition:transform .1s ease-out}.bare-pupil,.pupil{border-radius:50%;background:#2d2d2d}.bare-pupil{width:12px;height:12px;transition:transform .7s ease-in-out}.yellow-mouth{position:absolute;width:50px;height:4px;border-radius:2px;background:#2d2d2d;transition:all .7s ease-in-out}.char-purple{left:60px;width:170px;height:320px;background:#6c3ff5;border-radius:10px 10px 0 0}.char-black{left:220px;width:115px;height:260px;background:#2d2d2d;border-radius:8px 8px 0 0}.char-orange{left:0;width:230px;height:170px;background:#ff9b6b;border-radius:115px 115px 0 0}.char-yellow{left:290px;width:135px;height:200px;background:#e8d754;border-radius:68px 68px 0 0}.footer-links{display:flex;gap:28px;position:relative;z-index:2;font-size:13px;color:rgba(80,70,90,.75)}.footer-links a{color:inherit;text-decoration:none}.right-panel{display:flex;align-items:center;justify-content:center;background:#fff;padding:40px}.form-container{width:100%;max-width:450px}.sparkle-icon{margin-bottom:24px}.sparkle,.sparkle-icon{display:flex;justify-content:center}.sparkle{width:30px;height:30px;border-radius:8px;align-items:center}.sparkle img{width:80%}.form-header{text-align:center;margin-bottom:24px}.form-header h1{font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:6px}.form-header p{font-size:14px;color:#888}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(26,26,46,.08);padding:20px 20px 24px}.firstDiv{width:100%;background:#fff;overflow:hidden}.firstDiv,.wxQR{min-height:330px}.wxQR{width:calc(100% + 40px);position:relative;left:-20px}.input-group{margin-bottom:18px}.input-group label{display:block;font-size:13px;font-weight:500;color:#333;margin-bottom:8px}.input-group input{width:100%;height:44px;border:none;border-bottom:1.5px solid #e0e0e0;outline:none;font-size:14px;color:#1a1a2e;transition:border-color .3s;background:transparent}.input-group input:focus{border-bottom-color:#5b21b6}.row{display:flex;gap:10px;align-items:center}.captchaImg{width:48%;min-width:130px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.captchaImg,.pqr .getQR{height:44px;cursor:pointer}.pqr .getQR{line-height:44px;padding:0 12px;background:#f5f5f7;border-radius:10px;font-size:13px;color:#5b21b6;white-space:nowrap}.getQR.disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.login-btn{width:100%;height:48px;border-radius:24px;border:1px solid #1a1a2e;background:#1a1a2e;color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;transition:.2s}.login-btn:hover{opacity:.92}.login-btn[disabled]{opacity:.65;cursor:not-allowed}.tanchuang{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999;display:flex;justify-content:center;align-items:center}.bind-dialog{width:92%;max-width:460px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.bind-title{text-align:center;margin-bottom:18px;font-size:18px;font-weight:600;color:#1a1a2e}.boxlogin ::v-deep .el-tabs__item{color:#666;font-weight:500}.boxlogin ::v-deep .el-tabs__item.is-active{color:#5b21b6}.boxlogin ::v-deep .el-tabs__active-bar{background-color:#5b21b6}@media(max-width:960px){.boxlogin{grid-template-columns:1fr}.left-panel{display:none}.right-panel{padding:20px}}