:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:600}button{font-family:inherit}*{box-sizing:border-box}.App{min-height:100vh;background-color:#f5f5f5}.App-header{background-color:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;flex-wrap:wrap;gap:1rem}.header-left{display:flex;flex-direction:column;gap:1rem;flex:1}.header-title-section{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.App-header h1{margin:0;font-size:1.5rem;font-weight:500;white-space:nowrap}.header-tabs{display:flex;gap:.5rem;border-bottom:2px solid #34495e}.header-tab{padding:.5rem 1rem;background:none;border:none;border-bottom:3px solid transparent;color:#bdc3c7;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;top:2px;white-space:nowrap}.header-tab:hover{color:#ecf0f1;background-color:#34495e}.header-tab.active{color:#3498db;border-bottom-color:#3498db;background-color:transparent}.user-info{display:flex;align-items:center;gap:1rem;flex-shrink:0}.user-info span{font-size:.9rem}.user-info button{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.user-info button:hover{background-color:#dc2626}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.spinner{border:3px solid #f3f3f3;border-top:3px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.App-main{padding:2rem;max-width:100%;margin:0 auto}.main-content{display:flex;gap:0;height:calc(100vh - 120px);transition:all .3s ease}.main-content.with-pdf .tab-content{flex:1;overflow-y:auto}.pdf-panel{width:50%;height:100%;overflow:hidden;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;top:2px}.tab:hover{color:#374151;background-color:#f9fafb}.tab.active{color:#2563eb;border-bottom-color:#2563eb;background-color:transparent}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.App-header{flex-direction:column;align-items:stretch;padding:1rem}.header-left{align-items:center}.header-title-section{flex-direction:column;align-items:center;gap:1rem}.header-tabs{justify-content:center;flex-wrap:wrap}.header-tab{font-size:.8rem;padding:.4rem .8rem}.user-info{justify-content:center;flex-direction:column;gap:.5rem}.main-content{height:calc(100vh - 180px)}}.file-explorer{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.breadcrumbs{background-color:#f8f9fa;padding:1rem;border-bottom:1px solid #e9ecef;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.breadcrumb-link{background:none;border:none;color:#3498db;cursor:pointer;font-size:.95rem;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.breadcrumb-link:hover{background-color:#e3f2fd}.separator{color:#888;font-size:.9rem}.file-list-container{min-height:400px;max-height:600px;overflow-y:auto}.loading,.error,.empty-folder{padding:3rem;text-align:center;color:#666}.error{color:#e74c3c}.error button{margin-top:1rem;padding:.5rem 1rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.error button:hover{background-color:#2980b9}.file-list{display:flex;flex-direction:column}.file-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:default;transition:background-color .2s}.file-item.folder{cursor:pointer}.file-item.folder:hover{background-color:#f8f9fa}.file-icon{font-size:1.5rem;margin-right:1rem;flex-shrink:0}.file-info{flex:1;min-width:0}.file-name{display:block;font-size:.95rem;color:#2c3e50;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-details{display:block;font-size:.85rem;color:#888;margin-top:.25rem}.file-list-container::-webkit-scrollbar{width:8px}.file-list-container::-webkit-scrollbar-track{background:#f1f1f1}.file-list-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.file-list-container::-webkit-scrollbar-thumb:hover{background:#555}.login-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.login-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:400px;width:100%}.login-card h2{margin:0 0 1rem;color:#2c3e50;font-size:1.5rem}.login-card p{color:#666;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.95rem}.form-input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#3498db}.form-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.submit-button{width:100%;padding:.75rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#2980b9}.submit-button:disabled{background-color:#bbb;cursor:not-allowed}.login-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.login-info p{margin:0;font-size:.9rem;color:#888}.smart-search{max-width:1200px;margin:0 auto;padding:2rem}.search-header{text-align:center;margin-bottom:2rem}.search-header h2{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.stats-info{color:#718096;font-size:.95rem;margin-top:.5rem}.search-box{display:flex;gap:1rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a;border-radius:12px;padding:1.5rem;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.search-box:hover{transform:translateY(-2px);box-shadow:0 15px 40px #00000026}.search-input{flex:1;padding:.75rem 1.25rem;font-size:1.1rem;border:2px solid #e2e8f0;border-radius:8px;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:#667eea}.search-input::placeholder{color:#a0aec0}.search-input:disabled{background-color:#f7fafc;cursor:not-allowed}.search-button{padding:.75rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:120px}.search-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 15px #667eea66}.search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background-color:#fee;color:#c53030;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #c53030;animation:slideIn .3s ease}.results{margin-top:2rem}.results-header{margin-bottom:1.5rem}.results-header h3{font-size:1.5rem;color:#2d3748}.results-info{font-size:.9rem;color:#718096;margin-top:.25rem}.load-more-container{display:flex;justify-content:center;margin-top:2rem;margin-bottom:1rem}.load-more-button{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#667eea;background:#fff;border:2px solid #667eea;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:180px}.load-more-button:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;transform:translateY(-1px);box-shadow:0 5px 15px #667eea4d}.load-more-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.document-group{background:#fff;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 12px #00000014;transition:all .2s ease;animation:fadeInUp .3s ease;overflow:hidden}.document-group:hover{box-shadow:0 4px 16px #0000001f}.document-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem .75rem;background:linear-gradient(to bottom,#f8f9fa,#f3f4f6);border-bottom:1px solid #e5e7eb}.document-icon{font-size:1.5rem}.document-title{flex:1;font-weight:600;color:#1f2937;font-size:1.1rem}.document-score{font-size:.875rem;color:#6b7280;padding:.375rem .75rem;border-radius:16px;background-color:#f3f4f6;white-space:nowrap;font-weight:500}.document-score.best-match{background-color:#dbeafe;color:#1e40af;font-weight:600}.document-meta{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:#f9fafb;font-size:.85rem;color:#6b7280;gap:.75rem;flex-wrap:wrap}.document-path{font-family:Monaco,Consolas,monospace;font-size:.8rem;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%;cursor:help}.document-chunks{font-weight:600;color:#667eea}.document-folder{background-color:#e8f5e9;color:#2e7d32;padding:3px 10px;border-radius:14px;font-size:.75rem;font-weight:600;white-space:nowrap}.chunks-container{padding:1rem;background:#fbfcfd}.chunk-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:.75rem;transition:all .2s ease;position:relative}.chunk-item:last-child{margin-bottom:0}.chunk-item.clickable{cursor:pointer}.chunk-item.clickable:hover{border-color:#667eea;background:#f8f9ff;box-shadow:0 2px 8px #667eea26;transform:translateY(-1px)}.chunk-item.clickable:after{content:"→";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#667eea;font-size:1.25rem;opacity:0;transition:all .2s ease}.chunk-item.clickable:hover:after{opacity:1;right:.75rem}.chunk-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.75rem;font-size:.8rem;color:#6b7280;gap:.75rem;flex-wrap:wrap}.chunk-info{color:#4b5563;font-weight:600;background:#f3f4f6;padding:.25rem .5rem;border-radius:6px}.page-info{color:#1e40af;font-weight:600;padding:.25rem .75rem;background-color:#dbeafe;border-radius:6px}.chunk-score{font-size:.8rem;color:#6b7280;margin-left:auto;padding:.25rem .5rem;background-color:#f9fafb;border-radius:6px;font-weight:500}.chunk-score.best-match{background-color:#dcfce7;color:#166534;font-weight:600}.chunk-score.scientific{font-family:Courier New,monospace;font-size:.75rem}.chunk-text{color:#374151;line-height:1.6;font-size:.95rem;margin:0;padding-right:2rem}.chunk-item.clickable .chunk-text{padding-right:3rem}.no-results{text-align:center;padding:3rem 2rem;color:#718096}.no-results p{margin-bottom:.5rem;font-size:1.1rem}.hint{font-size:.95rem;color:#a0aec0}.document-header[style*="cursor: pointer"]{transition:all .2s ease}.document-header[style*="cursor: pointer"]:hover{background:linear-gradient(to bottom,#f3f4f6,#e5e7eb)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.smart-search{padding:1rem}.search-header h2{font-size:2rem}.search-box{flex-direction:column;padding:1rem}.search-button{width:100%}.load-more-button{width:100%;min-width:unset}.document-group{margin-bottom:1rem}.document-header{padding:1rem;gap:.5rem}.document-title{font-size:1rem}.document-meta{flex-direction:column;gap:.5rem;align-items:flex-start;padding:.75rem 1rem}.document-path,.document-chunks{max-width:100%}.chunks-container,.chunk-item{padding:.75rem}.chunk-item.clickable:after{font-size:1rem;right:.5rem}.chunk-item.clickable:hover:after{right:.25rem}.chunk-header{font-size:.75rem;gap:.5rem}.chunk-text{font-size:.875rem;padding-right:1.5rem}.chunk-item.clickable .chunk-text{padding-right:2rem}}.folder-dropdown-container{display:flex;align-items:center;gap:10px;margin-bottom:20px}.folder-label{font-weight:500;color:#333;font-size:14px}.folder-dropdown{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease;min-width:200px}.folder-dropdown:hover:not(:disabled){border-color:#4caf50}.folder-dropdown:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.folder-dropdown:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.folder-loading{font-size:12px;color:#666;font-style:italic}.folder-error{color:#f44336;font-size:18px;cursor:help}@media (prefers-color-scheme: dark){.folder-label{color:#e0e0e0}.folder-dropdown{background-color:#2a2a2a;color:#e0e0e0;border-color:#444}.folder-dropdown:hover:not(:disabled){border-color:#66bb6a}.folder-dropdown:disabled{background-color:#1a1a1a}.folder-loading{color:#999}}.chunk-explorer{padding:20px;max-width:1200px;margin:0 auto}.explorer-header{text-align:center;margin-bottom:30px}.explorer-header h2{color:#333;margin-bottom:10px;font-size:28px}.explorer-description{color:#666;font-size:16px}.file-selector{background:#f8f9fa;padding:20px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.file-selector label{display:block;margin-bottom:10px;font-weight:600;color:#333}.file-dropdown{width:100%;padding:10px 15px;font-size:16px;border:2px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;transition:border-color .3s}.file-dropdown:hover:not(:disabled){border-color:#007bff}.file-dropdown:disabled{cursor:not-allowed;opacity:.6}.document-count{margin-top:10px;font-size:14px;color:#666}.error-message{background:#fee;color:#c33;padding:15px;border-radius:5px;margin-bottom:20px;border:1px solid #fcc}.loading{text-align:center;padding:50px 20px}.spinner{display:inline-block;width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.no-chunks{text-align:center;padding:50px 20px;color:#666;font-size:18px}.chunks-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.chunks-header{background:#f8f9fa;padding:20px;border-bottom:2px solid #e9ecef}.chunks-header h3{margin:0 0 10px;color:#333;font-size:22px;display:flex;align-items:center;gap:10px}.chunks-info{color:#666;font-size:14px;margin:0}.chunks-list{max-height:70vh;overflow-y:auto}.chunk-item{border-bottom:1px solid #e9ecef;transition:background-color .2s}.chunk-item:hover{background-color:#f8f9fa}.chunk-item:last-child{border-bottom:none}.chunk-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#e8f4f8;border-bottom:1px solid #d4e9f0}.chunk-number{font-weight:600;color:#06c;font-size:14px}.chunk-page{color:#666;font-size:14px;font-style:italic}.chunk-content{padding:20px;background:#fff}.chunk-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#333}.chunk-stats{display:flex;gap:20px;padding:10px 20px;background:#f8f9fa;border-top:1px solid #e9ecef;font-size:13px;color:#666}.chunk-stats span{display:flex;align-items:center}.chunks-list::-webkit-scrollbar{width:10px}.chunks-list::-webkit-scrollbar-track{background:#f1f1f1}.chunks-list::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.chunks-list::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.chunk-explorer{padding:15px}.explorer-header h2{font-size:24px}.file-selector,.chunks-header,.chunk-content{padding:15px}.chunk-content pre{font-size:13px}.chunk-stats{flex-direction:column;gap:5px}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-viewer{display:flex;flex-direction:column;height:100%;background-color:#f5f5f5;border-left:1px solid #e0e0e0}.pdf-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.pdf-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#333}.pdf-icon{font-size:1.2rem}.pdf-filename{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-button{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem .5rem;transition:color .2s}.close-button:hover{color:#333}.pdf-controls{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.page-controls,.zoom-controls{display:flex;align-items:center;gap:.5rem}.control-button{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;padding:.25rem .75rem;font-size:1rem;cursor:pointer;transition:all .2s}.control-button:hover:not(:disabled){background-color:#e0e0e0;border-color:#ccc}.control-button:disabled{opacity:.5;cursor:not-allowed}.page-info{display:flex;align-items:center;gap:.25rem}.page-input{width:50px;padding:.25rem;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:.9rem}.page-total{color:#666;font-size:.9rem}.zoom-display{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;padding:.25rem .75rem;font-size:.9rem;cursor:pointer;min-width:60px;text-align:center;transition:all .2s}.zoom-display:hover{background-color:#e0e0e0;border-color:#ccc}.pdf-content{flex:1;overflow-y:auto;overflow-x:auto;display:flex;justify-content:center;align-items:flex-start;padding:1rem;background-color:#e5e5e5}.pdf-loading,.pdf-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666}.pdf-error{color:#d32f2f}.react-pdf__Document{display:flex;flex-direction:column;align-items:center}.react-pdf__Page{background-color:#fff;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.react-pdf__Page__canvas{max-width:100%;height:auto!important}.react-pdf__Page__textContent,.react-pdf__Page__annotations{border:1px solid transparent}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
