:root{--mac-bg: #f5f5f7;--mac-bg-secondary: #ffffff;--mac-bg-tertiary: #ececee;--mac-text: #1d1d1f;--mac-text-secondary: #6e6e73;--mac-text-tertiary: #aeaeb2;--mac-border: rgba(0, 0, 0, .08);--mac-border-strong: rgba(0, 0, 0, .15);--mac-blue: #0071e3;--mac-blue-hover: #0077ed;--mac-blue-light: #e8f1fd;--mac-green: #34c759;--mac-orange: #ff9500;--mac-red: #ff3b30;--mac-purple: #af52de;--mac-teal: #5ac8fa;--mac-shadow: 0 2px 12px rgba(0, 0, 0, .06);--mac-shadow-lg: 0 8px 32px rgba(0, 0, 0, .1);--mac-radius: 10px;--mac-radius-sm: 6px;--mac-radius-lg: 14px;--mac-radius-xl: 16px;--mac-blur: saturate(180%) blur(20px);--mac-transition: all .3s cubic-bezier(.4, 0, .2, 1);--mac-font: -apple-system, "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", sans-serif;--mac-glass-bg: rgba(255, 255, 255, .72);--mac-scrollbar-thumb: rgba(0, 0, 0, .18);--mac-scrollbar-thumb-hover: rgba(0, 0, 0, .3);--mac-table-row-hover: #f0f6fd}[data-theme=dark]{color-scheme:dark;--mac-bg: #1c1c1e;--mac-bg-secondary: #2c2c2e;--mac-bg-tertiary: #3a3a3c;--mac-text: #f5f5f7;--mac-text-secondary: #98989d;--mac-text-tertiary: #636366;--mac-border: rgba(255, 255, 255, .1);--mac-border-strong: rgba(255, 255, 255, .2);--mac-blue: #0a84ff;--mac-blue-hover: #409cff;--mac-blue-light: rgba(10, 132, 255, .2);--mac-green: #30d158;--mac-orange: #ff9f0a;--mac-red: #ff453a;--mac-purple: #bf5af2;--mac-teal: #70d7ff;--mac-shadow: 0 2px 12px rgba(0, 0, 0, .5);--mac-shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);--mac-glass-bg: rgba(44, 44, 46, .72);--mac-scrollbar-thumb: rgba(255, 255, 255, .22);--mac-scrollbar-thumb-hover: rgba(255, 255, 255, .35);--mac-table-row-hover: #293039}[data-theme=dark] .tag-green{color:#30d158!important}[data-theme=dark] .tag-blue{color:#64b5f6!important}[data-theme=dark] .tag-orange{color:#ffb340!important}[data-theme=dark] .tag-red{color:#ff6961!important}[data-theme=dark] .tag-gray{color:#98989d!important}[data-theme=dark] .login-bg{background:linear-gradient(135deg,#0f0f10,#1c1c1e,#15151a)}[data-theme=dark] .login-bg:before{background:radial-gradient(circle,rgba(10,132,255,.1) 0%,transparent 70%)}[data-theme=dark] .login-bg:after{background:radial-gradient(circle,rgba(191,90,242,.08) 0%,transparent 70%)}[data-theme=dark] .stat-card-hover:hover{box-shadow:0 4px 16px #00000080}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--mac-font);font-size:13px;color:var(--mac-text);background:var(--mac-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--mac-scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--mac-scrollbar-thumb-hover)}.glass-panel{background:var(--mac-glass-bg);backdrop-filter:var(--mac-blur);-webkit-backdrop-filter:var(--mac-blur);border:1px solid var(--mac-border);border-radius:var(--mac-radius);box-shadow:var(--mac-shadow)}.mac-card{background:var(--mac-bg-secondary);border-radius:var(--mac-radius);box-shadow:var(--mac-shadow);border:1px solid var(--mac-border);transition:var(--mac-transition)}.mac-card:hover{box-shadow:var(--mac-shadow-lg)}.stat-card{background:var(--mac-bg-secondary);border-radius:var(--mac-radius);padding:12px 14px;border:1px solid var(--mac-border);transition:var(--mac-transition);cursor:pointer}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--mac-shadow-lg)}.stat-card .stat-value{font-size:20px;font-weight:600;letter-spacing:-.5px;margin-top:2px}.stat-card .stat-label{font-size:12px;color:var(--mac-text-secondary);font-weight:500}.diff-green-box{background:linear-gradient(135deg,#34c7590a,#0071e30a);border:1px solid rgba(52,199,89,.18);border-radius:12px;padding:12px 14px 14px;margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.diff-green-box .stat-card{background:var(--mac-bg-secondary);margin:0}.stat-card-compact{padding:8px 12px!important}.stat-card-compact .stat-value{font-size:17px!important;font-weight:600;margin-top:2px;line-height:1.25}.stat-card-compact .stat-label{font-size:12.5px!important;font-weight:600;line-height:1.3}.stat-card-compact .stat-sub{font-size:11px;color:var(--mac-text-tertiary);margin-top:2px;line-height:1.3}.diff-grid{display:grid;gap:10px;width:100%}.diff-subblock{background:var(--mac-bg-secondary);border:1px solid var(--mac-border);border-radius:9px;padding:8px 10px 10px;min-width:0}.diff-subblock-title{font-size:13px;font-weight:600;color:var(--mac-text-secondary);margin-bottom:6px;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.diff-subblock-title:before{content:"";display:inline-block;width:3px;height:12px;background:linear-gradient(180deg,#34c759,#0071e3);border-radius:2px}.risk-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.risk-grid-5 .stat-card{display:flex;align-items:center;justify-content:center;text-align:center;transition:var(--mac-transition)}.risk-grid-5 .stat-card:hover{transform:translateY(-2px);box-shadow:var(--mac-shadow-lg)}.dashboard-fixed-card.ant-card{display:flex;flex-direction:column;overflow:hidden}.dashboard-fixed-card .ant-card-head{flex-shrink:0}.dashboard-fixed-card .ant-card-body{flex:1 1 0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.mini-stat-list{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.mini-stat-row{display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 11px;background:var(--mac-bg-primary);border:1px solid var(--mac-border);border-radius:7px;font-size:12.5px;min-width:0;line-height:1.55}.mini-stat-row-label{flex:0 0 auto;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--mac-text-secondary);font-weight:500;font-size:12.5px}.mini-stat-row-bar{flex:1 1 auto;height:6px;background:var(--mac-bg-tertiary, rgba(0,0,0,.05));border-radius:3px;overflow:hidden;min-width:50px;max-width:90px}.mini-stat-row-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.mini-stat-row-val{flex:0 0 auto;font-weight:600;color:var(--mac-text-primary);font-size:12.5px;white-space:nowrap}.mini-stat-row-diff{flex:0 0 auto;font-weight:600;font-size:12.5px;white-space:nowrap}.mac-sidebar{background:var(--mac-bg-secondary)!important;border-right:1px solid var(--mac-border)}.ant-layout-sider,.ant-layout-sider-collapsed{background:var(--mac-bg-secondary)!important}.mac-sidebar .ant-menu{background:transparent!important;border:none!important}.mac-sidebar .ant-menu-item{border-radius:var(--mac-radius-sm);margin:2px 8px!important;width:calc(100% - 16px)!important}.mac-sidebar .ant-menu-item-selected{background:var(--mac-blue)!important;color:#fff!important}.mac-sidebar .ant-menu-item-selected .anticon{color:#fff!important}.mac-topbar{background:var(--mac-bg-secondary)!important;border-bottom:1px solid var(--mac-border)}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f1fd,#f5f5f7 30%,#fce8f0 70%,#e8f1fd);position:relative;overflow:hidden}.login-bg:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,113,227,.08) 0%,transparent 70%);top:-200px;left:-100px}.login-bg:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(175,82,222,.06) 0%,transparent 70%);bottom:-150px;right:-100px}.login-card{background:var(--mac-glass-bg);backdrop-filter:var(--mac-blur);-webkit-backdrop-filter:var(--mac-blur);border:1px solid rgba(255,255,255,.5);border-radius:var(--mac-radius-lg);box-shadow:0 20px 60px #0000001a;padding:32px;width:360px;position:relative;z-index:1}.ant-btn-primary{background:var(--mac-blue)!important;border-color:var(--mac-blue)!important;border-radius:var(--mac-radius-sm)!important;height:32px!important;font-size:13px!important;font-weight:500!important;transition:var(--mac-transition)!important}.ant-btn-primary:hover{background:var(--mac-blue-hover)!important;border-color:var(--mac-blue-hover)!important;transform:scale(1.01)}.ant-btn-default{border-radius:var(--mac-radius-sm)!important;height:32px!important;font-size:13px!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{border-radius:var(--mac-radius-sm)!important}.ant-modal-content{border-radius:var(--mac-radius-lg)!important;box-shadow:var(--mac-shadow-lg)!important}.ant-table-wrapper,.ant-table,.ant-table-container,.ant-table-content,.ant-table-body,.ant-table-header,.ant-table-footer,.ant-table-summary,.ant-table-placeholder,.ant-table-cell-scrollbar{background:var(--mac-bg-secondary)!important}.ant-table-thead>tr>th.ant-table-cell-fix-left,.ant-table-thead>tr>th.ant-table-cell-fix-right,.ant-table-thead>tr>th.ant-table-cell-fix-left-all,.ant-table-thead>tr>th.ant-table-cell-fix-right-all,.ant-table-thead>tr>th.ant-table-cell-fix-left-first,.ant-table-thead>tr>th.ant-table-cell-fix-left-last,.ant-table-thead>tr>th.ant-table-cell-fix-right-first,.ant-table-thead>tr>th.ant-table-cell-fix-right-last,.ant-table-tbody>tr>td.ant-table-cell-fix-left,.ant-table-tbody>tr>td.ant-table-cell-fix-right,.ant-table-tbody>tr>td.ant-table-cell-fix-left-all,.ant-table-tbody>tr>td.ant-table-cell-fix-right-all,.ant-table-tbody>tr>td.ant-table-cell-fix-left-first,.ant-table-tbody>tr>td.ant-table-cell-fix-left-last,.ant-table-tbody>tr>td.ant-table-cell-fix-right-first,.ant-table-tbody>tr>td.ant-table-cell-fix-right-last,.ant-table-cell-fix-sticky{background:var(--mac-bg-secondary)!important}.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left.ant-table-cell-fix-left,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right.ant-table-cell-fix-right,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-all.ant-table-cell-fix-left-all,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-all.ant-table-cell-fix-right-all,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-first.ant-table-cell-fix-left-first,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-last.ant-table-cell-fix-left-last,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-first.ant-table-cell-fix-right-first,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-last.ant-table-cell-fix-right-last,.ant-table-tbody>tr.ant-table-row-hover>td.ant-table-cell-fix-left.ant-table-cell-fix-left,.ant-table-tbody>tr.ant-table-row-hover>td.ant-table-cell-fix-right.ant-table-cell-fix-right,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-sticky.ant-table-cell-fix-sticky{background:var(--mac-table-row-hover)!important}.ant-table-thead>tr>th.ant-table-cell-fix-left,.ant-table-thead>tr>th.ant-table-cell-fix-right,.ant-table-thead>tr>th.ant-table-cell-fix-left-all,.ant-table-thead>tr>th.ant-table-cell-fix-right-all,.ant-table-thead>tr>th.ant-table-cell-fix-left-first,.ant-table-thead>tr>th.ant-table-cell-fix-left-last,.ant-table-thead>tr>th.ant-table-cell-fix-right-first,.ant-table-thead>tr>th.ant-table-cell-fix-right-last{background:var(--mac-bg-tertiary)!important}.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-all,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-all,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-first,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left-last,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-first,.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right-last{background:#0071e30f!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right,.ant-table-cell-fix-left-all,.ant-table-cell-fix-right-all,.ant-table-cell-fix-left-first,.ant-table-cell-fix-left-last,.ant-table-cell-fix-right-first,.ant-table-cell-fix-right-last,[class*=ant-table-cell-fix-left]:after,[class*=ant-table-cell-fix-right]:after{box-shadow:none!important}.ant-table-summary>tr>td.ant-table-cell-fix-left,.ant-table-summary>tr>td.ant-table-cell-fix-right{background:var(--mac-bg-secondary)!important}.ant-table-thead>tr>th{background:var(--mac-bg-tertiary)!important;border-radius:var(--mac-radius-sm)!important;font-weight:500!important;color:var(--mac-text-secondary)!important;border:none!important}.ant-table-tbody>tr>td{border:none!important;border-bottom:1px solid var(--mac-border)!important}.ant-table-tbody>tr:hover>td{background:#0071e30f!important;transition:background .15s ease}.ant-table-tbody>tr:hover{cursor:default}.ant-table-tbody>tr.draft-row>td,.ant-table-tbody>tr.draft-row>td.ant-table-cell-fix-left,.ant-table-tbody>tr.draft-row>td.ant-table-cell-fix-right{background-color:#f9f0ff!important}.ant-table-tbody>tr.draft-row:hover>td,.ant-table-tbody>tr.draft-row:hover>td.ant-table-cell-fix-left,.ant-table-tbody>tr.draft-row:hover>td.ant-table-cell-fix-right{background-color:#f3e6ff!important}.ant-tag{border-radius:6px!important;border:none!important;font-size:12px!important;padding:2px 10px!important}.ant-card{border-radius:var(--mac-radius)!important;border:1px solid var(--mac-border)!important}.tag-green{background:#34c7591f!important;color:#248a3d!important}.tag-blue{background:#0071e31a!important;color:#0058b0!important}.tag-orange{background:#ff95001f!important;color:#c77c00!important}.tag-red{background:#ff3b301a!important;color:#d70015!important}.tag-gray{background:#0000000d!important;color:var(--mac-text-secondary)!important}.mac-progress{height:6px;border-radius:3px;background:var(--mac-bg-tertiary);overflow:hidden}.mac-progress-fill{height:100%;border-radius:3px;background:var(--mac-blue);transition:width .5s ease}.page-fade-enter{opacity:0;transform:translateY(8px)}.page-fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.ant-table-tbody>tr.loc-row-highlight>td{background:var(--mac-blue-light)!important;box-shadow:inset 3px 0 0 var(--mac-blue)}#subproject-page{display:flex;flex-direction:column;height:calc(100vh - 80px)}#subproject-page .subproject-table-wrap,#subproject-page .subproject-table-card{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}#subproject-page .subproject-table-card>.ant-card-body{flex:1;min-height:0;overflow:hidden!important;padding:0!important;display:flex;flex-direction:column}#subproject-page .subproject-table-card .ant-table-wrapper{flex:1;min-height:0;overflow:hidden}#subproject-page .subproject-table-card .ant-table,#subproject-page .subproject-table-card .ant-table-container,#subproject-page .subproject-table-card .ant-table-content{height:100%}#subproject-page .ant-table-header{background:var(--mac-bg-secondary)!important}#subproject-page .ant-table-thead>tr>th{background:var(--mac-bg-tertiary)!important;padding:8px!important;font-size:13px!important}#subproject-page .ant-table-thead>tr>th .ant-table-filter-column{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;width:100%!important}#subproject-page .ant-table-thead>tr>th .ant-table-column-title{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding-right:28px!important}#subproject-page .ant-table-thead>tr>th .ant-table-filter-trigger{position:absolute!important;right:8px!important;top:auto!important;bottom:-8px!important;transform:none!important;width:16px!important;min-width:16px!important;text-align:center!important;margin:-7px 0 0!important;z-index:2!important;pointer-events:auto!important}.ant-dropdown:has(.subcode-filter-panel){margin-top:4px!important}#subproject-page .ant-table-tbody>tr>td{background:var(--mac-bg-secondary)!important;padding:8px!important;font-size:13px!important}#subproject-page .ant-table-tbody>tr:hover>td{background:#0071e30f!important;transition:background .15s ease}#subproject-page .ant-table-body{background:var(--mac-bg-secondary)!important}#subproject-page .ant-table-tbody>tr{height:38px!important}#subproject-page .ant-table-thead>tr:not(.ant-table-measure-row){height:36px!important}#subproject-page .ant-table-measure-row,#subproject-page .ant-table-thead>tr.ant-table-measure-row{display:none!important}#subproject-page .ant-table-measure-row>.ant-table-measure-cell,#subproject-page .ant-table-measure-row>th.ant-table-measure-cell,#subproject-page .ant-table-thead>tr.ant-table-measure-row>.ant-table-measure-cell,#subproject-page .ant-table-thead>tr.ant-table-measure-row>th.ant-table-measure-cell{padding:0!important;height:0!important;min-height:0!important;max-height:0!important;line-height:0!important;border:none!important;border-bottom:none!important;background:transparent!important;color:transparent!important;font-size:0!important}#subproject-page .ant-table-measure-row .ant-table-measure-cell-content,#subproject-page .ant-table-thead>tr.ant-table-measure-row .ant-table-measure-cell-content{height:0!important;min-height:0!important;max-height:0!important;line-height:0!important;overflow:hidden!important;pointer-events:none!important;font-size:0!important}#subproject-page .ant-table-body{overflow-y:scroll!important}#subproject-page .ant-table-cell-scrollbar{width:var(--scrollbar-width, 12px)!important;min-width:var(--scrollbar-width, 12px)!important;max-width:var(--scrollbar-width, 12px)!important;padding:0!important;border:none!important}#subproject-page .ant-table-header{overflow:hidden!important}#subproject-page .stat-mini{border-radius:10px!important}#subproject-page .stat-mini .ant-card-body{padding:10px 14px!important}.text-secondary{color:var(--mac-text-secondary)}.text-tertiary{color:var(--mac-text-tertiary)}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.stat-card-hover:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.todo-item-hover:hover{background:#0071e30a!important}.income-management-page{display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden;background:var(--mac-bg)}.income-page-header{flex:0 0 auto;padding:12px 16px 0;background:var(--mac-bg);border-bottom:1px solid var(--mac-border);box-shadow:0 4px 12px #0000000f;z-index:10}.income-page-body{flex:1 1 0;min-height:0;overflow:hidden;position:relative}.income-tab-page,.income-analysis-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.income-tab-header,.income-analysis-header{flex:0 0 auto;padding:12px 16px;background:var(--mac-bg);border-bottom:1px solid var(--mac-border);box-shadow:0 2px 8px #0000000a;z-index:9}.income-tab-body,.income-analysis-body{flex:1 1 0;min-height:0;overflow-y:auto;padding:12px 16px}.income-city-scroll{min-width:0;scrollbar-width:thin;scrollbar-color:var(--mac-scrollbar-thumb) transparent}.income-city-scroll::-webkit-scrollbar{height:4px}.income-city-scroll::-webkit-scrollbar-track{background:transparent}.income-city-scroll::-webkit-scrollbar-thumb{background:var(--mac-scrollbar-thumb);border-radius:2px}.income-city-scroll::-webkit-scrollbar-thumb:hover{background:var(--mac-scrollbar-thumb-hover)}.income-city-card{flex-shrink:0;min-width:180px;padding:10px;border-radius:var(--mac-radius-sm);background:var(--mac-bg-secondary);border:1px solid var(--mac-border)}.income-city-name{font-weight:600;font-size:14px;margin-bottom:6px;color:var(--mac-text)}.income-city-row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:2px}.income-city-row>span:first-child{color:var(--mac-text-secondary)}.subs-detail-page{display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden;background:var(--mac-bg)}.subs-detail-header{flex:0 0 auto;padding:12px 16px 0;background:var(--mac-bg);border-bottom:1px solid var(--mac-border);box-shadow:0 4px 12px #0000000f;z-index:10}.subs-detail-body{flex:1 1 0;min-height:0;overflow:hidden;padding:0 16px 12px}.subs-detail-tabs-bar{background:var(--mac-bg-secondary, #f5f5f7);border:1px solid var(--mac-border);border-bottom:none;border-radius:12px 12px 0 0;padding:4px 16px 0}.subs-detail-content-card{height:100%;overflow:hidden;border-radius:0 0 12px 12px;border-top:none;padding:0}.subs-detail-toolbar{padding:8px 16px;background:var(--mac-bg-secondary);border:1px solid var(--mac-border);border-bottom:none;border-radius:12px 12px 0 0}.subs-detail-toolbar .ant-alert{margin-bottom:8px}.subs-detail-content-card .ant-table-wrapper,.subs-detail-content-card .ant-table,.subs-detail-content-card .ant-table-container{height:100%}.subs-detail-summary-line{display:flex;flex-wrap:wrap;gap:6px 24px;align-items:center;padding:8px 0 0;margin-top:8px;border-top:1px solid var(--mac-border)}.subs-detail-summary-line .summary-item{display:flex;align-items:baseline;gap:6px;font-size:13px}.subs-detail-summary-line .summary-label{color:var(--mac-text-tertiary);font-size:12px}.subs-detail-summary-line .summary-value{font-weight:600;font-family:SF Mono,Menlo,monospace}.category-overview-scroll{max-height:160px;overflow-y:auto}.category-overview-item{height:40px;display:flex;align-items:center;gap:8px;padding:0 4px;box-sizing:border-box}.category-overview-item:not(:last-child){border-bottom:1px solid var(--mac-border)}.ant-table-wrapper .ant-table-tbody>tr>td,.ant-table-wrapper .ant-table-thead>tr>th{padding-block:8px!important;padding-inline:8px!important}.ant-card .ant-card-body{padding:16px!important}.ant-card-small .ant-card-body{padding:12px!important}.ant-form-item{margin-bottom:14px!important}.ant-form-item:last-child{margin-bottom:14px!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{font-size:13px!important}.invoice-material-tag{display:inline-flex!important;align-items:center;max-width:100%;gap:4px}.invoice-material-tag-label{display:inline-block;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.invoice-stock-info{margin-top:2px;margin-bottom:8px;padding:5px 10px;background:var(--mac-fill-1, #f5f5f7);border:1px solid var(--mac-border, #e5e5ea);border-radius:6px;font-size:12px;line-height:1.4;color:var(--mac-text-secondary, #555);display:flex;align-items:center;flex-wrap:wrap}.invoice-stock-info b{color:var(--mac-text, #1d1d1f);font-weight:600}.invoice-stock-info .ant-divider-vertical{height:12px;margin:0 8px;border-color:var(--mac-border, #d0d0d5)}#materials-page .ant-tabs-nav-wrap,#materials-page .ant-tabs-nav{position:sticky;top:0;z-index:5;background:var(--mac-bg-secondary)}#materials-page .materials-sticky-header{position:sticky;top:45px;z-index:4;background:var(--mac-bg-secondary);height:calc(100vh - 125px);display:flex;flex-direction:column;overflow:hidden;padding:12px 0 0}#materials-page .materials-sticky-header>.materials-toolbar,#materials-page .materials-sticky-header>.materials-filter{flex-shrink:0;margin-bottom:12px}#materials-page .materials-sticky-header>.ant-table-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}#materials-page .materials-sticky-header>.ant-table-wrapper>.ant-spin-nested-loading,#materials-page .materials-sticky-header>.ant-table-wrapper>.ant-spin-nested-loading>.ant-spin-container{flex:1;min-height:0;display:flex;flex-direction:column}
