*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Trebuchet MS,sans-serif;background:#f8fafc;min-height:100vh;color:#333}#root{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:40px 20px}.container h1{color:#1a202c;font-size:2.5rem;margin-bottom:40px;font-weight:700;text-align:center;letter-spacing:-.5px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;border-left:4px solid #6366f1}.stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.stat-card h3{font-size:2.5rem;margin:10px 0;color:#1a202c;font-weight:700}.stat-card p{font-size:14px;color:#718096;font-weight:500}.premium-card{background:#fff;border-left:4px solid #f59e0b}.premium-card h3{color:#1a202c}.premium-card p{color:#718096}.free-card{background:#fff;border-left:4px solid #10b981}.free-card h3{color:#1a202c}.free-card p{color:#718096}.top-bar{display:flex;gap:15px;margin-bottom:30px;flex-wrap:wrap;align-items:center}.top-bar input,.top-bar select{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);flex:1;min-width:150px;background:#fff}.top-bar input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.top-bar select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;background-color:#fff}.top-bar input:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236366f1'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E")}.top-bar input:hover,.top-bar select:hover{border-color:#6366f1;background-color:#fff;box-shadow:0 4px 12px #6366f126}.top-bar input:focus,.top-bar select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.top-bar input:focus,.top-bar select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a,inset 0 2px 4px #00000005;transform:translateY(-2px)}.top-bar select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236366f1' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.add-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:12px 28px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 12px #6366f14d,0 2px 4px #0000001a;position:relative;overflow:hidden}.add-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff6;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:0}.add-btn:hover:before{width:300px;height:300px}.add-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #6366f166,0 4px 8px #00000026;background:linear-gradient(135deg,#4f46e5,#4338ca)}.add-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-bottom:40px}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;border:2px solid transparent}.card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(99,102,241,.03) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0000001f;border-color:#6366f133}.card:hover:after{opacity:1}.card.premium{border:2px solid #f59e0b;background:linear-gradient(135deg,#fffbf0,#fff);box-shadow:0 8px 24px #f59e0b26}.card.premium:hover{box-shadow:0 12px 32px #f59e0b40;border-color:#f59e0b}.card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#1a202c;line-height:1.4}.book-thumbnail{width:100%;height:150px;object-fit:cover;border-radius:10px;margin-bottom:12px;border:2px solid #e2e8f0;background:#f8fafc}.book-thumbnail.placeholder{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px;font-weight:600}.card p{font-size:13px;color:#718096;margin-bottom:4px}.card .price-text{font-size:16px;font-weight:700;color:#6366f1;margin-top:10px}.premium{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;padding:5px 12px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px #f59e0b4d;animation:badgePulse 2s ease-in-out infinite}.free-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:5px 12px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px #10b9814d}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.buttons{display:flex;gap:8px;margin-top:auto;padding-top:15px;flex-wrap:wrap}button{flex:1;padding:10px 14px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none;min-width:70px;position:relative;overflow:hidden;z-index:1}button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:-1}button:hover:before{width:300px;height:300px}.view-btn{background:#6366f1;color:#fff;box-shadow:0 2px 8px #6366f133}.view-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.card button:nth-child(2){background:#e2e8f0;color:#6366f1;font-weight:600;box-shadow:0 0 #6366f100}.card button:nth-child(2):hover{background:#cbd5e0;transform:translateY(-2px);box-shadow:0 2px 8px #6366f126;color:#4f46e5}.delete{background:#ef4444!important;color:#fff!important;box-shadow:0 2px 8px #ef444433!important}.delete:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #ef444466!important}.form{display:flex;flex-direction:column;gap:16px}.form input,.form select{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit}.form input:focus,.form select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form label{display:flex;align-items:center;gap:10px;padding:12px 0;font-weight:500;color:#2d3748;cursor:pointer}.form input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#6366f1}.form button[type=submit]{background:#6366f1;color:#fff;padding:14px 24px;font-weight:600;font-size:15px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6366f14d;margin-top:10px}.form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.form button[type=submit]:active{transform:translateY(0)}.form small{font-size:13px;color:#718096;display:block;margin-top:-8px}.live-preview{margin-top:24px;padding-top:20px;border-top:2px solid #e2e8f0}.live-preview h4{font-size:15px;font-weight:600;color:#2d3748;margin-bottom:16px}.pdf-mini-container{height:350px;overflow-y:auto;border:2px solid #e2e8f0;border-radius:12px;padding:12px;background:#f7fafc;transition:all .3s ease}.pdf-mini-container:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.pdf-controls{display:flex;gap:12px;align-items:center;margin-top:12px;justify-content:center;padding:10px;background:#f7fafc;border-radius:10px}.pdf-controls button{width:36px;height:36px;padding:0;border-radius:8px;background:#fff;border:2px solid #e2e8f0;color:#6366f1;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease}.pdf-controls button:hover{background:#6366f1;color:#fff;transform:scale(1.1)}.pdf-controls span{font-weight:600;color:#6366f1;padding:0 12px;font-size:13px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;overflow-y:auto;padding:20px;animation:fadeIn .3s ease;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal{background:#fff;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;border-radius:16px;padding:32px;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.close-btn{position:absolute;right:16px;top:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:none;width:36px;height:36px;min-width:36px;padding:0;border-radius:10px;font-size:24px;line-height:1;flex:0 0 36px;overflow:visible;cursor:pointer;transition:all .3s ease;color:#6366f1;font-weight:700;box-shadow:0 4px 12px #6366f12e}.close-btn:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);transform:translateY(-1px) scale(1.04);color:#4f46e5;box-shadow:0 8px 18px #6366f147}.close-btn:before{display:none}.close-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f133,0 8px 18px #6366f147}.view-container{display:flex;flex-direction:column;gap:16px;padding:10px 0}.view-thumbnail{width:100%;max-height:260px;object-fit:cover;border-radius:12px;border:2px solid #e2e8f0;background:#f8fafc}.view-thumbnail.placeholder{min-height:140px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px;font-weight:600}.view-container h2{font-size:24px;font-weight:700;color:#1a202c;margin-bottom:10px}.view-container p{font-size:14px;color:#2d3748;line-height:1.6}.view-container strong{color:#6366f1;font-weight:600}.pdf-scroll-container{margin:20px 0;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;background:#f7fafc}.pdf-scroll-container iframe{width:100%;height:500px}.category-manager{background:#fff;border-radius:16px;padding:32px;margin-bottom:40px;box-shadow:0 4px 12px #00000014}.category-manager h2{font-size:22px;font-weight:700;color:#1a202c;margin-bottom:24px;text-align:center}.category-manager h3{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:16px}.category-form{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #e2e8f0}.category-form form{display:flex;gap:12px;flex-wrap:wrap}.category-form input{flex:1;min-width:200px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .3s ease}.category-form input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.category-form input:disabled{background:#f1f5f9;color:#94a3b8}.category-form button{padding:12px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6366f14d;min-width:150px}.category-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.category-form button:disabled{opacity:.6;cursor:not-allowed}.categories-list{margin-top:28px}.categories-list ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.category-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .3s ease}.category-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f126}.category-display{display:flex;justify-content:space-between;align-items:center;gap:12px}.category-name{font-size:15px;font-weight:600;color:#1a202c;flex:1}.category-actions{display:flex;gap:8px}.edit-btn,.delete-btn{padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.edit-btn{background:#e0e7ff;color:#6366f1}.edit-btn:hover:not(:disabled){background:#6366f1;color:#fff;transform:scale(1.05)}.delete-btn{background:#fee2e2;color:#dc2626}.delete-btn:hover:not(:disabled){background:#dc2626;color:#fff;transform:scale(1.05)}.edit-btn:disabled,.delete-btn:disabled{opacity:.5;cursor:not-allowed}.edit-form{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.edit-form input{flex:1;min-width:0;padding:8px 12px;border:2px solid #6366f1;border-radius:6px;font-size:14px;font-family:inherit}.edit-form input:focus{outline:none;box-shadow:0 0 0 3px #6366f11a}.save-btn,.cancel-btn{flex:0 0 auto;min-width:78px;padding:8px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;overflow:visible;z-index:auto}.save-btn:before,.cancel-btn:before{display:none}.save-btn{background:#10b981;color:#fff}.save-btn:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.cancel-btn{background:#94a3b8;color:#fff}.cancel-btn:hover:not(:disabled){background:#64748b;transform:translateY(-1px)}.save-btn:disabled,.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.loading,.empty{text-align:center;padding:24px;color:#718096;font-size:14px}.error-message{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#6366f1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4f46e5}@media(max-width:768px){.container{padding:20px 16px}.container h1{font-size:2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.top-bar{flex-direction:column}.top-bar input,.top-bar select{width:100%}.modal{width:95%;padding:24px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.container h1{font-size:1.5rem}.grid,.stats-grid{grid-template-columns:1fr}.card{padding:16px}.buttons{flex-direction:column}button{width:100%}}: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)}.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(--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(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.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 rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--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 .endOfContent.active{top:0}
