*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#303133;background-color:#f5f7fa;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:#303133}p{margin:0}a{color:#409eff;text-decoration:none}a:hover{color:#66b1ff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.form-control{border-radius:6px;padding:8px 12px;font-size:14px}.form-control:focus{border-color:#409eff;box-shadow:0 0 0 .2rem #409eff26}.btn{border-radius:6px;font-size:14px;padding:6px 16px}.btn-primary{background-color:#409eff;border-color:#409eff}.btn-primary:hover{background-color:#66b1ff;border-color:#66b1ff}.app-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 12px #0000000a}.app-layout{display:flex;height:100vh;overflow:hidden}.app-sidebar{width:220px;background:#001529;color:#fff}.app-content{flex:1;display:flex;flex-direction:column}.app-header{height:60px;background:#fff;border-bottom:1px solid #ebeef5;display:flex;align-items:center;padding:0 20px}.app-main{flex:1;padding:20px;overflow-y:auto}.text-muted{color:#909399!important}.text-primary{color:#409eff!important}.cursor-pointer{cursor:pointer}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.p-16{padding:16px}.p-24{padding:24px}.fade-in{animation:fadeIn .25s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-wrapper{position:relative;width:100%;height:100vh}.login-bg{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#409eff,#66b1ff);clip-path:polygon(0 0,100% 0,100% 60%,0 100%)}.login-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;background:#fff;border-radius:12px;padding:30px}
