:root{--mf-bg: #f4f6f2;--mf-surface: #ffffff;--mf-surface-soft: #f8faf7;--mf-ink: #1e2925;--mf-muted: #6d7973;--mf-border: #dfe6dd;--mf-sidebar: #17231f;--mf-sidebar-soft: #21342e;--mf-green: #276b57;--mf-blue: #315f91;--mf-amber: #b7832f;--mf-red: #a0473b;--mf-shadow: 0 18px 46px rgba(31, 45, 40, .08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--mf-ink);background:var(--mf-bg);font-family:Avenir Next,PingFang SC,Noto Sans CJK SC,Microsoft YaHei,sans-serif;letter-spacing:0;overflow:hidden}.mf-app-shell{height:100vh;min-height:100vh;overflow:hidden}.mf-app-shell>.ant-layout{min-width:0;height:100vh;overflow:hidden}.mf-sider{height:100vh;background:var(--mf-sidebar)!important;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.mf-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.mf-brand{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.1)}.mf-brand-compact{justify-content:center;padding-inline:10px}.mf-brand-mark{display:grid;flex:0 0 auto;width:40px;height:40px;place-items:center;overflow:hidden;background:#142721;border:1px solid rgba(255,255,255,.42);border-radius:8px;box-shadow:0 8px 18px #00000038}.mf-brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.mf-brand-copy{min-width:0}.mf-brand-name{color:#fff;font-size:15px;font-weight:800;white-space:nowrap}.mf-brand-subtitle{margin-top:2px;color:#a7b7af;font-size:11px}.mf-menu.ant-menu-dark{flex:1 1 auto;background:transparent;overflow-x:hidden;overflow-y:auto}.mf-menu.ant-menu-dark .ant-menu-item{height:38px;margin-block:2px;border-radius:6px}.mf-menu.ant-menu-dark .ant-menu-item-selected{background:var(--mf-sidebar-soft)}.mf-topbar{display:flex;flex:0 0 48px;align-items:center;justify-content:space-between;height:48px;padding:0 18px;background:#ffffffeb;border-bottom:1px solid var(--mf-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mf-topbar-title{font-size:15px;font-weight:800}.mf-topbar-meta{display:flex;align-items:center;gap:12px;color:var(--mf-muted);font-size:12px}.mf-content{flex:1 1 auto;min-height:0;height:calc(100vh - 48px);overflow-x:hidden;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#ffffffb3,#fff0),var(--mf-bg)}.mf-page{display:grid;gap:10px}.mf-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 0 4px}.mf-page-head h1{margin:2px 0 0;color:var(--mf-ink);font-size:22px;font-weight:850;line-height:1.25}.mf-page-head p{max-width:780px;margin:4px 0 0;color:var(--mf-muted);font-size:12px}.mf-eyebrow{color:var(--mf-amber);font-size:11px;font-weight:800}.mf-page-actions,.mf-section-extra,.mf-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.mf-section{overflow:hidden;width:100%;background:var(--mf-surface);border:1px solid var(--mf-border);border-radius:8px;box-shadow:var(--mf-shadow)}.mf-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:6px 10px;background:linear-gradient(180deg,#fff,var(--mf-surface-soft));border-bottom:1px solid var(--mf-border)}.mf-section-head h2{margin:0;color:var(--mf-ink);font-size:13px;font-weight:850;line-height:1.2}.mf-section-head p{margin:2px 0 0;color:var(--mf-muted);font-size:11px;line-height:1.2}.mf-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:10px}.mf-metric{min-height:70px;padding:8px 10px;background:var(--mf-surface);border:1px solid var(--mf-border);border-left:4px solid var(--mf-green);border-radius:8px;box-shadow:var(--mf-shadow)}.mf-metric-blue{border-left-color:var(--mf-blue)}.mf-metric-amber{border-left-color:var(--mf-amber)}.mf-metric-green{border-left-color:var(--mf-green)}.mf-metric-neutral{border-left-color:#8a958f}.mf-metric-label{color:var(--mf-muted);font-size:11px;font-weight:700}.mf-metric-value{display:flex;align-items:baseline;gap:4px;margin-top:4px}.mf-metric-value span{color:var(--mf-ink);font-size:22px;font-weight:850;line-height:1}.mf-metric-value small,.mf-metric-meta{color:var(--mf-muted);font-size:11px}.mf-metric-meta{margin-top:4px;line-height:1.2}.mf-section .ant-table-wrapper{border-radius:0}.mf-section>:not(.mf-section-head):not(.ant-table-wrapper){margin:8px 10px}.mf-section .ant-table{color:var(--mf-ink)}.mf-section .ant-table-thead>tr>th{background:#f2f5f0;color:#52605a;padding:7px 9px;font-size:12px;font-weight:800;line-height:1.25}.mf-section .ant-table-tbody>tr>td{max-width:360px;overflow:hidden;padding:6px 9px;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.mf-section .ant-table-pagination.ant-pagination{margin:8px 10px}.mf-section .ant-input,.mf-section .ant-input-number,.mf-section .ant-select-selector{min-height:28px}.mf-section .ant-table-tbody>tr:hover>td{background:#f7fbf7!important}.mf-path{display:inline-block;max-width:520px;color:#485650;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.mf-muted{color:var(--mf-muted)}textarea.order-textarea{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:1.55}.mf-workbench-form{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.8fr) minmax(220px,1fr);gap:10px}.mf-workbench-form .ant-form-item{margin-bottom:0}.ant-table-row.unmatched td{background:#fff4f1}@media(max-width:900px){.mf-content{padding:10px}.mf-page-head,.mf-section-head{align-items:flex-start;flex-direction:column}.mf-page-actions,.mf-section-extra{justify-content:flex-start;width:100%}.mf-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mf-workbench-form{grid-template-columns:1fr}}@media(max-width:520px){.mf-metric-grid{grid-template-columns:1fr}.mf-topbar{padding:0 14px}}
