.navbar__sign-in{cursor:pointer;color:#fff;background:#0ea5e9;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500}.navbar__sign-in:hover{background:#0284c7}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex;position:sticky;top:0}.navbar__logo{letter-spacing:-.5px;font-family:DM Sans,sans-serif;font-size:20px;font-weight:700}.navbar__logo--dark{color:#1e293b}.navbar__logo--blue{color:#0ea5e9}.navbar__nav{gap:4px;display:flex}.navbar__link{color:#374151;border-bottom:2px solid #0000;align-items:center;height:56px;padding:0 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.navbar__link:hover{color:#0ea5e9}.navbar__link--active{color:#0ea5e9;border-bottom-color:#0ea5e9}.navbar__avatar{color:#6b7280;cursor:pointer;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.navbar__avatar:hover{background:#d1d5db}.main-content{min-height:calc(100vh - 56px)}.App{color:#aa3bff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.App h1{margin-bottom:20px;font-size:2.5rem}.wave{transform-origin:70% 70%;font-size:4rem;animation:1.5s ease-in-out infinite wave;display:inline-block}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.creditor-config{box-sizing:border-box;width:100%;min-height:100vh;padding:24px;font-family:DM Sans,sans-serif}.creditor-config__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.creditor-config__title{color:#111827;align-items:center;gap:10px;font-size:22px;font-weight:600;display:flex}.creditor-config__count{color:#6b7280;background:#e5e7eb;border-radius:99px;padding:2px 10px;font-size:13px;font-weight:500}.creditor-status{color:#6b7280;padding:24px;font-size:14px}.creditor-status--error{color:#ef4444}.creditor-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.creditor-table{border-collapse:collapse;width:100%;font-size:13px}.creditor-table thead tr{background-color:#1e293b}.creditor-table thead th{color:#cbd5e1}.creditor-table th{color:#cbd5e1;white-space:nowrap;padding:11px 14px;font-size:12px;font-weight:500}.creditor-table tbody tr{border-bottom:1px solid #f1f5f9}.creditor-table tbody tr:nth-child(2n){background-color:#f9fafb}.creditor-table tbody tr:hover{background-color:#f0f9ff}.creditor-table td,.creditor-table th{text-align:center;color:#374151;padding:12px 14px}.creditor-table td:nth-child(2),.creditor-table th:nth-child(2){text-align:left;word-break:break-all;max-width:300px}.creditor-table__name-btn{color:#0ea5e9;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:500}.creditor-table__name-btn:hover{text-decoration:underline}.creditor-table__path{color:#6b7280;word-break:break-all;font-size:12px}.creditor-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.creditor-table__th--sortable:hover{background-color:#2d3f55}.creditor-table__th-content{justify-content:center;align-items:center;gap:6px;display:flex}.creditor-table__sort-icons{flex-direction:column;gap:1px;font-size:8px;line-height:1;display:flex}.sort-icon{color:#64748b}.sort-icon--active{color:#fff}.creditor-table__actions{gap:6px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500}.btn--primary{color:#fff;background-color:#0ea5e9}.btn--primary:hover{background-color:#0284c7}.btn-icon{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;display:flex}.btn-icon--edit:hover{background:#e0f2fe;border-color:#bae6fd}.btn-icon--delete:hover{background:#fee2e2;border-color:#fecaca}.pagination{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pagination__info{color:#6b7280;font-size:13px}.pagination__controls{gap:4px;display:flex}.pagination__btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:30px;height:30px;padding:5px 10px;font-size:12px}.pagination__btn:disabled{color:#d1d5db;cursor:not-allowed}.pagination__btn--active{color:#fff;background:#0ea5e9;border-color:#0ea5e9;font-weight:600}.pagination__btn:not(:disabled):not(.pagination__btn--active):hover{background:#f1f5f9}.modal-overlay{z-index:50;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:480px;max-width:90vw;padding:28px}.modal__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal__title{color:#111827;font-size:18px;font-weight:600}.modal__close{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1}.modal__close:hover{color:#374151}.modal__row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;padding-bottom:10px;display:flex}.modal__label{color:#6b7280;flex-shrink:0;font-size:13px}.modal__value{color:#111827;text-align:right;word-break:break-all;font-size:13px}.modal__footer{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px;display:flex}.modal--wide{width:560px}.modal--narrow{width:400px}.modal--detail{flex-direction:column;width:92vw;max-width:1140px;max-height:92vh;padding:0;display:flex;overflow:hidden}.fd-header{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:14px;padding:18px 24px 14px;display:flex}.fd-close{flex-shrink:0;margin-top:2px}.fd-header__info{color:#374151;flex-direction:column;gap:4px;font-size:13px;display:flex}.fd-tabs{border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex}.fd-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 24px;font-size:14px;font-weight:500;transition:color .15s}.fd-tab:hover{color:#374151}.fd-tab--active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-bottom:2px solid #6366f1;border-radius:8px 8px 0 0}.fd-tab--active:hover{color:#fff}.fd-body{flex:1;padding:20px 24px 24px;overflow-y:auto}.fd-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.fd-stat-grid--mt{margin-top:14px}.fd-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:8px;padding:16px 18px;display:flex;box-shadow:0 1px 3px #0000000f}.fd-stat-label{letter-spacing:.05em;color:#9ca3af;text-transform:uppercase;font-size:11px;font-weight:600}.fd-stat-value{font-size:22px;font-weight:700;line-height:1.1}.fd-stat-value--blue{color:#3b82f6}.fd-stat-value--green{color:#10b981}.fd-stat-value--purple{color:#8b5cf6}.fd-charts-row{grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;display:grid}.fd-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;box-shadow:0 1px 3px #0000000f}.fd-chart-title{color:#111827;margin:0 0 4px;font-size:14px;font-weight:600}.fd-placeholder{color:#9ca3af;justify-content:center;align-items:center;min-height:200px;font-size:14px;display:flex}.btn--secondary{color:#374151;background-color:#f3f4f6}.btn--secondary:hover{background-color:#e5e7eb}.btn--danger{color:#fff;background-color:#ef4444}.btn--danger:hover{background-color:#dc2626}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-field{flex-direction:column;gap:4px;display:flex}.form-field--full{grid-column:1/-1}.form-label{color:#374151;font-size:12px;font-weight:500}.form-required{color:#ef4444}.form-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;padding:7px 10px;font-size:13px;transition:border-color .15s}.form-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e926}.form-error{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;grid-column:1/-1;margin-bottom:4px;padding:8px 12px;font-size:13px}.delete-confirm__message{color:#374151;font-size:14px;line-height:1.5}.page-container{background:#f5f6f8;min-height:100vh;padding:24px;font-family:Arial,Helvetica,sans-serif}.header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.header h2{color:#1f2937;font-size:20px;font-weight:600}.table-wrapper{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #00000014}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table thead{color:#fff;background:#2f3b45}.data-table th{text-align:left;padding:12px 14px;font-weight:500}.data-table td{color:#374151;border-bottom:1px solid #eee;padding:12px 14px}.data-table tbody tr:hover{background:#f9fafb}.file-link{color:#2563eb;cursor:pointer}.file-link:hover{text-decoration:underline}.status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.status.completed,.status.success{color:#065f46;background:#d1fae5}.status.failed{color:#991b1b;background:#fee2e2}.status.not_started{color:#374151;background:#e5e7eb}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.pagination button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px 12px}.pagination button:disabled{opacity:.5;cursor:not-allowed}.loading{text-align:center;color:#6b7280;padding:20px}.rf-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.rf-header h2{color:#1f2937;font-size:20px;font-weight:600}.rf-tabs{gap:8px;display:flex}.rf-tab{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:7px 16px;font-size:13px;font-weight:500}.rf-tab:hover{background:#f1f5f9}.rf-tab--active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.rf-tab--active:hover{background:#0284c7}.rf-th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.rf-th--sortable:hover{background-color:#3d4f5c}.rf-th-content{white-space:nowrap;align-items:center;gap:6px;display:flex}.rf-sort-icons{flex-direction:column;gap:1px;font-size:7px;line-height:1;display:flex}.rf-sort-icon{color:#64748b}.rf-sort-icon--active{color:#fff}.rf-pagination{justify-content:space-between;align-items:center;margin-top:8px;padding:12px 4px;display:flex}.rf-pagination__info{color:#6b7280;font-size:13px}.rf-pagination__controls{align-items:center;gap:4px;display:flex}.rf-pagination__btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:30px;height:30px;padding:5px 10px;font-size:12px}.rf-pagination__btn:disabled{color:#d1d5db;cursor:not-allowed}.rf-pagination__btn:not(:disabled):hover{background:#f1f5f9}.fd-offers{flex-direction:column;gap:12px;display:flex}.fd-offers-header{justify-content:space-between;align-items:center;display:flex}.fd-offers-title{color:#111827;margin:0;font-size:16px;font-weight:700}.fd-offers-actions{align-items:center;gap:12px;display:flex}.fd-offers-count{color:#6b7280;font-size:13px}.fd-export-btn{color:#6366f1;cursor:pointer;background:#fff;border:1.5px solid #6366f1;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.fd-export-btn:hover:not(:disabled){background:#eef2ff}.fd-export-btn:disabled{opacity:.5;cursor:not-allowed}.fd-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.fd-contact-id{color:#3b82f6;cursor:pointer}.fd-row--alt{background:#f9fafb}.fd-offers-footer{color:#374151;justify-content:space-between;align-items:center;padding-top:4px;font-size:13px;display:flex}.fd-page-size{align-items:center;gap:6px;display:flex}.fd-page-size-select{cursor:pointer;border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;font-size:13px}.dmq-tree-wrap{justify-content:center;padding:16px 0 24px;display:flex;overflow-x:auto}.dmq-branch{flex-direction:column;align-items:center;display:flex}.dmq-branch-stem{background:#9ca3af;width:1px;height:20px}.dmq-branch-children{align-items:flex-start;display:flex}.dmq-branch-child{flex-direction:column;align-items:center;padding:0 10px;display:flex;position:relative}.dmq-branch-child:before{content:"";background:#9ca3af;height:1px;position:absolute;top:0;left:0;right:0}.dmq-branch-child:first-child:before{left:50%}.dmq-branch-child:last-child:before{right:50%}.dmq-branch-child:only-child:before{display:none}.dmq-branch-child-stem{background:#9ca3af;width:1px;height:20px}.dmq-tnode{text-align:center;border:2px solid #0000;border-radius:6px;flex-direction:column;align-items:center;min-width:110px;padding:8px 14px;display:flex}.dmq-tnode--sm{min-width:86px;padding:6px 10px}.dmq-tnode-val{font-size:17px;font-weight:700;line-height:1.2}.dmq-tnode--sm .dmq-tnode-val{font-size:14px}.dmq-tnode-pct{opacity:.75;margin-top:1px;font-size:11px}.dmq-tnode-lbl{letter-spacing:.03em;text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:600}.dmq-tnode--blue{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.dmq-tnode--green{color:#15803d;background:#f0fdf4;border-color:#86efac}.dmq-tnode--red{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.dmq-tnode--yellow{color:#a16207;background:#fefce8;border-color:#fde047}.dmq-tnode--orange{color:#c2410c;background:#fff7ed;border-color:#fdba74}.dmq-tnode--gray{color:#4b5563;background:#f9fafb;border-color:#d1d5db}.dmq-metric-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.dmq-metric-card{border:1px solid #0000;border-radius:8px;flex-direction:column;gap:2px;padding:14px 16px;display:flex}.dmq-metric-label{letter-spacing:.05em;text-transform:uppercase;opacity:.7;font-size:10px;font-weight:600}.dmq-metric-value{font-size:22px;font-weight:700;line-height:1.2}.dmq-metric-sub{opacity:.65;font-size:11px}.dmq-metric-card--blue{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.dmq-metric-card--green{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.dmq-metric-card--red{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.dmq-metric-card--yellow{color:#a16207;background:#fefce8;border-color:#fef08a}.dmq-metric-card--purple{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.dmq-metric-card--orange{color:#c2410c;background:#fff7ed;border-color:#fed7aa}
