@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,600&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#26363b;background:#f7f3e9;font-synthesis:none;--blue: #52788b;--blue-dark: #3e6578;--sage: #77947c;--cream: #f7f3e9;--paper: #fffdf8;--line: #deddd5;--ink-soft: #677479}*{box-sizing:border-box}body{margin:0;min-width:1120px;min-height:100vh}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #b9d4df;outline-offset:2px}.button{height:42px;padding:0 18px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.15s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button.primary{background:var(--blue);color:#fff;box-shadow:0 4px 12px #42687b29}.button.primary:hover{background:var(--blue-dark)}.button.secondary{border:1px solid #cbd1cf;background:var(--paper)}.button.quiet{background:transparent}.button.soft{background:#e7f0ea;color:#456a50}.button.large{height:50px;padding:0 24px}.button.full{width:100%;margin-top:20px}.text-button,.link-button{background:none;color:var(--blue-dark);border:0;cursor:pointer;font-weight:700}.icon-button{width:40px;height:40px;border:0;border-radius:9px;background:transparent;display:inline-grid;place-items:center;cursor:pointer}.icon-button:hover{background:#ecece5}.icon-button:disabled{opacity:.35;cursor:default}.icon-button svg{width:20px}.icon-button.small{width:32px;height:32px}.icon-button.small svg{width:17px}.library-page{min-height:100vh;background:var(--cream)}.library-header{height:76px;padding:0 max(5vw,54px);border-bottom:1px solid #dfded4;background:#fffdf8d9;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:800;color:#304952}.brand-mark{width:40px;height:40px;background:#dfece5;color:#50735a;border-radius:12px;display:grid;place-items:center}.header-actions,.hero-actions,.workspace-actions{display:flex;gap:10px;align-items:center}.hero{min-height:350px;display:flex;align-items:center;justify-content:space-between;padding:52px max(8vw,80px) 45px;background:linear-gradient(105deg,#edf2e8,#f7f2df);border-bottom:1px solid #dfded4;overflow:hidden}.eyebrow{display:inline-flex;gap:7px;align-items:center;color:#5c7860;background:#ffffff8f;border:1px solid #d8e1d3;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero h1{font:600 45px/1.08 Newsreader,Georgia,serif;color:#314d52;margin:18px 0 13px;letter-spacing:-.02em}.hero p{max-width:650px;font-size:17px;line-height:1.6;color:#5f7071;margin:0 0 25px}.paper-illustration{width:260px;height:230px;position:relative;margin-right:7vw;flex:none}.paper{position:absolute;width:185px;height:228px;border-radius:6px;background:#fff;box-shadow:0 14px 35px #3d54442b}.paper-back{transform:rotate(8deg);left:46px;top:10px;background:#eedf9d}.paper-front{transform:rotate(-4deg);padding:28px 22px}.paper-title{height:11px;background:#698a9b;width:90px;border-radius:4px;margin-bottom:20px}.paper-line{height:5px;background:#dde0dc;margin:9px 0;border-radius:3px}.paper-line.short{width:70%}.fake-field{position:absolute;border:2px solid #81a694;border-radius:4px;color:#719180;font-size:9px;padding:6px;left:20px;right:20px;background:#f8fffa}.fake-field.one{top:100px}.fake-field.two{top:144px;height:45px}.templates-section{max-width:1220px;margin:0 auto;padding:40px 34px 80px}.section-heading h2{font:600 29px Newsreader,serif;margin:0 0 5px}.section-heading p{color:var(--ink-soft);margin:0 0 24px}.empty-state{background:var(--paper);border:1px dashed #c9cec4;border-radius:18px;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.empty-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#e6efe9;color:#63816c}.empty-state h3{font-size:20px;margin:17px 0 5px}.empty-state p{color:var(--ink-soft);max-width:480px;line-height:1.55;margin:0 0 20px}.empty-state .link-button{margin-top:14px}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.template-card{background:var(--paper);border:1px solid #dedfd8;border-radius:16px;overflow:hidden;box-shadow:0 5px 15px #374b3d0b;transition:.15s}.template-card:hover{transform:translateY(-2px);box-shadow:0 9px 25px #374b3d15}.card-preview{height:130px;display:grid;place-items:center;color:#829496;background:repeating-linear-gradient(0deg,#f4f1e9,#f4f1e9 17px,#f8f6ef 18px);position:relative}.status{position:absolute;top:12px;right:12px;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.status.ready{color:#4c7255;background:#deecdf}.status.draft{color:#846b33;background:#f7e8b9}.card-body{padding:17px}.card-title-row{display:flex;justify-content:space-between;align-items:center}.card-title-row h3{margin:0;font-size:17px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-meta{display:flex;gap:15px;color:var(--ink-soft);font-size:12px;margin:9px 0 16px}.card-meta span{display:flex;gap:5px;align-items:center}.card-main-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-footer{border-top:1px solid #ecebe5;margin-top:14px;padding-top:11px;display:flex;justify-content:space-between}.card-footer button{border:0;background:none;font-size:12px;display:flex;align-items:center;gap:5px;cursor:pointer;color:#667477}.card-footer .danger-link{color:#a65952}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2030379c;display:grid;place-items:center;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:520px;background:var(--paper);padding:31px;border-radius:18px;box-shadow:0 25px 70px #13202550;position:relative}.modal h2{font:600 28px Newsreader,serif;margin:0 0 6px}.modal>p{margin:0 0 22px;color:var(--ink-soft);line-height:1.5}.modal-close{position:absolute;top:15px;right:15px}.dropzone{height:190px;border:2px dashed #b6c5c1;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:#f8faf6}.dropzone.active{border-color:var(--sage);background:#edf5ef}.dropzone span:last-child{font-size:13px;color:var(--ink-soft)}.upload-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:#e4eef1}.file-ready{padding:15px;border:1px solid #d6ddd8;border-radius:11px;display:flex;gap:12px;align-items:center;color:var(--blue)}.file-ready div{display:flex;flex-direction:column;flex:1;color:#334449}.file-ready span{font-size:12px;color:var(--ink-soft);margin-top:3px}.form-label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;margin-top:18px}.form-label input,.form-label select{width:100%;height:42px;border:1px solid #cfd4d1;background:#fff;border-radius:8px;padding:0 11px;color:#293a3f}.error-message,.fill-error{color:#934b43;background:#fae9e6;border:1px solid #ebc5c0;border-radius:8px;padding:10px 12px;margin-top:14px;font-size:13px}.app-loading{min-height:100vh;display:grid;place-items:center;color:var(--blue);background:var(--cream);font-weight:700}.workspace{height:100vh;display:flex;flex-direction:column;background:#e8e8e2}.workspace-header{height:72px;background:var(--paper);border-bottom:1px solid #d5d6d0;padding:0 20px;display:flex;align-items:center;position:relative;z-index:20;flex:none}.workspace-title{display:flex;align-items:center;gap:10px;min-width:320px}.workspace-title>div{display:flex;flex-direction:column;gap:2px}.workspace-title span{color:#7c898b;font-weight:800;font-size:9px;letter-spacing:.1em}.workspace-title input{border:0;padding:0;font-weight:800;color:#2f444a;width:245px;background:transparent}.workspace-title strong{font-size:16px}.history-actions{display:flex;border-left:1px solid #ddd;padding-left:10px}.workspace-actions{margin-left:auto}.save-notice{color:#5b7762;font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px}.editor-layout{min-height:0;flex:1;display:grid;grid-template-columns:245px minmax(650px,1fr) 265px}.tool-sidebar,.settings-sidebar{background:var(--paper);overflow-y:auto;z-index:10}.tool-sidebar{border-right:1px solid #d5d6d0}.settings-sidebar{border-left:1px solid #d5d6d0}.sidebar-heading{padding:21px 18px 14px;border-bottom:1px solid #ecece7}.sidebar-heading h2{margin:0 0 3px;font-size:16px}.sidebar-heading p{margin:0;color:var(--ink-soft);font-size:11px;line-height:1.4}.field-tools{padding:12px;display:flex;flex-direction:column;gap:7px}.field-tools button{display:flex;text-align:left;gap:10px;align-items:center;border:1px solid #dedfd9;border-radius:9px;background:#fff;padding:10px;cursor:grab}.field-tools button:hover{border-color:#9bb4b9;background:#f3f8f7}.field-tools button>span{width:34px;height:34px;background:#e7eff0;color:var(--blue);border-radius:7px;display:grid;place-items:center}.field-tools button div{display:flex;flex-direction:column;gap:2px}.field-tools strong{font-size:12px}.field-tools small{font-size:9px;color:var(--ink-soft)}.tip-box{margin:12px;background:#f9f2d7;border:1px solid #ece0ae;border-radius:10px;padding:11px;display:flex;gap:9px;color:#7b693f}.tip-box p{font-size:10px;line-height:1.45;margin:0;display:flex;flex-direction:column}.tip-box svg{flex:none}.canvas-area,.fill-canvas-area{overflow:auto;background-color:#e9e9e4;background-image:radial-gradient(#c9cac4 1px,transparent 1px);background-size:18px 18px;position:relative}.canvas-toolbar{height:49px;background:#f8f8f5e8;border-bottom:1px solid #d6d7d2;display:flex;align-items:center;justify-content:center;gap:30px;position:sticky;top:0;z-index:9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.page-nav,.zoom-control{display:flex;align-items:center;gap:8px;font-size:11px}.zoom-control{border-left:1px solid #d8d9d4;padding-left:20px}.zoom-control span{min-width:38px;text-align:center}.page-wrap{margin:30px auto 60px;box-shadow:0 8px 28px #2635362e;background:#fff}.pdf-stage{position:relative;overflow:hidden}.pdf-stage canvas{display:block}.editor-field{position:absolute;border:1px dashed #52788b;background:#dff2f54d;color:#203d49;overflow:visible!important}.editor-field.selected{border:2px solid #28738f;box-shadow:0 0 0 3px #d5e9f0;background:#dff4f763}.editor-field.field-checkbox{background:#edf7f066;border-color:#628971}.checkbox-placement-preview{position:relative;width:100%;height:100%;overflow:visible;color:#245f3c}.checkbox-mark-preview{position:absolute;top:5%;right:5%;bottom:5%;left:5%;width:90%;height:90%;opacity:.72}.checkbox-center-horizontal,.checkbox-center-vertical{position:absolute;z-index:1;background:#e34d3f;box-shadow:0 0 0 1px #fff9;pointer-events:none}.checkbox-center-horizontal{top:50%;left:0;width:100%;height:1px}.checkbox-center-vertical{top:0;left:50%;width:1px;height:100%}.text-placement-preview{--preview-font-size: 12px;position:relative;width:100%;height:100%;overflow:visible;font-family:Arial,Helvetica,sans-serif;font-size:var(--preview-font-size);line-height:1.25}.preview-text{position:absolute;top:0;left:0;width:100%;color:#163f50;white-space:nowrap;overflow:hidden;text-overflow:clip;opacity:.9}.align-center .preview-text{text-align:center}.align-right .preview-text{text-align:right}.text-baseline{position:absolute;top:var(--preview-font-size);left:0;width:100%;height:1px;background:#e34d3f;box-shadow:0 0 0 1px #fff9}.text-origin{position:absolute;top:calc(var(--preview-font-size) - 3px);width:7px;height:7px;border-radius:50%;background:#e34d3f;border:1px solid white;box-shadow:0 0 0 1px #b72f24}.align-left .text-origin{left:-3px}.align-center .text-origin{left:calc(50% - 3px)}.align-right .text-origin{right:-3px}.placement-label{position:absolute;z-index:2;top:-22px;left:-2px;max-width:calc(100% + 4px);padding:2px 6px;border-radius:4px 4px 0 0;background:#28738f;color:#fff;font:700 9px/16px DM Sans,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-selection{padding:75px 24px;text-align:center;color:var(--ink-soft)}.no-selection>span{width:58px;height:58px;border-radius:50%;background:#edf0ed;display:grid;place-items:center;margin:auto}.no-selection h3{color:#405258;margin:16px 0 5px;font-size:15px}.no-selection p{font-size:11px;line-height:1.5;margin:0}.settings-panel{padding-bottom:24px}.settings-panel>.form-label,.settings-panel>.toggle-row,.settings-panel>.delete-button{margin-left:17px;margin-right:17px}.toggle-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e3;padding:17px 0}.toggle-row div{display:flex;flex-direction:column;gap:3px}.toggle-row strong{font-size:12px}.toggle-row span{font-size:9px;color:var(--ink-soft)}.toggle-row input{width:36px;height:20px;accent-color:var(--blue)}.stepper{height:39px;display:grid;grid-template-columns:38px 1fr 38px;border:1px solid #cfd4d1;border-radius:8px;overflow:hidden}.stepper button{border:0;background:#f4f4f0;font-size:18px}.stepper span{display:grid;place-items:center;border-left:1px solid #ddd;border-right:1px solid #ddd;font-weight:500}.segment-control{display:grid;grid-template-columns:repeat(3,1fr);padding:3px;background:#eeefeb;border-radius:8px}.segment-control button{border:0;height:34px;background:transparent;border-radius:6px;display:grid;place-items:center}.segment-control button.active{background:#fff;color:var(--blue);box-shadow:0 1px 4px #3344331c}.segment-control svg{width:17px}.delete-button{width:calc(100% - 34px);margin-top:28px;background:#fff2f0;color:#a6514a;border:1px solid #f0d3cf}.fill-workspace .workspace-title{min-width:420px}.back-button{padding-left:5px}.fill-canvas-area{flex:1;overflow:auto}.fill-toolbar{justify-content:space-between;padding:0 calc((100% - 760px)/2)}.fill-page{margin-top:28px}.fill-error{position:absolute;z-index:30;top:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #5e2b2424;margin:0}.fill-field{position:absolute;border:1px dashed #6b9aab;border-radius:3px;background:#f8fdff38;padding:0;color:#1f3238;resize:none;line-height:1.25;min-width:0;font-family:Arial,Helvetica,sans-serif}.fill-field:hover{background:#eaf7fb52;border-style:solid}.fill-field:focus{background:#fff9;border-color:#376f84;outline:3px solid #cce3eb}.fill-field::placeholder{color:#52747c;opacity:.72}.checkbox-fill{padding:0;cursor:pointer;background:transparent;display:block;border-color:#5f8870}.checkbox-fill:hover{background:#e9f6ed52}.checkbox-fill input{opacity:0;position:absolute}.checkbox-fill span{width:100%;height:100%;display:grid;place-items:center;color:#245f3c}.checkbox-fill svg{width:90%;height:90%;opacity:0;filter:drop-shadow(0 0 1px white)}.checkbox-fill input:checked+span svg{opacity:1}.date-fill{color-scheme:light}.fill-footer{position:fixed;bottom:18px;left:50%;transform:translate(-50%);background:#2f4248e8;color:#fff;border-radius:999px;padding:9px 16px;display:flex;align-items:center;gap:8px;font-size:11px;z-index:20;box-shadow:0 5px 18px #17262b40}@media(max-width:1250px){.editor-layout{grid-template-columns:220px minmax(620px,1fr) 245px}.hero{padding-left:65px}.paper-illustration{margin-right:2vw}}: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(--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{-webkit-appearance:none;-moz-appearance:none;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;top:0;right:0;bottom:0;left: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;top:100%;right:0;bottom:0;left: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}
