*{box-sizing:border-box;margin:0;padding:0}html,body,#app{color:#333;width:100%;height:100%;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}body{background-color:#f0f2f5}a{color:inherit;text-decoration:none}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.app-container{height:100vh;display:flex}.app-container .sidebar{background:#001529;flex-shrink:0;width:220px;overflow-y:auto}.app-container .sidebar .logo{color:#fff;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;height:60px;font-size:16px;font-weight:700;display:flex}.app-container .sidebar .el-menu{background:0 0;border-right:none}.app-container .main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.app-container .main-content .header{background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.app-container .main-content .header .header-title{font-size:16px;font-weight:500}.app-container .main-content .header .user-info{align-items:center;gap:12px;display:flex}.app-container .main-content .page-content{flex:1;padding:20px;overflow-y:auto}.page-card{background:#fff;border-radius:8px;margin-bottom:16px;padding:20px;box-shadow:0 1px 3px #00000014}.page-card .card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.page-card .card-header .card-title{font-size:16px;font-weight:600}.stat-card{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:20px;display:flex}.stat-card .stat-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.stat-card .stat-info .stat-label{color:#999;margin-bottom:4px;font-size:13px}.stat-card .stat-info .stat-value{color:#333;font-size:24px;font-weight:700}.el-table .thumbnail{object-fit:cover;border-radius:4px;width:50px;height:50px}
