*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{align-items:center;border:none;border-radius:.375rem;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover{background-color:#059669}.card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem}.card,.form-group{margin-bottom:1rem}.form-label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;padding:.5rem;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.table{margin-top:1rem}.table td,.table th{padding:.75rem}.table th{background-color:#f9fafb}.status-badge{align-items:center;border-radius:.25rem;display:inline-flex;font-weight:500;padding:.25rem .5rem}.status-processing{background-color:#dbeafe;color:#1e40af}.loading{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:2rem;width:2rem}.alert{border-radius:.375rem;margin-bottom:1rem;padding:1rem}.alert-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.alert-error{background-color:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.alert-warning{background-color:#fef3c7;border:1px solid #fde68a;color:#92400e}.alert-info{background-color:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.App{background-color:#f8fafc;min-height:100vh}.nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:0}.nav-container{justify-content:space-between;margin:0;padding:1rem;width:100%}.nav-container,.nav-left,.nav-right{align-items:center;display:flex}.nav-brand{color:#ff1493;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s}.nav-link.active,.nav-link:hover{color:#3b82f6}.nav-user{align-items:center;display:flex;gap:1rem}.sidebar{background:#fff;border-right:1px solid #e5e7eb;height:calc(100vh - 65px);left:0;overflow-y:auto;position:fixed;top:65px;transition:width .3s ease;width:250px}.sidebar.minimized{width:60px}.sidebar-header{border-bottom:1px solid #e5e7eb;display:flex;justify-content:center;padding:1rem}.sidebar-toggle{background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s}.sidebar-toggle:hover{background-color:#f1f5f9;color:#3b82f6}.sidebar-menu{list-style:none;padding:1rem 0}.sidebar-item{margin-bottom:.5rem}.sidebar-link{align-items:center;color:#6b7280;display:flex;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s}.sidebar.minimized .sidebar-link{justify-content:center;padding:.75rem}.sidebar-link.active,.sidebar-link:hover{background-color:#f1f5f9;color:#3b82f6}.sidebar-icon{flex-shrink:0;height:1.25rem;left:0;margin-right:.75rem;position:relative;width:1.25rem}.sidebar.minimized .sidebar-icon{left:0;margin-right:0;position:relative}.sidebar-text{max-width:calc(100% - 2rem);overflow:hidden;text-overflow:ellipsis;transition:opacity .3s ease;white-space:nowrap}.sidebar-text.hidden{opacity:0;overflow:hidden;width:0}.sidebar.minimized .sidebar-link:hover:after{background:#1f2937;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a;color:#fff;content:attr(title);font-size:.875rem;left:100%;margin-left:.5rem;padding:.5rem .75rem;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:1000}.main-content{margin-left:250px;min-height:calc(100vh - 80px);padding:2rem 2rem 2rem 0;transition:margin-left .3s ease}.main-content.sidebar-minimized{margin-left:60px}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.stat-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem}.stat-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-card-title{color:#6b7280;font-size:.875rem;font-weight:500}.stat-card-value{color:#1e293b;font-size:2rem;font-weight:700}.stat-card-change{color:#10b981;font-size:.875rem}.table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;overflow:hidden}.table-title{color:#1e293b;font-size:1.25rem;font-weight:600}.table-actions{display:flex;gap:.5rem}.form{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;margin:0 auto;max-width:500px;padding:2rem}.form-title{color:#ff1493;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media (max-width:768px){.sidebar{transform:translateX(-100%);transition:transform .3s}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0;padding:1rem}.nav-menu{display:none}.dashboard-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:95vw;overflow-y:auto;width:95vw}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.modal-close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:1.5rem}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.status-generated{background-color:#d1fae5;color:#065f46}.status-sent{background-color:#dbeafe;color:#1e40af}.status-failed{background-color:#fee2e2;color:#991b1b}.status-pending{background-color:#fef3c7;color:#92400e}.status-completed{background-color:#d1fae5;color:#065f46}.filter-chip{align-items:center;background-color:#e5e7eb;border-radius:1rem;color:#374151;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.25rem .75rem}.filter-chip-label{font-weight:500}.filter-chip-remove{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;height:1.25rem;justify-content:center;padding:0;transition:all .2s;width:1.25rem}.filter-chip-remove:hover{background-color:#d1d5db;color:#374151}.modal-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{color:#374151;font-size:.875rem;font-weight:600}.info-item span{color:#6b7280;font-size:.875rem}.page-title-section{align-items:center;display:flex;gap:1rem}.page-title-section h1{color:#111827;font-size:1.875rem;font-weight:700;margin:0}.page-actions{align-items:center;display:flex;gap:.75rem}.file-path{background-color:#f3f4f6;border-radius:4px;font-size:.75rem;padding:.25rem .5rem}.file-content{word-wrap:break-word;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;margin:0;max-height:60vh;overflow-y:auto;padding:1rem;white-space:pre}.truncate{display:block;max-width:200px}.page-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.page-header h1{color:#1e293b;font-size:2rem;font-weight:700;margin:0 0 .5rem}.page-header p{color:#6b7280;font-size:1rem;margin:0}.filters{align-items:center;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.filters .search-box{flex:1 1;max-width:300px}.filters select{min-width:150px}.table-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.table-header h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.count{color:#6b7280;font-size:.875rem;font-weight:500}.data-table{table-layout:auto}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.table{border-collapse:collapse;font-size:.875rem;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.table th{background-color:#f8fafc;color:#374151;font-weight:600;white-space:nowrap}.table td{vertical-align:middle}.data-table td:first-child,.data-table th:first-child{width:12%}.data-table td:nth-child(2),.data-table th:nth-child(2){width:25%}.data-table td:nth-child(4),.data-table th:nth-child(4){width:12%}.data-table td:nth-child(6),.data-table td:nth-child(7),.data-table th:nth-child(6),.data-table th:nth-child(7){width:13%}.data-table td:nth-child(8),.data-table th:nth-child(8){width:6%}.credit-notes-table td:first-child,.credit-notes-table th:first-child{width:10%}.credit-notes-table td:nth-child(2),.credit-notes-table th:nth-child(2){width:16%}.credit-notes-table td:nth-child(3),.credit-notes-table td:nth-child(4),.credit-notes-table td:nth-child(5),.credit-notes-table th:nth-child(3),.credit-notes-table th:nth-child(4),.credit-notes-table th:nth-child(5){width:8%}.credit-notes-table td:nth-child(6),.credit-notes-table th:nth-child(6){width:6%}.credit-notes-table td:nth-child(7),.credit-notes-table th:nth-child(7){width:10%}.credit-notes-table td:nth-child(8),.credit-notes-table th:nth-child(8){width:34%}.data-table th{font-size:.875rem!important;line-height:1.25!important;min-height:2.5rem;vertical-align:middle}.data-table td{padding:1rem}.data-table tr:hover{background-color:#f8fafc}.data-table tr:last-child td{border-bottom:none}.cell-content{align-items:center;display:flex;min-height:1.5rem}.truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-path{color:#6b7280;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.data-table th,.data-table th *,.table th,.table th *{font-size:.875rem!important;font-weight:600!important}.data-table th div,.data-table th span,.table th div,.table th span{font-size:inherit!important;font-weight:inherit!important}.cell-content strong{color:#1e293b;font-weight:600}.actions{gap:.375rem;justify-content:flex-start}.actions,.actions .btn{align-items:center;display:flex}.actions .btn{justify-content:center;min-width:32px;padding:.375rem;white-space:nowrap}.actions .btn svg{margin:0}.credit-notes-table .actions{flex-wrap:nowrap;gap:.375rem;min-width:0;padding:.25rem 0}.credit-notes-table .actions .btn{flex-shrink:0;min-width:32px}.credit-notes-table .view-details-btn{flex-shrink:1;min-width:auto}.view-details-btn{align-items:center;display:flex;gap:.25rem;white-space:nowrap}.view-details-btn .view-details-text{display:inline}.view-details-btn .view-details-icon{margin-left:.25rem}@media (max-height:600px){.view-details-btn .view-details-text{display:none}.view-details-btn .view-details-icon{margin-left:0}.view-details-btn{min-width:auto;padding:.25rem .375rem!important}}@container (max-height: 200px){.view-details-btn .view-details-text{display:none}.view-details-btn .view-details-icon{margin-left:0}.view-details-btn{min-width:auto;padding:.25rem .375rem!important}}.btn-sm{font-size:.75rem;line-height:1.25;padding:.375rem .75rem}.empty-state{color:#6b7280;padding:3rem 1rem}.empty-state svg{color:#d1d5db;margin-bottom:1rem}.empty-state h3{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.empty-state p{font-size:.875rem;margin:0}.pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;padding-top:1rem}.page-info{color:#6b7280;font-size:.875rem;font-weight:500}.pipeline-column{min-width:100px;text-align:center;width:100px}.pipeline-column th{word-wrap:break-word;display:table-cell!important;font-size:.875rem!important;font-weight:600!important;-webkit-hyphens:auto;hyphens:auto;line-height:1.25!important;min-height:2.5rem!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important}.pipeline-icon{border-radius:50%;display:inline-block;font-size:1.2rem;font-weight:700;height:24px;line-height:24px;text-align:center;width:24px}.pipeline-completed{background-color:#d1fae5;color:#10b981}.pipeline-failed{background-color:#fee2e2;color:#ef4444}.pipeline-pending{background-color:#f3f4f6;color:#d1d5db}.table th:nth-child(10),.table th:nth-child(5),.table th:nth-child(6),.table th:nth-child(7),.table th:nth-child(8),.table th:nth-child(9){font-size:.875rem!important;min-width:80px;padding:.5rem .25rem;text-align:center;width:80px}.table td:nth-child(10),.table td:nth-child(5),.table td:nth-child(6),.table td:nth-child(7),.table td:nth-child(8),.table td:nth-child(9){min-width:80px;padding:.5rem .25rem;text-align:center;width:80px}.table td:last-child,.table th:last-child{min-width:200px;padding:.75rem 1rem;text-align:left;white-space:normal;width:auto}.table td{word-wrap:break-word;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.table td:nth-child(10),.table td:nth-child(5),.table td:nth-child(6),.table td:nth-child(7),.table td:nth-child(8),.table td:nth-child(9){max-width:80px;white-space:normal}.sortable{cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}.sortable:hover{background-color:#f8fafc}.sortable .flex{align-items:center;display:flex;gap:.25rem}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-orange-600{color:#ea580c}.text-gray-600{color:#6b7280}.text-gray-500{color:#9ca3af}.text-gray-400{color:#d1d5db}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.text-xs{font-size:.75rem;line-height:1rem}.file-name-container{display:flex;flex-direction:column;gap:.25rem;min-width:0}.file-name{color:#1e293b;display:block;font-weight:600;max-width:none;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-all}.sftp-files-table td:first-child,.sftp-files-table th:first-child{width:40%}.sftp-files-table td:nth-child(2),.sftp-files-table th:nth-child(2){width:15%}.sftp-files-table td:nth-child(3),.sftp-files-table th:nth-child(3){width:20%}.sftp-files-table td:nth-child(4),.sftp-files-table th:nth-child(4){width:15%}.sftp-files-table td:nth-child(5),.sftp-files-table th:nth-child(5){width:10%}.file-meta{color:#6b7280;display:block;font-size:.75rem;line-height:1rem;margin-top:.25rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.flex{display:flex}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.filters{align-items:stretch;flex-direction:column;gap:.75rem}.filters .search-box{max-width:none}.filters select{min-width:auto}.actions{flex-direction:row;flex-wrap:wrap;gap:.375rem}.data-table{font-size:.75rem}.data-table th{font-size:.875rem!important;line-height:1.25!important}.data-table td,.data-table th{padding:.5rem}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{min-width:800px}.credit-notes-table td:nth-child(4),.credit-notes-table td:nth-child(5),.credit-notes-table td:nth-child(7),.credit-notes-table th:nth-child(4),.credit-notes-table th:nth-child(5),.credit-notes-table th:nth-child(7),.table th:nth-child(10),.table th:nth-child(5),.table th:nth-child(6),.table th:nth-child(7),.table th:nth-child(8),.table th:nth-child(9){display:none}.credit-notes-table td:first-child,.credit-notes-table th:first-child{width:20%}.credit-notes-table td:nth-child(2),.credit-notes-table th:nth-child(2){width:45%}.credit-notes-table td:nth-child(3),.credit-notes-table th:nth-child(3){width:20%}.credit-notes-table td:nth-child(6),.credit-notes-table th:nth-child(6){width:10%}.credit-notes-table td:nth-child(8),.credit-notes-table th:nth-child(8){width:5%}.table td:nth-child(10),.table td:nth-child(5),.table td:nth-child(6),.table td:nth-child(7),.table td:nth-child(8),.table td:nth-child(9){display:none}}.csv-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:70vh;overflow:auto}.csv-table{border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;min-width:1200px;width:100%}.csv-table th{background-color:#f1f5f9;border-bottom:2px solid #cbd5e1;border-right:1px solid #e2e8f0;color:#1e293b;font-size:.75rem;font-weight:700;letter-spacing:.05em;min-width:80px;padding:.5rem .75rem;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:10}.csv-table th:last-child{border-right:none}.csv-table td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;color:#374151;font-size:.8rem;max-width:150px;min-width:80px;overflow:hidden;padding:.5rem .75rem;text-overflow:ellipsis;white-space:nowrap}.csv-table td:last-child{border-right:none}.csv-table tbody tr:hover{background-color:#f8fafc}.csv-table tbody tr:nth-child(2n){background-color:#fafbfc}.csv-table tbody tr:nth-child(2n):hover{background-color:#f1f5f9}.csv-table td:first-child,.csv-table th:first-child{color:#1e40af;font-weight:600;min-width:120px}.csv-table td:nth-child(2),.csv-table td:nth-child(3),.csv-table th:nth-child(2),.csv-table th:nth-child(3){font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-width:100px}.csv-table td:nth-child(4),.csv-table th:nth-child(4){color:#059669;font-weight:600;min-width:120px}.csv-table td:nth-child(5),.csv-table th:nth-child(5){color:#7c3aed;font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-width:100px}.csv-table td:nth-child(10),.csv-table td:nth-child(11),.csv-table td:nth-child(6),.csv-table td:nth-child(7),.csv-table td:nth-child(8),.csv-table td:nth-child(9),.csv-table th:nth-child(10),.csv-table th:nth-child(11),.csv-table th:nth-child(6),.csv-table th:nth-child(7),.csv-table th:nth-child(8),.csv-table th:nth-child(9){font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-width:80px;text-align:right}.csv-table td:nth-child(12),.csv-table td:nth-child(13),.csv-table td:nth-child(14),.csv-table th:nth-child(12),.csv-table th:nth-child(13),.csv-table th:nth-child(14){background-color:#fef3c7;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;min-width:80px;text-align:right}.csv-table td:nth-child(16),.csv-table td:nth-child(17),.csv-table td:nth-child(18),.csv-table th:nth-child(16),.csv-table th:nth-child(17),.csv-table th:nth-child(18){min-width:60px;text-align:center}.csv-table td:nth-child(19),.csv-table td:nth-child(20),.csv-table th:nth-child(19),.csv-table th:nth-child(20){min-width:100px}.csv-table td:nth-child(21),.csv-table th:nth-child(21){color:#dc2626;font-weight:600;min-width:120px}.csv-table td:nth-child(22),.csv-table td:nth-child(23),.csv-table td:nth-child(24),.csv-table td:nth-child(25),.csv-table td:nth-child(26),.csv-table td:nth-child(27),.csv-table td:nth-child(28),.csv-table td:nth-child(29),.csv-table th:nth-child(22),.csv-table th:nth-child(23),.csv-table th:nth-child(24),.csv-table th:nth-child(25),.csv-table th:nth-child(26),.csv-table th:nth-child(27),.csv-table th:nth-child(28),.csv-table th:nth-child(29){font-size:.75rem;min-width:80px}.csv-table td:nth-child(30),.csv-table th:nth-child(30){color:#059669;font-weight:600;min-width:120px}.csv-table td:nth-child(31),.csv-table td:nth-child(32),.csv-table td:nth-child(33),.csv-table td:nth-child(34),.csv-table td:nth-child(35),.csv-table td:nth-child(36),.csv-table td:nth-child(37),.csv-table th:nth-child(31),.csv-table th:nth-child(32),.csv-table th:nth-child(33),.csv-table th:nth-child(34),.csv-table th:nth-child(35),.csv-table th:nth-child(36),.csv-table th:nth-child(37){font-size:.75rem;min-width:80px}.csv-table td:nth-child(38),.csv-table th:nth-child(38){min-width:60px;text-align:center}.workflow-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin:1.5rem 0;padding:1.5rem}.workflow-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.workflow-steps{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}.workflow-step,.workflow-steps{align-items:flex-start;display:flex;gap:.5rem}.workflow-step{color:#374151;flex-shrink:0;font-size:.875rem;font-weight:500;max-width:120px;min-width:0}.workflow-step span{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;overflow-wrap:break-word;text-align:center;white-space:normal}.workflow-dot{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.workflow-dot-green{background-color:#10b981}.workflow-dot-blue{background-color:#3b82f6}.workflow-dot-purple{background-color:#8b5cf6}.workflow-dot-pink{background-color:#ec4899}.workflow-dot-orange{background-color:#f59e0b}.workflow-dot-red{background-color:#ef4444}.workflow-dot-teal{background-color:#14b8a6}.workflow-arrow{color:#6b7280;font-size:1.25rem;font-weight:700;margin:0 .25rem}.pipeline-btn-green{background-color:#10b981!important;border-color:#10b981!important;color:#fff!important}.pipeline-btn-green:hover{background-color:#059669!important;border-color:#059669!important}.pipeline-btn-blue{background-color:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important}.pipeline-btn-blue:hover{background-color:#2563eb!important;border-color:#2563eb!important}.pipeline-btn-purple{background-color:#8b5cf6!important;border-color:#8b5cf6!important;color:#fff!important}.pipeline-btn-purple:hover{background-color:#7c3aed!important;border-color:#7c3aed!important}.pipeline-btn-pink{background-color:#ec4899!important;border-color:#ec4899!important;color:#fff!important}.pipeline-btn-pink:hover{background-color:#db2777!important;border-color:#db2777!important}.pipeline-btn-orange{background-color:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important}.pipeline-btn-orange:hover{background-color:#d97706!important;border-color:#d97706!important}.pipeline-btn-red{background-color:#ef4444!important;border-color:#ef4444!important;color:#fff!important}.pipeline-btn-red:hover{background-color:#dc2626!important;border-color:#dc2626!important}.pipeline-btn-teal{background-color:#14b8a6!important;border-color:#14b8a6!important;color:#fff!important}.pipeline-btn-teal:hover{background-color:#0d9488!important;border-color:#0d9488!important}.pipeline-btn-indigo{background-color:#6366f1!important;border-color:#6366f1!important;color:#fff!important}.pipeline-btn-indigo:hover{background-color:#4f46e5!important;border-color:#4f46e5!important}.pipeline-btn-cyan{background-color:#06b6d4!important;border-color:#06b6d4!important;color:#fff!important}.pipeline-btn-cyan:hover{background-color:#0891b2!important;border-color:#0891b2!important}.pipeline-btn-lime{background-color:#84cc16!important;border-color:#84cc16!important;color:#fff!important}.pipeline-btn-lime:hover{background-color:#65a30d!important;border-color:#65a30d!important}.pipeline-btn-amber{background-color:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important}.pipeline-btn-amber:hover{background-color:#d97706!important;border-color:#d97706!important}.pipeline-btn-slate{background-color:#475569!important;border-color:#475569!important;color:#fff!important}.pipeline-btn-slate:hover{background-color:#334155!important;border-color:#334155!important}@media (max-width:1024px){.nav-container{padding:0 .5rem 0 200px}.nav-menu{gap:1rem}.sidebar{width:200px}.main-content{margin-left:200px;padding:1.5rem}}@media (max-width:768px){.nav-container{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.nav-menu{flex-wrap:wrap;justify-content:space-between;width:100%}.nav-user{align-items:stretch;flex-direction:column;gap:.5rem;width:100%}.nav-user span{text-align:center}.sidebar{border-bottom:1px solid #e5e7eb;border-right:none;height:auto;position:static;width:100%}.sidebar-menu{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.sidebar-item{margin-bottom:0}.sidebar-link{border-radius:6px;padding:.5rem 1rem;white-space:nowrap}.main-content{margin-left:0;padding:1rem}.card{margin:.5rem 0;padding:1rem}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}table{min-width:600px}.settings-grid{grid-template-columns:1fr!important}.settings-input-group{align-items:stretch;flex-direction:column}.settings-input-group input{width:100%!important}.settings-input-group button{justify-content:center;width:100%}.btn-group{flex-direction:column;gap:.5rem}.btn-group .btn{justify-content:center;width:100%}.modal-content{margin:1rem;max-height:calc(100vh - 2rem);max-width:calc(100vw - 2rem)}.pipeline-workflow{flex-direction:column;gap:.5rem}.pipeline-step{text-align:center;width:100%}.status-badge{font-size:.75rem;padding:.25rem .5rem}}@media (max-width:480px){.nav-container{padding:.5rem}.nav-brand{font-size:1.25rem}.main-content{padding:.5rem}.card{padding:.75rem}.sidebar-menu{flex-direction:column;gap:.25rem}.sidebar-link{padding:.75rem 1rem;text-align:center}.sidebar-link .sidebar-icon{margin-right:.5rem}table{font-size:.875rem}td,th{padding:.5rem .25rem}.hide-mobile{display:none}.pipeline-btn{font-size:.75rem;padding:.5rem}}.database-browser-page{margin:0 auto;max-width:1400px;padding:2rem}.database-browser-page .page-header{margin-bottom:2rem}.database-browser-page .page-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.database-browser-page .page-header p{color:#6b7280;font-size:1.1rem}.login-section{margin:0 auto;max-width:600px}.controls-section{padding:1.5rem}.controls-section,.empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.empty-state{padding:4rem 2rem;text-align:center}.tables-container{display:flex;flex-direction:column;gap:1.5rem}.table-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-header{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:1.5rem;transition:background-color .2s}.table-header:hover{background-color:#f9fafb}.expand-button{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:all .2s}.expand-button:hover{background-color:#f3f4f6;color:#374151}.table-content{padding:0}.error-message{align-items:center;background-color:#fef2f2;border-top:1px solid #fecaca;display:flex;padding:1rem 1.5rem}.empty-table{background-color:#f9fafb;border-top:1px solid #f3f4f6;padding:2rem 1.5rem;text-align:center}.table-wrapper{overflow-x:auto}.data-table{font-size:.875rem}.data-table td,.data-table th{padding:.75rem 1rem}@media (max-width:768px){.database-browser-page,.table-header{padding:1rem}.data-table{font-size:.75rem}.data-table td,.data-table th{padding:.5rem}.controls-section{padding:1rem}.controls-section .flex{align-items:flex-start;flex-direction:column;gap:1rem}}.test-results-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:hidden}.test-results-layout{display:flex;height:100vh}.test-runs-sidebar{background:#1e40af;color:#fff;overflow-y:auto;padding:0;width:280px}.sidebar-title{border-bottom:1px solid #ffffff1a;font-size:16px;font-weight:700;margin:0;padding:20px}.test-runs-list{padding:10px 0}.test-run-item{border-left:4px solid #0000;cursor:pointer;padding:15px 20px;transition:background-color .2s}.test-run-item:hover{background-color:#ffffff0d}.test-run-item.active{background-color:#3b82f6;border-left-color:#60a5fa}.test-run-timestamp{font-size:14px;font-weight:600;margin-bottom:4px}.test-run-screenshots{font-size:12px;opacity:.8}.test-results-content{background:#fff;flex:1 1;overflow-y:auto;padding:0}.test-results-header{align-items:center;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;display:flex;gap:20px;padding:30px 40px}.header-icon{flex-shrink:0}.test-results-title{font-size:28px;font-weight:700;margin:0}.test-steps-section,.test-summary-section,.test-video-section{border-bottom:1px solid #e5e7eb;padding:30px 40px}.section-header{align-items:center;color:#374151;display:flex;font-size:18px;font-weight:600;gap:12px;margin-bottom:20px}.section-header svg{color:#6b7280}.summary-generated{color:#6b7280;font-size:14px;margin-bottom:20px}.summary-stats{display:flex;gap:20px}.stat-box{align-items:center;border-radius:8px;color:#fff;display:flex;font-weight:600;gap:8px;min-width:120px;padding:15px 20px}.stat-box.passed{background:#10b981}.stat-box.partial{background:#f59e0b}.stat-box.failed{background:#ef4444}.stat-number{font-size:24px;font-weight:700;margin-left:auto}.steps-list{display:flex;flex-direction:column;gap:30px}.test-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:25px}.step-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.step-number{color:#374151;font-size:16px;font-weight:600}.step-title{color:#1f2937;flex:1 1;font-size:18px;font-weight:600}.step-status{align-items:center;display:flex;font-size:16px;gap:8px}.step-description{color:#4b5563;font-size:15px;line-height:1.6;margin-bottom:20px}.step-screenshots{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.screenshot-thumbnail{border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;height:80px;overflow:hidden;transition:border-color .2s;width:120px}.screenshot-thumbnail:hover{border-color:#3b82f6}.screenshot-thumbnail img{height:100%;object-fit:cover;width:100%}.step-issues{display:flex;flex-direction:column;gap:15px}.issue-box{border:2px solid;border-radius:8px;margin-top:15px;padding:20px}.issue-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.issue-title{font-size:16px;font-weight:700;margin:0}.issue-severity{background:#0000001a;border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px}.issue-content{font-size:14px;line-height:1.5}.issue-description,.issue-evidence,.issue-recommendation{margin-bottom:10px}.issue-description:last-child,.issue-evidence:last-child,.issue-recommendation:last-child{margin-bottom:0}.video-container{max-width:800px}.test-video{border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:450px;width:100%}.video-info{color:#6b7280;font-family:monospace;font-size:14px;margin-top:10px}.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.test-results-layout{flex-direction:column}.test-runs-sidebar{height:200px;width:100%}.test-results-content{height:calc(100vh - 200px)}.test-results-header{padding:20px}.test-results-title{font-size:20px}.test-steps-section,.test-summary-section,.test-video-section{padding:20px}.step-header,.summary-stats{flex-direction:column;gap:10px}.step-header{align-items:flex-start}.step-status{align-self:flex-end}}.data-table{border-collapse:collapse;font-size:.8rem;table-layout:fixed;width:100%}.data-table th{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;overflow:hidden;padding:.75rem .5rem;position:-webkit-sticky;position:sticky;text-align:left;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:10}.data-table td{word-wrap:break-word;border-bottom:1px solid #f3f4f6;overflow-wrap:break-word;padding:.5rem;vertical-align:top}.data-table tbody tr:hover{background-color:#f8fafc}.data-table tbody tr:nth-child(2n){background-color:#fafbfc}.data-table tbody tr:nth-child(2n):hover{background-color:#f1f5f9}.data-table td:first-child,.data-table th:first-child{width:8%}.data-table td:nth-child(2),.data-table th:nth-child(2){width:12%}.data-table td:nth-child(3),.data-table th:nth-child(3){width:15%}.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table th:nth-child(4),.data-table th:nth-child(5){width:10%}.data-table td:nth-child(6),.data-table th:nth-child(6){width:15%}.data-table td:nth-child(7),.data-table th:nth-child(7){width:20%}.data-table td:nth-child(8),.data-table th:nth-child(8){width:10%}.line-items-container{max-height:300px;overflow-y:auto}.line-item-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;margin-bottom:8px;padding:8px}.line-item-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.line-item-label{color:#374151;font-size:.7rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.line-item-value{color:#111827;font-size:.75rem;word-break:break-word}@media (max-width:1200px){.data-table{font-size:.7rem}.data-table td,.data-table th{padding:.4rem .3rem}}@media (max-width:768px){.table-wrapper{overflow-x:auto}.data-table{font-size:.65rem;min-width:800px}.line-item-grid{grid-template-columns:1fr}}.truncate-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expandable-text{color:#3b82f6;cursor:pointer}.expandable-text:hover{color:#1d4ed8;text-decoration:underline}.invoice-line-items-table{border-collapse:collapse;margin-top:1rem;min-width:1000px;width:100%}.invoice-line-items-table td,.invoice-line-items-table th{border-bottom:1px solid #e5e7eb;padding:.75rem;text-align:left;white-space:nowrap}.invoice-line-items-table th{background-color:#f9fafb;color:#374151;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:10}.invoice-line-items-table tbody tr:hover{background-color:#f9fafb}.invoice-line-items-container{border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;overflow-x:auto}.invoice-line-items-table td:first-child,.invoice-line-items-table th:first-child{width:5%}.invoice-line-items-table td:nth-child(2),.invoice-line-items-table th:nth-child(2){width:12%}.invoice-line-items-table td:nth-child(3),.invoice-line-items-table td:nth-child(4),.invoice-line-items-table th:nth-child(3),.invoice-line-items-table th:nth-child(4){width:15%}.invoice-line-items-table td:nth-child(5),.invoice-line-items-table th:nth-child(5){width:8%}.invoice-line-items-table td:nth-child(6),.invoice-line-items-table td:nth-child(7),.invoice-line-items-table th:nth-child(6),.invoice-line-items-table th:nth-child(7){width:10%}.invoice-line-items-table td:nth-child(8),.invoice-line-items-table th:nth-child(8){width:8%}.invoice-line-items-table td:nth-child(10),.invoice-line-items-table td:nth-child(9),.invoice-line-items-table th:nth-child(10),.invoice-line-items-table th:nth-child(9){width:10%}.invoice-line-items-table td:nth-child(11),.invoice-line-items-table th:nth-child(11){width:15%}
/*# sourceMappingURL=main.eb9245ce.css.map*/