#root{width:100%;min-height:100vh;margin:0;padding:0;text-align:left}.pdf-app{min-height:100vh;background:#f7f9fc;color:#0f172a}.pdf-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e9edf3}.pdf-header-inner{max-width:1320px;min-height:72px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.pdf-brand{display:flex;align-items:center;gap:12px}.pdf-brand-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 8px 22px #2563eb40}.pdf-brand-name{font-size:20px;font-weight:800;letter-spacing:-.03em;color:#111827}.pdf-brand-tag{color:#64748b;font-size:11px;font-weight:500;margin-top:1px}.pdf-back{display:flex;align-items:center;gap:8px;border:1px solid #dbe3ee;background:#fff;color:#334155;padding:9px 14px;border-radius:10px;font-weight:700;cursor:pointer}.pdf-back:hover{background:#f8fafc}.pdf-main{width:100%}.pdf-tool-page{padding:40px 20px 70px}.pdf-home{width:100%}.pdf-container{width:min(1320px,calc(100% - 40px));margin:0 auto}.pdf-hero{position:relative;overflow:hidden;padding:78px 20px 58px;text-align:center}.pdf-hero:before{content:"";position:absolute;width:560px;height:560px;left:50%;top:-340px;transform:translate(-50%);background:radial-gradient(circle,#3b82f624,#3b82f600 70%);pointer-events:none}.pdf-eyebrow{position:relative;display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:700;margin-bottom:20px}.pdf-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#2563eb}.pdf-hero h2{position:relative;max-width:850px;margin:0 auto;color:#0f172a;font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:-.055em;font-weight:900}.pdf-hero h2 span{background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.pdf-hero-subtitle{position:relative;max-width:680px;margin:22px auto 0;color:#64748b;font-size:18px;line-height:1.7}.pdf-search-wrap{position:relative;max-width:720px;margin:34px auto 0}.pdf-search{width:100%;height:62px;padding:0 24px 0 56px;border:1px solid #dce3ec;border-radius:18px;background:#fff;color:#111827;font-size:16px;outline:none;box-shadow:0 12px 35px #0f172a12,0 2px 8px #0f172a0a;transition:.2s ease}.pdf-search:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #3b82f61a,0 14px 40px #0f172a14}.pdf-search-icon{position:absolute;left:21px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.pdf-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;margin-top:22px;color:#64748b;font-size:13px;font-weight:600}.pdf-trust-item{display:flex;align-items:center;gap:7px}.pdf-tools-section{padding:18px 0 80px}.pdf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.pdf-section-heading h3{margin:0;color:#0f172a;font-size:25px;font-weight:850;letter-spacing:-.03em}.pdf-section-heading p{margin:5px 0 0;color:#64748b;font-size:14px}.pdf-tool-count{white-space:nowrap;color:#64748b;font-size:13px;font-weight:700}.pdf-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pdf-tool-card{width:100%;min-height:205px;padding:25px;text-align:left;border:1px solid #e5eaf1;border-radius:20px;background:#fff;cursor:pointer;box-shadow:0 3px 12px #0f172a09;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pdf-tool-card:hover{transform:translateY(-5px);border-color:#bfdbfe;box-shadow:0 18px 40px #0f172a17,0 4px 10px #2563eb0d}.pdf-tool-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#2563eb;margin-bottom:20px;transition:.2s ease}.pdf-tool-card:hover .pdf-tool-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5)}.pdf-tool-card h4{margin:0;color:#111827;font-size:17px;font-weight:800;letter-spacing:-.02em}.pdf-tool-card p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.55}.pdf-no-results{padding:60px 20px;text-align:center;border:1px dashed #cbd5e1;border-radius:20px;background:#fff}.pdf-no-results h4{margin:14px 0 0;color:#111827;font-size:18px}.pdf-no-results p{margin:8px 0 0;color:#64748b}.pdf-all-tools{text-align:center;margin-top:24px}.pdf-all-tools button{border:1px solid #dbe3ee;background:#fff;color:#2563eb;padding:12px 20px;border-radius:12px;font-weight:700;cursor:pointer}.pdf-all-tools button:hover{background:#eff6ff;border-color:#bfdbfe}.pdf-footer{border-top:1px solid #e5eaf1;background:#fff;padding:38px 20px}.pdf-footer-inner{width:min(1320px,100%);margin:0 auto;display:flex;justify-content:space-between;gap:30px;align-items:center}.pdf-footer-title{margin:0;color:#111827;font-weight:800}.pdf-footer-text{margin:5px 0 0;color:#94a3b8;font-size:12px}@media (max-width:1100px){.pdf-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.pdf-container{width:min(100% - 24px,620px)}.pdf-header-inner{padding:0 14px}.pdf-brand-tag{display:none}.pdf-hero{padding:52px 8px 42px}.pdf-hero h2{font-size:clamp(36px,11vw,52px)}.pdf-hero-subtitle{font-size:16px}.pdf-search{height:56px;border-radius:15px}.pdf-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pdf-tool-card{min-height:180px;padding:18px;border-radius:17px}.pdf-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.pdf-footer-inner{flex-direction:column;text-align:center}.pdf-tool-page{padding:24px 12px 50px}}@media (max-width:430px){.pdf-tool-grid{grid-template-columns:1fr}.pdf-tool-card{min-height:auto}.pdf-trust{gap:10px 16px}.pdf-back span{display:none}}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.-right-2{right:-.5rem}.-top-2{top:-.5rem}.right-1{right:.25rem}.top-1{top:.25rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mx-auto{margin-left:auto;margin-right:auto}.my-4,[my-4=""]{margin-top:1rem;margin-bottom:1rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2,[mr-2=""]{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4,[mt-4=""]{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-border,[box-border=""]{box-sizing:border-box}.block{display:block}.contents{display:contents}.hidden,[hidden=""]{display:none}[size~="16"]{width:4rem;height:4rem}[size~="18"]{width:4.5rem;height:4.5rem}[size~="21"]{width:5.25rem;height:5.25rem}[size~="22"]{width:5.5rem;height:5.5rem}[size~="23"]{width:5.75rem;height:5.75rem}[size~="34"]{width:8.5rem;height:8.5rem}.h-12{height:3rem}.h-5,[h-5=""]{height:1.25rem}.h-64{height:16rem}.h-auto{height:auto}.max-w-6xl{max-width:72rem}.w-12{width:3rem}.w-5,[w-5=""]{width:1.25rem}.w-full,[w-full=""]{width:100%}[h4=""]{height:1rem}.flex,[flex=""]{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-inside{list-style-position:inside}.items-center,[items-center=""]{align-items:center}.justify-center{justify-content:center}.justify-between,[justify-between=""]{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.border,[border=""]{border-width:1px}.border-2{border-width:2px}.border-blue-400,[border-blue-400=""]{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity))}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity))}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.border-green-400,[border-green-400=""]{--un-border-opacity:1;border-color:rgb(74 222 128 / var(--un-border-opacity))}.border-red-400,[border-red-400=""]{--un-border-opacity:1;border-color:rgb(248 113 113 / var(--un-border-opacity))}.border-yellow-400,[border-yellow-400=""]{--un-border-opacity:1;border-color:rgb(250 204 21 / var(--un-border-opacity))}.border-yellow-500{--un-border-opacity:1;border-color:rgb(234 179 8 / var(--un-border-opacity))}.hover\:border-blue-300:hover{--un-border-opacity:1;border-color:rgb(147 197 253 / var(--un-border-opacity))}.hover\:border-blue-400:hover{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity))}.focus\:border-blue-500:focus{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity))}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg,[rounded-lg=""]{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border-dashed{border-style:dashed}.bg-blue-100,[bg-blue-100=""]{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity))}.bg-blue-50{--un-bg-opacity:1;background-color:rgb(239 246 255 / var(--un-bg-opacity))}.bg-blue-500,[bg-blue-500=""]{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity))}.bg-blue-600,[bg-blue-600=""]{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.bg-gray-100,[bg-gray-100=""]{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.bg-green-100,[bg-green-100=""]{--un-bg-opacity:1;background-color:rgb(220 252 231 / var(--un-bg-opacity))}.bg-green-600{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity))}.bg-red-100,[bg-red-100=""]{--un-bg-opacity:1;background-color:rgb(254 226 226 / var(--un-bg-opacity))}.bg-red-500{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-yellow-100,[bg-yellow-100=""]{--un-bg-opacity:1;background-color:rgb(254 249 195 / var(--un-bg-opacity))}.bg-yellow-500{--un-bg-opacity:1;background-color:rgb(234 179 8 / var(--un-bg-opacity))}.hover\:bg-blue-200:hover{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.hover\:bg-blue-700:hover{--un-bg-opacity:1;background-color:rgb(29 78 216 / var(--un-bg-opacity))}.hover\:bg-gray-50:hover{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.hover\:bg-green-700:hover{--un-bg-opacity:1;background-color:rgb(21 128 61 / var(--un-bg-opacity))}[hover\:bg-blue-700=""]:hover{--un-bg-opacity:1;background-color:rgb(29 78 216 / var(--un-bg-opacity))}.bg-opacity-20{--un-bg-opacity:.2}.p-1{padding:.25rem}.p-2,[p-2=""]{padding:.5rem}.p-4,[p-4=""]{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4,[px-4=""]{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3,[py-3=""]{padding-top:.75rem;padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-10{padding-right:2.5rem}.text-center,[text-center=""]{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xs,[text-xs=""]{font-size:.75rem;line-height:1rem}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.text-blue-800{--un-text-opacity:1;color:rgb(30 64 175 / var(--un-text-opacity))}.text-gray-400,[text-gray-400=""]{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.text-green-800{--un-text-opacity:1;color:rgb(22 101 52 / var(--un-text-opacity))}.text-red-500,[text-red-500=""]{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.text-red-800{--un-text-opacity:1;color:rgb(153 27 27 / var(--un-text-opacity))}.text-white,[text-white=""]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.text-yellow-800,[text-yellow-800=""]{--un-text-opacity:1;color:rgb(133 77 14 / var(--un-text-opacity))}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.hover\:text-red-700:hover{--un-text-opacity:1;color:rgb(185 28 28 / var(--un-text-opacity))}[color~="#94a3b8"]{--un-text-opacity:1;color:rgb(148 163 184 / var(--un-text-opacity))}.font-bold,[font-bold=""]{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold,[font-semibold=""]{font-weight:600}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.opacity-0{opacity:0}.opacity-50,[opacity-50=""]{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}[disabled\:opacity-50=""]:disabled{opacity:.5}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-blue-500:focus{--un-ring-opacity:1;--un-ring-color:rgb(59 130 246 / var(--un-ring-opacity)) }.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder-gray-400::placeholder{--un-placeholder-opacity:1;color:rgb(156 163 175 / var(--un-placeholder-opacity))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:p-10{padding:2.5rem}.sm\:p-4{padding:1rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:flex-row{flex-direction:row}}.legal-page{min-height:100vh;background:#f7f9fc;color:#0f172a}.legal-header{position:sticky;top:0;z-index:20;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e5eaf1}.legal-header-inner{max-width:1100px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.legal-brand{font-weight:850;color:#111827;text-decoration:none;font-size:18px}.legal-nav{display:flex;flex-wrap:wrap;gap:14px}.legal-nav a{color:#475569;text-decoration:none;font-size:13px;font-weight:700}.legal-nav a:hover{color:#2563eb}.legal-main{max-width:900px;margin:0 auto;padding:56px 20px 80px}.legal-card{background:#fff;border:1px solid #e5eaf1;border-radius:22px;padding:34px;box-shadow:0 10px 35px #0f172a0d}.legal-card h1{margin:0;color:#0f172a;font-size:clamp(30px,5vw,48px);letter-spacing:-.04em}.legal-card h2{margin:30px 0 10px;color:#111827;font-size:21px}.legal-card p,.legal-card li{color:#475569;line-height:1.75;font-size:15px}.legal-card ul{padding-left:22px}.legal-muted{color:#94a3b8;font-size:13px;margin-top:8px}.legal-footer{max-width:900px;margin:0 auto;padding:0 20px 35px;text-align:center;color:#94a3b8;font-size:12px}@media (max-width:650px){.legal-header-inner{align-items:flex-start;flex-direction:column}.legal-card{padding:24px 20px;border-radius:18px}}
