: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;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}a{color:inherit;text-decoration:none}.page{flex-direction:column;gap:18px;display:flex}.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:8px;overflow:hidden}.panel__body{padding:18px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;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:12px 16px;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:14px 16px}.metric__label{color:var(--text-muted);font-size:12px}.metric__value{color:var(--text-primary);letter-spacing:0;margin-top:7px;font-size:24px;font-weight:700}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.detail-item{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;padding:12px}.detail-item__label{color:var(--text-muted);font-size:12px}.detail-item__value{word-break:break-word;margin-top:6px;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:14px;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}.el-table th.el-table__cell{font-weight:700}.el-button{letter-spacing:0}@media (width<=780px){.form-grid{grid-template-columns:1fr}.panel__body{padding:14px}}
