:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#ec4899;--accent:#14b8a6;--background:#f8fafc;--surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-glow:0 0 30px 0 #4f46e54d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);font-family:Satoshi,Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}.app-container{min-height:100vh;position:relative}.bg-blobs{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.blob-1{background:radial-gradient(circle,#4f46e526 0%,#fff0 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite float;position:absolute;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle,#ec489926 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;animation:12s ease-in-out infinite reverse float;position:absolute;top:20%;right:-10%}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#ffffffb3;border-bottom:1px solid #ffffff4d;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0}.logo{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:1.65rem;font-weight:800}.nav-links{align-items:center;gap:1.25rem;display:flex}.nav-links a{color:var(--text-main);letter-spacing:.2px;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.btn-primary{background:linear-gradient(135deg, var(--primary), #6366f1);color:#fff;cursor:pointer;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #4f46e563}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e53b}.btn-secondary{color:var(--text-main);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hero{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:6rem 1rem;display:flex}.hero h1{letter-spacing:-1.5px;color:var(--text-main);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero h1 span{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.features-section{background:#fff6;padding:4rem 5%}.section-title{text-align:center;letter-spacing:-.5px;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);cursor:pointer;background:#ffffffb3;border:1px solid #fffc;border-radius:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:var(--shadow-xl);border-color:#4f46e54d;transform:translateY(-8px)}.card-icon{width:50px;height:50px;color:var(--primary);background:#4f46e51a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.card p{color:var(--text-muted);font-size:.95rem}@keyframes float{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}to{transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeIn}.btn-tool-action{background:var(--background);color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:6px;margin-top:1rem;padding:.5rem 1rem;font-weight:500;transition:all .2s}.btn-tool-action:hover{background:var(--primary);color:#fff}.w-full{width:100%}.mt-4{margin-top:1rem}.pricing-section{background:var(--surface);padding:6rem 5%}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2.5rem;transition:transform .3s;position:relative}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.pricing-card.popular{border-color:var(--primary);box-shadow:var(--shadow-glow)}.badge{background:var(--primary);color:#fff;border-radius:99px;padding:.25rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price{color:var(--text-muted);margin:1.5rem 0;font-size:1.25rem}.price span{color:var(--text-main);font-size:3rem;font-weight:800}.features-list{margin-bottom:2rem;list-style:none}.features-list li{border-bottom:1px solid var(--background);color:var(--text-muted);padding:.5rem 0;font-size:.95rem}.docs-section{color:#fff;background:#0f172a;padding:4rem 5%}.docs-container{width:100%;max-width:100%;margin:0 auto}.docs-subtitle{text-align:center;color:#94a3b8;margin-bottom:2rem}.docs-section .section-title{color:#fff}.code-block{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden}.code-header{color:#94a3b8;background:#0f172a;border-bottom:1px solid #334155;padding:.75rem 1rem;font-family:monospace;font-size:.9rem}.code-block pre{color:#38bdf8;padding:1.5rem;font-family:monospace;overflow-x:auto}.footer{background:var(--surface);border-top:1px solid var(--border);padding:4rem 5% 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand h2{color:var(--primary);margin-bottom:.5rem;font-weight:800}.footer-brand p{color:var(--text-muted)}.footer-links{gap:4rem;display:flex}.footer-links h4{margin-bottom:1rem;font-size:1.1rem}.footer-links a{color:var(--text-muted);margin-bottom:.5rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:3rem;padding-top:1.5rem;font-size:.9rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{width:90%;max-width:400px;box-shadow:var(--shadow-xl);background:#fff;border-radius:1.5rem;padding:2.5rem;position:relative}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.modal-content h2{margin-bottom:.5rem}.modal-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.input-group{margin-bottom:1rem}.input-group label{margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.input-group input{border:1px solid var(--border);border-radius:8px;width:100%;padding:.75rem;font-family:inherit}.auth-switch{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-switch span{color:var(--primary);cursor:pointer;font-weight:600}.error-alert{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.mobile-menu-btn{cursor:pointer;color:var(--text-main);z-index:1000;background:0 0;border:none;padding:.5rem;font-size:1.8rem;display:none}@media (width<=768px){.mobile-menu-btn{display:block}.nav-links{background:var(--surface);width:280px;height:100vh;box-shadow:var(--shadow-xl);z-index:999;flex-direction:column;align-items:flex-start;padding:5rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-links a,.nav-links button{text-align:left;width:100%}.hero h1,h1{font-size:2.2rem!important}.hero p{margin-bottom:1.5rem;font-size:1rem}.category-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;justify-content:flex-start!important;padding-bottom:10px!important;overflow-x:auto!important}.category-filters button{flex-shrink:0!important}.hero-actions{flex-direction:column}.grid{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}.docs-layout{flex-wrap:wrap;gap:2rem;display:flex}.docs-sidebar{border-right:1px solid var(--border);flex:1;min-width:250px;max-height:calc(100vh - 100px);padding-right:1.5rem;position:sticky;top:80px;overflow-y:auto}.docs-content{flex:3;min-width:300px;max-width:100%}.code-block{max-width:100%;overflow-x:auto}.mobile-only-warning{display:none}@media (width<=768px){.mobile-only-warning{display:block}.docs-layout{display:none!important}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.nav-dropdown{display:inline-block;position:relative}.dropdown-trigger{cursor:pointer}.dropdown-menu{z-index:1000;background-color:#fff;border-radius:8px;min-width:200px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 16px #0000001a}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{padding:10px 16px;font-size:.9rem;font-weight:500;text-decoration:none;display:block;color:#333!important}.dropdown-menu a:hover{background-color:#f1f5f9;color:#0f172a!important}.mega-menu{z-index:1000;background-color:#fff;border-radius:12px;justify-content:space-between;gap:2rem;width:90vw;max-width:1200px;padding:2rem;display:none;position:fixed;top:70px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000026}.mega-menu-column{flex:1}.mega-menu-column h4{color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem}.mega-menu-column a{align-items:center;gap:10px;padding:8px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;color:#334155!important}.mega-menu-column a:hover{color:#e11d48!important}.mega-icon{text-align:center;width:24px;font-size:1.2rem}.hero-banner{text-align:center;background:linear-gradient(#fff 0%,#f1f5f9 100%);margin-bottom:3rem;padding:6rem 2rem 4rem}.hero-banner h1{color:var(--text-main,#0f172a);letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-banner p{color:#475569;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.home-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem 5rem;display:grid}.tool-card-premium{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.tool-card-premium:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 12px 24px -8px #0000001a}.tool-card-premium .icon-wrapper{margin-bottom:1rem;font-size:2.2rem}.tool-card-premium h3{color:#1e293b;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.tool-card-premium p{color:#64748b;flex-grow:1;margin:0;font-size:.9rem;line-height:1.45}.trust-section{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:5rem 2rem}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:3rem auto 0;display:grid}.trust-item h4{color:#0f172a;margin:1rem 0 .5rem;font-size:1.2rem}.trust-item p{color:#64748b;font-size:.95rem}.hero-banner h1 span{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.mega-menu.force-open{display:flex!important}.dropdown-menu.force-open{display:block!important}.mega-menu:before{content:"";background:0 0;height:30px;position:absolute;top:-30px;left:0;right:0}: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();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.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{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;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;vertical-align:top;width:100%;height:100%;margin:0}.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]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.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{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.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{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.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%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));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;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.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{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}: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)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.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:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}
