.glass{background:hsla(0,0%,100%,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);border-radius:12px}.glass,.glass-dark{box-shadow:0 8px 32px rgba(0,0,0,.1)}.glass-dark{background:hsla(0,0%,100%,.85);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid hsla(0,0%,100%,.4);border-radius:12px}.glass-card,.stat-card{background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);padding:24px;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover,.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.glass-btn{background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:8px 24px;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.glass-btn:hover{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.glass-btn.primary{background:linear-gradient(135deg,#e53935,#ff7043);color:#fff;border:none}.glass-btn.primary:hover{background:linear-gradient(135deg,#c62828,#e53935);transform:translateY(-1px)}.glass-input{background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:8px 16px;color:#333;transition:all .3s ease}.glass-input:focus{outline:none;border-color:#e53935;box-shadow:0 0 0 3px rgba(229,57,53,.1)}.glass-input::-moz-placeholder{color:#999}.glass-input::placeholder{color:#999}.glass-navbar{background:hsla(0,0%,100%,.85);border-bottom:1px solid hsla(0,0%,100%,.3);box-shadow:0 2px 20px rgba(0,0,0,.05)}.glass-navbar,.glass-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.glass-sidebar{background:hsla(0,0%,100%,.9);border-right:1px solid hsla(0,0%,100%,.3);box-shadow:2px 0 20px rgba(0,0,0,.05)}.glass-modal{background:hsla(0,0%,100%,.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid hsla(0,0%,100%,.4);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.glass-tag{background:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;padding:4px 12px;font-size:14px;color:#666}.glass-tag.primary{background:rgba(229,57,53,.1);color:#e53935;border-color:rgba(229,57,53,.2)}.stat-card{text-align:center}.stat-card .stat-value{font-size:32px;font-weight:700;color:#e53935;margin-bottom:4px}.stat-card .stat-label{font-size:14px;color:#666}.stat-card .stat-icon{font-size:40px;margin-bottom:16px;opacity:.8}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#333;background:#f5f7fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app,body,html{height:100%}a{color:#e53935;text-decoration:none;transition:color .15s ease}a:hover{color:#c62828}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}.container{max-width:1400px;margin:0 auto;padding:0 24px}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.mt-xs{margin-top:4px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:32px}.mb-xs{margin-bottom:4px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.mb-xl{margin-bottom:32px}.ml-xs{margin-left:4px}.ml-sm{margin-left:8px}.ml-md{margin-left:16px}.ml-lg{margin-left:24px}.mr-xs{margin-right:4px}.mr-sm{margin-right:8px}.mr-md{margin-right:16px}.mr-lg{margin-right:24px}.p-xs{padding:4px}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:24px}.p-xl{padding:32px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#333}.text-secondary{color:#666}.text-muted{color:#999}.text-white{color:#fff}.text-danger{color:#e53935}.text-success{color:#4caf50}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-xxl{font-size:24px}.bg-gradient-primary{background:linear-gradient(135deg,#e53935,#ff7043)}.bg-gradient-hero{background:linear-gradient(135deg,#e74c3c,#f39c12 50%,#e74c3c)}.page-container{min-height:100vh;padding:24px;background:#f5f7fa}.page-title{font-size:24px;font-weight:700;color:#333;margin-bottom:24px}.page-subtitle{font-size:16px;color:#666;margin-bottom:32px}.card-grid{display:grid;gap:24px}.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}.card-grid.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:992px){.card-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.card-grid.cols-2,.card-grid.cols-3,.card-grid.cols-4{grid-template-columns:1fr}}.el-button--primary{background:linear-gradient(135deg,#e53935,#ff7043);border:none}.el-button--primary:hover{background:linear-gradient(135deg,#c62828,#e53935)}.el-tag{align-items:center!important}.el-tag,.el-tag .el-icon{display:inline-flex!important}.el-tag .el-icon{margin-right:4px}.el-card{border-radius:12px;border:none;box-shadow:0 4px 16px rgba(0,0,0,.08)}.el-input__wrapper{border-radius:8px}.el-menu{border:none}.avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.avatar.avatar-sm{width:32px;height:32px}.avatar.avatar-lg{width:60px;height:60px}.avatar.avatar-xl{width:80px;height:80px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:12px;font-weight:500;border-radius:10px}.badge.badge-primary{background:rgba(229,57,53,.1);color:#e53935}.badge.badge-success{background:rgba(76,175,80,.1);color:#4caf50}.badge.badge-warning{background:rgba(255,152,0,.1);color:#ff9800}.badge.badge-danger{background:rgba(229,57,53,.1);color:#e53935}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#999}.empty-state .empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-state .empty-text{font-size:16px}.loading-container{display:flex;align-items:center;justify-content:center;min-height:200px}