.start-resolution-container{display:flex;justify-content:center;align-items:center;min-height:100vh;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:20px}.start-resolution-content{text-align:center;padding:40px;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #1f26875e;max-width:500px;width:100%;color:#000}.start-resolution-content h1{font-size:24px;margin-bottom:20px;font-weight:600}.start-resolution-content p{font-size:14px;opacity:.9;line-height:1.6}.spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid #2956d7;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 30px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-icon{font-size:64px;margin-bottom:20px}.error-message{font-size:16px;font-weight:500;background:#ff3b3033;padding:15px;border-radius:8px;margin:20px 0}.help-text{font-size:12px;opacity:.8;margin-top:15px}.kanban-root{display:flex;padding:24px;gap:0;background:#fff;height:100vh}.kanban-column{flex:1;background:transparent;border-radius:0;padding:0 24px;min-width:280px;display:flex;flex-direction:column;min-height:500px;border-right:1px solid #e0e0e0}.kanban-column:last-child{border-right:none}.kanban-divider{width:1px;background:#e0e0e0}.kanban-header{font-weight:600;font-size:16px;margin-bottom:24px;color:#242424;letter-spacing:0;padding-bottom:0;border-bottom:none}.loader-container{display:flex;align-items:center;justify-content:center;min-height:200px}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;min-height:100vh}.loader-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:300px;text-align:center}.loader-overlay .loader-content{background:#fff;border:1px solid #e1e5e9}.spinner{display:inline-block;position:relative;margin-bottom:1rem}.spinner-ring{box-sizing:border-box;display:block;position:absolute;border:3px solid #6264a7;border-radius:50%;animation:spinner-rotate 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#6264a7 transparent transparent transparent}.spinner-ring:nth-child(1){animation-delay:-.45s}.spinner-ring:nth-child(2){animation-delay:-.3s}.spinner-ring:nth-child(3){animation-delay:-.15s}.loader-small{width:32px;height:32px}.loader-small .spinner-ring{width:32px;height:32px;border-width:2px}.loader-medium{width:48px;height:48px}.loader-medium .spinner-ring{width:48px;height:48px;border-width:3px}.loader-large{width:64px;height:64px}.loader-large .spinner-ring{width:64px;height:64px;border-width:4px}.loader-message{margin:0;color:#323130;font-size:14px;font-weight:500;text-align:center;max-width:250px}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.loader-content{background:#2d2c2c;border-color:#484644;color:#fff}.loader-message{color:#fff}.spinner-ring{border-color:#a6a7dc transparent transparent transparent}}.theme-dark .loader-content{background:#2d2c2c;border-color:#484644;color:#fff}.theme-dark .loader-message{color:#fff}.theme-dark .spinner-ring{border-color:#a6a7dc transparent transparent transparent}.theme-contrast .spinner-ring{border-color:#ffff00 transparent transparent transparent}@media (max-width: 768px){.loader-content{margin:1rem;padding:1.5rem;max-width:calc(100% - 2rem)}.loader-message{font-size:13px}}@media (prefers-reduced-motion: reduce){.spinner-ring{animation:none}.spinner:after{content:"⏳";font-size:2rem;display:block}}.history-container{padding:20px;margin:0 auto;height:100vh}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.history-title{font-size:24px;font-weight:600;color:#323130;margin:0}.history-filters{display:flex;gap:12px;align-items:center}.filter-container{position:relative}.filter-button{padding:8px 12px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.filter-button:hover{background:#f3f4f6;border-radius:4px}.filter-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;min-width:250px;overflow:hidden}.filter-dropdown-header{padding:16px;border-bottom:1px solid #E5E7EB}.filter-dropdown-header h3{margin:0;font-size:16px;font-weight:600;color:#111827}.filter-options{padding:8px 0}.filter-option{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s}.filter-option:hover{background:#f9fafb}.filter-option input[type=checkbox]{margin-right:12px;cursor:pointer}.filter-option label{flex:1;font-size:14px;color:#374151;cursor:pointer}.search-container{position:relative;flex:1;max-width:300px}.search-input{width:100%;padding:8px 40px 8px 12px;border:1px solid #D1D5DB;border-radius:4px;font-size:14px;background:#f9fafb}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1;background:#fff}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 1px #0078d4}.history-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.history-table th{padding:12px 16px;text-align:left;font-weight:600;color:#323130;border-bottom:1px solid #edebe9;font-size:14px}.history-table td{padding:12px 16px;border-bottom:1px solid #edebe9;font-size:14px;color:#323130}tbody tr:hover{background:#f8f9fa}.history-table tbody tr:last-child td{border-bottom:none}.discrepancy-badge{padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;text-align:center;min-width:80px;display:inline-block}.discrepancy-gr{background:#7160e8;color:#fff}.discrepancy-ir{background:#0078d4;color:#fff}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.sortable-header:hover{background:#f0f0f0}.sort-arrow{margin-left:4px;font-size:12px;color:#605e5c}.download-cell{width:60px;text-align:center;position:relative;overflow:visible!important}.download-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.download-button:hover{opacity:.7}.download-svg{color:#6366f1;width:20px;height:20px}.download-button:hover .download-svg{color:#4f46e5}.no-data{text-align:center;padding:40px;color:#605e5c;font-style:italic}.dark .history-container{color:#fff}.dark .filter-button{background:#2d2c2c;border-color:#484644;color:#fff}.dark .filter-button:hover{background:#393838}.dark .search-input{background:#2d2c2c;border-color:#484644;color:#fff}.dark .history-table{background:#2d2c2c}.dark .history-table th{background:#393838;color:#fff;border-color:#484644}.dark .sortable-header:hover{background:#484644}.dark .history-table td{color:#fff;border-color:#484644}.dark .history-table tbody tr:hover{background:#393838}.dark .download-button{border-color:#484644}.dark .download-button:hover{background:#484644;border-color:#605e5c}.dark .download-svg{color:#d1d5db}.dark .download-button:hover .download-svg,.contrast .history-container{color:#fff}.contrast .filter-button,.contrast .search-input{background:#000;border-color:#fff;color:#fff}.contrast .history-table{background:#000}.contrast .history-table th{background:#000;color:#fff;border-color:#fff}.contrast .sortable-header:hover{background:#333}.contrast .history-table td{color:#fff;border-color:#fff}.contrast .download-button{border-color:#fff}.contrast .download-button:hover{background:#333}.contrast .download-svg{color:#fff}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:.5rem 0;background:#f8f9fa;border-radius:6px;font-size:.8rem}.pagination-controls label{font-weight:500;margin-right:.5rem}.pagination-controls select{padding:.25rem .75rem;border-radius:4px;border:1px solid #d1d5db;font-size:1rem;background:#fff}.pagination-controls button{background:#fff;border:1px solid #d1d5db;border-radius:4px;margin:0 2px;padding:.25rem .6rem;font-size:1rem;color:#2d5be3;cursor:pointer;transition:background .2s,color .2s}.pagination-controls button:disabled{color:#b0b0b0;border-color:#e5e7eb;cursor:not-allowed;background:#f3f4f6}.pagination-controls span{font-size:1rem;margin:0 8px}.pagination-controls b{font-weight:600}.download-popup{position:absolute;top:30px;left:50%;transform:translate(-50%);background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 2px 8px #0000001f;z-index:9999;min-width:110px;padding:6px 0;display:flex;flex-direction:column;align-items:stretch}.download-popup button{background:none;border:none;padding:8px 16px;text-align:left;font-size:14px;color:#2d5be3;cursor:pointer;transition:background .2s}.download-popup button:hover{background:#f3f4f6}.table-filter-input{width:90%;padding:4px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:13px;margin:2px 0}.history-table th,.history-table td{width:120px;min-width:120px;max-width:120px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-table th:nth-child(1),.history-table td:nth-child(1){width:110px;min-width:110px;max-width:110px}.history-table th:nth-child(2),.history-table td:nth-child(2){width:130px;min-width:130px;max-width:130px}.history-table th:nth-child(3),.history-table td:nth-child(3){width:140px;min-width:140px;max-width:140px}.history-table th:nth-child(4),.history-table td:nth-child(4){width:150px;min-width:150px;max-width:150px}.history-table th:nth-child(5),.history-table td:nth-child(5){width:80px;min-width:80px;max-width:80px}.history-table th:nth-child(6),.history-table td:nth-child(6){width:120px;min-width:120px;max-width:120px}.history-table th:nth-child(7),.history-table td:nth-child(7){width:130px;min-width:130px;max-width:130px}.history-table th:nth-child(8),.history-table td:nth-child(8){width:130px;min-width:130px;max-width:130px}.history-table th:nth-child(9),.history-table td:nth-child(9){width:100px;min-width:100px;max-width:100px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width: 768px){body{width:fit-content}}
