@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);body,html{margin:0 0}#app,body,html{height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;background:#f9fafb;color:#2d2d2d;-webkit-font-smoothing:antialiased}#app{min-height:100vh}.glass{background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pulse-green{box-shadow:0 0 0 0 rgba(0,176,139,.7);animation:pulse-green 2s infinite}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(0,176,139,.4)}70%{box-shadow:0 0 0 10px rgba(0,176,139,0)}to{box-shadow:0 0 0 0 rgba(0,176,139,0)}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3c72,#2a5298)}.login-box{width:420px;padding:40px;background:#fff;border-radius:0;box-shadow:0 10px 40px rgba(0,0,0,.2)}.login-title{text-align:center;margin-bottom:30px}.login-title h1{font-size:28px;color:#303133;margin-bottom:8px}.login-title p{color:#909399;font-size:14px}.login-btn{width:100%;height:44px;font-size:16px}.admin-layout{min-height:100vh}.admin-header{justify-content:space-between;padding:0 20px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08)}.admin-header,.header-left{display:flex;align-items:center}.header-left{gap:16px}.header-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1e3c72}.header-logo img{height:32px}.header-right{display:flex;align-items:center;gap:16px}.admin-username{color:#606266}.admin-aside{background:#304156;height:calc(100vh - 60px);overflow-y:auto;transition:width .3s}.admin-aside .el-menu{border-right:none}.admin-main{padding:20px;background:#f0f2f5;min-height:calc(100vh - 60px)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title{font-size:20px;font-weight:600;color:#303133}.search-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.data-table,.search-bar{padding:20px;background:#fff;border-radius:0}.pagination-wrapper{display:flex;justify-content:flex-end;margin-top:20px}.stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}.stat-card{background:#fff;padding:24px;gap:16px}.stat-card,.stat-icon{border-radius:0;display:flex;align-items:center}.stat-icon{width:60px;height:60px;justify-content:center;font-size:28px;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#409eff,#66b1ff)}.stat-icon.green{background:linear-gradient(135deg,#67c23a,#85ce61)}.stat-icon.orange{background:linear-gradient(135deg,#e6a23c,#ebb563)}.stat-icon.red{background:linear-gradient(135deg,#f56c6c,#f89898)}.stat-info h3{font-size:28px;color:#303133;margin-bottom:4px}.stat-info p{font-size:14px;color:#909399}@media (max-width:1200px){.stat-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stat-cards{grid-template-columns:1fr}.search-bar{flex-wrap:wrap}}