@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";html{overflow-x:hidden;overflow-y:auto}body{font-family:Inter,system-ui,sans-serif;background-color:var(--ant-color-bg-layout, #f5f7ff);color:var(--ant-color-text, #1f2937);margin:0;font-size:14px;overflow-x:hidden}.root-letter-row .ant-table-cell{font-weight:600}.child-letter-number:before{content:"↳";margin-right:4px}.main-letter-row,.main-case-row,.main-claim-row,.main-defect-row{background:#eaf4ff!important;font-weight:600;box-shadow:0 1px #b5d3f7}.main-letter-row>.ant-table-cell,.main-letter-row>.ant-table-cell:first-child,.main-letter-row>.ant-table-cell-fix-left,.main-letter-row>.ant-table-cell-fix-left-first,.main-letter-row>.ant-table-cell-fix-left-last,.main-letter-row>.ant-table-cell-fix-right,.main-letter-row>.ant-table-cell-fix-right-first,.main-case-row>.ant-table-cell,.main-case-row>.ant-table-cell:first-child,.main-case-row>.ant-table-cell-fix-left,.main-case-row>.ant-table-cell-fix-left-first,.main-case-row>.ant-table-cell-fix-left-last,.main-case-row>.ant-table-cell-fix-right,.main-case-row>.ant-table-cell-fix-right-first,.main-defect-row>.ant-table-cell,.main-defect-row>.ant-table-cell:first-child,.main-defect-row>.ant-table-cell-fix-left,.main-defect-row>.ant-table-cell-fix-left-first,.main-defect-row>.ant-table-cell-fix-left-last,.main-defect-row>.ant-table-cell-fix-right,.main-defect-row>.ant-table-cell-fix-right-first{background:#eaf4ff!important}.child-letter-row,.child-case-row,.child-claim-row{background:#f8fafb!important;color:#888;font-style:italic}.child-letter-row{border-left:3px solid #52c41a}.child-case-row{border-left:3px solid #722ed1}.child-claim-row{border-left:3px solid #52c41a}.child-letter-row>.ant-table-cell,.child-letter-row>.ant-table-cell:first-child,.child-letter-row>.ant-table-cell-fix-left,.child-letter-row>.ant-table-cell-fix-left-first,.child-letter-row>.ant-table-cell-fix-left-last,.child-letter-row>.ant-table-cell-fix-right,.child-letter-row>.ant-table-cell-fix-right-first,.child-case-row>.ant-table-cell,.child-case-row>.ant-table-cell:first-child,.child-case-row>.ant-table-cell-fix-left,.child-case-row>.ant-table-cell-fix-left-first,.child-case-row>.ant-table-cell-fix-left-last,.child-case-row>.ant-table-cell-fix-right,.child-case-row>.ant-table-cell-fix-right-first{background:#f8fafb!important}.defect-confirmed-row,.claim-checking-row,.claim-linked-row{background:#f6ffed!important}.defect-confirmed-row>.ant-table-cell,.defect-confirmed-row>.ant-table-cell:first-child,.defect-confirmed-row>.ant-table-cell-fix-left,.defect-confirmed-row>.ant-table-cell-fix-left-first,.defect-confirmed-row>.ant-table-cell-fix-left-last,.defect-confirmed-row>.ant-table-cell-fix-right,.defect-confirmed-row>.ant-table-cell-fix-right-first{background:#f6ffed!important}.claim-closed-row,.defect-closed-row{color:#aaa;background:inherit!important}.claim-pretrial-row,.defect-pretrial-row{background:#fff1f0!important}.defect-pretrial-row>.ant-table-cell,.defect-pretrial-row>.ant-table-cell:first-child,.defect-pretrial-row>.ant-table-cell-fix-left,.defect-pretrial-row>.ant-table-cell-fix-left-first,.defect-pretrial-row>.ant-table-cell-fix-left-last,.defect-pretrial-row>.ant-table-cell-fix-right,.defect-pretrial-row>.ant-table-cell-fix-right-first{background:#fff1f0!important}.defect-closed-row>.ant-table-cell,.defect-closed-row>.ant-table-cell:first-child,.defect-closed-row>.ant-table-cell-fix-left,.defect-closed-row>.ant-table-cell-fix-left-first,.defect-closed-row>.ant-table-cell-fix-left-last,.defect-closed-row>.ant-table-cell-fix-right,.defect-closed-row>.ant-table-cell-fix-right-first{background:inherit!important}.user-row-disabled{background:#f5f5f5!important;color:#bfbfbf}.user-row-disabled .ant-tag{opacity:.6}.locked-object-row,.locked-object-row>.ant-table-cell,.locked-object-row>.ant-table-cell:first-child,.locked-object-row>.ant-table-cell-fix-left,.locked-object-row>.ant-table-cell-fix-left-first,.locked-object-row>.ant-table-cell-fix-left-last,.locked-object-row>.ant-table-cell-fix-right,.locked-object-row>.ant-table-cell-fix-right-first{background:#ffccc7!important}.new-row{background-color:#fffbe6!important}.changed-field{background-color:#fffbe6;padding:0 4px;border-radius:2px}.columns-drawer-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--ant-color-border-secondary, #f0f0f0)}.columns-drawer-row:last-child{border-bottom:none}.columns-drawer-row>span{flex:1;font-size:14px;color:var(--ant-color-text, #262626);line-height:1.4}.columns-drawer-input{width:80px!important;flex-shrink:0}.columns-drawer-row .ant-switch,.columns-drawer-row .ant-space{flex-shrink:0}.columns-drawer-row .ant-btn{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ant-color-border, #d9d9d9);border-radius:6px;transition:all .2s}.columns-drawer-row .ant-btn:hover:not(:disabled){border-color:var(--ant-color-primary, #40a9ff);color:var(--ant-color-primary, #40a9ff)}.columns-drawer-row .ant-btn:disabled{opacity:.3}@media(max-width:767px){.ant-table-cell{padding:6px 8px!important}.ant-tabs-nav{margin-bottom:8px!important}}@keyframes claim-defects-slide-down{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1200px}}.claim-defects-expanded{animation:claim-defects-slide-down .28s ease-out;overflow:hidden;padding:8px 0 12px;background:var(--ant-color-fill-alter, #fafafa)}.ant-table-expanded-row>.ant-table-cell:has(>.claim-defects-expanded){padding:0!important}[data-theme=dark] .main-letter-row,[data-theme=dark] .main-case-row,[data-theme=dark] .main-claim-row,[data-theme=dark] .main-defect-row,[data-theme=dark] .main-letter-row>.ant-table-cell,[data-theme=dark] .main-letter-row>.ant-table-cell-fix-left,[data-theme=dark] .main-letter-row>.ant-table-cell-fix-right,[data-theme=dark] .main-case-row>.ant-table-cell,[data-theme=dark] .main-case-row>.ant-table-cell-fix-left,[data-theme=dark] .main-case-row>.ant-table-cell-fix-right,[data-theme=dark] .main-defect-row>.ant-table-cell,[data-theme=dark] .main-defect-row>.ant-table-cell-fix-left,[data-theme=dark] .main-defect-row>.ant-table-cell-fix-right{background:#1d2a3d!important;box-shadow:0 1px #2c3e58}[data-theme=dark] .child-letter-row,[data-theme=dark] .child-case-row,[data-theme=dark] .child-claim-row,[data-theme=dark] .child-letter-row>.ant-table-cell,[data-theme=dark] .child-letter-row>.ant-table-cell-fix-left,[data-theme=dark] .child-letter-row>.ant-table-cell-fix-right,[data-theme=dark] .child-case-row>.ant-table-cell,[data-theme=dark] .child-case-row>.ant-table-cell-fix-left,[data-theme=dark] .child-case-row>.ant-table-cell-fix-right{background:#1a1f2b!important;color:#9aa0ab}[data-theme=dark] .defect-confirmed-row,[data-theme=dark] .claim-checking-row,[data-theme=dark] .claim-linked-row,[data-theme=dark] .defect-confirmed-row>.ant-table-cell,[data-theme=dark] .defect-confirmed-row>.ant-table-cell-fix-left,[data-theme=dark] .defect-confirmed-row>.ant-table-cell-fix-right{background:#11261a!important}[data-theme=dark] .claim-pretrial-row,[data-theme=dark] .defect-pretrial-row,[data-theme=dark] .defect-pretrial-row>.ant-table-cell,[data-theme=dark] .defect-pretrial-row>.ant-table-cell-fix-left,[data-theme=dark] .defect-pretrial-row>.ant-table-cell-fix-right{background:#2a1313!important}[data-theme=dark] .user-row-disabled{background:#1a1f2b!important;color:#6b6f78}[data-theme=dark] .locked-object-row,[data-theme=dark] .locked-object-row>.ant-table-cell,[data-theme=dark] .locked-object-row>.ant-table-cell-fix-left,[data-theme=dark] .locked-object-row>.ant-table-cell-fix-right{background:#3a1817!important}[data-theme=dark] .new-row{background-color:#2b240a!important}[data-theme=dark] .changed-field{background-color:#2b240a}
