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}.Home{background-color:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.Home-header{background-color:#fff;border-bottom:1px solid #e0e6ed;box-shadow:0 2px 4px #0000000d;color:#1e3a5f;display:flex;gap:2rem;padding:2rem}.Home-header,.home-logo-link{align-items:center;position:relative}.home-logo-link{display:inline-flex;flex-shrink:0;text-decoration:none;z-index:2}.home-logo{flex-shrink:0;height:auto;max-width:200px}.Home-header h1{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600;left:50%;margin:0;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);width:100%}.Home-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:3rem 2rem}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;width:100%}.tool-card{align-items:center;background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:2.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.tool-card:hover{border-color:#2563eb;box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.tool-icon{font-size:4rem;margin-bottom:1rem}.tool-card h2{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.tool-card p{color:#4a5568;font-size:1rem;line-height:1.5;margin:0}@media (max-width:600px){.tools-grid{grid-template-columns:1fr}.Home-header h1{font-size:1.75rem}}.ContainerLinkExtractor{background-color:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.ContainerLinkExtractor-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e6ed;box-shadow:0 2px 4px #0000000d;color:#1e3a5f;display:flex;gap:2rem;padding:2rem;position:relative}.ContainerLinkExtractor-header h1{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600;left:50%;margin:0;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);width:100%}.ContainerLinkExtractor-main{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem}@media (max-width:600px){.ContainerLinkExtractor-header h1{font-size:1.75rem}.upload-form{padding:1.5rem}}.ContainerExcelBuilder{background-color:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.ContainerExcelBuilder-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e6ed;box-shadow:0 2px 4px #0000000d;color:#1e3a5f;display:flex;gap:2rem;padding:2rem;position:relative}.ContainerExcelBuilder-header h1{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600;left:50%;margin:0;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);width:100%}.ContainerExcelBuilder-main{flex:1 1;overflow-y:auto;padding:2rem}.excel-builder-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1400px}.upload-section{background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem}.file-input{display:none}.file-label{background-color:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;display:inline-block;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.file-label:hover{background-color:#edf2f7;border-color:#2563eb}.upload-button{background-color:#2563eb;font-family:Rubik,sans-serif;padding:.75rem 2rem}.upload-button:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.upload-button:disabled{background-color:#9ca3af}.success-message{background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:6px;color:#065f46;font-size:.9rem;margin-top:1rem;padding:.75rem 1rem}.mapping-section{background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem}.mapping-section-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.mapping-section h2{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.generate-area{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem}.generate-buttons-container{align-items:center;display:flex;gap:.75rem}.generate-button{background:linear-gradient(135deg,#1e3a5f,#2a5298);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.generate-button:hover:not(:disabled){box-shadow:0 4px 12px #1e3a5f4d;transform:translateY(-1px)}.generate-button:disabled{cursor:not-allowed;opacity:.5}.download-datatape-button{align-items:center;background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.download-datatape-button:hover{box-shadow:0 4px 12px #2e7d324d;color:#fff;transform:translateY(-1px)}.generate-error{color:#d32f2f;font-size:.85rem;max-width:280px;text-align:right}.mapping-description{color:#4a5568;font-size:.95rem;line-height:1.5;margin:0}.mapping-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;max-height:70vh;min-height:400px}.mapping-column{border:1px solid #e0e6ed;border-radius:8px;display:flex;flex-direction:column;max-height:70vh;min-height:400px;overflow:hidden}.column-header-with-sort{align-items:center;background-color:#f7fafc;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mapping-column h3{color:#1e3a5f;flex:1 1;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.sort-button{align-items:center;background:#fff;border:1px solid #cbd5e0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:36px;justify-content:center;min-width:36px;padding:.5rem .75rem;transition:all .2s ease}.sort-button:hover{background:#edf2f7;border-color:#2563eb;color:#2563eb}.sort-button:active{transform:scale(.95)}.column-list{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.5rem}.column-list::-webkit-scrollbar{width:8px}.column-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.column-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.column-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mapping-row{align-items:center;border-bottom:1px solid #f1f5f9;border-radius:6px;display:flex;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:all .2s ease}.mapping-row:hover{background-color:#f8fafc}.mapping-row:last-child{border-bottom:none}.mapping-row.drag-over{background-color:#dbeafe;border:2px dashed #2563eb;border-radius:6px}.mapping-row.paired{background-color:#f0fdf4;border-left:3px solid #10b981}.soteria-column-label-container{align-items:center;display:flex;flex:1 1;gap:.5rem;min-width:0}.soteria-column-label{color:#1e3a5f;flex:1 1;font-size:.9rem;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-fixed-value-button{align-items:center;background:#0000;border:1px solid #cbd5e0;border-radius:4px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.edit-fixed-value-button:hover{background:#f1f5f9;border-color:#94a3b8;color:#475569}.edit-fixed-value-button svg{display:block;height:14px;width:14px}.copy-mapping-button{align-items:center;background:#0000;border:1px solid #cbd5e0;border-radius:4px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.copy-mapping-button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;color:#475569}.copy-mapping-button:disabled{cursor:not-allowed;opacity:.4}.copy-mapping-button svg{display:block;height:14px;width:14px}.data-room-link-button{align-items:center;background:#0000;border:1px solid #8b5cf6;border-radius:4px;color:#8b5cf6;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.data-room-link-button:hover{background:#f3f4f6;border-color:#7c3aed;color:#7c3aed}.data-room-link-button svg{display:block;height:14px;width:14px}.data-room-link-chip{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:6px;box-shadow:0 2px 4px #6366f133;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.data-room-link-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-room-link-count{font-size:.75rem;font-style:italic;opacity:.9}.drop-zone{align-items:center;display:flex;flex:1 1;min-height:36px;min-width:150px}.drop-zone-placeholder{border:1px dashed #cbd5e0;border-radius:6px;color:#9ca3af;font-size:.85rem;font-style:italic;padding:.5rem;text-align:center;transition:all .2s ease;width:100%}.mapping-row.drag-over .drop-zone-placeholder{background-color:#eff6ff;border-color:#2563eb;color:#2563eb}.fixed-value-input-container{width:100%}.fixed-value-input,.fixed-value-select{background:#fff;border:2px solid #2563eb;border-radius:6px;box-sizing:border-box;color:#1e3a5f;font-family:Rubik,sans-serif;font-size:.85rem;line-height:normal;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}.fixed-value-input:focus,.fixed-value-select:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #2563eb1a}.fixed-value-input::placeholder{color:#94a3b8;font-style:italic}.fixed-value-select{cursor:pointer}.fixed-value-select option{padding:.5rem}.fixed-value-chip{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;box-shadow:0 2px 4px #f59e0b33;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.fixed-value-text{flex:1 1;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paired-chip{align-items:center;animation:slideIn .3s ease;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;box-shadow:0 2px 4px #10b98133;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.paired-chip.copied-chip{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-left:3px solid #a78bfa;box-shadow:0 2px 4px #8b5cf633}.copied-indicator{font-size:.9rem;margin-right:-.25rem}.chip-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-chip-button{font-size:.85rem;height:20px;width:20px}.remove-chip-button{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:20px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:20px}.remove-chip-button:hover{background:#ffffff80;transform:scale(1.1)}.chip-bank{display:flex;flex-direction:column;gap:.5rem}.draggable-chip{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:grab;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}.draggable-chip:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-2px)}.draggable-chip:active{cursor:grabbing}.draggable-chip.dragging{cursor:grabbing;opacity:.5;transform:scale(.95)}.chip-content{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-chip-button{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.9rem;height:22px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:22px}.preview-chip-button svg{display:block;height:14px;width:14px}.preview-chip-button:hover{background:#ffffff80;transform:scale(1.1)}.remove-from-bank-button{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.3rem;font-weight:300;height:22px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:22px}.remove-from-bank-button:hover{background:#ef4444cc;transform:scale(1.1)}.remove-from-bank-button:active{transform:scale(.95)}.empty-bank-message{color:#9ca3af;font-size:.9rem;font-style:italic;padding:2rem;text-align:center}@media (max-width:1024px){.mapping-container{grid-template-columns:1fr}.mapping-column,.mapping-container{max-height:60vh;min-height:300px}}@media (max-width:600px){.ContainerExcelBuilder-main{padding:1rem}.mapping-section,.upload-section{padding:1.5rem}.mapping-row{align-items:flex-start;flex-direction:column}.drop-zone{min-width:0;width:100%}}.preview-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.preview-dialog{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:90%}.preview-dialog-header{align-items:center;background:#f5f7fa;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:1.5rem}.preview-dialog-header h3{color:#1e3a5f;flex:1 1;font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-dialog-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.preview-dialog-close:hover{background:#e5e7eb;color:#1f2937}.preview-dialog-content{flex:1 1;max-height:calc(80vh - 140px);min-height:200px;overflow-y:auto;padding:1rem}.preview-empty,.preview-loading{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.preview-values-list{display:flex;flex-direction:column;gap:.5rem}.preview-value-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:.9rem;padding:.75rem 1rem;transition:background .2s ease;word-break:break-word}.preview-value-row:hover{background:#f3f4f6}.preview-dialog-footer{align-items:center;background:#f5f7fa;border-top:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:1rem 1.5rem}.preview-count{color:#6b7280;font-size:.9rem}.preview-dialog-close-button{background:#1e3a5f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600;padding:.5rem 1.5rem;transition:all .2s ease}.preview-dialog-close-button:hover{background:#2a5298;box-shadow:0 2px 8px #1e3a5f4d;transform:translateY(-1px)}.copy-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.copy-dialog{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.copy-dialog-header{align-items:center;background:#f5f7fa;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:1.5rem}.copy-dialog-header h3{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;margin:0}.copy-dialog-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.copy-dialog-close:hover{background:#e5e7eb;color:#1f2937}.copy-dialog-content{flex:1 1;max-height:calc(80vh - 80px);min-height:200px;overflow-y:auto;padding:1rem}.copy-empty{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.copy-options-list{display:flex;flex-direction:column;gap:.5rem}.copy-option-button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:1rem;text-align:left;transition:all .2s ease}.copy-option-button:hover{background:#f9fafb;border-color:#8b5cf6;box-shadow:0 2px 8px #8b5cf61a;transform:translateY(-1px)}.copy-option-soteria{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600}.copy-option-header{color:#64748b;font-size:.85rem;font-style:italic}.data-room-link-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10002}.data-room-link-dialog{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:800px;overflow:hidden;width:90%}.data-room-link-dialog-header{align-items:center;background:#f5f7fa;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:1.5rem}.data-room-link-dialog-header h3{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;margin:0}.data-room-link-dialog-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.data-room-link-dialog-close:hover{background:#e5e7eb;color:#1f2937}.data-room-link-dialog-content{flex:1 1;max-height:calc(80vh - 140px);min-height:200px;overflow-y:auto;padding:1.5rem}.data-room-link-input-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.data-room-link-input-section label{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600}.data-room-link-url-input{border:2px solid #cbd5e0;border-radius:6px;box-sizing:border-box;color:#1e3a5f;font-family:Rubik,sans-serif;font-size:.9rem;min-width:0;padding:.75rem;transition:all .2s ease;width:100%}.data-room-link-url-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.data-room-link-url-input:disabled{background:#f3f4f6;cursor:not-allowed}.match-test-button{align-self:flex-start;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.match-test-button:hover:not(:disabled){box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.match-test-button:disabled{cursor:not-allowed;opacity:.5}.matching-progress{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:center}.matching-spinner{animation:spin 1s linear infinite;border:4px solid #e0e6ed;border-radius:50%;border-top-color:#6366f1;height:40px;width:40px}.matching-progress p{color:#64748b;font-size:.9rem;margin:0}.match-results-section{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-top:1.5rem;padding:1rem}.match-results-summary{color:#166534;font-size:1rem;margin-bottom:.5rem}.match-results-note{color:#15803d;font-size:.85rem;font-style:italic}.match-error-section{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:.9rem;margin-top:1rem;padding:1rem}.saved-link-indicator{background:#dbeafe;border:1px solid #93c5fd;border-radius:6px;color:#1e40af;font-size:.9rem;margin-top:1rem;padding:.75rem}.data-room-link-dialog-footer{align-items:center;background:#f5f7fa;border-top:1px solid #e0e6ed;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.data-room-link-save-button{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600;padding:.5rem 1.5rem;transition:all .2s ease}.data-room-link-save-button:hover:not(:disabled){background:#4f46e5;box-shadow:0 2px 8px #6366f14d;transform:translateY(-1px)}.data-room-link-save-button:disabled{cursor:not-allowed;opacity:.5}.data-room-link-cancel-button{background:#fff;border:1px solid #cbd5e0;border-radius:6px;color:#64748b;cursor:pointer;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600;padding:.5rem 1.5rem;transition:all .2s ease}.data-room-link-cancel-button:hover{background:#f3f4f6;border-color:#94a3b8}.parameter-autocomplete-popup{background:#fff;border:1px solid #cbd5e0;border-radius:6px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;max-height:300px;max-width:400px;min-width:200px;overflow-y:auto;position:absolute;top:100%;width:-webkit-max-content;width:max-content;z-index:1000}.parameter-autocomplete-header{background:#f5f7fa;border-bottom:1px solid #e0e6ed;color:#64748b;font-family:Rubik,sans-serif;font-size:.75rem;font-weight:600;padding:.5rem .75rem}.parameter-autocomplete-list{max-height:250px;overflow-y:auto}.parameter-autocomplete-option{background:#fff;border:none;border-bottom:1px solid #f1f5f9;color:#1e3a5f;cursor:pointer;font-family:Rubik,sans-serif;font-size:.85rem;padding:.75rem;text-align:left;transition:background-color .15s ease;width:100%}.parameter-autocomplete-option:hover{background:#f0f9ff}.parameter-autocomplete-option:last-child{border-bottom:none}.parameter-autocomplete-empty{color:#94a3b8;font-size:.85rem;font-style:italic;padding:1rem;text-align:center}.fixed-value-input-container-with-preview{position:relative;width:100%}.fixed-value-input-container-with-preview .fixed-value-input{position:relative;z-index:2}.fixed-value-input-container-with-preview .fixed-value-input.has-parameters{background:#0000}.fixed-value-input-container-with-preview .fixed-value-input.has-parameters:focus{caret-color:#1e3a5f;color:#0000}.fixed-value-preview{align-items:center;border:2px solid #0000;border-radius:6px;bottom:0;box-sizing:border-box;color:#1e3a5f;display:flex;font-family:Rubik,sans-serif;font-size:.85rem;left:0;line-height:normal;overflow:hidden;padding:.5rem .75rem;pointer-events:none;position:absolute;right:0;top:0;white-space:nowrap;z-index:1}.fixed-value-preview-inner{display:inline;white-space:nowrap}.preview-text{color:#1e3a5f}.parameter-preview{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:3px;box-shadow:-2px 0 0 2px #6366f1d9,2px 0 0 2px #6366f1d9;color:#fff;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;white-space:pre}.pairing-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.pairing-spinner-container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;gap:1.5rem;min-width:300px;padding:3rem 4rem}.pairing-spinner{animation:spin 1s linear infinite;border:4px solid #e0e6ed;border-radius:50%;border-top-color:#1e3a5f;height:60px;width:60px}.pairing-message{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;margin:0;text-align:center}.pairing-submessage{color:#4a5568;font-size:.9rem;margin:0;text-align:center}.ContainerDataTapeValidator{background-color:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.ContainerDataTapeValidator-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e6ed;box-shadow:0 2px 4px #0000000d;color:#1e3a5f;display:flex;gap:2rem;padding:2rem;position:relative}.back-link{align-items:center;display:inline-flex;flex-shrink:0;position:relative;text-decoration:none;z-index:2}.ContainerDataTapeValidator-header h1{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600;left:50%;margin:0;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);width:100%}.ContainerDataTapeValidator-main{flex:1 1;overflow-y:auto;padding:2rem}.validator-container{background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:1400px;padding:2rem}.upload-section{margin-bottom:2rem}.upload-section h2{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.upload-description{color:#4a5568;font-size:.95rem;line-height:1.5;margin:0 0 1.5rem}.file-input-wrapper{margin-bottom:1rem}.file-input-wrapper input[type=file]{display:none}.file-input-label{background-color:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;display:inline-block;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.file-input-label:hover{background-color:#edf2f7;border-color:#2563eb}.validate-button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.validate-button:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.validate-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.9rem;margin-top:1rem;padding:.75rem 1rem}.validation-results{border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.validation-summary{border-radius:8px;margin-bottom:2rem;padding:1.5rem}.validation-summary.valid{background:#d1fae5;border:2px solid #10b981}.validation-summary.invalid{background:#fee2e2;border:2px solid #ef4444}.validation-summary h2{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{color:#64748b;font-size:.85rem;font-weight:500}.stat-value{color:#1e3a5f;font-size:1.5rem;font-weight:700}.errors-section,.warnings-section{margin-top:2rem}.errors-section h3,.warnings-section h3{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.errors-list,.warnings-list{border:1px solid #e2e8f0;border-radius:8px;max-height:400px;overflow-y:auto;padding:1rem}.error-item,.warning-item{border-radius:6px;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem;margin-bottom:.5rem;padding:.75rem}.error-item{background:#fee2e2;border-left:3px solid #ef4444}.warning-item{background:#fef3c7;border-left:3px solid #f59e0b}.error-header,.warning-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.error-type,.warning-type{border-radius:4px;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase;white-space:nowrap}.error-type{background:#ef4444;color:#fff}.warning-type{background:#f59e0b;color:#fff}.error-location,.warning-location{color:#475569;flex-shrink:0;font-weight:600;white-space:nowrap}.error-message,.warning-message{color:#1e3a5f;line-height:1.5}@media (max-width:768px){.ContainerDataTapeValidator-header{gap:1rem;padding:1rem}.ContainerDataTapeValidator-header h1{font-size:1.5rem}.ContainerDataTapeValidator-main{padding:2rem 1rem}.validator-container{padding:2rem 1.5rem}.placeholder-content h2{font-size:1.5rem}.placeholder-content p{font-size:1rem}}.App{background-color:#f5f7fa;display:flex;flex-direction:column;min-height:100vh}.App-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e6ed;box-shadow:0 2px 4px #0000000d;color:#1e3a5f;display:flex;gap:2rem;padding:2rem;position:relative}.logo{flex-shrink:0;height:auto;max-width:200px}.App-header h1{color:#1e3a5f;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600;left:50%;margin:0;position:absolute;text-align:center;transform:translateX(-50%);width:100%}.App-main{align-items:center;flex:1 1;justify-content:center;padding:2rem}.App-main,.upload-form{display:flex;flex-direction:column}.upload-form{background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;gap:1.5rem;max-width:500px;padding:2.5rem;width:100%}.file-input-wrapper{display:flex;flex-direction:column;gap:1rem}.file-label{color:#333;font-size:1rem;font-weight:600}.explainer-text{color:#666;font-size:.85rem;line-height:1.4;margin:.5rem 0 0}.file-input{background-color:#f8f9fa;border:2px dashed #2563eb;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.75rem;transition:all .3s ease}.file-input:hover:not(:disabled){background-color:#eff6ff;border-color:#1d4ed8}.file-input:disabled{cursor:not-allowed;opacity:.6}.file-info{align-items:center;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:6px;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem}.file-name{color:#333;font-weight:500}.file-size{color:#666;font-size:.85rem}.url-input-wrapper{display:flex;flex-direction:column;gap:1rem}.url-input{background-color:#fff;border:2px solid #2563eb;border-radius:8px;box-sizing:border-box;font-size:.95rem;padding:.75rem;transition:all .3s ease;width:100%}.url-input:hover:not(:disabled){background-color:#f8f9fa;border-color:#1d4ed8}.url-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #2563eb1a;outline:none}.url-input:disabled{cursor:not-allowed;opacity:.6}.upload-button{background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 8px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.upload-button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb66;transform:translateY(-2px)}.upload-button:active:not(:disabled){transform:translateY(0)}.upload-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.result{align-items:flex-start;animation:slideIn .3s ease;border-radius:12px;display:flex;gap:1rem;margin-top:2rem;max-width:500px;padding:1.5rem;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.result.success{background-color:#dbeafe;border:2px solid #2563eb;color:#1e40af}.result.error{background-color:#fee2e2;border:2px solid #dc2626;color:#991b1b}.result-icon{flex-shrink:0;font-size:1.5rem;font-weight:700}.result-content{flex:1 1}.result-message{font-size:1rem;line-height:1.6;margin-bottom:1rem}.folders-list{border-top:1px solid #0000001a;margin-top:1rem;padding-top:1rem}.folders-list h3{font-size:1rem;font-weight:600;margin:0 0 .75rem}.folders-list ul{list-style-type:disc;margin:0;padding-left:1.5rem}.folders-list li{line-height:1.5;margin:.5rem 0}.matches-section{border-top:1px solid #0000001a;margin-top:1rem;padding-top:1rem}.matches-section h3{font-size:1rem;font-weight:600;margin:0 0 1rem}.matches-table-wrapper{max-height:400px;overflow-x:auto;overflow-y:auto}.matches-table{border-collapse:collapse;font-size:.9rem;width:100%}.matches-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:1}.matches-table th{border-bottom:2px solid #e0e6ed;color:#1e3a5f;font-weight:600;padding:.75rem;text-align:left}.matches-table td{border-bottom:1px solid #e0e6ed;padding:.75rem;word-break:break-word}.matches-table tr.matched{background-color:#f0f9ff}.matches-table tr.unmatched{background-color:#fef2f2}.matches-table tr:hover{background-color:#f8f9fa}.folder-link{color:#2563eb;text-decoration:none;word-break:break-all}.folder-link:hover{text-decoration:underline}.no-match{color:#9ca3af;font-style:italic}.similarity-score{color:#059669;font-weight:600}.download-section{border-top:1px solid #0000001a;margin-top:1rem;padding-top:1rem;text-align:center}.download-button{background:#059669;border-radius:8px;box-shadow:0 2px 8px #0596694d;color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin-bottom:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.download-button:hover{background:#047857;box-shadow:0 4px 12px #05966966;transform:translateY(-2px)}.download-button:active{transform:translateY(0)}.download-note{color:#4a5568;font-size:.85rem;font-style:italic;margin:.5rem 0 0}.progress-indicator{align-items:center;animation:slideIn .3s ease;background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;max-width:500px;padding:2rem;width:100%}.spinner{animation:spin 1s linear infinite;border:4px solid #e0e6ed;border-radius:50%;border-top-color:#2563eb;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-indicator p{color:#1e3a5f;font-size:1rem;font-weight:600;margin:0}.progress-text{color:#4a5568;font-size:.9rem;font-weight:400}@media (max-width:600px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.upload-form{padding:1.5rem}}
/*# sourceMappingURL=main.d194b5d0.css.map*/