:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--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 .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-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{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):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 .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{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{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@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) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.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:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer .endOfContent.active{top:0}.app{background:#f5f5f5;display:flex;flex-direction:column;height:100vh}.header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;display:flex;gap:2rem;justify-content:space-between;padding:1rem 2rem}.header h1{color:#333;flex-shrink:0;font-size:1.5rem;margin:0}.header-controls{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center}.upload-section{flex-shrink:0}.upload-button,.upload-button-large{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1.5rem;transition:background .2s}.upload-button-large:hover,.upload-button:hover{background:#0056b3}.upload-button-large{font-size:1.2rem;margin:2rem 0;padding:1rem 2rem}.welcome-screen{align-items:center;display:flex;flex:1 1;justify-content:center}.welcome-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:3rem;text-align:center}.welcome-content h2{color:#333;margin-bottom:.5rem}.welcome-content p{color:#666;margin:1rem 0}.hint{color:#999;font-size:.9rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;margin:1rem 2rem;padding:1rem}.pdf-viewer-container{display:flex;flex:1 1;min-width:0;overflow:hidden}.outline-navigator{background:#fff;border-right:1px solid #e0e0e0;overflow:hidden;width:100%}.outline-navigator,.outline-wrapper{display:flex;flex-direction:column;height:100%}.navigation-header{border-bottom:1px solid #e0e0e0;color:#666;font-size:.85rem;font-weight:600;padding:1rem;text-align:center}.outline-content{flex:1 1;overflow-y:auto;padding:.5rem 0}.outline-item{-webkit-user-select:none;user-select:none}.outline-title{align-items:center;border-left:3px solid #0000;color:#333;cursor:pointer;display:flex;font-size:.85rem;line-height:1.4;padding:.5rem;transition:background .2s}.outline-title:hover{background:#f5f5f5}.outline-title.active{background:#e3f2fd;border-left-color:#007bff;font-weight:600}.outline-title.level-0{color:#222;font-size:.9rem;font-weight:600}.outline-title.level-1{color:#444;font-size:.85rem}.outline-title.level-2{color:#666;font-size:.8rem}.expand-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:.7rem;height:16px;justify-content:center;margin-right:.5rem;padding:0;transition:transform .2s;width:16px}.expand-button:hover{color:#007bff}.outline-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-numbers{padding:.5rem}.page-number{background:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#666;cursor:pointer;display:block;font-size:.9rem;margin-bottom:.25rem;padding:.75rem .5rem;transition:all .2s;width:100%}.page-number:hover{background:#f0f0f0;border-color:#007bff}.page-number.active{background:#007bff;border-color:#007bff;color:#fff;font-weight:600}.pdf-content{align-items:center;background:#e5e5e5;display:flex;flex:1 1;flex-direction:column;gap:0;overflow-y:auto;padding:0}.page-info{color:#333;font-size:.95rem;font-weight:600;white-space:nowrap}.zoom-controls{align-items:center;display:flex;gap:.5rem}.zoom-controls button{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.4rem .8rem;transition:all .2s}.zoom-controls button:hover{background:#e0e0e0;border-color:#007bff}.zoom-controls span{color:#666;font-size:.9rem;font-weight:600;min-width:50px;text-align:center}.pdf-page-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow:hidden}.react-pdf__Page,.react-pdf__Page__canvas{display:block}.loading-message{color:#666;font-size:1.2rem;padding:4rem;text-align:center}.react-pdf__Document{align-items:center;display:flex;flex-direction:column;width:100%}.text-highlight-overlay{border-radius:2px;box-shadow:0 0 20px #ffeb3b66;transition:opacity .2s ease-in-out}.react-pdf__Page{position:relative!important}.outline-content::-webkit-scrollbar,.page-numbers::-webkit-scrollbar,.pdf-content::-webkit-scrollbar{width:8px}.outline-content::-webkit-scrollbar-track,.page-numbers::-webkit-scrollbar-track,.pdf-content::-webkit-scrollbar-track{background:#f1f1f1}.outline-content::-webkit-scrollbar-thumb,.page-numbers::-webkit-scrollbar-thumb,.pdf-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.outline-content::-webkit-scrollbar-thumb:hover,.page-numbers::-webkit-scrollbar-thumb:hover,.pdf-content::-webkit-scrollbar-thumb:hover{background:#555}.analysis-panel{background:#fff;border-left:1px solid #e0e0e0;overflow:hidden;width:100%}.analysis-panel,.analysis-wrapper{display:flex;flex-direction:column;height:100%}.analysis-header{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:1rem}.analysis-header h3{color:#333;font-size:1.1rem;margin:0}.analysis-content{flex:1 1;overflow-y:auto;padding:1rem}.analysis-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.progress-bar-container{margin:1.5rem 0;max-width:400px;width:100%}.progress-bar{background-color:#f3f3f3;border:1px solid #e0e0e0;border-radius:12px;height:24px;overflow:hidden;width:100%}.progress-bar-fill{background:linear-gradient(90deg,#007bff,#0056b3);border-radius:12px;height:100%;transition:width .3s ease}.progress-info{color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-top:.5rem}.progress-time{color:#007bff;font-weight:600}.progress-estimate{color:#999}.analysis-loading p{color:#666;margin:.5rem 0}.analysis-hint{color:#999;font-size:.85rem}.analysis-summary h4{color:#333;font-size:1rem;margin:0 0 1rem}.summary-section{margin-bottom:1.5rem}.summary-section h5{color:#555;font-size:.95rem;font-weight:600;margin:0 0 .5rem}.summary-section ul{list-style:disc;margin:0;padding-left:1.5rem}.summary-section li{color:#333;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.reference-link{color:#007bff;cursor:pointer;font-size:.85rem;margin-left:.25rem;text-decoration:none}.reference-link:hover{text-decoration:underline}.analysis-error{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;padding:1rem}.analysis-idle{color:#999;padding:2rem;text-align:center}.main-content{display:flex;flex:1 1;min-width:0;overflow:hidden}.resizer{background:#e0e0e0;cursor:ew-resize;flex-shrink:0;min-width:4px;position:relative;transition:background .2s;-webkit-user-select:none;user-select:none;width:4px;z-index:10}.resizer:hover{background:#007bff}.resizer:before{bottom:0;content:"";cursor:ew-resize;left:-4px;position:absolute;right:-4px;top:0}.analysis-markdown{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.6}.analysis-markdown h1,.analysis-markdown h2,.analysis-markdown h3,.analysis-markdown h4{color:#1a1a1a;font-weight:600;line-height:1.25;margin-bottom:.75rem;margin-top:1.5rem}.analysis-markdown h1{border-bottom:2px solid #e0e0e0;font-size:1.75rem;padding-bottom:.5rem}.analysis-markdown h2{border-bottom:1px solid #e0e0e0;font-size:1.5rem;padding-bottom:.4rem}.analysis-markdown h3{color:#2c5282;font-size:1.25rem;margin-bottom:.75rem;margin-top:1.5rem}.analysis-markdown h4{color:#2d3748;font-size:1.1rem}.analysis-markdown p{line-height:1.7;margin:.75rem 0}.analysis-markdown ol,.analysis-markdown ul{margin:.75rem 0;padding-left:2rem}.analysis-markdown li{line-height:1.7;margin:.5rem 0}.analysis-markdown li p{display:inline;margin:.25rem 0}.analysis-markdown li>ol,.analysis-markdown li>ul{margin-bottom:.5rem;margin-top:.5rem}.analysis-markdown table{border-collapse:collapse;box-shadow:0 1px 3px #0000001a;font-size:.9rem;margin:1.5rem 0;width:100%}.analysis-markdown thead{background:#f8f9fa}.analysis-markdown th{border-bottom:2px solid #dee2e6;border-right:1px solid #e0e0e0;color:#2c5282;font-weight:600;padding:.75rem;text-align:left}.analysis-markdown th:last-child{border-right:none}.analysis-markdown td{border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;padding:.75rem}.analysis-markdown td:last-child{border-right:none}.analysis-markdown tbody tr:hover{background:#f8f9fa}.analysis-markdown strong{color:#1a1a1a;font-weight:700}.analysis-markdown em{color:#4a5568;font-style:italic}.analysis-markdown code{background:#f5f5f5;border-radius:3px;color:#c7254e;font-family:Courier New,monospace;font-size:.9em;padding:.2em .4em}.analysis-markdown hr{border:none;border-top:2px solid #e0e0e0;margin:2rem 0}.analysis-markdown .reference-link,.clickable-link{background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#2563eb!important;cursor:pointer!important;display:inline-block;font-weight:600;margin:0 2px;padding:2px 6px;text-decoration:underline;transition:all .2s;white-space:nowrap}.analysis-markdown .reference-link:hover,.clickable-link:hover{background:#2563eb!important;box-shadow:0 2px 4px #2563eb4d;color:#fff!important;text-decoration:none;transform:translateY(-1px)}.analysis-markdown>:first-child{margin-top:0!important}.upload-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.upload-spinner-container{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 3rem}.upload-spinner-container p{color:#333;font-size:1.1rem;font-weight:500;margin:0}.upload-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:48px;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-attempts-overlay-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;max-width:500px;padding:2.5rem 3rem;text-align:center}
/*# sourceMappingURL=main.9b8e149a.css.map*/