*{box-sizing:border-box;margin:0;padding:0}#app,body,html{height:100%;font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,sans-serif;font-size:14px;color:#1e293b;background-color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout-wrapper>.el-container{flex:1;width:0;min-width:0;overflow:hidden}a{text-decoration:none;color:#2563eb}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-track{background:transparent}.page-container{padding:16px}.search-bar{background:#fff;padding:20px 20px 4px;border-radius:16px;margin-bottom:16px;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);transition:box-shadow .25s ease}.search-bar:hover{box-shadow:0 4px 12px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04)}.table-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);transition:box-shadow .25s ease}.table-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04)}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.table-toolbar .title{font-size:16px;font-weight:600;color:#1e293b}.bento-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.bento-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);transition:all .25s ease}.bento-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04);transform:translateY(-2px)}.bento-span-2{grid-column:span 2}.bento-span-3{grid-column:span 3}.bento-span-4{grid-column:span 4}.bento-row-2{grid-row:span 2}.el-button{border-radius:8px;font-weight:500;transition:all .15s ease}.el-button--primary{background:#2563eb;border-color:#2563eb}.el-button--primary:focus,.el-button--primary:hover{background:#3b82f6;border-color:#3b82f6}.el-table{border-radius:12px;overflow:hidden}.el-table:before{display:none}.el-table th{background:#f8fafc!important;color:#475569;font-weight:600;font-size:13px}.el-table td{color:#1e293b;border-bottom-color:#f1f5f9}.el-table .el-table__row:hover>td{background:#f8fafc!important}.el-pagination{margin-top:16px;text-align:right}.el-pagination .btn-next,.el-pagination .btn-prev,.el-pagination .el-pager li{border-radius:8px;min-width:32px;height:32px;line-height:32px}.el-pagination .el-pager li.active{background:#2563eb;color:#fff;border-radius:8px}.el-dialog{border-radius:16px;overflow:hidden}.el-dialog .el-dialog__header{padding:20px 24px 16px;border-bottom:1px solid #f1f5f9}.el-dialog .el-dialog__header .el-dialog__title{font-weight:600;font-size:16px}.el-dialog .el-dialog__body{padding:24px}.el-dialog .el-dialog__footer{padding:16px 24px;border-top:1px solid #f1f5f9}.el-input__inner,.el-textarea__inner{border-radius:8px;border-color:#e2e8f0;transition:all .15s ease}.el-input__inner:focus,.el-textarea__inner:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.el-select-dropdown{border-radius:12px;box-shadow:0 4px 12px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04);border:1px solid #f1f5f9}.el-tag{border-radius:6px;border:none;font-weight:500}.el-card{border-radius:16px;border:none;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);transition:box-shadow .25s ease}.el-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04)}.el-card .el-card__header{border-bottom-color:#f1f5f9;font-weight:600}.el-tabs__nav-wrap:after{background:#f1f5f9}.el-tabs__item.is-active{color:#2563eb;font-weight:600}.el-tabs__active-bar{background:#2563eb;border-radius:2px;height:3px}.el-form-item__label{color:#475569;font-weight:500}.el-switch.is-checked .el-switch__core{background-color:#2563eb;border-color:#2563eb}.el-descriptions .el-descriptions-item__label{color:#94a3b8;font-weight:500}.el-button--text.danger{color:#ef4444}