*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{color:var(--app-ink);background:var(--app-bg);-webkit-font-smoothing:antialiased;font-family:Inter,Helvetica Neue,Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit}:root{--el-color-primary:#2563eb;--app-bg:#f4f6f8;--app-surface:#fff;--app-border:#dfe5ec;--app-border-light:#edf1f5;--app-muted:#6b7280;--app-ink:#1f2937;--app-sidebar:#fff;--app-sidebar-text:#1f2937;--app-sidebar-muted:#6b7280;--app-header-h:58px;--app-radius:8px;--app-shadow:0 1px 3px #0f172a0f}.page{flex-direction:column;gap:16px;width:100%;display:flex}.filter-card,.table-card,.panel-card{border:1px solid var(--app-border);border-radius:var(--app-radius);background:var(--app-surface);width:100%;box-shadow:var(--app-shadow);padding:16px 18px}.filter-bar{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.filter-bar .filter-form{flex:1;min-width:0}.filter-bar .n-form-item{margin-bottom:0;margin-right:16px}.filter-bar .n-form-item-label{align-items:center;height:34px;padding-bottom:0;display:flex}.filter-bar .n-form-item:last-child{margin-right:0}.filter-bar .n-form-item-feedback-wrapper{min-height:0}.filter-bar-extra{flex-shrink:0}.table-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.card-title{color:var(--app-ink);font-size:14px;font-weight:600}.text-muted{color:var(--app-muted);font-size:13px}.table-scroll{width:100%;overflow-x:auto}.pagination-wrap{justify-content:flex-end;margin-top:4px;padding-top:14px;display:flex}
