:root{font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Arial,sans-serif;color:#24324a;background:#f3f6fa;font-synthesis:none;--blue: #1677ff;--blue-weak: #eaf3ff;--text: #24324a;--muted: #7f8da3;--border: #e3e9f1;--orange: #f59a23;--danger: #e5484d;--success: #2ba471;--content-primary: #3e4b61;--content-secondary: #909399;--content-label: #5f6d82}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#c9ced6 transparent}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:4px;background:#c9ced6}*::-webkit-scrollbar-thumb:hover{background:#909399}*::-webkit-scrollbar-corner{background:transparent}body{margin:0;min-width:1180px;min-height:100vh;background:#f3f6fa;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;background:#f3f6fa}.sidebar{width:216px;flex:0 0 216px;background:#fff;border-right:1px solid #e6ebf2;min-height:100vh;position:fixed;inset:0 auto 0 0;z-index:5;overflow-y:auto}.brand{height:62px;display:flex;align-items:center;gap:10px;padding:0 22px;color:var(--blue);font-weight:800;font-size:18px;border-bottom:1px solid #eef1f5}.brand .anticon{font-size:27px}.menu-search{margin:14px 14px 8px;height:36px;border:1px solid #dfe5ed;border-radius:5px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#a1adbd;font-size:13px}.nav-label{padding:11px 24px 7px;color:#adb6c5;font-size:12px}.nav-row{height:43px;padding:0 22px;display:flex;align-items:center;gap:12px;color:#526177;font-size:14px}.nav-row:hover,.nav-row.open{background:#f7faff;color:#24324a}.nav-row .anticon{width:17px;color:#8793a5}.nav-arrow{margin-left:auto;font-size:10px}.subnav{padding:2px 10px 8px 52px}.subnav div{height:36px;display:flex;align-items:center;padding:0 13px;border-radius:5px;color:#66748a;font-size:13px}.subnav .active{color:var(--blue);background:#eaf3ff;font-weight:600}.app-main{margin-left:216px;width:calc(100% - 216px);min-width:964px}.topbar{height:62px;background:#fff;border-bottom:1px solid #e7ecf3;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:4}.top-left,.top-right{display:flex;align-items:center;gap:12px;color:#7c899d;font-size:13px}.top-left b{color:#2b3850}.crumb{margin-left:7px}.top-right{gap:10px}.top-right .env{padding:4px 9px;border-radius:3px;background:#f0f5ff;color:#58709a}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#4386f5,#265cc5);display:grid;place-items:center;color:#fff;font-weight:700}.content{padding:20px 22px 40px;max-width:1680px;margin:0 auto}.page-title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.page-title h1{margin:0 0 5px;font-size:22px;line-height:1.3;color:#1f2b40}.page-title span{color:#8b97a8;font-size:12px}.help-link{border:0;background:transparent;color:var(--blue);display:flex;gap:6px;align-items:center;padding:7px 0}.query-panel{background:#fff;border:1px solid #e5eaf1;border-radius:8px;padding:15px 16px;display:flex;align-items:flex-end;gap:12px;margin-bottom:14px;box-shadow:0 2px 8px #19345b09}.field{display:flex;flex-direction:column;gap:7px;min-width:225px}.field label{color:#606d80;font-size:12px;font-weight:500}.control{height:36px;border:1px solid #dce3ec;border-radius:5px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;color:#344158;font-size:13px;background:#fff}.control.disabled{background:#f8fafc;color:#617087}.control.input{justify-content:flex-start;gap:8px}.control input{border:0;outline:0;width:100%;color:#29364d;background:transparent}.account-input-control{position:relative;padding-right:32px}.account-input-control input{min-width:0}.input-clear-button{position:absolute;top:50%;right:8px;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:#c0c4cc;display:inline-grid;place-items:center;transform:translateY(-50%);opacity:0;pointer-events:none;transition:color .15s ease,opacity .15s ease}.account-input-control:hover .input-clear-button,.account-input-control:focus-within .input-clear-button{opacity:1;pointer-events:auto}.input-clear-button:hover,.input-clear-button:focus-visible{color:#909399;outline:none}.input-clear-button .anticon{font-size:14px}.btn{height:36px;border:1px solid #d9e0e9;border-radius:5px;background:#fff;color:#47566d;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.btn:hover{border-color:#94bbed;color:var(--blue)}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.add{margin-left:auto;border-color:#88b6f2;color:var(--blue);background:#f7fbff}.btn.slim{height:32px;padding:0 11px;font-size:12px}.btn.danger-light{height:32px;color:#409eff;border-color:#b3d8ff;background:#fff;font-size:12px}.btn.danger-light:disabled{opacity:.45;cursor:not-allowed}.btn.danger-solid{background:#e5484d;border-color:#e5484d;color:#fff}.member-summary{background:#fff;border:1px solid #e4e9f0;border-radius:8px;margin-bottom:14px;overflow:hidden}.member-head{padding:13px 16px;display:flex;gap:11px;align-items:center;border-bottom:1px solid #eef1f5}.member-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eaf3ff;color:#176bd7;font-weight:800;font-size:13px}.member-line{display:flex;align-items:center;gap:8px;margin-bottom:4px}.member-line b{font-size:15px}.member-line .vip{font-size:10px;color:#9b6d05;background:#fff6dc;border:1px solid #f4dc9d;padding:2px 6px;border-radius:8px}.member-line .currency{font-size:10px;color:#49647f;background:#eff3f7;padding:2px 6px;border-radius:8px}.member-head>div:last-child>span{color:#8a96a8;font-size:11px}.summary-metrics{display:grid;grid-template-columns:1.25fr repeat(4,1fr)}.metric{min-height:94px;padding:15px 17px;border-right:1px solid #eef1f5;display:flex;flex-direction:column;justify-content:center;gap:7px}.metric:last-child{border-right:0}.metric>span{color:#758297;font-size:12px}.metric strong{color:#26344b;font-size:21px;letter-spacing:-.3px}.metric strong.blue{color:#1677ff}.metric strong.orange{color:#e88616}.metric small{color:#98a2b1;font-size:11px}.metric.result{background:#fff9f9}.metric.result strong{font-size:17px;color:#df3f45}.empty-query{height:118px;background:#fff;border:1px solid #e4e9f0;border-radius:8px;display:flex;justify-content:center;align-items:center;gap:14px;color:#8b98aa;margin-bottom:14px}.empty-query .anticon{font-size:30px}.empty-query div{display:flex;flex-direction:column;gap:5px}.empty-query b{color:#35445b}.task-area{background:#fff;border:1px solid #e4e9f0;border-radius:8px;overflow:hidden}.task-area-head{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf1f5}.task-tabs{display:flex;align-items:stretch;height:100%;gap:26px}.task-tabs button{height:100%;border:0;background:transparent;color:#69778c;padding:0 2px;position:relative;font-weight:600}.task-tabs button.active{color:var(--blue)}.task-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue)}.task-tabs button span{margin-left:5px;background:#eff3f7;color:#728095;border-radius:9px;padding:1px 6px;font-size:10px}.task-tabs button.active span{background:#e8f2ff;color:var(--blue)}.view-note{color:#95a0af;font-size:11px}.filter-bar{height:56px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid #edf1f5;background:#fbfcfe}.filter-control{height:32px;display:flex;align-items:center;border:1px solid #dce3ec;border-radius:4px;background:#fff;overflow:hidden}.filter-control span{color:#67758a;font-size:11px;padding:0 9px;border-right:1px solid #e6ebf1}.filter-control select{border:0;outline:0;min-width:110px;height:100%;padding:0 8px;color:#37455c;background:#fff;font-size:12px}.filter-spacer{flex:1}.icon-btn{width:32px;height:32px;border-radius:4px;border:1px solid #dce3ec;background:#fff;color:#627087}.card-filters{display:flex;gap:7px;padding:15px 16px 5px}.card-filters button{border:1px solid #dce3ec;background:#fff;color:#67758a;border-radius:16px;padding:6px 13px;font-size:12px}.card-filters button.active{border-color:#8ab8f4;background:#eef6ff;color:var(--blue)}.task-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:12px 16px 17px}.task-card{border:1px solid #e1e7ef;border-radius:8px;padding:16px;box-shadow:0 2px 8px #16305709;background:#fff;transition:.17s}.task-card:hover{border-color:#a8c8ed;box-shadow:0 5px 16px #214c8b14}.task-card-head{display:flex;align-items:flex-start;gap:11px;margin-bottom:15px}.business-icon{width:40px;height:40px;border-radius:7px;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.business-icon.orange{color:#e98414;background:#fff4e6}.business-icon.blue{color:#1677ff;background:#eaf3ff}.task-card-title{min-width:0;flex:1}.task-card-title>div{display:flex;align-items:center;gap:8px;margin-bottom:5px}.task-card-title b{font-size:15px;color:#25334a}.task-card-title>span{color:#929dad;font-size:11px}.status-pill{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-pill.neutral{color:#6e7a8d;background:#f0f2f5}.status-pill.warning{color:#d4770a;background:#fff4dc}.status-pill.success{color:#22855f;background:#e9f8f1}.status-pill.purple{color:#7552b7;background:#f1ecfb}.status-pill.danger{color:#d54349;background:#fff0f0}.explain-line{min-height:31px;display:grid;grid-template-columns:72px 1fr;align-items:center;font-size:12px;border-top:1px dashed #edf0f4}.explain-line>span{color:#8490a2}.explain-line b{color:#435168;font-weight:600}.task-card-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:14px;padding-top:12px;border-top:1px solid #edf1f5}.task-card-actions button{border:0;background:transparent;color:var(--blue);font-size:12px}.task-card-actions button.text-danger{color:#d84247}.table-scroll{overflow-x:auto}.dense-table{width:100%;min-width:0;border-collapse:collapse;table-layout:auto}.dense-table th{height:42px;background:#f7f9fc;color:#59677c;font-size:11px;font-weight:600;text-align:left;white-space:nowrap;padding:0 10px;border-bottom:1px solid #e5eaf0}.dense-table td{height:52px;color:#4f5d72;font-size:11px;padding:8px 10px;border-bottom:1px solid #edf1f5;white-space:nowrap}.dense-table tbody tr:hover{background:#f8fbff}.dense-table td b{display:block;color:#34425a;font-size:11px;font-weight:500;line-height:1.45;margin-bottom:3px}.dense-table td small{color:var(--content-secondary);font-size:10px;font-weight:400}.dense-table .num{text-align:right;font-variant-numeric:tabular-nums}.check-col{width:38px;text-align:center!important}.link{border:0;padding:0;background:transparent;color:var(--blue);font-size:11px}.link.strong{font-weight:600}.link.danger{color:#d94247}.divider{color:#d8dee7;margin:0 6px}.row-actions{display:flex;align-items:center;gap:12px;justify-content:flex-start}.danger-text{color:#df454a!important}.success-text{color:#259269!important}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9aa5b4;gap:8px}.empty-state .anticon{font-size:42px;color:#c1c8d2}.empty-state b{color:#5c697d;font-size:13px;margin-top:5px}.empty-state span{font-size:11px}.list-footer{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#7d899a;font-size:11px}.list-footer>div{display:flex;gap:5px;align-items:center}.list-footer button,.list-footer select{height:27px;min-width:27px;border:1px solid #dfe5ed;background:#fff;border-radius:3px;color:#6c798d;font-size:11px}.list-footer button.active{color:#fff;border-color:var(--blue);background:var(--blue)}.list-footer select{margin-left:5px;padding:0 6px}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#1b263880;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.modal{background:#fff;border-radius:8px;box-shadow:0 22px 70px #15233940;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden}.detail-modal{width:min(1040px,calc(100vw - 70px));height:min(780px,calc(100vh - 48px));max-height:calc(100vh - 48px);container:detail-modal / inline-size}.detail-modal>.modal-head,.detail-modal>.detail-hero,.detail-modal>.detail-tabs,.detail-modal>.modal-foot{flex:0 0 auto}.detail-modal>.modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.modal-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e8edf3}.modal-head>div{display:flex;flex-direction:column;gap:3px}.modal-head b{color:#26344b;font-size:15px;font-weight:600}.modal-head span{color:#8c98a9;font-size:10px}.close-button{border:0;background:transparent;color:#8995a6;width:30px;height:30px}.detail-hero{min-height:78px;padding:13px 20px;display:flex;align-items:center;gap:12px;background:#f8fbff;border-bottom:1px solid #e8edf3}.detail-hero>div:nth-child(2){flex:1}.detail-hero>div:nth-child(2)>div{display:flex;align-items:center;gap:8px;margin-bottom:5px}.detail-hero>div:nth-child(2) b{font-size:15px;color:#27364d;font-weight:600}.detail-hero>div:nth-child(2)>span{color:#8190a3;font-size:11px}.hero-progress{text-align:right;display:flex;flex-direction:column;gap:3px}.hero-progress strong{font-size:20px;color:#df454b;font-weight:600}.hero-progress span{font-size:10px;color:#8793a5}.detail-tabs{height:44px;display:flex;gap:22px;align-items:stretch;padding:0 20px;border-bottom:1px solid #e7ecf2}.detail-tabs button{border:0;background:transparent;color:#69778b;position:relative;font-size:12px}.detail-tabs button.active{color:var(--blue);font-weight:600}.detail-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue)}.detail-tabs button span{margin-left:4px;padding:1px 5px;background:#eef2f6;border-radius:8px;font-size:9px}.modal-body{padding:15px 20px 20px;overflow-y:auto;flex:1;min-height:0}.detail-section{border:1px solid #e4e9ef;border-radius:5px;overflow:hidden;margin-bottom:13px}.detail-section:last-child{margin-bottom:0}.detail-section h3{height:35px;margin:0;display:flex;align-items:center;padding:0 13px;background:#f3f5f8;color:#45536a;font-size:11px;font-weight:600}.calculation-section-head{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:13px;background:#f3f5f8}.calculation-section-head h3{flex:0 0 auto;padding-right:0}.calculation-section-head>span{color:#7d899a;font-size:9px;line-height:16px;text-align:right}.detail-section h3 .audit-only-badge{margin-left:8px;padding:2px 7px;border:1px solid #e6a23c;border-radius:9px;background:#fff8e8;color:#b87912;font-size:9px;font-weight:500;line-height:1.2}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.detail-field{min-height:45px;display:grid;grid-template-columns:94px 1fr;align-items:center;border-right:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1;font-size:11px}.detail-field:nth-child(3n){border-right:0}.detail-field>span:first-child{height:100%;background:#fafbfc;color:#657388;display:flex;align-items:center;padding:0 11px;border-right:1px solid #e8ecf1}.detail-field-value{min-width:0;padding:8px 11px;color:#3e4b61;font-weight:400;line-height:1.5}.detail-field-value>.copyable-identifier{width:100%}.detail-field-value>.copyable-identifier>.identifier-display-trigger{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;white-space:nowrap}.detail-field .flow-type-text{font-weight:400}.task-scope-combined{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.scope-change-value{width:100%;min-width:0;display:flex;flex-direction:column;gap:4px}.scope-change-value b{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;color:#3d4b61;font-size:11px;font-weight:500;line-height:1.55}.scope-change-value b em{padding:0 4px;color:#409eff;font-style:normal}.scope-change-value small{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;color:#8a94a3;font-size:9px;line-height:1.45}.scope-change-value small em{padding:0 3px;color:#409eff;font-style:normal}.detail-field.wide{grid-column:span 2}.detail-field.wide:nth-child(3n){border-right:1px solid #e8ecf1}@container detail-modal (max-width: 820px){.snapshot-only-detail .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-only-detail .detail-field,.snapshot-only-detail .detail-field:nth-child(3n){grid-column:auto;border-right:1px solid #e8ecf1}.snapshot-only-detail .detail-field:nth-child(2n){border-right:0}.snapshot-only-detail .detail-field.wide{grid-column:1 / -1;border-right:0}.snapshot-only-detail .manual-add-calculation-grid .detail-field{border-bottom:1px solid #e8ecf1}.snapshot-only-detail .manual-add-calculation-grid .detail-field:nth-child(odd):nth-last-child(-n+2),.snapshot-only-detail .manual-add-calculation-grid .detail-field:nth-child(odd):nth-last-child(-n+2)~.detail-field{border-bottom:0}}@container detail-modal (max-width: 620px){.snapshot-only-detail .detail-grid{grid-template-columns:1fr}.snapshot-only-detail .detail-field,.snapshot-only-detail .detail-field:nth-child(2n),.snapshot-only-detail .detail-field:nth-child(3n),.snapshot-only-detail .detail-field.wide{grid-column:1;border-right:0}.snapshot-only-detail .manual-add-calculation-grid .detail-field{border-bottom:1px solid #e8ecf1}.snapshot-only-detail .manual-add-calculation-grid .detail-field:last-child{border-bottom:0}}.amount-grid .detail-field-value{font-variant-numeric:tabular-nums}.manual-add-calculation-grid{border-bottom:1px solid #e8ecf1}.manual-add-calculation-grid .detail-field{min-height:52px}.manual-add-calculation-grid .detail-field-value{font-size:12px}.manual-add-calculation-grid .detail-field:nth-child(3n+1):nth-last-child(-n+3),.manual-add-calculation-grid .detail-field:nth-child(3n+1):nth-last-child(-n+3)~.detail-field{border-bottom:0}.cumulative-deduction-inline,.difference-waiver-inline,.gift-clawback-inline{min-width:0;display:inline-flex;align-items:center;gap:10px}.cumulative-deduction-inline>span,.difference-waiver-inline>span,.gift-clawback-inline>span{color:#303133;font-variant-numeric:tabular-nums}.cumulative-deduction-inline .calculation-history-link,.difference-waiver-inline .calculation-history-link,.gift-clawback-inline .calculation-history-link{flex:0 0 auto;white-space:nowrap}.calculation-formula-disclosure{background:#fbfcfe}.calculation-formula-disclosure>summary{min-height:40px;padding:8px 13px;display:flex;align-items:center;gap:8px;color:#45536a;list-style:none;cursor:pointer}.calculation-formula-disclosure>summary::-webkit-details-marker{display:none}.calculation-formula-disclosure>summary>span{font-size:11px;font-weight:600}.calculation-formula-disclosure>summary>small{margin-left:auto;color:#409eff;font-size:9px}.calculation-formula-disclosure>summary .anticon{color:#409eff;font-size:9px;transition:transform .18s ease}.calculation-formula-disclosure[open]>summary .anticon{transform:rotate(180deg)}.current-task-formula{padding:11px 13px 13px;display:grid;gap:8px;border-top:1px solid #e8ecf1;background:#fff}.current-task-formula>div{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:baseline;gap:10px}.current-task-formula span{color:#7d899a;font-size:9px;line-height:17px}.current-task-formula b{color:#344259;font-size:11px;font-weight:500;line-height:18px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.current-task-formula small{color:#7e8b9d;font-size:9px;line-height:16px}.manual-add-calculation-transition>span{color:#8894a5;text-decoration:line-through;text-decoration-thickness:1px}.manual-add-calculation-transition>strong{color:#1677d2;font-weight:600}.manual-add-rule-status{color:#68778c}.manual-add-rule-status.changed{color:#1677d2;font-weight:600}.manual-add-formula-panel{padding:13px;border-bottom:1px solid #e8ecf1;background:#fbfcfe}.manual-add-formula-heading{margin-bottom:9px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.manual-add-formula-heading b{color:#45536a;font-size:11px;font-weight:600}.manual-add-formula-heading span{color:#8a96a7;font-size:9px}.manual-add-formula-grid{display:grid;grid-template-columns:1fr;gap:8px}.manual-add-formula-panel.is-recalculated .manual-add-formula-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manual-add-formula-panel.is-historical-recalculated .manual-add-formula-card.current-latest{grid-column:1 / -1}.manual-add-formula-card{min-width:0;padding:10px 12px;display:flex;flex-direction:column;gap:4px;border:1px solid #dfe5ed;border-radius:3px;background:#fff}.manual-add-formula-card.after,.manual-add-formula-card.current{border-color:#a9d0f8;background:#f5faff}.manual-add-formula-card>span{color:#7c899c;font-size:9px;line-height:15px}.manual-add-formula-card>b{color:#344259;font-size:11px;font-weight:600;line-height:18px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.manual-add-formula-card.after>b,.manual-add-formula-card.current>b{color:#1677d2}.manual-add-formula-card>small{color:#68778c;font-size:10px;line-height:17px;font-variant-numeric:tabular-nums}.manual-add-formula-conclusion{margin-top:8px;display:flex;align-items:center;gap:6px;color:#4f7769;font-size:10px;line-height:17px}.manual-add-formula-conclusion .anticon{color:#259269}.manual-add-formula-conclusion.secondary{color:#7e8b9d}.manual-add-formula-conclusion.secondary .anticon{color:#409eff}.manual-add-calculation-note{min-height:38px;padding:8px 13px;display:flex;align-items:center;gap:6px;background:#fff;color:#789083;font-size:10px;line-height:17px}.manual-add-calculation-note .anticon{color:#67c23a}.manual-add-calculation-unverifiable{margin:14px;padding:12px 14px;display:flex;align-items:flex-start;gap:9px;border:1px solid #f2c3c3;background:#fff7f7;color:#c45656}.manual-add-calculation-unverifiable>.anticon{flex:0 0 auto;margin-top:2px}.manual-add-calculation-unverifiable>div{min-width:0;display:flex;flex-direction:column;gap:3px}.manual-add-calculation-unverifiable b{font-size:11px}.manual-add-calculation-unverifiable span,.manual-add-calculation-unverifiable small{font-size:10px;line-height:17px}.calculation-transition{display:inline-flex;align-items:center;gap:8px;min-width:0;font-variant-numeric:tabular-nums;white-space:nowrap}.calculation-transition>em{color:#a8abb2;font-size:12px;font-style:normal;font-weight:400}.calculation-transition>span{min-width:0}.tournament-panel{margin-top:13px}.tournament-summary{display:grid;grid-template-columns:repeat(3,1fr)}.tournament-summary>div{padding:9px 12px;display:flex;flex-direction:column;gap:4px;border-right:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1}.tournament-summary>div:nth-child(3n){border-right:0}.tournament-summary span,.signed-calc span{color:#7c899c;font-size:10px}.tournament-summary b{color:#3d4b62;font-size:11px;font-weight:400}.signed-calc{padding:11px 12px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:#fcfdff}.signed-calc>div{display:flex;flex-direction:column;gap:5px;border-right:1px solid #e8ecf1}.signed-calc>div>b{font-weight:400;font-variant-numeric:tabular-nums}.signed-calc .calc-result{grid-column:1 / -1;border-right:0;border-top:1px dashed #dfe5ed;padding-top:10px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px}.calc-result strong{color:#187c5a;font-size:13px;font-weight:600}.tournament-entry-table{width:100%;border-collapse:collapse;background:#fcfdff;font-size:10px}.tournament-entry-table th,.tournament-entry-table td{padding:8px 12px;border-top:1px solid #ebeef5;text-align:left;vertical-align:middle}.tournament-entry-table th{color:#7c899c;background:#f7f9fc;font-weight:500}.tournament-entry-table td{color:#3e4b61;font-variant-numeric:tabular-nums}.tournament-entry-table td small{display:block;margin-top:2px;color:#909399;font-size:9px}.tournament-entry-table .tournament-settlement-result td{background:#f5faff;color:#303133;font-weight:600}.tournament-entry-table .tournament-settlement-result.countable td:last-child{color:#187c5a}.tournament-entry-table .tournament-settlement-result.not-countable td:last-child{color:#909399}.tournament-missing-summary{min-height:32px;padding:7px 12px;display:flex;align-items:center;gap:8px;border-top:1px solid #e8edf3;background:#fafbfd;color:#7c899c;font-size:10px}.tournament-missing-summary b{color:#4d5c70;font-weight:500}.tournament-missing-summary em{margin-left:auto;color:#909399;font-style:normal}.evidence-workspace{min-width:0}.tournament-overview{min-height:46px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;border:1px solid #e4e9ef;border-radius:5px;background:#fbfcfe;margin-bottom:10px}.tournament-overview>span{min-width:0;padding:9px 12px;border-right:1px solid #e8ecf1;color:#7c899c;font-size:10px;line-height:18px}.tournament-overview>span:last-child{border-right:0}.tournament-overview b{margin-left:3px;color:#303133;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.tournament-list-toolbar{min-height:40px;display:flex;align-items:center;gap:10px;margin-bottom:8px}.tournament-search{width:min(320px,48%);height:32px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;color:#a8abb2}.tournament-search:focus-within{border-color:#409eff;box-shadow:0 0 0 2px #409eff1a}.tournament-search input{width:100%;min-width:0;border:0;outline:0;color:#606266;font-size:11px}.tournament-status-filter{height:32px;display:flex;align-items:center;gap:7px;color:#7c899c;font-size:10px}.tournament-status-filter select,.tournament-entry-filter select,.tournament-pagination select{height:30px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;color:#606266;font-size:10px;outline:0}.tournament-summary-table,.tournament-allocation-table{width:100%;border-collapse:collapse;table-layout:fixed}.tournament-summary-table th,.tournament-allocation-table th{height:36px;padding:0 9px;background:#f5f7fa;color:#627086;text-align:left;font-size:10px;font-weight:500}.tournament-summary-table td,.tournament-allocation-table td{padding:8px 9px;border-bottom:1px solid #ebeff4;color:#536177;font-size:10px;line-height:1.45;vertical-align:middle;font-variant-numeric:tabular-nums}.tournament-summary-table td small,.tournament-allocation-table td small{display:block;margin-top:2px;color:#909399;font-size:9px}.tournament-summary-table th:first-child{width:22%}.tournament-summary-table th:last-child{width:66px}.tournament-summary-cards{display:none}.tournament-name-cell{min-width:0;display:flex;flex-direction:column;gap:2px}.tournament-order-cell,.tournament-card-identifier,.tournament-detail-order{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.tournament-order-cell>.copyable-identifier,.tournament-card-identifier>.copyable-identifier,.tournament-detail-order>.copyable-identifier{color:#536177;font-size:10px;font-weight:500}.tournament-card-identifier>small,.tournament-detail-order>small{color:#909399;font-size:9px;font-weight:400;line-height:1.4}.tournament-name-cell>.tournament-name-value,.tournament-card-name{overflow:hidden;color:#536177;font-size:10px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.tournament-name-cell>.tournament-name-meta,.tournament-name-cell>small{color:#909399;font-size:9px;font-weight:400}.tournament-detail-link{display:block;margin-top:3px;white-space:nowrap}.tournament-pagination{min-height:42px;display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#7c899c;font-size:10px}.tournament-pagination button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:4px;background:#fff;color:#606266}.tournament-pagination button:disabled{background:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tournament-pagination b{color:#606266;font-size:10px;font-weight:500}.tournament-detail-backbar{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:7px 10px;border:1px solid #d9ecff;border-radius:5px;background:#f5faff}.tournament-detail-backbar>button{height:30px;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#409eff;font-size:11px}.tournament-detail-backbar>span{min-width:0;display:flex;align-items:center;gap:10px;color:#606266;font-size:10px}.tournament-detail-backbar .tournament-detail-order{display:inline-flex;flex-direction:row;align-items:center;gap:6px;white-space:nowrap}.tournament-detail-backbar>span>b{max-width:260px;overflow:hidden;color:#303133;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.tournament-detail-backbar em{font-style:normal}.tournament-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px;overflow:hidden;border:1px solid #e4e9ef;border-radius:5px;background:#fff}.tournament-detail-summary>div{min-width:0;min-height:50px;display:flex;flex-direction:column;gap:4px;justify-content:center;padding:8px 11px;border-right:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1}.tournament-detail-summary>div:nth-child(4n){border-right:0}.tournament-detail-summary span{color:#909399;font-size:9px}.tournament-detail-summary b{overflow-wrap:anywhere;color:#3d4b62;font-size:11px;font-weight:500;font-variant-numeric:tabular-nums}.tournament-entry-filter{display:flex;justify-content:flex-end;padding:7px 10px;border-top:1px solid #ebeef5;background:#fbfcfe}.tournament-entry-filter label{display:flex;align-items:center;gap:7px;color:#7c899c;font-size:10px}.tournament-settlement-section,.tournament-allocation-section{margin-top:10px}.tournament-settlement-result{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#f5faff}.tournament-settlement-result>div{min-width:0;min-height:54px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:8px 11px;border-right:1px solid #d9ecff}.tournament-settlement-result>div:last-child{border-right:0}.tournament-settlement-result span{color:#7c899c;font-size:9px}.tournament-settlement-result b{overflow-wrap:anywhere;color:#303133;font-size:11px;font-weight:500;font-variant-numeric:tabular-nums}.tournament-settlement-result.countable>div:nth-child(4) b{color:#187c5a}.tournament-zero-result,.tournament-pending-notice{min-height:42px;display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #d9ecff;border-radius:5px;background:#f5faff;color:#66768b;font-size:10px;line-height:1.55}.tournament-entry-integrity-error{display:grid;grid-template-columns:auto 1fr;gap:3px 8px;margin:10px 12px 12px;padding:10px 12px;border:1px solid #f5c2c0;border-radius:5px;background:#fff7f6;color:#8f3a36;font-size:10px;line-height:1.55}.tournament-entry-integrity-error .anticon{grid-row:1 / span 2;margin-top:2px;color:#d94b45}.tournament-entry-integrity-error b{font-size:11px;font-weight:500}.tournament-allocation-table .is-current-task td{background:#f5faff}.tournament-ledger-row td:last-child{min-width:90px}.evidence-record-cell{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.evidence-record-cell>small{color:#909399;font-size:9px;font-weight:400}.evidence-record-disclosure{min-height:24px;display:inline-flex;align-items:center;gap:6px;margin-top:2px}.evidence-record-disclosure-trigger{padding:0;font-size:10px}.evidence-record-disclosure-value{display:inline-flex;align-items:center}@media(max-width:760px){.tournament-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.tournament-overview>span{border-bottom:1px solid #e8ecf1}.tournament-list-toolbar{align-items:stretch;flex-direction:column}.tournament-search{width:100%}.tournament-summary-table{display:none}.tournament-summary-cards{display:grid;gap:8px}.tournament-summary-cards article{display:grid;gap:7px;padding:10px 12px;border:1px solid #e4e9ef;border-radius:5px;background:#fff}.tournament-summary-cards article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.tournament-summary-cards article dl{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:0}.tournament-summary-cards article dl>div{display:grid;gap:2px}.tournament-summary-cards dt{color:#909399;font-size:9px}.tournament-summary-cards dd{margin:0;color:#303133;font-size:11px}.tournament-detail-backbar{align-items:flex-start;flex-direction:column}.tournament-detail-backbar>span{align-items:flex-start;flex-direction:column;gap:4px}.tournament-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.tournament-detail-summary>div:nth-child(2n){border-right:0}.tournament-settlement-result{grid-template-columns:1fr}.tournament-settlement-result>div{border-right:0;border-bottom:1px solid #d9ecff}.tournament-settlement-result>div:last-child{border-bottom:0}}.inline-help-tip-wrap{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;vertical-align:-1px}.inline-help-tip{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:transparent;color:#409eff;font-size:12px;line-height:1;cursor:help}.inline-help-tip:focus{outline:2px solid rgba(64,158,255,.25);outline-offset:2px;border-radius:50%}.inline-help-tooltip{position:fixed;z-index:1200;box-sizing:border-box;width:320px;max-width:calc(100vw - 24px);padding:8px 10px;border:1px solid #485262;border-radius:4px;background:#303846;box-shadow:0 5px 18px #1f2d3d38;color:#fff!important;font-size:10px!important;font-weight:400;line-height:1.6;overflow-wrap:anywhere;pointer-events:none;white-space:normal}.modal-foot{min-height:58px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:10px 20px;border-top:1px solid #e7ecf2;background:#fbfcfd}.modal-foot>span{margin-right:auto;color:#8b97a8;font-size:10px}.modal-foot>.task-quota-scope-note{flex:1 1 auto;min-width:0;max-width:440px;display:inline-flex;align-items:flex-start;gap:5px;color:#909399;line-height:16px;font-weight:400}.task-quota-scope-note>.anticon{flex:0 0 auto;margin-top:2px;color:#409eff}.task-quota-scope-note-key{color:#409eff;font-weight:400}.release-modal{width:590px}.release-list{margin:16px 20px 14px;border:1px solid #e4e9f0;border-radius:5px;overflow:hidden}.release-list-head{min-height:40px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e4e9f0;background:#f7f9fb}.release-list-head>span{color:#606266;font-weight:500}.release-list-head>strong{color:#303133;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.release-list-items{max-height:150px;overflow-x:hidden;overflow-y:auto}.release-list-item{min-height:55px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5}.release-list-item:last-child{border-bottom:0}.release-list-item>div{display:flex;flex-direction:column;gap:4px}.release-task-info{min-width:0;flex:1 1 auto}.release-task-identifier{width:fit-content;max-width:100%}.release-task-scope{width:100%;max-width:300px;color:#8b97a8}.release-list b{color:#3e4c63;font-size:11px}.release-list span{color:#8b97a8;font-size:10px}.release-list strong{color:#303133;font-size:14px}.release-pending-tournament-note{margin:0 20px 12px;padding:9px 11px;display:flex;align-items:flex-start;gap:7px;border:1px solid #d9ecff;border-radius:3px;background:#f5faff;color:#66768b;font-size:10px;line-height:1.55}.release-pending-tournament-note .anticon{flex:0 0 auto;margin-top:2px;color:#409eff}.release-quota{align-items:flex-end;text-align:right}.release-quota strong{font-variant-numeric:tabular-nums}.textarea-label{margin:0 20px 18px;display:flex;flex-direction:column;gap:7px;color:var(--content-label);font-size:11px;font-weight:500}.textarea-label-title{display:inline-flex;align-items:center;align-self:flex-start;gap:3px;min-height:18px;line-height:18px;white-space:nowrap}em{color:#e5484d;font-style:normal}textarea{resize:vertical;min-height:75px;border:1px solid #dce3ec;border-radius:5px;padding:9px 10px;outline:0;color:#415068}textarea:focus,.form-row input:focus{border-color:#78aef0;box-shadow:0 0 0 2px #1677ff14}textarea.is-error,.add-amount-form input.is-error,.amount-input.is-error,.input-suffix.is-error,.venue-options.is-error{border-color:#f56c6c!important}.amount-input.is-error>span,.amount-input.is-error input,.input-suffix.is-error input,.input-suffix.is-error span{border-color:#f56c6c!important}textarea.is-error:focus,.add-amount-form input.is-error:focus,.amount-input.is-error:focus-within,.input-suffix.is-error:focus-within{box-shadow:0 0 0 2px #f56c6c1f}.add-modal{width:min(700px,calc(100vw - 48px))}.add-task-body{padding:18px 24px 20px}.add-task-meta{min-height:42px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;padding:8px 0 12px;border-bottom:1px solid #e7ebf0}.add-task-meta>div{min-width:0;display:inline-flex;align-items:baseline;gap:7px}.add-task-meta span{color:#909399;font-size:11px}.add-task-meta b{color:#303133;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.add-task-meta small{flex-basis:100%;color:#f56c6c;font-size:9px;line-height:1.5}.add-form-row{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;margin-top:18px}.add-form-row>label{color:var(--content-label);font-size:11px;font-weight:500;text-align:right}.add-flow-type button{min-width:108px}.add-flow-normalized-note{min-height:30px;margin:10px 0 0 104px;padding:7px 10px;display:flex;align-items:flex-start;gap:6px;border:1px solid #c8e7d8;border-radius:3px;background:#f0faf5;color:#27845e;font-size:10px;line-height:16px}.add-flow-normalized-note .anticon{flex:0 0 auto;margin-top:1px;color:#2ca36f}.add-venue-row{align-items:start}.add-venue-row>label{padding-top:8px}.add-form-control{min-width:0}.add-form-control>small{display:block;margin-top:7px;color:var(--content-secondary);font-size:10px;font-weight:400;line-height:16px}.add-form-control>.field-error{display:block;margin-top:5px}.add-amount-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 0 104px}.add-amount-form>label{min-width:0;display:flex;flex-direction:column;gap:7px;color:var(--content-label);font-size:11px;font-weight:500}.add-amount-form input{width:100%;height:34px;padding:0 10px;border:1px solid #dcdfe6;border-radius:3px;color:#303133;outline:none}.add-amount-form input:focus{border-color:#409eff;box-shadow:0 0 0 2px #409eff1a}.add-amount-form .field-error{margin-top:-2px;font-size:10px;font-weight:400}.add-reason-field{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:12px;margin-top:18px;color:var(--content-label);font-size:11px}.add-reason-field>span{padding-top:9px;font-weight:500;text-align:right}.add-reason-field>div{min-width:0}.add-reason-field textarea{width:100%;min-height:72px;resize:vertical}.add-reason-field .field-error{display:block;margin-top:5px}.form-body{padding-top:18px}.form-row{display:grid;grid-template-columns:92px 1fr 92px 1fr;align-items:center;gap:10px 12px;margin-bottom:16px}.form-row.vertical{grid-template-columns:92px 1fr;align-items:start}.form-row label{color:var(--content-label);font-size:11px;font-weight:500;text-align:right}.form-row input{height:34px;border:1px solid #dce3ec;border-radius:4px;padding:0 10px;outline:0;color:#3c4a61;width:100%}.form-row textarea{width:100%}.form-row small{grid-column:2;color:#8e99aa;font-size:10px;font-weight:400;line-height:16px}.readonly-value{height:34px;display:flex;align-items:center;padding:0 10px;background:#f6f8fa;border:1px solid #e3e8ee;border-radius:4px;color:#526076;font-size:11px}.radio-group{display:flex}.radio-group button{height:34px;min-width:105px;border:1px solid #dce3ec;background:#fff;color:#67758a}.radio-group button:first-child{border-radius:4px 0 0 4px}.radio-group button:last-child{border-radius:0 4px 4px 0;margin-left:-1px}.radio-group button.active{color:var(--blue);border-color:var(--blue);background:#edf5ff;z-index:1}.venue-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.venue-options button{height:32px;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266;font-size:11px;transition:border-color .15s,background-color .15s,color .15s}.venue-options button:hover{border-color:#a0cfff;color:#409eff}.venue-options button.active{color:#409eff;border-color:#409eff;background:#ecf5ff}.venue-options .anticon{margin-right:5px}.input-suffix{display:flex;align-items:center}.input-suffix input{border-radius:4px 0 0 4px}.input-suffix span{height:34px;width:38px;display:grid;place-items:center;border:1px solid #dce3ec;border-left:0;border-radius:0 4px 4px 0;color:#798699;font-size:11px;background:#f7f9fb}.add-calculation-process{min-height:18px;padding:0;display:block;border:0;background:transparent;color:#606266;font-size:10px;font-weight:400;line-height:18px;font-variant-numeric:tabular-nums}.toast{position:fixed;top:78px;left:50%;transform:translate(-50%);z-index:100;width:fit-content;max-width:min(420px,calc(100vw - 32px));min-height:44px;padding:10px 16px;border-radius:5px;background:#fff;box-shadow:0 8px 28px #142a4833;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#395269;font-size:12px;line-height:20px;border:1px solid #dcebe5}.toast .anticon{flex:0 0 auto;color:#28a070;font-size:17px}.toast-message{min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal}.toast.info{border-color:#d9ecff}.toast.info .anticon{color:#409eff}@media(max-width:1360px){.summary-metrics{grid-template-columns:1.2fr repeat(4,1fr)}.metric{padding-inline:12px}.metric strong{font-size:18px}}@media(max-width:1180px){.sidebar{width:190px;flex-basis:190px}.app-main{margin-left:190px;width:calc(100% - 190px)}.brand{padding-inline:16px;font-size:16px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Microsoft YaHei,sans-serif;color:#303133;background:#f5f7fa;--blue: #409eff;--blue-weak: #ecf5ff;--text: #303133;--muted: #909399;--border: #dcdfe6;--orange: #e6a23c;--danger: #f56c6c;--success: #67c23a}body{min-width:0;color:#303133;background:#f5f7fa}button{outline:none}.app-shell{display:block;background:#f5f7fa}.control-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:280px;background:#fff;border-right:1px solid #e4e7ed;color:#606266}.sidebar-head{height:54px;display:flex;align-items:center;gap:9px;padding:0 16px;color:#409eff;font-size:17px;font-weight:700;border-bottom:1px solid #ebeef5}.sidebar-head .anticon{font-size:23px}.sidebar-search{height:34px;margin:10px 10px 8px;padding:0 10px;display:flex;align-items:center;gap:7px;color:#c0c4cc;font-size:12px;border:1px solid #dcdfe6;border-radius:3px}.sidebar-body{display:grid;grid-template-columns:76px 1fr;height:calc(100vh - 106px);min-height:0}.primary-list{padding:6px 6px 14px;background:#fafafa;border-right:1px solid #ebeef5;overflow-y:auto}.primary-label{padding:2px 8px 8px;color:#c0c4cc;font-size:11px}.primary-item{width:100%;height:42px;margin:0 0 4px;padding:0;border:0;border-radius:4px;background:transparent;color:#606266;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px}.primary-item .anticon{font-size:15px}.primary-item:hover{color:#409eff;background:#f2f6fc}.primary-item.active{color:#409eff;background:#ecf5ff}.subnav-panel{min-width:0;overflow-y:auto;padding:5px 8px 16px}.subnav-title{height:38px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;color:#303133;font-size:13px;font-weight:600}.subnav-title .anticon{color:#909399;font-size:10px}.subnav-group-title{height:28px;padding:0 9px;display:flex;align-items:center;color:#a8abb2;font-size:11px}.subnav-link,.toggle-button{width:100%;min-height:36px;padding:0 11px;border:0;border-radius:3px;background:transparent;color:#606266;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:12px}.subnav-link:hover,.toggle-button:hover{background:#f5f7fa;color:#409eff}.subnav-link.active{color:#409eff;background:#ecf5ff;font-weight:600}.muted-group{margin-top:7px;padding-top:7px;border-top:1px solid #ebeef5}.toggle-button .anticon{font-size:10px;color:#c0c4cc}.app-main{width:calc(100% - 280px);min-width:0;margin-left:280px}.control-top-navigation{position:sticky;top:0;z-index:15;height:94px;background:#fff;border-bottom:1px solid #dfe4eb;box-shadow:0 1px 3px #1f2d3d0a}.top-mainbar{height:54px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ebeef5}.menu-button,.tab-back,.top-action-button,.user-button{border:0;background:transparent;color:#606266}.menu-button{width:32px;height:32px;font-size:18px}.top-status{margin-left:auto;display:flex;align-items:center;gap:15px;color:#909399;font-size:11px;white-space:nowrap}.timezone-item{display:flex;align-items:center;gap:5px}.timezone-flag{width:20px;height:14px;object-fit:cover;border:1px solid #ebeef5}.timezone-offset{color:#409eff}.top-action-button{width:28px;height:28px;position:relative;font-size:15px}.top-action-button:hover{color:#409eff}.notification-badge{position:absolute;top:1px;right:0;min-width:15px;height:15px;padding:0 3px;display:grid;place-items:center;border:1px solid #fff;border-radius:8px;background:#f56c6c;color:#fff;font-size:9px}.user-button{height:34px;padding:0 2px;display:flex;align-items:center;gap:7px}.user-button .avatar{width:27px;height:27px;border-radius:50%;background:#409eff;font-size:11px}.user-name{color:#606266;font-size:12px}.user-button>.anticon:last-child{color:#c0c4cc;font-size:9px}.control-top-tabs{height:40px;display:flex;align-items:stretch}.tab-back{width:42px;flex:0 0 42px;border-right:1px solid #ebeef5;color:#909399}.tab-zone{min-width:0;flex:1;overflow:hidden}.tab-scroll{height:100%;overflow-x:auto}.tab-list{min-width:max-content;height:100%;display:flex;align-items:stretch}.tab-item{min-width:82px;padding:0 13px;border:0;border-right:1px solid #ebeef5;background:#fff;color:#606266;font-size:11px}.tab-item.active{color:#409eff;background:#ecf5ff}.tab-item .anticon{margin-left:7px;font-size:9px;color:#a8abb2}.content{width:100%;max-width:none;margin:0;padding:14px 16px 34px}.page-title{min-height:34px;margin-bottom:8px;align-items:center}.page-title h1{margin:0;color:#303133;font-size:18px;font-weight:600}.page-title span{color:#909399;font-size:11px}.page-title-actions{display:flex;align-items:center;gap:4px}.page-title-tool{height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:3px;background:transparent;color:#409eff;font-size:12px;line-height:20px}.page-title-tool:hover,.page-title-tool:focus-visible{background:#ecf5ff;color:#337ecc;outline:0}.page-title-tool .anticon{width:14px;font-size:12px}.turnover-config-trigger,.help-link{color:#409eff}.turnover-tab-workspace{overflow:hidden;border:1px solid #dfe4eb;border-radius:3px;background:#fff}.turnover-tab-workspace-head{height:46px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #e4e7ed;background:#fff}.turnover-tab-workspace-head .task-tabs{min-width:max-content;height:100%;flex:1 0 auto}.turnover-tab-workspace-head .task-tabs button{flex:0 0 auto;white-space:nowrap}.turnover-workspace-actions{flex:0 0 auto;display:flex;align-items:center;gap:4px}.turnover-tab-panel{padding:12px;background:#f7f8fa}.turnover-tab-panel>.query-panel{margin-bottom:10px}.turnover-tab-panel>.audit-summary-strip,.turnover-tab-panel>.empty-query{margin-bottom:10px}.turnover-tab-panel>.task-area{margin-bottom:0;background:#fff}.query-panel{margin-bottom:10px;padding:10px 12px;border:1px solid #e4e7ed;border-radius:3px;box-shadow:none;align-items:flex-end}.field{min-width:210px;gap:5px}.field label{color:#606266;font-size:11px;font-weight:400}.control,.btn{height:32px;border-radius:3px;font-size:12px}.btn.primary{background:#409eff;border-color:#409eff}.btn.add{margin-left:auto;color:#409eff;background:#fff;border-color:#409eff}.audit-summary-strip{margin-bottom:10px;padding:8px 12px;border:1px solid #e4e7ed;border-left:3px solid #409eff;background:#fff}.audit-summary-line{min-height:24px;display:flex;flex-wrap:wrap;align-items:center;gap:5px;overflow:visible;color:#606266;font-size:11px;white-space:normal}.audit-summary-line strong{color:#303133;font-size:12px;font-variant-numeric:tabular-nums}.summary-value{padding:0;border:0;border-bottom:1px dashed #b8c0cc;background:transparent;color:#303133;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.summary-value:hover{color:#409eff;border-bottom-color:#409eff}.audit-summary-line i{width:1px;min-width:1px;height:14px;margin:0 2px;background:#e4e7ed}.warning-text{color:#e6a23c!important}.task-area{border-color:#dfe4eb;border-radius:3px}.task-area-head{height:44px;padding:0 12px}.task-list-context{min-width:0;display:flex;align-items:baseline;gap:8px}.task-list-context b{color:#303133;font-size:12px;font-weight:600}.task-list-context span{color:#909399;font-size:9px}.task-tabs{gap:22px}.task-tabs button{font-size:12px}.view-note{font-size:10px}.filter-bar{min-height:48px;height:auto;padding:8px 12px;flex-wrap:wrap;background:#fafafa}.filter-control{height:30px}.filter-control span{font-size:10px}.filter-control select{min-width:92px;font-size:11px}.btn.slim,.btn.danger-light,.icon-btn{height:30px}.table-scroll{max-width:100%;overflow:auto}.dx-table{width:100%;border-collapse:collapse;table-layout:fixed}.dx-table th{height:40px;padding:0 10px;background:#f5f7fa;border-right:1px solid #ebeef5;border-bottom:1px solid #dfe4eb;color:#606266;font-size:11px;font-weight:600;text-align:left;white-space:nowrap}.dx-table td{padding:8px 10px;border-right:1px solid #f0f2f5;border-bottom:1px solid #ebeef5;color:#606266;font-size:11px;vertical-align:middle}.dx-table th:last-child,.dx-table td:last-child{border-right:0}.dx-table tbody tr:hover{background:#f5faff}.dense-table{min-width:0;table-layout:fixed}.dense-table td{height:62px;white-space:normal}.dense-table td b{margin:0;font-size:11px}.dense-table td small{display:block;margin-top:3px;color:#909399;line-height:1.35}.dense-table th:last-child{position:sticky;right:0;z-index:3;background:#f5f7fa;box-shadow:-5px 0 8px #1f2d3d0a}.dense-table td:last-child{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-5px 0 8px #1f2d3d0a}.dense-table tbody tr:hover td:last-child{background:#f5faff}.task-info-cell{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.task-id{color:#526276;font-size:10px;font-variant-numeric:tabular-nums}.task-id-row,.copyable-identifier{position:relative;display:inline-flex;align-items:center;gap:4px;max-width:100%;overflow:visible}.record-source-task-row{max-width:100%;display:inline-flex;align-items:center;gap:2px}.record-source-task-row small{min-width:0;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-source-task-row .inline-copy-button{width:20px;height:20px;min-width:20px;flex-basis:20px}.copyable-identifier>.identifier-display-trigger{min-width:0;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.identifier-display-trigger[tabindex="0"]{border-radius:2px;cursor:help}.identifier-display-trigger[tabindex="0"]:focus-visible{outline:2px solid #409eff;outline-offset:2px}.identifier-full-tooltip{position:fixed;z-index:1200;width:max-content;max-width:min(320px,calc(100vw - 16px));padding:7px 9px;border:1px solid #485262;border-radius:4px;background:#303846;box-shadow:0 5px 18px #1f2d3d38;color:#fff;font-size:11px;font-variant-numeric:tabular-nums;line-height:1.5;overflow-wrap:anywhere;pointer-events:none;white-space:normal}.identifier-full-tooltip[data-placement=top]{transform:translateY(-100%)}.inline-copy-button{width:24px;height:24px;min-width:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0!important;border-radius:4px;background:transparent!important;color:#909399;line-height:1;cursor:pointer}.inline-copy-button .anticon{font-size:15px;line-height:1}.inline-copy-button:hover,.inline-copy-button:focus-visible{color:#409eff;outline:0;background:#ecf5ff!important}.inline-copy-button.copied{color:#67c23a}.rule-cell{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.flow-type-text{color:var(--content-primary);font-size:11px;font-weight:500;line-height:1.4;white-space:nowrap}.scope-muted,.venue-scope-text{color:var(--content-secondary);font-size:10px;font-weight:400;line-height:16px}.scope-muted{white-space:nowrap}.venue-scope-text{display:inline;max-width:100%;overflow-wrap:anywhere}.target-task-scope{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.adjust-task-summary .venue-scope-text,.release-list .venue-scope-text{display:block;margin-top:4px}.status-text{font-size:11px;font-weight:600;white-space:nowrap}.status-text.neutral{color:#909399}.status-text.warning{color:#e6a23c}.status-text.success{color:#67c23a}.status-text.purple{color:#9b59b6}.status-text.danger{color:#f56c6c}.list-footer{min-height:48px;height:auto;padding:8px 12px;border-top:1px solid #ebeef5}.el-pagination{display:flex;align-items:center;gap:5px}.el-pagination select{order:0;margin:0 5px 0 0;padding:0 7px}.el-pagination button{display:inline-flex;align-items:center;justify-content:center}.el-pagination button:disabled{color:#c0c4cc;background:#f5f7fa;cursor:not-allowed}.el-pagination label{margin-left:7px;color:#606266;font-size:11px}.el-pagination input{width:38px;height:27px;margin:0 4px;text-align:center;border:1px solid #dcdfe6;border-radius:3px;color:#606266}.drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#00000059}.help-drawer{position:absolute;inset:0 0 0 auto;width:min(440px,92vw);display:flex;flex-direction:column;background:#fff;box-shadow:-8px 0 24px #1f2d3d21}.drawer-head{height:62px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ebeef5}.drawer-head>div{display:flex;flex-direction:column;gap:4px}.drawer-head b{color:#303133;font-size:15px}.drawer-head span{color:#909399;font-size:10px}.drawer-body{flex:1;min-height:0;overflow-y:auto;padding:16px 18px}.drawer-principle{margin:0 0 16px;padding:10px 12px;border-left:3px solid #409eff;background:#f5f9ff;color:#606266;font-size:12px;line-height:1.6}.definition-row{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #ebeef5}.definition-row>span{color:#c0c4cc;font-size:11px}.definition-row b{color:#303133;font-size:12px}.definition-row p{margin:5px 0 0;color:#606266;font-size:11px;line-height:1.7}.drawer-foot{min-height:56px;padding:10px 18px;display:flex;justify-content:flex-end;border-top:1px solid #ebeef5}.modal-mask{z-index:70}.modal,.detail-section,.release-list,textarea,.readonly-value,.venue-options button{border-radius:3px}.toast{top:106px}@media(max-width:1280px){.control-sidebar{width:248px}.sidebar-body{grid-template-columns:68px 1fr}.app-main{width:calc(100% - 248px);margin-left:248px}}@media(max-width:1080px){.top-status>span:nth-child(2){display:none}}@media(max-width:900px){.control-sidebar{width:68px}.sidebar-head{justify-content:center;padding:0}.sidebar-head span,.sidebar-search,.subnav-panel{display:none}.sidebar-body{display:block;height:calc(100vh - 54px)}.primary-list{height:100%;border-right:0}.app-main{width:calc(100% - 68px);margin-left:68px}.top-status>span,.language-button,.user-name{display:none}.query-panel{align-items:stretch;flex-wrap:wrap}.query-panel .field{min-width:190px;flex:1}.query-panel .btn.add{margin-left:0}.filter-spacer{display:none}.list-footer{align-items:flex-start;gap:10px;flex-direction:column}}@media(max-width:560px){.content{padding:10px}.page-title{align-items:flex-start}.page-title h1{font-size:16px}.page-title>div>span{display:none}.query-panel .field{min-width:100%}.query-panel .btn{flex:1}.audit-summary-line{align-items:baseline;flex-wrap:wrap;overflow-x:visible;white-space:normal}.audit-summary-line i{display:none}.audit-summary-line span:not(:first-child){margin-left:8px}.task-area-head{align-items:flex-start;height:auto;min-height:44px}.view-note{display:none}.filter-bar{align-items:stretch}.filter-control{flex:1 1 100%}.filter-control select{flex:1}.el-pagination label{display:none}.detail-modal{width:calc(100vw - 20px)}.detail-grid{grid-template-columns:1fr}.detail-field,.detail-field.wide{grid-column:1;border-right:0}.detail-field:nth-child(3n){border-right:0}}.control-top-navigation{height:104px}.top-mainbar{height:58px;padding:0 12px}.menu-button{border:1px solid #dcdfe6;border-radius:4px;font-size:15px}.top-status{gap:12px;font-size:12px}.timezone-offset{color:#606266}.top-action-button{width:34px;height:34px;border:1px solid #ebeef5;border-radius:4px}.notification-badge{top:-5px;right:-4px;min-width:22px}.user-button{height:34px;padding:0 9px;border:1px solid #ebeef5;border-radius:4px}.control-top-tabs{height:46px}.tab-back,.tab-forward{width:42px;flex:0 0 42px;border:0;border-right:1px solid #ebeef5;background:#fff;color:#909399}.tab-forward{border-right:0;border-left:1px solid #ebeef5}.tab-item{min-width:86px;font-size:12px}.tab-item.active{color:#fff;background:#409eff}.tab-item.active .anticon{color:#fff}.unified-query{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:12px}.unified-query.has-venue-filter{display:flex}.unified-query .field{display:grid;grid-template-columns:60px minmax(0,1fr);align-items:center;gap:8px;min-width:0;width:252px;flex:0 0 252px}.unified-query .field>label{margin:0;color:#606266;font-size:12px;font-weight:400;line-height:32px;white-space:nowrap}.unified-query .field>.control,.unified-query .field>.compound-control,.unified-query .field>.experience-select{min-width:0}.unified-query .merchant-filter,.unified-query .account-filter,.unified-query .flow-filter,.unified-query .venue-filter,.unified-query .tournament-filter,.unified-query .state-filter,.unified-query .end-result-filter,.unified-query .experience-filter,.unified-query .first-category-filter,.unified-query .account-change-type-filter{width:252px;flex:0 0 252px}.unified-query .identifier-filter{width:514px;flex:0 0 514px}.unified-query .identifier-filter .compound-control{grid-template-columns:128px minmax(0,1fr)}.unified-query .identifier-input-control{height:32px;min-width:0;gap:6px;border:0;border-radius:0;padding:0 8px}.unified-query .identifier-input-control input{min-width:0;width:100%;border:0;outline:0;padding:0;color:#606266;font-size:11px}.unified-query .identifier-clear-button{position:static;top:auto;right:auto;flex:0 0 18px;transform:none;opacity:1;pointer-events:auto}.unified-query .first-category-filter .experience-select-options,.unified-query .account-change-type-filter .experience-select-options{width:100%;min-width:0;max-height:280px;overflow-x:hidden;overflow-y:auto}.experience-select{position:relative;width:100%}.experience-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:32px;padding:0 9px;border:1px solid #dcdfe6;border-radius:3px;outline:0;background:#fff;color:#606266;font-size:11px;text-align:left;cursor:pointer}.experience-select-trigger:hover,.experience-select-trigger:focus,.experience-select-trigger.is-open{border-color:#409eff}.experience-select.has-value .experience-select-trigger{padding-right:9px}.experience-select-value{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:5px;overflow:hidden}.experience-select-placeholder{min-width:0;overflow:hidden;color:#606266;text-overflow:ellipsis;white-space:nowrap}.experience-selected-chip{min-width:0;max-width:calc(100% - 34px);height:22px;padding:0 3px 0 7px;display:inline-flex;align-items:center;gap:3px;border:1px solid #e4e7ed;border-radius:3px;background:#f4f4f5;color:#606266}.experience-selected-chip>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.experience-selected-chip-remove{width:16px;height:16px;flex:0 0 16px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#c0c4cc;cursor:pointer}.experience-selected-chip-remove:hover,.experience-selected-chip-remove:focus-visible{color:#909399;outline:0}.experience-selected-chip-remove .anticon{font-size:12px}.experience-selected-count{flex:0 0 auto;padding:0 6px;border:1px solid #e4e7ed;border-radius:3px;background:#f4f4f5;color:#606266;font-size:10px;line-height:20px}.experience-select-trailing{position:relative;width:18px;height:18px;flex:0 0 18px}.experience-select-arrow{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#909399;font-size:11px;opacity:1;transition:transform .16s ease,opacity .14s ease}.experience-select-trigger.is-open .experience-select-arrow{transform:rotate(180deg)}.experience-select-clear{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:18px;height:18px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:50%;outline:0;background:#fff;color:#c0c4cc;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .14s ease,color .14s ease}.experience-select.has-value .experience-select-trailing:hover .experience-select-arrow,.experience-select-trailing:focus-within .experience-select-arrow{opacity:0}.experience-select.has-value .experience-select-trailing:hover .experience-select-clear,.experience-select-trailing:focus-within .experience-select-clear{opacity:1;pointer-events:auto}.experience-select-clear:hover,.experience-select-clear:focus-visible{color:#909399}.experience-select-clear .anticon{font-size:14px}.experience-select-menu{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;box-sizing:border-box;width:100%;min-width:100%;max-width:100%;overflow:hidden;padding:6px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;box-shadow:0 4px 12px #0000001f}.experience-select-options{width:100%;min-width:0;max-height:280px;display:grid;gap:1px;overflow-x:hidden;overflow-y:auto}.experience-select-option{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-width:0;max-width:100%;min-height:28px;padding:0 8px;border:0;border-radius:2px;background:transparent;color:#606266;font-size:11px;text-align:left;cursor:pointer}.experience-select-option>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.experience-select-option:hover{background:#f5f7fa}.experience-option-check{color:#409eff;font-size:13px;font-weight:600;visibility:hidden}.experience-select-option.is-selected .experience-option-check{visibility:visible}.unified-query .time-field{width:514px;flex:0 0 514px}.query-actions{display:flex;flex:0 0 auto;align-items:center;align-self:center;justify-content:flex-end;gap:8px;margin-left:auto;white-space:nowrap}.query-actions .btn{min-width:72px}.query-actions .filter-settings-trigger{min-width:66px}.unified-query .compact-field select{width:100%;height:32px;padding:0 10px;border:1px solid #dcdfe6;border-radius:3px;outline:0;background:#fff;color:#606266;font-size:12px}.unified-query .compact-field select:focus{border-color:#409eff}.filter-bar{display:none}.filter-settings-modal{width:min(620px,calc(100vw - 48px))}.filter-settings-modal .modal-head{min-height:56px;padding:0 20px}.filter-settings-modal .modal-head b{font-size:16px;font-weight:600;line-height:24px}.filter-settings-modal .close-button{width:36px;height:36px}.filter-settings-body{padding:0 20px 16px}.settings-tools{min-height:48px;display:flex;align-items:center;gap:18px}.settings-tools button{padding:0;border:0;background:transparent;color:#409eff;font-size:12px}.settings-tools button:hover{color:#66b1ff}.filter-settings-list{overflow:hidden;border:1px solid #e4e7ed;border-radius:3px}.filter-setting-row{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:12px;padding:3px 10px 3px 12px;border-bottom:1px solid #ebeef5}.filter-setting-row:last-child{border-bottom:0}.filter-setting-main{min-width:0;display:flex;align-items:center;gap:10px;cursor:pointer}.filter-setting-main.is-fixed{cursor:default}.filter-setting-main input{width:14px;height:14px;flex:0 0 auto;accent-color:#409eff}.filter-setting-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.filter-setting-copy b{overflow:hidden;color:#606266;font-size:12px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.filter-setting-copy small{overflow:hidden;color:#909399;font-size:10px;font-weight:400;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.filter-setting-moves{display:flex;justify-content:flex-end;gap:4px}.filter-setting-moves button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266}.filter-setting-moves button:hover:not(:disabled){border-color:#c6e2ff;background:#ecf5ff;color:#409eff}.filter-setting-moves button:disabled{border-color:#ebeef5;background:#fafafa;color:#c0c4cc;cursor:not-allowed}.filter-settings-modal .modal-foot{min-height:58px}.task-area-head{min-height:48px;height:auto;gap:16px}.task-list-primary{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.task-list-primary .btn{height:30px}.task-list-tools{margin-left:auto;display:flex;align-items:center;gap:8px}.task-list-tools .btn{height:30px}.task-list-tools .btn.add{margin-left:0}.task-list-tools .view-note{margin-right:4px}.dense-table th.num{text-align:left}.dense-table td.num{text-align:right;font-variant-numeric:tabular-nums}.dense-table th.turnover-quota-header,.dense-table td.turnover-quota-cell{text-align:left}.classification-table{min-width:0}.business-classification-cell{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.business-classification-cell span{color:var(--content-primary);font-size:11px;font-weight:500;line-height:1.4}.business-classification-cell small{margin:0!important;color:var(--content-secondary);font-size:10px;font-weight:400;line-height:1.35;white-space:normal}.end-info-cell .end-event-reference{color:#8d6e3b}.completed-amount-link{width:100%;padding:0;border:0;background:transparent;color:#409eff;font-size:11px;font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.turnover-quota-cell .completed-amount-link{text-align:left}.default-sort-header{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.table-time-sort-group{width:18px;height:24px;flex:0 0 18px;display:inline-grid;grid-template-rows:1fr 1fr;align-items:center}.table-time-sort{width:18px;height:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:2px;background:transparent;color:#c0c4cc;line-height:1;cursor:pointer}.table-time-sort.is-active{color:#409eff}.table-time-sort:hover{background:#ecf5ff;color:#1677d2}.table-time-sort:focus-visible{outline:2px solid rgba(64,158,255,.42);outline-offset:2px}.table-time-sort svg{font-size:10px}.completed-amount-link:hover{color:#66b1ff;text-decoration:underline;text-underline-offset:2px}.completed-zero-value{display:inline-block;width:100%;color:#8a94a3;text-align:left;font-size:11px;font-variant-numeric:tabular-nums}.row-actions{gap:9px;flex-wrap:nowrap;white-space:nowrap}.warning-link{color:#e6a23c}.blocked-action-label{color:#909399;font-size:12px;font-weight:400;cursor:not-allowed}.professional-table tbody tr.is-mutation-blocked{background:#fafafa}.professional-table tbody tr.is-mutation-blocked:hover{background:#f7f8fa}.source-detail-grid .detail-field{min-height:58px}.tournament-summary>div.wide{grid-column:span 3;border-right:0}.tournament-rule-note{margin:0;padding:10px 12px;border-bottom:1px solid #e8ecf1;background:#fcfdff;color:#7c899c;font-size:10px;line-height:1.6}.modal-foot .btn.primary{min-width:68px}@media(max-width:620px){.unified-query .field,.unified-query .merchant-filter,.unified-query .account-filter,.unified-query .flow-filter,.unified-query .venue-filter,.unified-query .tournament-filter,.unified-query .state-filter,.unified-query .end-result-filter,.unified-query .identifier-filter,.unified-query .experience-filter,.unified-query .time-field{width:100%!important;max-width:none;flex:1 1 100%!important}.query-actions{width:100%;margin-left:0}.query-actions .btn{flex:1}.top-status>span,.language-button,.user-name{display:none}.task-area-head{align-items:flex-start;flex-direction:column;padding-block:8px}.task-list-tools{width:100%;margin-left:0;flex-wrap:wrap}.add-task-body{padding:16px}.add-task-meta{align-items:flex-start;flex-direction:column;gap:6px}.add-task-meta>div{min-height:22px}.add-form-row,.add-reason-field{grid-template-columns:1fr;gap:7px}.add-form-row>label,.add-reason-field>span{padding-top:0;text-align:left}.venue-options{grid-template-columns:repeat(3,minmax(0,1fr))}.add-amount-form{grid-template-columns:1fr 1fr;margin-left:0}.add-modal .modal-foot>span{display:none}}@media(max-width:480px){.add-amount-form{grid-template-columns:1fr}}.adjust-modal{width:min(760px,calc(100vw - 48px))}.adjust-modal>.form-body{padding:0 32px 28px}.adjust-task-hero{margin-bottom:24px;padding:28px 0 26px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-bottom:1px solid #e8edf3}.adjust-task-hero-main{min-width:0;display:flex;align-items:flex-start;gap:16px}.adjust-task-hero-icon{width:48px;height:48px;border-radius:8px;font-size:21px}.adjust-task-hero-copy{min-width:0}.adjust-task-hero-title{min-width:0;display:flex;align-items:baseline;gap:10px}.adjust-task-hero-title>b{min-width:0;overflow:hidden;color:#303133;font-size:16px;font-weight:600;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.adjust-task-hero-title .status-text{flex:0 0 auto;font-size:12px;font-weight:400}.adjust-task-hero-copy>p{margin:4px 0 0;color:#909399;font-size:11px;line-height:18px}.adjust-task-hero-facts{margin-top:18px;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 34px;color:#909399;font-size:12px;line-height:20px}.adjust-task-hero-facts>span{white-space:nowrap}.adjust-task-hero-facts b{margin-left:5px;color:#606266;font-weight:500;font-variant-numeric:tabular-nums}.adjust-task-hero-remaining{flex:0 0 auto;min-width:160px;display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.adjust-task-hero-remaining strong{color:#303133;font-size:28px;font-weight:500;font-variant-numeric:tabular-nums;line-height:36px}.adjust-task-hero-remaining span{color:#909399;font-size:11px;line-height:18px}.adjust-modes button{min-width:132px}.adjust-modal .form-row.vertical{grid-template-columns:120px minmax(0,1fr)}.adjust-modal .form-row>label{padding-top:9px;text-align:left}.adjust-mode-row{margin-bottom:14px}.adjust-mode-row .field-error{grid-column:2;margin-top:-4px}.adjust-deduction-row{margin-bottom:12px}.adjust-deduction-row>label{padding-top:9px!important}.amount-input{display:flex;width:100%}.amount-input>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dce3ec;border-right:0;border-radius:3px 0 0 3px;background:#f5f7fa;color:#606266}.amount-input input{border-radius:0 3px 3px 0;font-variant-numeric:tabular-nums}.amount-input input:disabled{background:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.adjust-amount-entry{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.adjust-amount-entry .amount-input{min-width:0}.adjust-amount-all{min-width:58px;height:34px;color:#409eff;border-color:#b3d8ff;background:#fff}.adjust-amount-all:hover:not(:disabled),.adjust-amount-all:focus-visible:not(:disabled){border-color:#409eff;background:#ecf5ff}.field-error{grid-column:2;color:#f56c6c;font-size:10px}.textarea-label .field-error,.adjust-reason-row .field-error{display:block}.field-error.multiplier-error{grid-column:4}.adjust-deduction-feedback{grid-column:2;min-width:0;margin-top:6px}.adjust-deduction-feedback .field-error{display:block;margin-top:4px}.adjust-deduction-calculation{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 7px;color:#606266;font-size:10px;font-weight:400;line-height:1.55}.adjust-deduction-calculation span{white-space:nowrap}.adjust-deduction-calculation b{color:#909399;font-weight:400}.adjust-conversion-summary{margin:-2px 0 14px 120px;color:#606266}.adjust-conversion-summary>p{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px;line-height:1.55}.adjust-conversion-summary>p b,.adjust-conversion-summary>p strong{color:#303133;font-size:12px;font-weight:600}.adjust-conversion-summary>p .anticon{color:#a6afbc;font-size:9px}.adjust-conversion-summary>span{display:block;margin-top:4px;color:#7d899a;font-size:10px;line-height:1.55}.adjust-conversion-summary details{margin-top:5px}.adjust-conversion-summary summary{display:inline-flex;align-items:center;gap:6px;color:#409eff;font-size:10px;list-style:none;cursor:pointer}.adjust-conversion-summary summary::-webkit-details-marker{display:none}.adjust-conversion-summary summary .anticon{font-size:8px;transition:transform .18s ease}.adjust-conversion-summary details[open] summary .anticon{transform:rotate(180deg)}.adjust-conversion-summary details p{margin:6px 0 0;max-width:560px;color:#66768b;font-size:10px;line-height:1.65}.processing-refresh-notice{margin-bottom:12px;padding:9px 11px;display:flex;align-items:flex-start;gap:7px;border:1px solid #f3d19e;border-radius:3px;background:#fdf6ec;color:#b88230;font-size:10px;line-height:1.55}.processing-refresh-notice .anticon{flex:0 0 auto;margin-top:2px}@media(max-width:720px){.adjust-conversion-summary{margin-left:0}.adjust-modal .form-row.vertical{grid-template-columns:1fr;gap:7px}.adjust-modal .form-row>label{padding-top:0}.adjust-modal .form-row small,.adjust-modal .form-row .field-error,.adjust-deduction-feedback{grid-column:1}.add-flow-normalized-note{margin-left:0}.modal-foot>.task-quota-scope-note{max-width:none}}@media(max-width:560px){.adjust-modal>.form-body{padding-right:18px;padding-left:18px}.adjust-task-hero{align-items:stretch;flex-direction:column;gap:18px}.adjust-task-hero-remaining{min-width:0;align-items:flex-start;text-align:left}.adjust-task-hero-facts{gap:6px 18px}.adjust-modal .adjust-modes{display:grid;grid-template-columns:1fr;gap:8px}.adjust-modal .adjust-modes button{width:100%;min-width:0;margin-left:0;border-radius:4px}}.control-sidebar{--sidebar-expanded: 320px;--sidebar-collapsed: 100px;--rail-width: 100px;--subnav-width: 220px;display:grid;width:var(--sidebar-expanded);height:100vh;grid-template-rows:auto minmax(0,1fr);background:#fff;box-shadow:5px 0 10px #1d23290d;overflow:hidden;transition:width .18s ease}.sidebar-head{display:grid;width:100%;height:116px;grid-template-columns:var(--rail-width) minmax(0,1fr);grid-template-rows:40px 40px;gap:12px 0;padding:12px;border-right:1px solid #ebeef5;border-bottom:0;overflow:hidden}.sidebar-head .brand{display:flex;width:100%;height:40px;grid-column:1 / -1;align-items:center;justify-content:center;gap:8px;padding:0;border:0;color:#0079fe;white-space:nowrap}.brand-mark{display:inline-flex;width:39px;height:26px;flex:0 0 auto;align-items:center;justify-content:center}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-mark svg,.nav-icon svg,.subnav-caret svg,.toggle-button svg,.search-icon svg{display:block;width:100%;height:100%}.brand-text{overflow:hidden;color:#0079fe;font-size:24px;font-weight:650;line-height:29px;text-overflow:ellipsis}.tenant-search{position:relative;display:flex;width:100%;height:40px;grid-column:1 / -1;align-items:center;gap:8px;margin:0;padding:0 12px;border:1px solid #dcdfe6;border-radius:6px;background:#fff;color:#c0c4cc;transition:border-color .15s ease,box-shadow .15s ease}.tenant-search:hover{border-color:#c0c4cc}.tenant-search:focus-within{border-color:#409eff;box-shadow:0 0 0 2px #409eff24}.search-icon{display:inline-flex;width:16px;height:16px;flex:0 0 auto;color:#909399}.tenant-search-input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#606266;padding:0;font-size:14px}.tenant-search-input::placeholder{color:#c0c4cc}.sidebar-body{display:grid;min-height:0;height:auto;grid-template-columns:var(--rail-width) var(--subnav-width);padding:0;background:#f5f7fa;overflow:hidden;transition:grid-template-columns .18s ease}.primary-nav{position:relative;display:grid;min-height:0;grid-template-rows:minmax(0,1fr) 56px;border-right:1px solid #ebeef5;background:#fff;box-shadow:5px 0 10px #1d23290d;overflow:hidden;z-index:1}.primary-list{min-height:0;height:auto;overflow:auto;padding:0 12px 12px;border:0;background:#fff;scrollbar-width:thin}.primary-item{display:grid;width:76px;height:40px;grid-template-columns:16px minmax(0,1fr);align-items:center;justify-content:initial;gap:6px;margin:0 0 4px;padding:0 7px;border:0;border-radius:8px;background:transparent;color:#303133;text-align:left;font-size:14px;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.primary-item:hover{background:#ecf5ff;color:#0079fe}.primary-item.is-active{background:#0079fe;color:#fff}.nav-icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;color:currentColor}.nav-icon .anticon{display:inline-flex;width:16px;height:16px;font-size:16px}.primary-label{overflow:hidden;padding:0;color:currentColor;font-size:14px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.toggle-area{display:flex;align-items:center;justify-content:center;border-top:1px solid #ebeef5;background:#fff}.toggle-area .toggle-button{display:inline-flex;width:32px;height:32px;min-height:0;align-items:center;justify-content:center;padding:0;border:1px solid #dcdfe6;border-radius:4px;background:#fff;color:#606266}.toggle-area .toggle-button:hover{border-color:#c6e2ff;background:#ecf5ff;color:#409eff}.subnav-panel{min-width:0;padding:0;border:0;background:#fff;box-shadow:none;overflow:hidden;transition:opacity .12s ease}.subnav-inner{width:var(--subnav-width);height:100%;overflow:auto;padding:0 12px 18px;background:#fff;scrollbar-width:thin}.subnav-group{margin-bottom:6px}.subnav-title-button{display:flex;width:100%;height:40px;min-height:40px;align-items:center;justify-content:space-between;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#303133;text-align:left;font-size:14px;font-weight:400}.subnav-title-button:hover{background:#edf4ff;color:#0079fe}.subnav-title-main{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.subnav-caret{display:inline-flex;width:16px;height:16px;flex:0 0 auto;align-items:center;justify-content:center;color:#909399;transition:transform .15s ease}.subnav-group.is-closed .subnav-caret{transform:rotate(-90deg)}.subnav-links{display:grid;gap:2px}.subnav-link{display:flex;width:100%;min-height:34px;align-items:center;justify-content:flex-start;padding:0 12px;border:0;border-radius:4px;background:transparent;color:#606266;text-align:left;font-size:14px}.subnav-link:hover{background:#edf4ff;color:#0079fe}.subnav-link.is-active{background:#e6f2ff;color:#0079fe;font-weight:600}.control-sidebar.is-collapsed{width:var(--sidebar-collapsed)}.control-sidebar.is-collapsed .sidebar-head{grid-template-columns:1fr;padding:12px}.control-sidebar.is-collapsed .brand-text{display:none}.control-sidebar.is-collapsed .brand{justify-content:center}.control-sidebar.is-collapsed .tenant-search{width:40px;margin:0 auto;padding:0;justify-content:center}.control-sidebar.is-collapsed .tenant-search-input{display:none}.control-sidebar.is-collapsed .sidebar-body{grid-template-columns:var(--rail-width) 0}.control-sidebar.is-collapsed .subnav-panel{opacity:0;pointer-events:none}.app-main{width:calc(100% - 320px);margin-left:320px}.app-shell.shell-collapsed .app-main{width:calc(100% - 100px);margin-left:100px}.control-top-navigation{height:95px}.top-mainbar{height:48px}.control-top-tabs{height:47px}@media(max-width:900px){.control-sidebar{width:100px}.sidebar-head{grid-template-columns:1fr;padding:12px}.sidebar-head .brand-mark,.sidebar-head .search-icon{display:inline-flex}.brand-text{display:none}.sidebar-head .brand{justify-content:center}.tenant-search{width:40px;margin:0 auto;padding:0;justify-content:center}.tenant-search-input{display:none}.sidebar-body{display:grid;height:auto;grid-template-columns:100px 0}.subnav-panel{opacity:0;pointer-events:none}.app-main{width:calc(100% - 100px);margin-left:100px}}.compound-control{height:32px;display:grid;grid-template-columns:88px minmax(0,1fr);border:1px solid #dcdfe6;border-radius:3px;overflow:hidden;background:#fff}.compound-control select,.compound-control input{min-width:0;border:0;outline:0;padding:0 9px;color:#606266;background:#fff;font-size:11px}.compound-control select{border-right:1px solid #ebeef5}.date-range-control{height:32px;display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:center;gap:4px}.date-range-control input{width:100%;min-width:0;height:32px;padding:0 7px;border:1px solid #dcdfe6;border-radius:3px;outline:0;background:#fff;color:#606266;font-size:10px}.date-range-control input:focus{border-color:#409eff}.date-range-control span{color:#909399;font-size:10px;text-align:center}.priority-inline,.conversion-inline{color:#8d99aa!important}.task-state-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.task-state-cell small{margin:0!important;white-space:nowrap}.end-info-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.end-info-cell small{margin:0!important;white-space:nowrap}.record-type-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.record-type-cell>span{color:#606266;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap}.record-type-cell small{color:#9aa7b8;font-size:10px;line-height:15px;white-space:nowrap}.rule-hit-grid .detail-field.wide{background:#fbfcfe}@media(max-width:760px){.manual-add-calculation-grid{grid-template-columns:1fr}.manual-add-calculation-grid .detail-field,.manual-add-calculation-grid .detail-field:nth-child(3n+1):nth-last-child(-n+3),.manual-add-calculation-grid .detail-field:nth-child(3n+1):nth-last-child(-n+3)~.detail-field{border-right:0;border-bottom:1px solid #e8ecf1}.manual-add-calculation-grid .detail-field:last-child{border-bottom:0}.manual-add-formula-heading{align-items:flex-start;flex-direction:column;gap:2px}.manual-add-formula-panel.is-recalculated .manual-add-formula-grid{grid-template-columns:1fr}.manual-add-formula-panel.is-historical-recalculated .manual-add-formula-card.current-latest{grid-column:auto}}.business-help-drawer{width:min(720px,94vw)}.drawer-tab-strip{min-height:44px;display:flex;gap:22px;align-items:stretch;padding:0 18px;border-bottom:1px solid #ebeef5;overflow-x:auto}.drawer-tab-strip button{position:relative;flex:0 0 auto;padding:0 1px;border:0;background:transparent;color:#606266;font-size:11px}.drawer-tab-strip button.active{color:#409eff;font-weight:600}.drawer-tab-strip button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#409eff}.business-help-body{--help-label-width: 150px;--help-column-gap: 18px;padding:18px 22px}.definition-list{border-top:1px solid #ebeef5}.definition-list>div{display:grid;grid-template-columns:var(--help-label-width) minmax(0,1fr);column-gap:var(--help-column-gap);padding:13px 2px;border-bottom:1px solid #ebeef5}.definition-list b,.rule-sequence b,.pending-rules b{color:#303133;font-size:11px}.definition-list span,.rule-sequence span,.pending-rules span{color:#606266;font-size:11px;line-height:1.75}.allocation-rule-groups{display:grid;gap:18px}.allocation-rule-group>h3{margin:0 0 8px;color:#606266;font-size:11px;font-weight:600;line-height:18px}.allocation-order-roles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.allocation-order-roles>div{min-width:0;padding:11px 12px;border:1px solid #d9ecff;border-left:3px solid #409eff;border-radius:3px;background:#f5f9ff}.allocation-order-roles b,.allocation-order-roles span{display:block;font-size:11px;line-height:1.7}.allocation-order-roles b{margin-bottom:2px;color:#303133;font-weight:600}.allocation-order-roles span{color:#606266}.rule-resolution-table-wrap{max-width:100%;overflow-x:auto;border:1px solid #dcdfe6;border-radius:3px;background:#fff}.rule-resolution-table{width:100%;min-width:640px;border-collapse:collapse;table-layout:fixed;color:#606266;font-size:11px;line-height:1.7}.rule-resolution-table th,.rule-resolution-table td{padding:9px 10px;border-right:1px solid #ebeef5;border-bottom:1px solid #ebeef5;text-align:left;vertical-align:top;font-weight:400}.rule-resolution-table th{background:#f5f7fa;color:#606266;font-weight:500}.rule-resolution-table th:first-child{width:116px}.rule-resolution-table th:nth-child(2){width:330px}.rule-resolution-table th:last-child,.rule-resolution-table td:last-child{border-right:0}.rule-resolution-table tbody tr:last-child td{border-bottom:0}.rule-resolution-table td:first-child{color:#303133;font-weight:500}.rule-sequence{border-top:1px solid #ebeef5}.rule-sequence>div{display:grid;grid-template-columns:var(--help-label-width) minmax(0,1fr);column-gap:var(--help-column-gap);padding:14px 2px;border-bottom:1px solid #ebeef5}.ordered-rule-sequence b{min-width:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.related-rule-sequence b{min-width:0;min-height:20px;display:flex;align-self:start;align-items:center;gap:8px;white-space:nowrap}.rule-step-index{width:20px;height:20px;display:inline-flex;flex:0 0 20px;align-items:center;justify-content:center;border-radius:50%;background:#ecf5ff;color:#409eff!important;font-size:10px!important;font-weight:600;line-height:20px!important}.related-rule-sequence{border-top:1px solid #ebeef5;border-right:0;border-bottom:0;border-left:0;border-radius:0;background:transparent}.allocation-rule-disclosure{border-bottom:1px solid #ebeef5}.allocation-rule-disclosure:last-child{border-bottom:0}.allocation-rule-trigger{width:100%;min-height:48px;padding:12px 2px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;outline:0;background:transparent;text-align:left;cursor:pointer}.allocation-rule-trigger:hover{background:#fafbfc}.allocation-rule-trigger:focus-visible{box-shadow:inset 0 0 0 1px #409eff}.allocation-rule-title{min-width:0;display:flex;align-items:center;gap:8px}.allocation-rule-title b{color:#303133;font-size:11px;font-weight:600}.allocation-rule-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#909399!important;font-size:9px!important;line-height:18px!important}.allocation-rule-toggle .anticon{font-size:8px;transition:transform .18s ease}.allocation-rule-disclosure.is-expanded .allocation-rule-toggle .anticon{transform:rotate(180deg)}.allocation-rule-panel{padding:0 2px 14px calc(var(--help-label-width) + var(--help-column-gap))}.allocation-rule-panel>p{margin:0;color:#606266;font-size:11px;line-height:1.75}.allocation-rule-example{margin-top:10px;padding:10px 12px;display:grid;gap:7px;border-left:3px solid #409eff;background:#f5f9ff}.allocation-rule-example>strong{color:#409eff;font-size:10px;font-weight:600;line-height:18px}.allocation-rule-example>div{min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:start}.allocation-rule-example>div b{min-height:auto;color:#606266;font-size:10px;font-weight:600;line-height:18px;white-space:nowrap}.allocation-rule-example>div span{color:#606266;font-size:10px;line-height:18px}.rule-kind-tag{box-sizing:border-box;min-width:48px;height:20px;padding:0 5px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266!important;font-size:10px!important;font-weight:500;line-height:18px!important;white-space:nowrap}.help-rule-disclosure-group{border-top:1px solid #ebeef5}.help-rule-disclosure{border-bottom:1px solid #ebeef5}.help-rule-disclosure:last-child{border-bottom:0}.help-rule-trigger{width:100%;min-height:48px;padding:12px 2px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;outline:0;background:transparent;text-align:left;cursor:pointer}.help-rule-trigger:hover{background:#fafbfc}.help-rule-trigger:focus-visible{box-shadow:inset 0 0 0 1px #409eff}.help-rule-title{min-width:0;display:flex;align-items:center;gap:8px}.help-rule-title b{color:#303133;font-size:11px;font-weight:600;line-height:20px}.help-rule-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#909399;font-size:10px;line-height:18px}.help-rule-toggle .anticon{font-size:9px;transition:transform .18s ease}.help-rule-disclosure.is-expanded .help-rule-toggle .anticon{transform:rotate(180deg)}.help-rule-panel{padding:0 2px 14px calc(var(--help-label-width) + var(--help-column-gap))}.help-rule-panel[hidden]{display:none}.help-rule-panel>p{margin:0;color:#606266;font-size:11px;line-height:1.75}.help-filter-summary{min-width:0;margin-top:12px;padding:10px 12px;border:1px solid #d9ecff;border-radius:3px;background:#f5f9ff}.help-filter-summary>strong{display:block;color:#303133;font-size:11px;font-weight:600;line-height:19px}.help-filter-summary>div{margin-top:7px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.help-filter-summary>div span{min-width:0;padding:7px 8px;display:grid;gap:2px;border:1px solid #d9ecff;border-radius:3px;background:#fff;color:#606266;font-size:9px;line-height:15px}.help-filter-summary>div b{color:#409eff;font-size:12px;font-weight:600;line-height:17px}.help-filter-summary>p{margin:7px 0 0;color:#606266;font-size:10px;line-height:1.65}.help-filter-priority-examples{margin-top:12px}.help-filter-tables,.help-filter-value-glossary,.help-business-directory,.help-noun-definitions,.help-reconciliation-formulas{min-width:0;margin-top:12px}.help-filter-tables{display:grid;gap:12px}.help-filter-table-section,.help-filter-value-glossary,.help-business-directory,.help-noun-definitions{min-width:0}.help-filter-table-section>strong,.help-filter-value-glossary>strong,.help-business-directory>strong,.help-noun-definitions>strong,.help-reconciliation-formulas>strong{display:block;margin-bottom:7px;color:#303133;font-size:11px;font-weight:600;line-height:19px}.help-business-directory>p{margin:0 0 8px;color:#606266;font-size:10px;line-height:1.65}.help-filter-value-glossary>p{margin:0 0 8px;color:#606266;font-size:10px;line-height:1.65}.help-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #dcdfe6;border-radius:3px;background:#fff;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.help-filter-table,.help-filter-value-table,.help-business-directory-table,.help-noun-table{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed;color:#606266;font-size:10px;line-height:1.65}.help-filter-table th,.help-filter-table td,.help-filter-value-table th,.help-filter-value-table td,.help-business-directory-table th,.help-business-directory-table td,.help-noun-table th,.help-noun-table td{padding:8px 9px;border-right:1px solid #ebeef5;border-bottom:1px solid #ebeef5;text-align:left;vertical-align:top;font-weight:400;overflow-wrap:anywhere}.help-filter-table th,.help-filter-value-table th,.help-business-directory-table th,.help-noun-table th{background:#f5f7fa;color:#606266;font-weight:500}.help-filter-table th:first-child{width:112px}.help-filter-table th:nth-child(2){width:286px}.help-filter-value-table th:first-child{width:142px}.help-filter-value-table th:nth-child(2){width:265px}.help-filter-value-table{min-width:1180px}.help-filter-value-table th:nth-child(1){width:96px}.help-filter-value-table th:nth-child(2){width:112px}.help-filter-value-table th:nth-child(3){width:198px}.help-filter-value-table th:nth-child(4){width:250px}.help-filter-value-table th:nth-child(5){width:260px}.help-filter-value-table th:nth-child(6){width:264px}.help-business-directory-table th:first-child{width:112px}.help-business-directory-table th:nth-child(2){width:150px}.help-noun-table th:first-child{width:126px}.help-noun-table th:nth-child(2){width:300px}.help-filter-table th:last-child,.help-filter-table td:last-child,.help-filter-value-table th:last-child,.help-filter-value-table td:last-child,.help-business-directory-table th:last-child,.help-business-directory-table td:last-child,.help-noun-table th:last-child,.help-noun-table td:last-child{border-right:0}.help-filter-table tbody tr:last-child td,.help-filter-value-table tbody tr:last-child td,.help-business-directory-table tbody tr:last-child td,.help-noun-table tbody tr:last-child td{border-bottom:0}.help-filter-table td:first-child,.help-filter-value-table td:first-child,.help-business-directory-table td:first-child,.help-noun-table td:first-child{color:#303133;font-weight:500}.help-reconciliation-formulas{padding:10px 12px;border-left:3px solid #409eff;background:#f5f9ff}.help-reconciliation-formulas code{display:block;padding:5px 8px;border:1px solid #d9ecff;border-radius:3px;background:#fff;color:#3e4b61;font-family:inherit;font-size:11px;line-height:1.7;white-space:normal;overflow-wrap:anywhere}.help-reconciliation-formulas code+code{margin-top:6px}.help-reconciliation-formulas>p{margin:7px 0 0;color:#606266;font-size:10px;line-height:1.7}.help-rule-example{margin-top:10px;padding:10px 12px;display:grid;gap:7px;border-left:3px solid #409eff;background:#f5f9ff}.help-rule-example>strong{color:#409eff;font-size:11px;font-weight:600;line-height:19px}.help-rule-example>div{min-width:0;display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:start}.help-rule-example>div b{color:#606266;font-size:11px;font-weight:600;line-height:19px;white-space:nowrap}.help-rule-example>div span{color:#606266;font-size:11px;line-height:19px}.gift-task-boundary{margin-top:3px;padding-top:10px;border-top:1px solid #d9ecff}.gift-task-boundary-head{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:start}.gift-task-boundary-head b{color:#606266;font-size:11px;font-weight:600;line-height:19px;white-space:nowrap}.gift-task-boundary-head span{color:#606266;font-size:11px;line-height:19px}.gift-task-boundary-table-wrap{margin-top:8px;overflow-x:auto;border:1px solid #dcdfe6;border-radius:3px;background:#fff}.gift-task-boundary-table{width:100%;min-width:480px;border-collapse:collapse;table-layout:fixed;color:#606266;font-size:11px;line-height:18px}.gift-task-boundary-table th,.gift-task-boundary-table td{padding:7px 10px;border-right:1px solid #ebeef5;border-bottom:1px solid #ebeef5;text-align:left;vertical-align:middle;font-weight:400}.gift-task-boundary-table th{background:#f5f7fa;color:#606266;font-weight:500}.gift-task-boundary-table th:last-child,.gift-task-boundary-table td:last-child{border-right:0}.gift-task-boundary-table tbody tr:last-child td{border-bottom:0}.gift-task-boundary-table .is-total td{background:#f7fbff;color:#303133;font-weight:500}.gift-task-boundary-notes{margin:8px 0 0;padding-left:18px;color:#606266;font-size:11px;line-height:1.75}.gift-task-boundary-notes li+li{margin-top:2px}.tournament-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.tournament-paths>div{min-width:0;padding:12px 14px;border:1px solid #e4e7ed;border-left:3px solid #409eff;background:#fbfcfe}.tournament-paths b{display:block;margin-bottom:7px;color:#606266;font-size:10px}.tournament-paths strong{display:block;margin-bottom:5px;color:#303133;font-size:12px}.tournament-paths span{display:block;color:#7c899c;font-size:10px;line-height:1.65}.tournament-effect-note{background:#f7fbff}.tournament-allocation-note{min-height:46px;padding:9px 12px;display:grid;grid-template-columns:88px 1fr auto;gap:12px;align-items:center;border-top:1px solid #d9ecff;background:#f5faff}.tournament-allocation-note b{color:#303133;font-size:10px;font-weight:600}.tournament-allocation-note span{color:#606266;font-size:10px;line-height:1.55}.tournament-allocation-note em{color:#409eff;font-size:9px;font-style:normal;font-weight:600;white-space:nowrap}.help-note{margin:16px 0 0;padding:10px 12px;border-left:3px solid #e6a23c;background:#fdf6ec;color:#606266;font-size:11px;line-height:1.75}.pending-rules{border-top:1px solid #ebeef5}.pending-rules>div{display:grid;grid-template-columns:var(--help-label-width) minmax(0,1fr);column-gap:var(--help-column-gap);padding:14px 2px;border-bottom:1px solid #ebeef5}.identifier-guide{display:grid;gap:20px}.identifier-guide-section>h3{margin:0 0 9px;color:#303133;font-size:12px;font-weight:600;line-height:20px}.identifier-trace-flow{display:grid;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1.12fr) 14px minmax(0,1fr);align-items:stretch;gap:6px}.identifier-trace-flow>div{min-width:0;min-height:70px;padding:11px 9px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid #d9ecff;border-radius:4px;background:#f5faff;text-align:center}.identifier-trace-flow>.anticon{align-self:center;color:#a8b3c2;font-size:10px}.identifier-trace-flow b{color:#303133;font-size:10px;font-weight:600;line-height:1.5}.identifier-trace-flow span{color:#7c899c;font-size:9px;line-height:1.5}.identifier-trace-note{margin:10px 0 0;padding:9px 11px;display:flex;align-items:flex-start;gap:7px;border-left:3px solid #409eff;background:#f7fbff;color:#606266;font-size:10px;line-height:1.65}.identifier-trace-note .anticon{margin-top:2px;flex:0 0 auto;color:#409eff}.identifier-trace-note>span{display:grid;gap:3px}.identifier-trace-note b{color:#303133;font-weight:600}.identifier-lifecycle-compare{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr);gap:8px;align-items:stretch}.identifier-lifecycle-compare>div{min-width:0;padding:10px 12px;display:grid;gap:4px;border:1px solid #e4e7ed;border-radius:4px;background:#fbfcfe}.identifier-lifecycle-compare>.anticon{align-self:center;color:#a8b3c2;font-size:10px}.identifier-lifecycle-compare span{color:#409eff;font-size:9px;font-weight:600;line-height:16px}.identifier-lifecycle-compare b{color:#303133;font-size:10px;font-weight:600;line-height:18px;overflow-wrap:anywhere}.identifier-lifecycle-compare small{color:#7c899c;font-size:9px;line-height:16px}.identifier-dictionary{border-top:1px solid #ebeef5}.identifier-dictionary>div{min-height:56px;display:grid;grid-template-columns:112px minmax(0,1fr) 164px;align-items:center;gap:14px;padding:10px 2px;border-bottom:1px solid #ebeef5}.identifier-dictionary b{color:#303133;font-size:10px;font-weight:600}.identifier-dictionary span{color:#606266;font-size:10px;line-height:1.65}.identifier-dictionary code{min-width:0;padding:5px 7px;overflow-wrap:anywhere;border:1px solid #e4e7ed;border-radius:3px;background:#fafafa;color:#606266;font-family:inherit;font-size:9px;font-variant-numeric:tabular-nums;line-height:1.5}.identifier-use-cases{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.identifier-use-cases>div{min-width:0;padding:11px 12px;border:1px solid #e4e7ed;border-top:2px solid #409eff;border-radius:3px;background:#fff}.identifier-use-cases b{display:block;margin-bottom:6px;color:#303133;font-size:10px;font-weight:600}.identifier-use-cases span{color:#606266;font-size:10px;line-height:1.7}.identifier-query-note{margin:10px 0 0;display:flex;align-items:flex-start;gap:7px;color:#606266;font-size:10px;line-height:1.65}.identifier-query-note .anticon{margin-top:2px;flex:0 0 auto;color:#409eff}.identifier-internal-note{margin:10px 0 0;padding:10px 12px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;border:1px solid #ebeef5;background:#fafbfc}.identifier-internal-note b{color:#606266;font-size:10px;font-weight:600}.identifier-internal-note span{color:#7c899c;font-size:10px;line-height:1.65}.turnover-config-mask{z-index:68}.turnover-config-drawer{width:min(760px,96vw)}.config-drawer-head{flex:0 0 62px}.config-scope-strip{flex:0 0 auto;min-height:40px;padding:8px 18px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #ebeef5;background:#f5f9ff;color:#606266;font-size:11px;line-height:1.6}.config-scope-strip .anticon{color:#409eff}.turnover-config-layout{flex:1;min-height:0;display:grid;grid-template-columns:132px minmax(0,1fr)}.config-section-nav{padding:12px 8px;border-right:1px solid #ebeef5;background:#fafafa}.config-section-nav .config-section-nav-item{width:100%;height:40px;margin-bottom:3px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:3px;outline:0;background:transparent;color:#606266;font-size:11px;text-align:left;cursor:pointer}.config-section-nav .config-section-nav-item:hover{background:#f0f2f5}.config-section-nav .config-section-nav-item.is-active,.config-section-nav .config-section-nav-item.is-active:hover,.config-section-nav .config-section-nav-item.is-active:focus-visible{background:#ecf5ff;color:#409eff;font-weight:600}.config-section-nav .config-section-nav-item:focus-visible{box-shadow:inset 0 0 0 1px #409eff}.config-section-nav .config-section-nav-item.is-active:focus-visible{box-shadow:none}.config-section-nav .config-section-nav-item .anticon{color:currentColor;font-size:9px}.config-section-body{min-width:0;overflow:auto;padding:18px 20px 24px}.config-section-heading{min-height:44px;margin-bottom:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.config-section-heading h3{margin:0 0 5px;color:#303133;font-size:14px;line-height:20px}.config-section-heading p{margin:0;color:#909399;font-size:10px;line-height:17px}.config-badge{flex:0 0 auto;padding:3px 8px;border:1px solid #b3d8ff;border-radius:10px;background:#ecf5ff;color:#409eff;font-size:9px;line-height:16px}.config-badge.neutral{border-color:#dcdfe6;background:#f5f7fa;color:#606266}.config-table{width:100%;border-collapse:collapse;table-layout:fixed}.config-table th{height:38px;padding:0 10px;border:1px solid #ebeef5;background:#f5f7fa;color:#606266;font-size:11px;font-weight:600;text-align:left}.config-table td{height:48px;padding:6px 10px;border:1px solid #ebeef5;color:#606266;font-size:11px;vertical-align:middle}.config-table td b{color:#303133;font-size:11px;font-weight:600}.config-table td>small{display:block;margin-top:2px;color:#909399;font-size:9px}.config-table input,.config-table select,.config-form-grid select{width:100%;height:30px;padding:0 8px;border:1px solid #dcdfe6;border-radius:3px;outline:0;background:#fff;color:#606266;font-size:11px}.config-table input:focus,.config-table select:focus,.config-form-grid select:focus{border-color:#409eff}.config-table select:disabled,.config-form-grid select:disabled{background:#f5f7fa;color:#909399;cursor:not-allowed}.currency-config-table-wrap{width:100%;min-width:0}.currency-config-table{min-width:0}.currency-config-table th:nth-child(1){width:68px}.currency-config-table th:nth-child(2){width:152px}.currency-config-table th:nth-child(3){width:128px}.currency-config-table th:nth-child(4){width:auto}.currency-config-table .currency-code-cell b{display:block;line-height:18px}.currency-config-table td{height:58px}.currency-config-table td>small{line-height:14px}.config-rate-pending{color:#909399;font-size:10px}.config-status-configured{color:#67c23a}.config-status-unconfigured{color:#909399}.config-number-input,.multiplier-input{height:30px;display:flex;align-items:center;overflow:hidden;border:1px solid #dcdfe6;border-radius:3px;background:#fff}.config-number-input:focus-within,.multiplier-input:focus-within{border-color:#409eff}.config-number-input.invalid,.multiplier-input.invalid{border-color:#f56c6c}.config-number-input>span,.multiplier-input>span{flex:0 0 auto;padding:0 8px;color:#909399;font-size:10px}.config-number-input>span{border-right:1px solid #ebeef5}.multiplier-input>span{border-left:1px solid #ebeef5}.config-number-input input,.multiplier-input input{min-width:0;height:28px;padding:0 8px;border:0;outline:0;color:#303133;font-size:10px}.config-error{display:block;margin-top:3px;color:#f56c6c;font-size:9px;font-style:normal}.config-switch{display:inline-flex;align-items:center;gap:7px;color:#606266;font-size:10px;cursor:pointer}.config-switch input{position:absolute;opacity:0;pointer-events:none}.config-switch>span{position:relative;width:30px;height:16px;border-radius:8px;background:#c0c4cc;transition:.2s}.config-switch>span:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:.2s}.config-switch input:checked+span{background:#409eff}.config-switch input:checked+span:after{left:16px}.config-switch.icon-only{justify-content:center}.config-inline-note{min-height:48px;margin-top:14px;padding:9px 12px;display:grid;grid-template-columns:112px 1fr;gap:14px;align-items:start;border-left:3px solid #409eff;background:#f5f9ff}.config-inline-note.warning{border-left-color:#e6a23c;background:#fdf6ec}.config-inline-note b{color:#303133;font-size:10px;line-height:18px}.config-inline-note span{color:#606266;font-size:10px;line-height:18px}.config-disclosure{min-height:38px;margin-top:12px;border-left:3px solid #409eff;background:#f5f9ff}.config-disclosure>summary{min-height:38px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#303133;cursor:pointer;list-style:none}.config-disclosure>summary::-webkit-details-marker{display:none}.config-disclosure>summary>span:last-child{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#409eff;font-size:10px;line-height:18px}.config-disclosure-summary{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px}.config-disclosure-summary b{color:#303133;font-size:10px;font-weight:600;line-height:18px}.config-disclosure-summary small{max-width:100%;overflow-wrap:anywhere;color:#7f8b9d;font-size:9px;line-height:15px}.config-disclosure>summary .anticon{transition:transform .16s ease}.config-disclosure[open]>summary .anticon{transform:rotate(180deg)}.config-disclosure-copy{padding:0 12px 10px;color:#606266;font-size:10px;line-height:18px}.config-disclosure-copy>p{margin:0}.config-disclosure-copy>small{display:block;margin-top:6px;color:#7f8b9d;font-size:10px;line-height:17px}.config-disclosure-copy>small b,.config-disclosure-copy .config-scenario-tip b{color:#303133;font-weight:600}.config-generation-preview-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.config-generation-preview-copy small{color:#909399;font-size:10px;line-height:16px}.config-scenario-tip{margin-top:6px;padding:8px 10px;border:1px solid #d9ecff;border-radius:4px;background:#fff}.config-scenario-tip strong{display:flex;align-items:center;gap:5px;color:#409eff;font-size:10px;font-weight:600;line-height:16px}.config-scenario-tip p{margin:3px 0 0;color:#606266;font-size:10px;line-height:17px}.tournament-flow-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tournament-flow-choice>label{min-height:92px;padding:14px;display:flex;align-items:flex-start;gap:10px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;cursor:pointer}.tournament-flow-choice>label:hover{border-color:#b3d8ff}.tournament-flow-choice>label.selected{border-color:#409eff;background:#f5f9ff}.tournament-flow-choice input{margin-top:3px;accent-color:#409eff}.tournament-flow-choice label>span{min-width:0}.tournament-flow-choice b{display:block;margin-bottom:7px;color:#303133;font-size:11px}.tournament-flow-choice small{display:block;color:#909399;font-size:10px;line-height:17px}.config-secondary-heading{margin-top:20px}.source-config-table th:nth-child(1){width:144px}.source-config-table th:nth-child(2){width:190px}.source-config-table th:nth-child(3){width:104px}.source-config-table th:nth-child(5){width:110px}.source-config-table td:nth-child(2){white-space:normal;word-break:break-word;line-height:1.45}.source-owned-value{color:#909399}.config-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:14px;border:1px solid #ebeef5}.config-form-grid>label{min-width:0;display:flex;flex-direction:column;gap:6px}.config-form-grid>label.wide{grid-column:1 / -1}.config-form-grid>label>span{color:#606266;font-size:10px;font-weight:600}.config-form-grid small{color:#909399;font-size:9px;line-height:15px}.texas-rule-table{margin-top:14px}.texas-rule-table th:nth-child(1){width:250px}.texas-rule-table th:nth-child(2){width:120px}.config-count{margin:-5px 0 8px;color:#909399;font-size:9px;text-align:right}.tournament-config-table{table-layout:auto}.tournament-config-table th:nth-child(1){width:126px}.tournament-config-table th:nth-child(2){min-width:160px}.tournament-config-table th:nth-child(3),.tournament-config-table th:nth-child(4){width:84px}.tournament-config-table th:nth-child(5){width:90px}.tournament-config-table th:nth-child(6),.tournament-config-table th:nth-child(7){width:58px;text-align:center}.tournament-config-table td:nth-child(6),.tournament-config-table td:nth-child(7){text-align:center}.multiplier-input.compact>span{padding:0 5px}.config-delete{width:30px;height:30px;border:0;border-radius:3px;background:transparent;color:#909399}.config-delete:hover{background:#fef0f0;color:#f56c6c}.config-empty{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #dcdfe6;color:#909399;font-size:10px}.config-empty .anticon{font-size:24px;color:#c0c4cc}.config-global-error{margin-top:8px;color:#f56c6c;font-size:9px}.priority-config-table th:nth-child(1){width:72px}.priority-config-table th:nth-child(2){width:180px}.priority-config-table th:nth-child(3){width:220px}.priority-config-table tbody td:first-child b{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;background:#ecf5ff;color:#409eff}.config-drawer-foot{flex:0 0 58px;align-items:center;gap:10px}.config-drawer-foot>span{min-width:0;margin-right:auto;color:#909399;font-size:9px;line-height:15px}.config-drawer-foot>em{flex:0 0 auto;color:#f56c6c;font-size:9px;font-style:normal}.system-evidence-label{color:#909399;font-size:10px}.pending-evidence-row{background:#fffdf5}.pending-evidence-row td:last-child{white-space:normal}.pending-evidence-row td:last-child small{display:block;margin-top:4px;color:#909399;font-size:9px;line-height:1.45}.evidence-filter-empty{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;color:#909399;text-align:center;border:1px dashed #dcdfe6;background:#fafbfc}.evidence-filter-empty .anticon{color:#c0c4cc;font-size:24px}.evidence-filter-empty b{color:#606266;font-size:11px;font-weight:400}.evidence-filter-empty span{max-width:560px;color:#909399;font-size:10px;line-height:1.6}.calc-result.not-countable strong{color:#909399}.calc-result.not-countable{background:#fafafa}.nested-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:24px;background:#1b26386b}.quota-adjustment-modal>.quota-adjustment-detail-grid .detail-field.wide{grid-column:1 / -1;border-right:0}.quota-adjustment-modal>.quota-adjustment-detail-grid .detail-field.wide .detail-field-value{min-height:48px;display:flex;align-items:center}.adjustment-snapshot-transition{display:inline-flex;align-items:center;gap:8px;font-variant-numeric:tabular-nums}.adjustment-snapshot-transition del{color:#a6afbc;text-decoration-line:line-through;text-decoration-thickness:1px;text-decoration-color:#909399}.adjustment-snapshot-transition em{color:#a6afbc;font-style:normal}.adjustment-snapshot-transition strong{color:#303133;font-weight:500}.clearance-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e8ecf1}.clearance-grid>div{min-height:72px;padding:11px 12px;display:flex;flex-direction:column;justify-content:center;gap:5px;border-right:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1}.clearance-grid>div:nth-child(4n){border-right:0}.clearance-grid span{color:#909399;font-size:10px}.clearance-grid b{color:#303133;font-size:12px;font-weight:400}.clearance-grid small{color:#8d99aa;font-size:9px;line-height:1.45}.clearance-grid .clear-result{grid-column:span 2;border-right:0;background:#f0f9eb}.clearance-grid .clear-result b{color:#67c23a;font-weight:600}.audit-summary-line{display:flex;flex-wrap:wrap;align-items:center;gap:0;overflow:visible;white-space:normal}.summary-item{min-height:24px;display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;padding:0 12px;border-left:1px solid #e4e7ed;white-space:nowrap}.summary-item:first-child{padding-left:0;border-left:0}.summary-item:last-child{padding-right:0}.summary-item span{color:#606266;font-size:11px}.summary-item strong,.summary-item .summary-value{font-size:12px;font-variant-numeric:tabular-nums}.summary-result strong{font-weight:600}.summary-item .summary-integrity-warning{max-width:260px;color:#f56c6c;font-size:10px;line-height:16px;white-space:normal}.summary-primary strong{font-size:13px}.records-table td{height:74px}.records-table .audit-adjustment-row{background:#fffdf7}.records-table .audit-adjustment-row:hover{background:#fff9eb}.records-table .audit-adjustment-row td:last-child{background:#fffdf7}.records-table .audit-adjustment-row:hover td:last-child{background:#fff9eb}.row-actions{position:relative;gap:12px}.settings-modal{width:min(620px,calc(100vw - 48px))}.settings-modal .modal-head{min-height:56px;padding:0 20px}.settings-modal .modal-head b{font-size:16px;font-weight:600;line-height:24px}.settings-modal .close-button{width:36px;height:36px}.settings-body{padding:0 20px 16px}.settings-list{overflow:hidden;border:1px solid #e4e7ed;border-radius:3px}.setting-row{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:12px;padding:3px 10px 3px 12px;border-bottom:1px solid #ebeef5}.setting-row:last-child{border-bottom:0}.setting-main{min-width:0;display:flex;align-items:center;gap:10px;cursor:pointer}.setting-main.is-fixed{cursor:default}.setting-main input{width:14px;height:14px;flex:0 0 auto;accent-color:#409eff}.setting-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.setting-copy b{overflow:hidden;color:#606266;font-size:12px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.setting-copy small{overflow:hidden;color:#909399;font-size:10px;font-weight:400;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.setting-moves{display:flex;justify-content:flex-end;gap:4px}.setting-moves button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266}.setting-moves button:hover:not(:disabled){border-color:#c6e2ff;background:#ecf5ff;color:#409eff}.setting-moves button:disabled{border-color:#ebeef5;background:#fafafa;color:#c0c4cc;cursor:not-allowed}.settings-modal .modal-foot{min-height:58px}@media(max-width:1380px){.summary-item{padding:0 9px}}@media(max-width:900px){.allocation-order-roles{grid-template-columns:1fr}.definition-list>div,.rule-sequence>div,.pending-rules>div{grid-template-columns:1fr;gap:5px}.identifier-trace-flow{grid-template-columns:1fr}.identifier-trace-flow>.anticon{transform:rotate(90deg)}.identifier-dictionary>div{grid-template-columns:1fr;gap:4px}.identifier-use-cases,.tournament-paths{grid-template-columns:1fr}.tournament-allocation-note{grid-template-columns:1fr;gap:4px}.allocation-rule-panel{padding-left:2px}.allocation-rule-example>div{grid-template-columns:1fr;gap:2px}.help-rule-panel{padding-left:2px}.help-rule-example>div{grid-template-columns:1fr;gap:2px}.gift-task-boundary-head{grid-template-columns:1fr;gap:2px}.identifier-lifecycle-compare{grid-template-columns:1fr}.identifier-lifecycle-compare>.anticon{transform:rotate(90deg)}.clearance-grid{grid-template-columns:repeat(2,1fr)}.clearance-grid>div:nth-child(2n){border-right:0}.turnover-config-layout{grid-template-columns:120px minmax(0,1fr)}.tournament-flow-choice,.config-form-grid{grid-template-columns:1fr}.config-form-grid>label.wide{grid-column:auto}}:where(button,input,select,textarea,a[href],summary,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid #1677ff!important;outline-offset:2px}.config-section-nav .config-section-nav-item.is-active:focus,.config-section-nav .config-section-nav-item.is-active:focus-visible{border:0!important;outline:0!important;box-shadow:none!important}.account-input-control:focus-within,.compound-control:focus-within,.config-number-input:focus-within,.multiplier-input:focus-within{border-color:#409eff;box-shadow:0 0 0 2px #409eff24}.tournament-flow-choice>label:has(input:focus-visible),.config-switch:has(input:focus-visible),.setting-main:has(input:focus-visible),.filter-setting-main:has(input:focus-visible){border-radius:3px;outline:2px solid #1677ff;outline-offset:2px}.modal{min-height:0}.modal>.modal-head,.modal>.modal-foot{flex:0 0 auto}.modal>.modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.release-modal,.adjust-modal,.add-modal{height:auto;max-height:calc(100vh - 48px)}.add-modal>.modal-body{flex:0 1 auto}.filter-settings-modal,.settings-modal{height:min(680px,calc(100vh - 48px));max-height:calc(100vh - 48px)}.release-modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.professional-table-shell{position:relative;width:100%;min-width:0;container-type:inline-size}.professional-table-shell .table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;overscroll-behavior-inline:contain;scrollbar-gutter:stable}.table-overflow-hint{min-height:30px;padding:6px 12px;display:flex;align-items:center;justify-content:flex-end;gap:6px;border-bottom:1px solid #d9ecff;background:#f5f9ff;color:#6f7d90;font-size:10px;line-height:17px}.table-overflow-hint .anticon{flex:0 0 auto;color:#409eff}@container (max-width: 1260px){.professional-table-shell .dense-table th:last-child,.professional-table-shell .dense-table td:last-child{position:static;right:auto;z-index:auto;box-shadow:none}}.settings-guard-warning{min-height:30px;margin-right:auto;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid #f7d79d;border-radius:3px;background:#fff7e8;color:#8d652f;font-size:10px;line-height:18px}.settings-guard-warning .anticon{flex:0 0 auto;color:#e6a23c}.config-audit-history{margin-top:16px}.config-audit-history-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;color:#606266;font-size:10px}.config-audit-history-head>div{display:inline-flex;align-items:center;gap:6px}.config-audit-history-head>div .anticon{color:#409eff}.config-audit-history-list{height:226px;overflow:hidden;border:1px solid #d9ecff;border-radius:3px 3px 0 0;background:#fff}.config-audit-strip{min-height:45px;padding:6px 10px;display:flex;align-items:flex-start;gap:10px;border:0;border-bottom:1px solid #d9ecff;border-left:3px solid #409eff;background:#f5f9ff}.config-audit-strip:last-child{border-bottom:0}.config-audit-strip>.anticon{flex:0 0 auto;margin-top:2px;color:#409eff;font-size:14px}.config-audit-strip>div{min-width:0;flex:1;display:grid;grid-template-columns:minmax(90px,auto) minmax(0,1fr);gap:3px 12px}.config-audit-strip b{color:#303133;font-size:10px;line-height:18px}.config-audit-strip span{color:#606266;font-size:10px;line-height:18px}.config-audit-strip small{grid-column:1 / -1;color:#909399;font-size:9px;line-height:16px}.config-audit-record-id{grid-column:1 / -1;min-width:0;display:inline-flex;align-items:center;gap:7px}.config-audit-record-id em{color:#909399;font-size:9px;font-style:normal;line-height:16px}.config-audit-history-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#909399;font-size:10px}.config-audit-history-empty .anticon{color:#c0c4cc;font-size:20px}.config-audit-pagination{min-height:42px;padding:7px 8px;display:flex;align-items:center;justify-content:flex-end;border:1px solid #ebeef5;border-top:0;border-radius:0 0 3px 3px;background:#fff}.config-history-pagination{width:100%;min-height:28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:5px;color:#606266;font-size:9px;line-height:28px}.config-history-pagination .el-pagination__total{margin-right:auto;white-space:nowrap}.config-history-pagination .el-pagination__sizes{height:28px;display:inline-flex;align-items:center}.config-history-pagination .el-select{display:inline-flex}.config-history-pagination .el-input__inner{width:72px;height:28px;margin:0;padding:0 20px 0 7px;border:1px solid #dcdfe6;border-radius:3px;outline:0;background:#fff;color:#606266;font-size:9px;line-height:26px}.config-history-pagination .el-input__inner:focus{border-color:#409eff}.config-history-pagination .btn-prev,.config-history-pagination .btn-next{width:28px;height:28px;padding:0;border:1px solid #ebeef5;border-radius:3px;background:#f4f4f5;color:#606266;cursor:pointer}.config-history-pagination .btn-prev:hover:not(:disabled),.config-history-pagination .btn-next:hover:not(:disabled){border-color:#b3d8ff;background:#ecf5ff;color:#409eff}.config-history-pagination .btn-prev:disabled,.config-history-pagination .btn-next:disabled{border-color:#ebeef5;background:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.config-history-pagination .btn-prev .anticon,.config-history-pagination .btn-next .anticon{font-size:9px}.config-history-pagination .el-pager{height:28px;margin:0;padding:0;display:flex;align-items:center;gap:4px;list-style:none}.config-history-pagination .el-pager li{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:#f4f4f5;color:#606266;line-height:28px}.config-history-pagination .el-pager li button{width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;color:inherit;font-size:9px;cursor:pointer}.config-history-pagination .el-pager li:hover:not(.active):not(.more){background:#ecf5ff;color:#409eff}.config-history-pagination .el-pager li.active{background:#409eff;color:#fff}.config-history-pagination .el-pager li.more{background:transparent;color:#909399}.config-history-pagination .el-pagination__jump{height:28px;margin-left:3px;display:inline-flex;align-items:center;white-space:nowrap}.config-history-pagination .el-pagination__editor{width:38px;height:28px;margin:0 4px;padding:0 4px;border:1px solid #dcdfe6;border-radius:3px;outline:0;color:#606266;font-size:9px;line-height:26px;text-align:center}.config-history-pagination .el-pagination__editor:focus{border-color:#409eff}.member-detail-page-title{margin-bottom:10px}.member-detail-profile{min-height:86px;margin-bottom:0;padding:14px 16px;display:flex;align-items:center;gap:12px;border:1px solid #e4e9ef;border-bottom:0;background:#fff}.member-detail-avatar{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#ecf5ff;color:#409eff;font-size:19px}.member-detail-profile>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.member-detail-profile>div:nth-child(2) b{color:#303133;font-size:15px;font-weight:600}.member-detail-profile>div:nth-child(2) span{color:#909399;font-size:10px}.member-currency-inheritance{color:#66768b;font-size:9px;font-weight:400;line-height:1.5}.member-currency-inheritance.is-invalid{color:#df454b}.member-detail-profile-tags{margin-left:auto;display:flex;align-items:center;gap:7px}.member-detail-profile-tags span{padding:3px 8px;border:1px solid #d9ecff;border-radius:10px;background:#f5faff;color:#409eff;font-size:9px}.member-detail-tabs{min-height:46px;margin-bottom:12px;padding:0 12px;display:flex;align-items:stretch;gap:21px;overflow-x:auto;border:1px solid #e4e9ef;background:#fff;scrollbar-width:thin}.member-detail-tabs button{flex:0 0 auto;padding:0 3px;position:relative;border:0;background:transparent;color:#606266;font-size:11px}.member-detail-tabs button.active{color:#409eff;font-weight:600}.member-detail-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:#409eff}.member-finance-skeleton,.member-withdrawal-section{margin-bottom:12px;border:1px solid #e4e9ef;border-radius:3px;background:#fff;overflow:hidden}.member-finance-section-head{min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #ebeef5;background:#fafbfc}.member-finance-section-head>div{min-width:0;display:flex;align-items:center;gap:8px}.member-finance-section-head h2{margin:0;color:#303133;font-size:13px;font-weight:600}.member-finance-section-head>span{color:#a6aebb;font-size:9px}.member-finance-section-title>span{color:#909399;font-size:9px;font-variant-numeric:tabular-nums}.member-turnover-link{flex:0 0 auto}.member-finance-skeleton-body{padding:10px 14px 14px;display:grid;gap:9px}.member-finance-skeleton-body>div{min-height:30px;display:grid;grid-template-columns:140px 1fr 34%;align-items:center;gap:18px;border-bottom:1px solid #f0f2f5}.member-finance-skeleton-body>div:last-child{border-bottom:0}.member-finance-skeleton-body i{height:8px;display:block;border-radius:4px;background:linear-gradient(90deg,#eef1f5,#f7f8fa,#eef1f5)}.member-finance-skeleton-body i:first-child{width:78px}.member-finance-skeleton-body i:nth-child(2){width:min(280px,80%)}.member-finance-skeleton-body i:last-child{width:min(190px,74%);justify-self:end}.member-turnover-current span,.member-adjustment-metrics span{color:#7d899a;font-size:10px}.member-turnover-current span>em{font-style:normal;font-weight:500}.member-turnover-current span>em.is-blocked{color:#f56c6c}.member-turnover-current span>em.is-passed{color:#67c23a}.member-turnover-current small{color:#909399;font-size:9px;line-height:1.5}.member-turnover-current{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:14px 16px 10px;background:#fff}.member-turnover-current>div{min-width:0;min-height:66px;padding:0;display:flex;flex-direction:column;justify-content:center;gap:5px}.member-turnover-current strong{color:#45536a;font-size:16px;font-weight:600;font-variant-numeric:tabular-nums}.member-turnover-current .is-total strong{color:#303133;font-size:18px}.member-metric-value-row{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 10px}.member-metric-value-row .link{flex:0 0 auto;font-size:9px;font-weight:400}.member-adjustment-summary{padding:0}.member-adjustment-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:10px 16px 16px}.member-adjustment-metrics>div{min-width:0;min-height:52px;padding:0;display:flex;flex-direction:column;justify-content:center;gap:5px}.member-adjustment-metrics b{color:#45536a;font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.member-adjustment-history-modal{width:min(1060px,calc(100vw - 48px));height:min(760px,calc(100vh - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border-radius:3px;background:#fff;box-shadow:0 22px 70px #15233947}.member-adjustment-history-modal>.modal-head,.member-history-section-tabs,.member-ledger-period-summary,.member-adjustment-history-note,.member-adjustment-history-switch,.member-treatment-filter,.member-adjustment-history-modal>.modal-foot{flex-shrink:0}.member-history-section-tabs{display:flex;gap:22px;min-height:44px;padding:0 16px;border-bottom:1px solid #e7ebf0}.member-history-section-tabs button{position:relative;padding:0 2px;border:0;background:transparent;color:#606266;font-size:11px}.member-history-section-tabs button.active{color:#409eff;font-weight:600}.member-history-section-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:#409eff}.member-history-section-tabs button:focus-visible{outline:2px solid #409eff;outline-offset:2px}.member-adjustment-history-note{margin:14px 16px 0;padding:9px 11px;display:flex;align-items:flex-start;gap:7px;border:1px solid #d9ecff;background:#f5faff;color:#66768b;font-size:10px;line-height:1.55}.member-adjustment-history-note .anticon{flex:0 0 auto;margin-top:2px;color:#409eff}.member-ledger-period-summary{margin:14px 16px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e4e9ef;border-radius:3px;background:#fcfdff}.member-ledger-period-summary>div{min-height:54px;padding:9px 11px;display:flex;flex-direction:column;justify-content:center;gap:4px;border-right:1px solid #e4e9ef}.member-ledger-period-summary>div:last-child{border-right:0}.member-ledger-period-summary span{color:#7d899a;font-size:9px}.member-ledger-period-summary b{color:#3d4b61;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.member-adjustment-history-switch{box-sizing:border-box;flex:0 0 34px;min-height:34px;max-height:34px;margin:12px 16px 0;display:inline-flex;align-self:flex-start;border:1px solid #dcdfe6;border-radius:3px;overflow:hidden}.member-adjustment-history-switch button{box-sizing:border-box;flex:0 0 82px;min-width:82px;min-height:32px;max-height:32px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border:0;border-right:1px solid #dcdfe6;background:#fff;color:#606266;font-size:10px;line-height:1;white-space:nowrap}.member-adjustment-history-switch button:last-child{border-right:0}.member-adjustment-history-switch button.active{background:#ecf5ff;color:#409eff;font-weight:600}.member-adjustment-history-switch button:focus-visible{position:relative;z-index:1;outline:2px solid #409eff;outline-offset:-2px}.member-treatment-filter{margin:12px 16px 0;display:flex;flex-wrap:wrap;gap:7px}.member-treatment-filter button{min-height:30px;padding:0 12px;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266;font-size:10px}.member-treatment-filter button.active{border-color:#409eff;background:#ecf5ff;color:#409eff;font-weight:600}.member-treatment-filter button:focus-visible{outline:2px solid #409eff;outline-offset:2px}.member-ledger-list{flex:1 1 auto;min-height:0;margin:10px 16px 14px;overflow:auto;border:1px solid #e4e9ef;border-radius:3px;background:#fff}.member-ledger-header,.member-ledger-row-main{display:grid;align-items:center;gap:10px}.member-ledger-header{position:sticky;z-index:1;top:0;min-height:36px;padding:0 10px;border-bottom:1px solid #e4e9ef;background:#f5f7fa;color:#606266;font-size:9px;font-weight:500}.member-ledger-header.is-adjustment,.member-ledger-row-main.is-adjustment{grid-template-columns:140px 120px minmax(170px,1fr) 110px 92px 76px}.member-ledger-header.is-treatment,.member-ledger-row-main.is-treatment{grid-template-columns:150px 150px 112px minmax(160px,1fr) 142px 96px}.member-ledger-row{border-bottom:1px solid #ebeef5}.member-ledger-row:last-child{border-bottom:0}.member-ledger-row.is-requested{background:#f0f8ff;box-shadow:inset 3px 0 #409eff}.member-ledger-row.is-expanded{background:#fbfdff}.member-ledger-card-list{padding:10px;display:flex;flex-direction:column;gap:8px;border-color:#e6eaf0;background:#f6f8fb}.member-ledger-card-list .member-ledger-row{flex:0 0 auto;overflow:hidden;border:1px solid #e1e6ed;border-radius:4px;background:#fff}.member-ledger-card-list .member-ledger-row.is-requested{border-color:#b8dafc;background:#f8fcff}.member-ledger-card-top{min-height:48px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0f4}.member-ledger-card-title{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px}.member-ledger-card-title>b{color:#303133;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.member-ledger-card-title .member-ledger-detail-toggle{justify-content:flex-start}.member-adjustment-task-carrier{min-width:0;display:inline-flex;align-items:center;gap:5px;color:#7d899a;font-size:9px}.member-adjustment-task-carrier small{flex:0 0 auto;color:#909399;font-size:9px}.member-adjustment-task-carrier .identifier-copy{min-width:0}.member-treatment-task-count{color:#7d899a;font-size:9px;white-space:nowrap}.member-ledger-card-meta{flex:0 0 auto;display:flex;align-items:center;gap:10px;color:#7d899a;font-size:9px;white-space:nowrap}.member-ledger-card-meta em{color:#909399;font-style:normal}.member-ledger-card-facts{padding:10px 11px;display:grid;gap:10px 18px}.member-ledger-card-facts.is-adjustment{grid-template-columns:minmax(210px,1.4fr) minmax(130px,.8fr) minmax(90px,.55fr)}.member-ledger-card-facts.is-treatment{grid-template-columns:minmax(155px,.8fr) minmax(210px,1.15fr) minmax(210px,1.15fr) minmax(180px,1fr)}.member-ledger-card-facts>div{min-width:0;display:flex;flex-direction:column;gap:4px}.member-ledger-card-facts span{color:#7d899a;font-size:9px;line-height:1.45}.member-ledger-card-facts b{min-width:0;color:#45536a;font-size:10px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.member-adjustment-source-type{display:inline-flex;padding:2px 7px;border-radius:9px;font-size:9px;white-space:nowrap}.member-adjustment-source-type.is-addition,.member-adjustment-source-type.is-legacy{background:#f0f2f5;color:#606266}.member-ledger-quota-transition{display:inline-flex;align-items:center;gap:7px;font-variant-numeric:tabular-nums}.member-ledger-quota-transition del{color:#9099a8;text-decoration-color:#909399}.member-ledger-quota-transition .anticon{color:#a6afbc;font-size:9px}.member-ledger-quota-transition strong{color:#303133;font-weight:600}.member-ledger-row-main{min-height:56px;padding:8px 10px;color:#536177;font-size:10px}.member-ledger-row-main>div{min-width:0;display:flex;flex-direction:column;gap:3px}.member-ledger-row-main>div>small{display:none;color:#909399;font-size:9px}.member-ledger-row-main b{min-width:0;color:#45536a;font-size:10px;font-weight:600;line-height:1.5;font-variant-numeric:tabular-nums}.member-ledger-row-main span,.member-ledger-row-main em{min-width:0;color:#5f6c7e;font-size:10px;line-height:1.5;font-style:normal}.member-ledger-row-main em{color:#909399;font-size:9px}.member-ledger-detail-toggle{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;white-space:nowrap}.member-ledger-detail-toggle .anticon{font-size:8px;transition:transform .18s ease}.member-ledger-detail-toggle[aria-expanded=true] .anticon{transform:rotate(180deg)}.member-ledger-details{padding:10px 12px;display:grid;grid-template-columns:120px minmax(0,1.5fr) minmax(220px,1fr);gap:12px;border-top:1px dashed #dce6f2;background:#f7fbff}.member-ledger-details.is-treatment{grid-template-columns:minmax(0,1fr);background:#fafbfd}.member-ledger-details.is-adjustment-detail{grid-template-columns:minmax(0,1fr)}.member-ledger-details .is-primary{grid-column:span 2}.member-ledger-details.is-treatment .is-primary,.member-ledger-details.is-adjustment-detail .is-primary{grid-column:1 / -1}.member-ledger-details>div{min-width:0;display:flex;flex-direction:column;gap:4px}.member-ledger-details span{color:#7d899a;font-size:9px}.member-ledger-details b{min-width:0;color:#45536a;font-size:10px;font-weight:500;line-height:1.55;overflow-wrap:anywhere}.member-agent-relation-value{display:inline-flex;align-items:center;gap:5px;min-width:0}.member-agent-relation-value>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-adjustment-history-table-wrap{flex:1 1 auto;min-height:0;margin:10px 16px 14px;overflow:auto;border:1px solid #e4e9ef}.member-adjustment-history-table{width:100%;min-width:780px;border-collapse:collapse;table-layout:fixed}.member-adjustment-history-table th{height:38px;padding:0 10px;background:#f5f7fa;color:#606266;text-align:left;font-size:10px;font-weight:500}.member-adjustment-history-table td{height:48px;padding:8px 10px;border-top:1px solid #ebeef5;color:#536177;font-size:10px;line-height:1.45;vertical-align:middle}.member-adjustment-history-table th:nth-child(1){width:112px}.member-adjustment-history-table th:nth-child(2){width:190px}.member-adjustment-history-table th:nth-child(3){width:140px}.member-adjustment-history-table th:nth-child(4){width:110px}.member-adjustment-history-table th:nth-child(5){width:170px}.member-adjustment-history-table td:first-child{font-variant-numeric:tabular-nums;font-weight:600}.member-adjustment-history-table td:nth-child(2){min-width:0}.member-adjustment-history-table td small{display:block;margin-top:3px;color:#909399;font-size:9px}.member-treatment-history-table{min-width:1060px}.member-treatment-history-table th:nth-child(1){width:92px}.member-treatment-history-table th:nth-child(2){width:150px}.member-treatment-history-table th:nth-child(3){width:110px}.member-treatment-history-table th:nth-child(4){width:110px}.member-treatment-history-table th:nth-child(5){width:210px}.member-treatment-history-table th:nth-child(6){width:150px}.member-treatment-history-table tr.is-requested td{background:#f0f8ff}.member-treatment-type{display:inline-flex;padding:2px 7px;border-radius:9px;background:#f0f2f5;color:#606266;white-space:nowrap}.member-treatment-type.is-人工扣除,.member-treatment-type.is-差额豁免,.member-treatment-type.is-礼包撤回{background:#f0f2f5;color:#606266}.member-treatment-task-list{display:flex;flex-direction:column}.member-treatment-task-effect{min-width:0;padding:10px 11px;display:grid;grid-template-columns:minmax(155px,.85fr) minmax(180px,1.05fr) minmax(185px,1.1fr) minmax(180px,1fr);gap:10px 18px;border-bottom:1px solid #edf0f4}.member-treatment-task-effect.is-requested-task{background:#edf7ff;box-shadow:inset 3px 0 #409eff}.member-treatment-task-effect:last-child{border-bottom:0}.member-treatment-task-effect>div{min-width:0;display:flex;flex-direction:column;gap:4px}.member-treatment-task-effect span{color:#7d899a;font-size:9px;line-height:1.45}.member-treatment-task-effect b{min-width:0;color:#45536a;font-size:10px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.member-treatment-task-effect .identifier-copy{min-width:0}.member-history-empty{height:88px!important;color:#909399!important;text-align:center;font-weight:400!important}.member-adjustment-scope-shell{display:block;min-width:0;max-width:100%}.member-adjustment-scope-text{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-scope-shell{display:block;width:100%;min-width:0;max-width:100%}.overflow-scope-text{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-adjustment-scope-text:focus-visible{border-radius:2px;outline:2px solid #409eff;outline-offset:2px}.member-adjustment-scope-tooltip{position:fixed;z-index:1300;width:max-content;max-width:min(360px,calc(100vw - 16px));padding:7px 9px;border:1px solid #485262;border-radius:4px;background:#303846;box-shadow:0 5px 18px #1f2d3d38;color:#fff;font-size:11px;line-height:1.5;overflow-wrap:anywhere;pointer-events:none;white-space:normal}.member-adjustment-scope-tooltip[data-placement=top]{transform:translateY(-100%)}.member-adjustment-period{display:inline-flex;padding:2px 7px;border-radius:9px;font-size:9px}.member-adjustment-period.is-current{background:#f0f2f5;color:#606266}.member-adjustment-period.is-history{background:#f0f2f5;color:#7b8797}.latest-business-help-body{background:#f7f9fc}.latest-help-rule-list{display:grid;gap:12px}.latest-help-rule-card{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:14px;border:1px solid #e4e9ef;border-radius:4px;background:#fff}.latest-help-rule-card>.rule-step-index{margin-top:1px}.latest-help-rule-card h3{margin:0;color:#303133;font-size:12px;font-weight:600}.latest-help-rule-card p{margin:7px 0 0;color:#5f6c7e;font-size:10px;line-height:1.75}.latest-help-disclosure{margin-top:8px;border-top:1px dashed #dfe5ed}.latest-help-disclosure>summary{min-height:34px;display:flex;align-items:center;gap:6px;color:#409eff;font-size:10px;list-style:none;cursor:pointer}.latest-help-disclosure>summary::-webkit-details-marker{display:none}.latest-help-disclosure>summary .anticon{margin-left:auto;font-size:9px;transition:transform .18s ease}.latest-help-disclosure[open]>summary .anticon{transform:rotate(180deg)}.latest-help-example{padding:8px 10px;display:flex;align-items:flex-start;gap:9px;border-left:2px solid #409eff;background:#f5faff;color:#66768b;font-size:10px;line-height:1.6}.latest-help-example b{flex:0 0 auto;color:#409eff;font-weight:600}.latest-help-detail{margin:7px 0 0!important;padding:8px 10px;border:1px solid #e4e9ef;border-radius:3px;background:#fafbfc;color:#66768b!important}@media(max-width:900px){.member-turnover-current,.member-adjustment-metrics{grid-template-columns:1fr;gap:12px}.member-ledger-header{display:none}.member-ledger-row-main.is-adjustment,.member-ledger-row-main.is-treatment{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.member-ledger-row-main>div>small{display:block}.member-ledger-detail-toggle{justify-content:flex-start;min-height:32px}.member-ledger-details,.member-ledger-details.is-treatment,.member-ledger-card-facts.is-adjustment,.member-ledger-card-facts.is-treatment,.member-treatment-task-effect{grid-template-columns:repeat(2,minmax(0,1fr))}.member-ledger-card-top{align-items:flex-start}.member-ledger-card-meta{flex-direction:column;align-items:flex-end;gap:2px}}@media(max-width:560px){.member-adjustment-history-switch button{flex-basis:96px;min-width:96px}.member-adjustment-history-modal{width:calc(100vw - 20px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.member-ledger-period-summary{grid-template-columns:1fr}.member-ledger-period-summary>div{border-right:0;border-bottom:1px solid #e4e9ef}.member-ledger-period-summary>div:last-child{border-bottom:0}.member-ledger-row-main.is-adjustment,.member-ledger-row-main.is-treatment,.member-ledger-details,.member-ledger-details.is-treatment,.member-ledger-details.is-adjustment-detail,.member-ledger-card-facts.is-adjustment,.member-ledger-card-facts.is-treatment,.member-treatment-task-effect{grid-template-columns:1fr}.member-ledger-card-top{flex-direction:column}.member-ledger-card-meta{align-items:flex-start}.member-ledger-details .is-primary{grid-column:span 1}.calculation-section-head{align-items:flex-start;flex-direction:column;gap:0;padding:0 13px 8px}.calculation-section-head h3{padding:0}.calculation-section-head>span{text-align:left}.calculation-formula-disclosure .manual-add-formula-grid{grid-template-columns:1fr}body,.app-shell,.app-main,.content,.query-panel,.task-area,.audit-summary-strip{min-width:0;max-width:100%}body,.app-shell{overflow-x:hidden;overflow-x:clip}.modal-mask,.nested-mask{padding:10px}.modal,.detail-modal,.release-modal,.adjust-modal,.filter-settings-modal,.settings-modal{width:calc(100vw - 20px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.add-modal{width:calc(100vw - 20px);height:auto;max-height:calc(100dvh - 20px)}.modal-head,.modal-foot{padding-right:14px;padding-left:14px}.modal-foot:has(>.task-quota-scope-note){flex-wrap:wrap;align-content:center}.modal-foot>.task-quota-scope-note{flex:1 0 100%;max-width:none;margin-right:0}.modal-foot:has(>.task-quota-scope-note)>.btn:first-of-type{margin-left:auto}.modal-body,.add-task-body,.filter-settings-body,.settings-body{padding-right:14px;padding-left:14px}.turnover-config-drawer,.business-help-drawer,.help-drawer{width:100%;max-width:none}.business-help-body,.help-rule-panel,.help-rule-example,.gift-task-boundary,.gift-task-boundary-table-wrap{min-width:0;max-width:100%}.business-help-body{overflow-x:hidden}.help-filter-summary>div{grid-template-columns:repeat(2,minmax(0,1fr))}.help-filter-summary>div span:last-child{grid-column:1 / -1}.gift-task-boundary-table-wrap{width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.turnover-config-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.config-section-nav{min-width:0;padding:8px;display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid #ebeef5;scrollbar-width:thin}.config-section-nav .config-section-nav-item{width:auto;min-width:132px;min-height:44px;height:44px;flex:0 0 auto;margin:0 6px 0 0}.config-section-body{padding:14px 12px 20px}.config-section-heading{min-height:0;flex-direction:column;gap:8px}.config-inline-note,.config-audit-strip>div{grid-template-columns:1fr;gap:4px}.config-audit-strip small{grid-column:1}.add-amount-form{grid-template-columns:1fr}.config-table{table-layout:auto}.currency-config-table-wrap{overflow-x:auto;overscroll-behavior-x:contain}.currency-config-table{min-width:580px}.currency-config-table th:nth-child(1){width:76px}.config-drawer-foot{min-height:0;height:auto;padding:10px 12px;flex-wrap:wrap}.config-drawer-foot>span,.config-drawer-foot>em{flex:1 1 100%;margin:0}.config-drawer-foot>span{order:3}.config-drawer-foot .btn{min-height:44px;flex:1 1 120px}.venue-options{grid-template-columns:repeat(2,minmax(0,1fr))}.table-overflow-hint{justify-content:flex-start;padding:6px 10px}.settings-guard-warning{width:100%;margin:0 0 6px}.unified-query .control,.unified-query .compound-control,.unified-query .date-range-control,.unified-query .compact-field select,.unified-query .experience-select-trigger,.unified-query .identifier-input-control{min-height:44px;height:44px}.unified-query .compound-control>select,.unified-query .compound-control>input,.unified-query .control>input,.unified-query .date-range-control input{height:100%}.unified-query .account-input-control{padding-right:44px}.unified-query .input-clear-button{width:44px;min-width:44px;height:44px;min-height:44px}.unified-query .input-clear-button{right:0}.unified-query .identifier-clear-button{right:auto}.unified-query .experience-select.has-value .experience-select-trigger{padding-right:9px}.unified-query .experience-select-clear{width:18px;height:18px;background:transparent}.unified-query .experience-select-option{min-height:44px}.query-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.query-actions .btn,.query-actions .filter-settings-trigger{min-width:0;padding-right:6px;padding-left:6px}.btn,.close-button,.page-title-tool,.task-tabs button,.drawer-tab-strip button,.config-section-nav .config-section-nav-item,.venue-options button,.setting-moves button,.filter-setting-moves button,.form-row input,.add-amount-form input,.config-table input,.config-table select,.config-form-grid select,.date-range-control input{min-height:44px}.config-number-input,.multiplier-input{min-height:44px;height:44px}.config-number-input input,.multiplier-input input{min-height:42px;height:42px}.setting-row,.filter-setting-row{min-height:52px}.professional-table-shell .table-scroll{-webkit-overflow-scrolling:touch}}
