*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace}#root{display:flex;flex-direction:column;height:100%}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;-webkit-transition:background-color .2s;transition:background-color .2s}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-corner{background:#0000}*{scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}::selection{background-color:#dbeafe;color:#1e40af}.loading-spinner{align-items:center;display:flex;height:200px;justify-content:center}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin:16px 0;padding:16px}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#059669;margin:16px 0;padding:16px}.medical-viewer-container{background:#000;border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fade-in{animation:fadeIn .3s ease-out}.slide-in{animation:slideIn .3s ease-out}@media print{*{color-adjust:exact;-webkit-print-color-adjust:exact}}@media (prefers-contrast:high){:root{--border-color:#000;--text-color:#000}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.processing-monitor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.monitor-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.monitor-header h1{color:#2c3e50;font-size:28px;margin:0}.controls{gap:15px}.auto-refresh,.controls{align-items:center;display:flex}.auto-refresh{color:#7f8c8d;cursor:pointer;font-size:14px;gap:5px}.auto-refresh input[type=checkbox]{margin:0}.refresh-button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.refresh-button:hover{background:#2980b9}.resume-button{background:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.resume-button:hover:not(:disabled){background:#229954}.resume-button:disabled{background:#95a5a6;cursor:not-allowed}.reset-button{background:#f39c12;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.reset-button:hover:not(:disabled){background:#e67e22}.reset-button:disabled{background:#95a5a6;cursor:not-allowed}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-left:4px solid #3498db;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;text-align:center;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.stat-card.completed{border-left-color:#27ae60}.stat-card.processing{border-left-color:#f39c12}.stat-card.failed{border-left-color:#e74c3c}.stat-card h3{color:#7f8c8d;font-size:14px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:32px;font-weight:700;margin-bottom:5px}.stat-subtitle{color:#95a5a6;font-size:14px}.progress-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:25px}.progress-section h3{color:#2c3e50;font-size:18px;margin:0 0 15px}.progress-bar{background:#ecf0f1;border-radius:10px;height:20px;margin-bottom:10px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#27ae60,#2ecc71);border-radius:10px;height:100%;transition:width .3s ease}.progress-text{color:#7f8c8d;font-size:14px;margin-bottom:5px}.estimated-time{color:#3498db;font-size:14px;font-weight:500}.activity-section,.failed-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:25px}.activity-section h3,.failed-section h3{color:#2c3e50;font-size:18px;margin:0 0 20px}.activity-list,.failed-list{max-height:400px;overflow-y:auto}.activity-item,.failed-item{align-items:flex-start;border-bottom:1px solid #ecf0f1;display:flex;padding:12px 0;transition:background-color .2s}.activity-item:hover,.failed-item:hover{background-color:#f8f9fa;border-radius:4px;margin:0 -10px;padding:12px 10px}.activity-item:last-child,.failed-item:last-child{border-bottom:none}.activity-icon,.failed-icon{flex-shrink:0;font-size:20px;margin-right:15px;text-align:center;width:30px}.activity-details,.failed-details{flex:1 1;min-width:0}.activity-file,.failed-file{color:#2c3e50;font-weight:500;margin-bottom:4px;word-break:break-all}.activity-meta,.failed-meta{color:#7f8c8d;font-size:12px;line-height:1.4}.failed-error{color:#e74c3c;font-size:13px;font-style:italic;margin-bottom:4px}.monitor-footer{color:#95a5a6;font-size:14px;padding:20px;text-align:center}.error,.loading{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #ecf0f1;border-radius:50%;border-top-color:#3498db;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error h2{color:#e74c3c;margin-bottom:10px}.error p{color:#7f8c8d;margin-bottom:20px}.retry-button{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .2s}.retry-button:hover{background:#c0392b}@media (max-width:768px){.processing-monitor{padding:15px}.monitor-header{align-items:flex-start;flex-direction:column;gap:15px}.monitor-header h1{font-size:24px}.stats-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{padding:15px}.stat-value{font-size:24px}.activity-section,.failed-section,.progress-section{padding:20px}}.extraction-section{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:20px;padding:20px}.extraction-section h3{color:#0369a1;font-size:1.1rem;margin-bottom:15px}.extraction-list{display:flex;flex-direction:column;gap:15px}.extraction-item{background:#fff;border:1px solid #e0f2fe;border-radius:6px;padding:15px}.extraction-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.extraction-file{color:#1e40af;font-size:.9rem;font-weight:600}.extraction-percent{color:#059669;font-size:1.1rem;font-weight:700}.extraction-progress-bar{background-color:#e5e7eb;border-radius:4px;height:8px;margin-bottom:10px;overflow:hidden;width:100%}.extraction-progress-fill{background:linear-gradient(90deg,#10b981,#059669);height:100%;transition:width .3s ease}.extraction-details{color:#6b7280;display:flex;font-size:.85rem;gap:15px}.extraction-details span{background:#f3f4f6;border-radius:4px;padding:2px 8px}
/*# sourceMappingURL=main.5efbaeb5.css.map*/