.grid-wrap{background:#fff;border:1px solid #ebedf0;border-radius:10px;box-shadow:0 1px 2px #00000005;flex:1;min-height:0;overflow:auto}.grid-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1220px;table-layout:fixed;font-size:14px;color:#1f2329}.grid-table th,.grid-table td{box-sizing:border-box}.grid-table thead th{text-align:left;vertical-align:middle;padding:0;border-bottom:1px solid #ebedf0;border-right:1px solid #f5f6f7;font-weight:500;font-size:13px;color:#646a73;background:#fafbfc;position:sticky;top:0;z-index:10;-webkit-user-select:none;user-select:none;white-space:nowrap;height:40px}.grid-table thead th:first-child{border-top-left-radius:10px}.grid-table thead th:last-child{border-right:none;border-top-right-radius:10px}.grid-th-inner{display:flex;align-items:center;padding:0 12px;height:40px}.grid-col-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:6px;font-size:12px;color:#a8abb2;flex-shrink:0}.grid-row{background:#fff;transition:background-color .12s}.grid-row:hover{background:#f7f8fa}.grid-row.is-selected{background:#e6f4ff!important}.grid-row.is-new>.grid-cell{animation:grid-row-flash 2.2s ease-out}.grid-row.is-new>.grid-cell:nth-child(1),.grid-row.is-new>.grid-cell:nth-child(2){animation:grid-row-flash-sticky 2.2s ease-out}@keyframes grid-row-flash{0%{background-color:#fff7d6}60%{background-color:#fff7d6}to{background-color:transparent}}@keyframes grid-row-flash-sticky{0%{background-color:#fff7d6}60%{background-color:#fff7d6}to{background-color:#fff}}.grid-cell{border-bottom:1px solid #f2f3f5;border-right:1px solid #f5f6f7;vertical-align:middle;padding:0}.grid-cell:last-child{border-right:none}.grid-table thead th:nth-child(1),.grid-table thead th:nth-child(2){z-index:11}.grid-table thead th:nth-child(1){left:0}.grid-table thead th:nth-child(2){left:var(--col1-w, 50px)}.grid-row>.grid-cell:nth-child(1),.grid-row>.grid-cell:nth-child(2){position:sticky;z-index:5;background:#fff}.grid-row>.grid-cell:nth-child(1){left:0}.grid-row>.grid-cell:nth-child(2){left:var(--col1-w, 50px)}.grid-row:hover>.grid-cell:nth-child(1),.grid-row:hover>.grid-cell:nth-child(2){background:#f7f8fa}.grid-row.is-selected>.grid-cell:nth-child(1),.grid-row.is-selected>.grid-cell:nth-child(2){background:#e6f4ff}.grid-table thead th:nth-child(2),.grid-row>.grid-cell:nth-child(2){box-shadow:4px 0 6px -3px #0f172a0f}.grid-table thead th:last-child{position:sticky;right:0;z-index:11}.grid-row>.grid-cell:last-child{position:sticky;right:0;z-index:5;background:#fff}.grid-row:hover>.grid-cell:last-child{background:#f7f8fa}.grid-row.is-selected>.grid-cell:last-child{background:#e6f4ff}.grid-row.is-new>.grid-cell:last-child{animation:grid-row-flash-sticky 2.2s ease-out}.grid-table thead th:last-child,.grid-row>.grid-cell:last-child{box-shadow:-4px 0 6px -3px #0f172a0f}.grid-cell-inner{display:flex;align-items:center;min-height:48px;padding:8px 12px;cursor:text}.grid-cell-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.grid-empty-hint{color:#c5c7cd;font-size:13px}.grid-row-num{display:inline-flex;align-items:center;justify-content:center;width:100%;color:#a8abb2;font-size:13px;font-variant-numeric:tabular-nums}.comment-cell{padding:10px 12px;font-size:14px;line-height:1.7;color:#1f2329;white-space:pre-wrap;word-break:break-word;cursor:pointer}.comment-cell-empty{display:flex;align-items:center;min-height:48px;padding:8px 12px}.actions-cell{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;align-items:center;justify-items:center;height:100%;min-height:56px;padding:4px;row-gap:2px}.actions-cell:before{content:"";position:absolute;left:50%;top:10px;bottom:10px;width:1px;transform:translate(-.5px);background:linear-gradient(to bottom,#ebedf0 0,#ebedf0 calc(50% - 6px),transparent calc(50% - 6px),transparent calc(50% + 6px),#ebedf0 calc(50% + 6px),#ebedf0 100%);pointer-events:none}.actions-cell:after{content:"";position:absolute;left:10px;right:10px;top:50%;height:1px;transform:translateY(-.5px);background:linear-gradient(to right,#ebedf0 0,#ebedf0 calc(50% - 6px),transparent calc(50% - 6px),transparent calc(50% + 6px),#ebedf0 calc(50% + 6px),#ebedf0 100%);pointer-events:none}.actions-cell .row-action{padding:0 6px;height:24px;font-size:13px}.grid-toolbar{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:12px;background:#fff;border:1px solid #ebedf0;border-radius:10px;box-shadow:0 1px 2px #00000005;flex-wrap:wrap;flex-shrink:0}.grid-toolbar-info{color:#8f959e;font-size:13px}.grid-toolbar-info strong{color:#1f2329;font-weight:600}.grid-toolbar-divider{width:1px;height:20px;background:#ebedf0;margin:0 2px;flex-shrink:0}.grid-search{width:200px}.grid-search .ant-input-affix-wrapper{border-radius:6px}.length-pill{display:inline-flex;align-items:center;height:32px;padding:0 10px;border-radius:6px;border:1px solid #d9d9d9;background:#fff;transition:border-color .15s,box-shadow .15s}.length-pill:hover{border-color:#4096ff}.length-pill:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.length-pill-label{font-size:13px;color:#8f959e;-webkit-user-select:none;user-select:none;padding-right:8px;margin-right:6px;border-right:1px solid #f0f0f0;letter-spacing:.2px;white-space:nowrap}.length-pill .ant-input-number{width:44px;border:none!important;box-shadow:none!important;background:transparent!important}.length-pill .ant-input-number-focused{box-shadow:none!important}.length-pill .ant-input-number .ant-input-number-input{text-align:center;padding:0 2px;font-variant-numeric:tabular-nums;font-size:14px;color:#1f2329;height:28px;font-weight:500}.length-pill-dash{color:#c5c7cd;font-size:14px;-webkit-user-select:none;user-select:none;margin:0 2px}.default-style-pill{display:inline-flex;align-items:center;height:32px;padding:0 8px 0 10px;border-radius:6px;border:1px solid #d9d9d9;background:#fff;transition:border-color .15s,box-shadow .15s}.default-style-pill:hover{border-color:#4096ff}.default-style-pill:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.default-style-pill-label{font-size:13px;color:#8f959e;-webkit-user-select:none;user-select:none;padding-right:8px;margin-right:6px;border-right:1px solid #f0f0f0;letter-spacing:.2px;white-space:nowrap}.default-style-pill .ant-select-selector{padding-inline:0!important;background:transparent!important;box-shadow:none!important}.default-style-pill .ant-select-selection-item{color:#1f2329;font-weight:500;font-size:14px;padding-inline-end:18px!important}.default-style-pill .ant-select-arrow{color:#c5c7cd}.gen-params-popover{display:flex;flex-direction:column;gap:8px;min-width:240px;padding:4px 2px}.gen-params-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.gen-params-label{font-size:13px;color:#646a73;white-space:nowrap}.gen-params-hint{font-size:12px;color:#a8abb2;margin-top:-4px;margin-bottom:2px}.gen-params-hint:last-child{margin-bottom:0}.grid-addrow-cell{padding:0!important;background:#fafbfc;border-top:1px dashed #d9dbe0!important}.grid-cell .ant-tag{border:none;border-radius:4px;padding:2px 8px;font-size:13px;line-height:18px;margin-inline-end:0}.comment-cell-loading{animation:comment-pulse 1.4s ease-in-out infinite}@keyframes comment-pulse{0%,to{opacity:.45}50%{opacity:1}}.grid-input{height:32px;width:100%;border:1px solid #1677ff;border-radius:4px;padding:0 8px;font-size:14px;outline:none;background:#fff}.grid-col-resizer{position:absolute;right:0;top:0;height:100%;width:6px;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;background:transparent;transition:background-color .15s;z-index:12}.grid-col-resizer:hover{background:#1677ff59}.grid-col-resizer.is-resizing{background:#1677ff}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:#f6f7f9}
