*{box-sizing:border-box}#app,body,html{min-width:1100px;height:100%;margin:0}body{color:#25324b;background:#f3f6fa;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}.app-shell{display:flex;min-height:100%}.sidebar{position:fixed;z-index:10;width:220px;height:100vh;overflow:hidden;background:#17243d;transition:width .2s}.sidebar.collapsed{width:64px}.brand{display:flex;align-items:center;height:64px;padding:0 17px;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.08)}.brand-mark{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;color:#fff;background:linear-gradient(135deg,#3b82f6,#14b8a6);border-radius:9px}.brand-name{margin-left:12px;font-size:18px;font-weight:700;white-space:nowrap;letter-spacing:1px}.sidebar .el-menu{border:0}.sidebar .el-menu:not(.el-menu--collapse){width:220px}.sidebar .el-menu-item{height:52px;line-height:52px;margin:4px 10px;border-radius:8px}.sidebar .el-menu--collapse .el-menu-item{margin:4px 6px}.sidebar .el-menu-item.is-active{background:#2f6fed!important;box-shadow:0 6px 14px rgba(47,111,237,.25)}.sidebar .el-menu-item i{color:inherit}.main-panel{width:calc(100% - 220px);min-height:100vh;margin-left:220px;transition:all .2s}.collapsed+.main-panel{width:calc(100% - 64px);margin-left:64px}.topbar{position:sticky;top:0;z-index:9;display:flex;align-items:center;height:64px;padding:0 24px;background:#fff;border-bottom:1px solid #e8edf4}.collapse-button{padding:8px 12px 8px 0;color:#526079;font-size:22px;cursor:pointer;background:transparent;border:0}.topbar-spacer{flex:1}.user-entry{display:flex;align-items:center;gap:9px;color:#344159;cursor:pointer}.user-avatar{display:grid;width:34px;height:34px;place-items:center;color:#fff;font-weight:600;background:#2f6fed;border-radius:10px}.page-container{padding:22px 24px 32px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.page-header h1{margin:0;color:#1d2a44;font-size:22px}.page-header p{margin:7px 0 0;color:#7a879c;font-size:13px}.panel{padding:20px;background:#fff;border:1px solid #e9edf3;border-radius:10px;box-shadow:0 3px 12px rgba(28,45,75,.04)}.filter-panel{margin-bottom:16px;padding-bottom:2px}.filter-panel .el-form-item{margin-bottom:18px}.table-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.table-toolbar h2{margin:0;color:#26344e;font-size:16px}.pagination{display:flex;justify-content:flex-end;margin-top:18px}.muted{color:#8893a5}.danger-text{color:#f04444;font-weight:600}.el-table:before{display:none}.el-table th.el-table__cell{color:#65738a;background:#f7f9fc}.el-dialog{border-radius:10px}.el-dialog__header{border-bottom:1px solid #edf0f5}.el-dialog__footer{padding-top:10px;border-top:1px solid #edf0f5}