*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh}.App,.container{display:flex;flex-direction:column}.container{background:#fff;flex:1 1;width:100%}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 30px;text-align:center}.header-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.nav-buttons{display:flex;gap:10px}.all-files-button,.home-button{background:#fff3;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.all-files-button:hover,.home-button:hover{background:#ffffff4d;transform:translateY(-2px)}.app-header h1{font-size:2em;font-weight:700;margin-bottom:5px}.subtitle{font-size:1.1em;margin-bottom:5px;opacity:.95}.description{font-size:.95em;margin:0 auto;max-width:500px;opacity:.85}.content{flex:1 1;min-height:300px;padding:40px 30px}.home-content{overflow:hidden}.file-upload{margin-bottom:30px}.drop-zone{background:#f7fafc;border:3px dashed #cbd5e0;border-radius:15px;cursor:pointer;padding:60px 30px;text-align:center;transition:all .3s ease}.drop-zone:hover{background:#edf2f7;border-color:#667eea}.drop-zone-content{pointer-events:none}.upload-icon{font-size:4em;margin-bottom:20px}.drop-zone-text{color:#2d3748;font-size:1.1em;font-weight:500;margin-bottom:10px}.file-types{color:#718096;font-size:.9em;margin-bottom:5px}.file-size{color:#a0aec0;font-size:.85em}.selected-file,.selected-files-container{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;margin-top:20px;padding:20px}.selected-files-header h3{color:#2d3748;font-size:1.1em;margin:0 0 15px}.selected-files-list{margin-bottom:15px;max-height:300px;overflow-y:auto}.selected-file-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:12px}.remove-file-button{background:#fee;border:1px solid #e53e3e;border-radius:5px;color:#e53e3e;cursor:pointer;font-weight:600;padding:5px 10px;transition:all .2s ease}.remove-file-button:hover{background:#e53e3e;color:#fff}.file-info{align-items:center;display:flex;margin-bottom:15px}.file-icon{font-size:2.5em;margin-right:15px}.file-details{flex:1 1}.file-name{color:#2d3748;font-weight:600;margin-bottom:5px;word-break:break-word}.file-size-text{color:#718096;font-size:.9em}.upload-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;padding:15px;transition:all .3s ease;width:100%}.upload-button:hover:not(:disabled){box-shadow:0 10px 20px #667eea66;transform:translateY(-2px)}.upload-button:disabled{cursor:not-allowed;opacity:.6}.processing-status{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;margin-top:30px;padding:25px}.status-item{align-items:flex-start;display:flex;gap:15px}.status-icon{flex-shrink:0;font-size:2.5em}.status-content{flex:1 1}.status-text{color:#2d3748;font-size:1.1em;font-weight:600;margin-bottom:10px}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-top:10px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.status-error{align-items:flex-start;display:flex;gap:15px}.error-message{color:#e53e3e;font-size:.95em;margin-top:5px}.loading-spinner{display:flex;justify-content:center;margin-top:20px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-result{text-align:center}.success-message{margin-bottom:30px}.success-icon{display:block;font-size:4em;margin-bottom:20px}.success-message h2{color:#2d3748;font-size:2em;margin-bottom:10px}.success-message p{color:#718096;font-size:1.1em}.download-actions{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.download-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1em;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.download-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.download-button.primary:hover{box-shadow:0 10px 20px #667eea66;transform:translateY(-2px)}.download-button.secondary{background:#f7fafc;border:2px solid #e2e8f0;color:#2d3748}.download-button.secondary:hover{background:#edf2f7}.file-info-box{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;padding:20px}.info-label{color:#718096}.info-value{font-weight:600}.batch-processing-status{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;margin-top:30px;padding:25px}.batch-progress-header h3{color:#2d3748;margin-bottom:10px}.batch-progress-summary{color:#718096;margin-bottom:20px}.upload-progress{margin-bottom:20px}.progress-label{color:#2d3748;font-weight:600;margin-bottom:8px}.progress-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.progress-percentage{color:#718096;font-size:.9em;margin-top:5px;text-align:right}.files-status-list{display:flex;flex-direction:column;gap:10px}.file-status-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:15px;padding:12px}.file-status-item.processing{background:#f0f4ff;border-color:#667eea}.file-status-item.complete{background:#f0fff4;border-color:#48bb78}.file-status-item.error{background:#fff5f5;border-color:#e53e3e}.file-status-icon{flex-shrink:0;font-size:1.5em}.file-status-info{flex:1 1}.file-status-name{color:#2d3748;font-weight:600;margin-bottom:3px}.file-status-text{color:#718096;font-size:.9em}.file-status-text.error-text{color:#e53e3e}.batch-results{text-align:center}.results-actions,.results-header{margin-bottom:30px}.results-actions{display:flex;flex-direction:column;gap:15px}.results-section{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;margin-top:30px;padding:20px;text-align:left}.results-section h3{color:#2d3748;margin-bottom:15px}.results-list{display:flex;flex-direction:column;gap:10px}.result-item{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:15px}.result-item.success{border-color:#48bb78}.result-item.error{border-color:#e53e3e}.result-info{align-items:center;display:flex;flex:1 1;gap:15px}.result-icon{flex-shrink:0;font-size:2em}.result-details{flex:1 1}.result-original{color:#2d3748;font-weight:600;margin-bottom:5px}.result-generated{color:#718096;font-size:.9em}.result-error{color:#e53e3e;font-size:.9em}.result-actions{display:flex;gap:10px}.result-action-button{background:#f7fafc;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:1.2em;padding:8px 15px;transition:all .2s ease}.result-action-button:hover{background:#edf2f7;transform:translateY(-2px)}.all-files-view{padding:20px}.all-files-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.all-files-header h2{color:#2d3748;margin:0}.close-button{background:#f7fafc;border:2px solid #e2e8f0;border-radius:6px;color:#2d3748;cursor:pointer;font-size:1.2em;font-weight:600;padding:8px 15px;transition:all .2s ease}.close-button:hover{background:#edf2f7}.empty-state,.error-state,.loading-state{color:#718096;padding:40px;text-align:center}.error-state button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:15px;padding:10px 20px}.files-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.file-card{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;padding:20px;transition:all .3s ease}.file-card:hover{border-color:#667eea;box-shadow:0 5px 15px #667eea33;transform:translateY(-3px)}.file-card-icon{font-size:3em;margin-bottom:10px}.file-card-name{color:#2d3748;font-size:1em;margin-bottom:8px;word-break:break-word}.file-card-meta{color:#718096;font-size:.85em}.file-preview-edit{height:100%;overflow-y:auto;padding:20px}.preview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.preview-header h2{color:#2d3748;margin:0}.preview-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.preview-left,.preview-right{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;padding:20px}.preview-left h3,.preview-right h3{color:#2d3748;margin-bottom:15px}.uploaded-file-info{background:#fff;border-radius:8px;padding:15px}.info-label{color:#4a5568;font-size:.9em;font-weight:600;margin-bottom:5px}.info-value{color:#2d3748;font-size:.95em;margin-bottom:10px;word-break:break-word}.info-note{color:#718096;font-size:.9em;font-style:italic;margin-top:10px}.original-file-preview{margin-top:15px}.file-preview-placeholder{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;padding:30px;text-align:center}.file-preview-placeholder p{color:#4a5568;font-size:1.2em;margin-bottom:10px}.download-original-link{background:#667eea;border-radius:6px;color:#fff;display:inline-block;font-size:.9em;padding:8px 16px;text-decoration:none;transition:background .2s ease}.download-original-link:hover{background:#5568d3}.file-download-section{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;margin-top:15px;padding:20px;text-align:center}.file-type-info{color:#4a5568;font-size:1.1em;margin-bottom:15px}.download-original-button{background:#667eea;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1em;font-weight:600;padding:12px 24px;text-decoration:none;transition:background .2s ease}.download-original-button:hover{background:#5568d3}.image-preview{border:1px solid #e2e8f0;border-radius:8px;max-height:400px;object-fit:contain;width:100%}.generated-file-preview{margin-top:20px}.pdf-preview-iframe{border:1px solid #e2e8f0;border-radius:8px;height:400px;width:100%}.edit-form{background:#fff;border-radius:8px;margin-bottom:20px;max-height:400px;overflow-y:auto;padding:15px}.edit-form h4{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1em;margin:20px 0 10px;padding-bottom:5px}.edit-form h4:first-child{margin-top:0}.form-group{margin-bottom:15px}.form-group label{color:#4a5568;display:block;font-size:.9em;font-weight:600;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e0;border-radius:6px;font-family:inherit;font-size:.95em;padding:8px 12px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:60px;resize:vertical}.action-buttons{display:flex;gap:10px;margin-top:20px}.download-button,.save-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1em;font-weight:600;padding:12px 24px;transition:all .3s ease}.save-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.save-button:hover:not(:disabled){box-shadow:0 5px 15px #48bb7866;transform:translateY(-2px)}.save-button:disabled{cursor:not-allowed;opacity:.6}.app-footer{background:#f7fafc;border-top:1px solid #e2e8f0;color:#718096;font-size:.9em;text-align:center}.all-files-page,.app-footer{padding:20px}.all-files-page-header{margin-bottom:25px}.all-files-page-header h2{color:#2d3748;margin:0 0 20px}.files-navbar{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;gap:20px;justify-content:space-between;margin-bottom:20px;padding:15px 20px}.date-filter-container,.files-navbar{align-items:center;display:flex;flex-wrap:wrap}.date-filter-container{gap:15px}.date-filter-group{align-items:center;display:flex;gap:8px}.date-filter-group label{color:#4a5568;font-size:.9em;font-weight:600;white-space:nowrap}.date-input{background:#fff;border:2px solid #cbd5e0;border-radius:6px;color:#2d3748;font-size:.95em;padding:8px 12px;transition:border-color .2s ease}.date-input:focus{border-color:#667eea;outline:none}.clear-filter-button{background:#fee;border:2px solid #e53e3e;border-radius:6px;color:#e53e3e;cursor:pointer;font-size:.9em;font-weight:600;padding:8px 15px;transition:all .2s ease;white-space:nowrap}.clear-filter-button:hover{background:#e53e3e;color:#fff}.selection-actions{align-items:center;display:flex;gap:15px}.selection-count{color:#667eea;font-size:.95em}.delete-button,.selection-count{font-weight:600;white-space:nowrap}.delete-button{align-items:center;background:linear-gradient(135deg,#e53e3e,#c53030);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1em;gap:8px;padding:10px 20px;transition:all .3s ease}.delete-button:hover:not(:disabled){box-shadow:0 5px 15px #e53e3e66;transform:translateY(-2px)}.delete-button:disabled{cursor:not-allowed;opacity:.5}.delete-icon{font-size:1.2em}.files-list-container{display:flex;flex-direction:column;gap:25px}.select-all-container{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:12px 20px}.checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:600;gap:10px;-webkit-user-select:none;user-select:none}.checkbox-label:hover{color:#667eea}.date-group{margin-bottom:10px}.date-group-header{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.2em;font-weight:700;margin-bottom:15px;padding-bottom:8px}.files-list{display:flex;flex-direction:column;gap:12px}.file-list-item{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;display:flex;gap:15px;padding:15px 20px;transition:all .3s ease}.file-list-item.selected{background:#f0f4ff;border-color:#667eea}.file-list-item:hover{border-color:#667eea;box-shadow:0 5px 15px #667eea33}.checkbox-container{align-items:center;cursor:pointer;display:flex;padding:5px}.file-checkbox{accent-color:#667eea;cursor:pointer;height:20px;width:20px}.file-list-content{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:15px}.file-list-icon{flex-shrink:0;font-size:2.5em}.file-list-details{flex:1 1}.file-list-name{color:#2d3748;font-size:1.1em;font-weight:600;margin:0 0 5px;word-break:break-word}.file-list-meta{color:#718096;font-size:.9em;margin:0}.file-list-arrow{color:#667eea;flex-shrink:0;font-size:1.5em;transition:transform .3s ease}.file-list-item:hover .file-list-arrow{transform:translateX(5px)}.file-progress-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-top:8px;overflow:hidden;width:100%}.file-progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.file-progress-percentage{color:#718096;font-size:.85em;font-weight:600;margin-top:3px;text-align:right}@media (max-width:768px){.app-header h1{font-size:2em}.subtitle{font-size:1.1em}.description{font-size:.9em}.content{padding:30px 20px}.drop-zone{padding:40px 20px}.upload-icon{font-size:3em}.header-content{align-items:stretch;flex-direction:column}.nav-buttons{flex-direction:column;width:100%}.all-files-button,.home-button{width:100%}.files-grid,.preview-layout{grid-template-columns:1fr}.date-filter-container,.files-navbar{align-items:stretch;flex-direction:column}.date-filter-container{width:100%}.date-filter-group{align-items:stretch;flex-direction:column}.date-input{width:100%}.selection-actions{align-items:stretch;flex-direction:column;width:100%}.delete-button{justify-content:center;width:100%}}
/*# sourceMappingURL=main.2be777d5.css.map*/