:root{color:#172033;--app-bg:#f3f6fb;--surface:#fff;--surface-muted:#f8fafc;--surface-strong:#eef4ff;--text-primary:#172033;--text-secondary:#526070;--text-muted:#7a8797;--border:#dde5ef;--border-strong:#cbd5e1;--accent:#1d64d8;--accent-soft:#e8f1ff;--success:#168a4a;--warning:#b7791f;--danger:#c24135;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 12px 28px #0f172a14;--el-component-size:30px;font-synthesis:none;text-rendering:optimizelegibility;background:#f3f6fb;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:var(--app-bg);min-width:320px;font-size:14px}a{color:inherit;text-decoration:none}.page{flex-direction:column;gap:12px;display:flex}.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden}.panel__body{padding:12px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.muted{color:var(--text-muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.form-grid .full{grid-column:1/-1}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.metric{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;padding:10px 12px}.metric__label{color:var(--text-muted);font-size:12px}.metric__value{color:var(--text-primary);letter-spacing:0;margin-top:4px;font-size:22px;font-weight:700}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.detail-item{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;padding:10px}.detail-item__label{color:var(--text-muted);font-size:12px}.detail-item__value{word-break:break-word;margin-top:4px;font-weight:600}.action-row{flex-wrap:wrap;gap:8px;display:flex}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.section-title h2,.section-title h3{color:var(--text-primary);letter-spacing:0;margin:0;font-size:15px;font-weight:700}.section-title__hint{color:var(--text-muted);font-size:12px}.el-table{--el-table-header-bg-color:#f8fafc;--el-table-header-text-color:#526070;--el-table-row-hover-bg-color:#f1f6ff;font-size:13px}.el-table .el-table__cell{padding:6px 0}.el-table th.el-table__cell{font-weight:700}.el-button{letter-spacing:0}.el-button:not(.el-button--large):not(.el-button--small):not(.is-link):not(.is-text){height:30px;padding:6px 13px}.el-button.is-circle:not(.el-button--large):not(.el-button--small){width:30px;padding:6px}.el-table .el-button.is-link{height:24px;padding:2px 4px}.el-table .el-button.is-link+.el-button.is-link{margin-left:4px}.toolbar>.el-button+.el-button,.action-row>.el-button+.el-button,.page-header__actions>.el-button+.el-button{margin-left:0}.pagination-footer{min-height:44px;padding:7px 12px}.pagination-footer .el-pagination{--el-pagination-button-height:28px;--el-pagination-button-width:28px;--el-pagination-font-size:13px}@media (width<=780px){.form-grid{grid-template-columns:1fr}.panel__body{padding:12px}}
