body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{overflow:hidden}#root,body,html{height:100%}:root{--bg:#f5f7fb;--panel:#fff;--text:#0b1220;--muted:#6b7280;--primary:#0a84ff;--danger:#ff3b30;--border:#e5e7eb;--chip-bg:#f3f4f6;--radius:12px;--shadow:0 10px 30px #0000000f;*,:after,:before{box-sizing:border-box}}.App,body,html{background:#f5f7fb;background:var(--bg);color:#0b1220;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.panel{background:#fff;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 30px #0000000f;box-shadow:var(--shadow)}.btn{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;color:#0b1220;color:var(--text);cursor:pointer;padding:10px 14px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:focus-visible{box-shadow:0 0 0 3px #0a84ff2e;outline:none}.btn--primary{background:#0a84ff;background:var(--primary);border-color:#0000;color:#fff}.btn--primary:hover{filter:brightness(.98)}.btn--danger{background:#ff3b30;background:var(--danger);border-color:#0000;color:#fff}.btn--danger:hover{filter:brightness(.98)}.btn--ghost{background:#fff;color:#0b1220;color:var(--text)}.btn--ghost:hover{background:#fafafa}.input,.select,.textarea{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;color:#0b1220;color:var(--text);padding:10px 12px;width:100%}.input:focus,.select:focus,.textarea:focus{border-color:#0a84ff;border-color:var(--primary);box-shadow:0 0 0 3px #0a84ff1f;outline:none}.textarea{min-height:90px;resize:vertical}.table-wrap{background:#fff;background:var(--panel);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 30px #0000000f;box-shadow:var(--shadow);overflow:auto}.table{border-collapse:initial;border-spacing:0;min-width:960px;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:12px 14px;text-align:left}.table th{background:#fafafa;color:#111827;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:1}.table tbody tr:hover{background:#f9fbff}.table td:last-child,.table th:last-child{text-align:right}.row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.chip{align-items:center;background:#f3f4f6;background:var(--chip-bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;color:#111827;display:inline-flex;font-size:12px;height:24px;padding:0 10px}.chip--pending{background:#fff7ed;border-color:#fde68a;color:#b45309}.chip--under{background:#eef6ff;border-color:#bfdbfe;color:#1d4ed8}.chip--sent{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.chip--dnq{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toolbar .spacer{flex:1 1}.tab{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;cursor:pointer;padding:8px 12px}.tab--active{background:#0a84ff;background:var(--primary);border-color:#0000;color:#fff}.hr{background:#e5e7eb;background:var(--border);height:1px;margin:10px 0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top:3px solid var(--primary);display:inline-block;height:22px;width:22px}@keyframes spin{to{transform:rotate(1turn)}}.empty{color:#6b7280;color:var(--muted);padding:48px 16px;text-align:center}.section{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px #0000000f;box-shadow:var(--shadow);margin-bottom:16px;padding:16px}.section h4{font-weight:700;letter-spacing:.2px;margin:0 0 10px}.grid{grid-gap:14px;display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:980px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.label{display:block;font-weight:600;margin-bottom:6px}.row{align-items:center;gap:10px}.file-list,.row{display:flex;flex-wrap:wrap}.file-list{gap:8px;margin-top:8px}.file-pill{background:#f9fafb;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;color:#0b1220;color:var(--text);font-size:12px;max-width:100%;overflow:hidden;padding:4px 10px;text-overflow:ellipsis;white-space:nowrap}input[type=file].input{width:100%}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.row>*,.section .grid>*{min-width:0}input[type=date],input[type=datetime-local],select{width:100%}.input,.select,.textarea{display:block;max-width:100%}.section{overflow:hidden}.overlay{background:#11182773;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1000}.drawer{background:#fff;background:var(--panel);border-left:1px solid #e5e7eb;border-left:1px solid var(--border);box-shadow:-12px 0 30px #00000026;height:100%;overflow:auto;padding:20px;width:min(680px,100%)}.drawer-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.details-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:12px}.card-title{font-weight:700;margin-bottom:8px}.kv{align-items:center;border-bottom:1px dashed #eee;display:flex;gap:12px;justify-content:space-between;padding:6px 0}.kv:last-child{border-bottom:0}@media (max-width:900px){.details-grid{grid-template-columns:1fr}}.panel--comfortable{padding:16px 20px}@media (min-width:768px){.panel--comfortable{padding:20px 28px}}.toasts{display:flex;flex-direction:column;gap:8px;position:fixed;right:16px;top:16px;z-index:9999}.toast{border-radius:8px;box-shadow:0 2px 8px #00000026;font-weight:600;padding:10px 12px}.toast--success{background:#e8f7ee;border:1px solid #bfe6cc;color:#0a6c2f}.toast--error{background:#fde8e8;border:1px solid #facdcd;color:#a61b1b}.page-header{align-items:center;background:linear-gradient(180deg,#111827,#1f2937);box-shadow:0 2px 12px #00000040;color:#fff;display:flex;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.page-header__left{grid-gap:4px;display:grid;gap:4px}.page-header__right{gap:8px}.crumbs,.page-header__right{align-items:center;display:flex}.crumbs{gap:6px;opacity:.9}.crumb{cursor:pointer}.crumb:hover{text-decoration:underline}.crumb-sep{opacity:.6}.chip--status{margin-left:10px}.status-processing{background:#e0f2fe;color:#075985}.status-pending_review{background:#fef9c3;color:#854d0e}.status-sent_to_processing{background:#ecfccb;color:#3f6212}.status-does_not_qualify{background:#fee2e2;color:#991b1b}.status-closed{background:#e5e7eb;color:#374151}.btn--small{border-radius:6px;font-size:13px;padding:6px 10px}.modal-backdrop{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 20px}.modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:24px;line-height:1;padding:0}.modal-close:hover{color:#111827}.modal-body{flex:1 1;overflow-y:auto;padding:20px}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}
/*# sourceMappingURL=main.ddd31d09.css.map*/