:root{--ghpdf-bg:#f7f7fb;--ghpdf-ink:#171328;--ghpdf-muted:#6f6b7d;--ghpdf-royal:#24104f;--ghpdf-purple:#6d5dfc;--ghpdf-gold:#f4b942;--ghpdf-line:#e8e5f0;--ghpdf-white:#fff;--ghpdf-shadow:0 22px 60px rgba(31,18,72,.12);--ghpdf-radius:24px}
*{box-sizing:border-box}.ghpdf-full-page{margin:0;background:var(--ghpdf-bg);overflow-x:hidden}.ghpdf-app{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ghpdf-ink);background:var(--ghpdf-bg);min-height:100vh}.ghpdf-app button,.ghpdf-app input,.ghpdf-app select,.ghpdf-app textarea{font:inherit}.ghpdf-app a{text-decoration:none}.ghpdf-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.ghpdf-header{position:sticky;top:0;z-index:80;background:rgba(19,10,50,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.ghpdf-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ghpdf-brand{display:flex;align-items:center;gap:11px;color:#fff;min-width:max-content}.ghpdf-brand strong{display:block;font-weight:800;font-size:17px;line-height:1.1}.ghpdf-brand small{display:block;color:#bdb4d5;font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-top:4px}.ghpdf-logo-mark{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#8a70ff,#4a2fc8);box-shadow:0 8px 24px rgba(108,83,252,.45),inset 0 1px 0 rgba(255,255,255,.25)}.ghpdf-logo-mark svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ghpdf-main-nav{display:flex;align-items:center;gap:30px}.ghpdf-main-nav a{color:#d8d2e8;font-size:14px;font-weight:600;transition:.2s}.ghpdf-main-nav a:hover{color:#fff}.ghpdf-header-actions{display:flex;align-items:center;gap:12px}.ghpdf-search-trigger{width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;display:grid;place-items:center;cursor:pointer}.ghpdf-search-trigger svg{width:19px}.ghpdf-header-cta{padding:11px 17px;border-radius:12px;color:#1a1032;background:linear-gradient(135deg,#ffe09b,#f4b942);font-weight:800;font-size:13px;box-shadow:0 8px 24px rgba(244,185,66,.25)}
.ghpdf-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 13% 15%,rgba(119,91,255,.26),transparent 33%),radial-gradient(circle at 88% 22%,rgba(0,183,255,.18),transparent 30%),linear-gradient(135deg,#130a32 0%,#21104d 52%,#32136d 100%);color:#fff;padding:92px 0 105px}.ghpdf-hero:after{content:"";position:absolute;inset:auto 0 0;height:100px;background:linear-gradient(to bottom,transparent,var(--ghpdf-bg));pointer-events:none}.ghpdf-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;position:relative;z-index:2}.ghpdf-eyebrow,.ghpdf-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#d9ccff}.ghpdf-eyebrow span{width:8px;height:8px;border-radius:50%;background:#55e6b8;box-shadow:0 0 16px #55e6b8}.ghpdf-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(48px,6vw,76px);line-height:1.03;letter-spacing:-.035em;margin:20px 0 22px}.ghpdf-hero h1 em{font-style:normal;background:linear-gradient(100deg,#f7c75e,#ffe6a5 55%,#e7c9ff);-webkit-background-clip:text;background-clip:text;color:transparent}.ghpdf-hero-copy>p{color:#c9c1db;font-size:18px;line-height:1.75;max-width:610px}.ghpdf-hero-buttons{display:flex;gap:14px;margin-top:32px}.ghpdf-btn{min-height:50px;border:0;border-radius:15px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s}.ghpdf-btn:hover{transform:translateY(-2px)}.ghpdf-btn.primary{background:linear-gradient(135deg,#795fff,#a16eff);color:#fff;box-shadow:0 15px 35px rgba(114,78,255,.35)}.ghpdf-btn.glass{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff}.ghpdf-trust-row{display:flex;flex-wrap:wrap;gap:17px;margin-top:28px;color:#bfb6d2;font-size:12px}.ghpdf-trust-row span{display:flex;align-items:center;gap:7px}.ghpdf-trust-row svg{width:16px;color:#7ce8c3}.ghpdf-hero-visual{height:460px;position:relative;display:grid;place-items:center}.ghpdf-crown-card{width:min(445px,90%);height:340px;border-radius:28px;background:linear-gradient(150deg,rgba(255,255,255,.14),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.16);box-shadow:0 35px 80px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(16px);transform:perspective(800px) rotateY(-5deg) rotateX(3deg);padding:20px}.ghpdf-mini-top{display:flex;align-items:center;gap:6px;color:#c9c0da;font-size:10px}.ghpdf-mini-top i{width:7px;height:7px;border-radius:50%;background:#ff6b7b}.ghpdf-mini-top i:nth-child(2){background:#f7c85c}.ghpdf-mini-top i:nth-child(3){background:#55d6a8}.ghpdf-mini-top span{margin-left:8px}.ghpdf-doc-stack{position:relative;height:225px;margin-top:20px}.ghpdf-doc{position:absolute;width:155px;height:200px;border-radius:14px;box-shadow:0 18px 38px rgba(0,0,0,.22)}.ghpdf-doc.back{left:48px;top:18px;background:linear-gradient(145deg,#46b8ff,#1f68d5);transform:rotate(-12deg);display:grid;place-items:end center;padding-bottom:24px}.ghpdf-doc.middle{right:45px;top:17px;background:linear-gradient(145deg,#ff70ad,#c93579);transform:rotate(12deg);display:grid;place-items:end center;padding-bottom:24px}.ghpdf-doc.back span,.ghpdf-doc.middle span{font-size:13px;font-weight:900;letter-spacing:.16em}.ghpdf-doc.front{left:50%;top:4px;transform:translateX(-50%);background:#fff;color:#3b286b;padding:25px 22px}.ghpdf-doc.front b{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#7656f5,#5232c6);font-size:17px}.ghpdf-doc.front i{display:block;height:8px;background:#e9e5f3;border-radius:10px;margin-top:20px}.ghpdf-doc.front i:nth-of-type(2){width:82%}.ghpdf-doc.front i:nth-of-type(3){width:64%}.ghpdf-flow-line{display:flex;align-items:center;justify-content:center;gap:8px;color:#d6cfe3;font-size:10px}.ghpdf-flow-line b{height:1px;width:30px;background:rgba(255,255,255,.25)}.ghpdf-float-badge{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(20,10,52,.8);box-shadow:0 18px 40px rgba(0,0,0,.28);backdrop-filter:blur(12px);border-radius:16px;padding:12px 15px;display:flex;align-items:center;gap:10px;color:#d7d0e5;font-size:10px;line-height:1.35}.ghpdf-float-badge svg{width:28px;color:#72e6c2}.ghpdf-float-badge b{color:#fff;font-size:12px}.badge-one{left:-8px;top:82px}.badge-two{right:0;bottom:78px}.badge-two svg{color:#ffd05a}.ghpdf-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.7}.orb-one{width:20px;height:20px;background:#65e7bb;left:8%;top:28%;box-shadow:0 0 30px #65e7bb}.orb-two{width:14px;height:14px;background:#ffc64f;right:12%;top:16%;box-shadow:0 0 25px #ffc64f}.orb-three{width:9px;height:9px;background:#ff68b3;right:45%;bottom:18%;box-shadow:0 0 20px #ff68b3}.ghpdf-floating-enabled .orb-one{animation:ghpdfFloat 5s ease-in-out infinite}.ghpdf-floating-enabled .orb-two{animation:ghpdfFloat 7s ease-in-out infinite reverse}.ghpdf-floating-enabled .orb-three{animation:ghpdfFloat 4.5s ease-in-out infinite}@keyframes ghpdfFloat{50%{transform:translateY(-18px) translateX(8px)}}
.ghpdf-search-band{position:relative;z-index:4;margin-top:-38px}.ghpdf-tool-search-wrap{height:76px;border-radius:23px;background:#fff;box-shadow:var(--ghpdf-shadow);display:flex;align-items:center;padding:0 25px;gap:15px}.ghpdf-tool-search-wrap svg{width:22px;color:#7c6b99}.ghpdf-tool-search-wrap input{border:0;outline:0;box-shadow:none;background:transparent;flex:1;font-size:16px;color:var(--ghpdf-ink)}.ghpdf-tool-search-wrap input::placeholder{color:#aaa3b7}.ghpdf-tool-search-wrap kbd{font:600 11px Inter,"Segoe UI",Arial,sans-serif;background:#f2eff8;color:#7e738e;padding:6px 9px;border-radius:8px;border:1px solid #e4e0ed}.ghpdf-filter-row{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:22px 2px 10px;scrollbar-width:none}.ghpdf-filter-row::-webkit-scrollbar{display:none}.ghpdf-filter-row button{white-space:nowrap;border:1px solid var(--ghpdf-line);background:#fff;color:#665e72;padding:9px 14px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;transition:.2s}.ghpdf-filter-row button:hover,.ghpdf-filter-row button.is-active{color:#fff;border-color:#6d5dfc;background:linear-gradient(135deg,#7058f6,#5a3ed4);box-shadow:0 7px 18px rgba(94,68,215,.2)}
.ghpdf-tools-section{padding:55px 0 92px}.ghpdf-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.ghpdf-kicker{color:#7152d8}.ghpdf-section-heading h2,.ghpdf-privacy-grid h2,.ghpdf-final-cta h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,4vw,48px);line-height:1.1;margin:8px 0 0;letter-spacing:-.025em}.ghpdf-section-heading>p{max-width:480px;color:var(--ghpdf-muted);line-height:1.7;font-size:14px}.ghpdf-section-heading.centered{max-width:780px;margin:0 auto 40px;display:block;text-align:center}.ghpdf-section-heading.centered p{margin:14px auto 0}.ghpdf-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.ghpdf-tool-card{appearance:none;text-align:left;border:1px solid #e9e6f0;background:#fff;border-radius:20px;padding:20px;min-height:178px;display:flex;flex-direction:column;cursor:pointer;position:relative;overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s}.ghpdf-tool-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-70px;top:-65px;background:color-mix(in srgb,var(--tool-color) 15%,transparent);transition:.25s}.ghpdf-tool-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px color-mix(in srgb,var(--tool-color) 16%,transparent);border-color:color-mix(in srgb,var(--tool-color) 40%,#e5e1ec)}.ghpdf-tool-card[hidden]{display:none}.ghpdf-tool-icon{width:47px;height:47px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,var(--tool-color) 12%,white);color:var(--tool-color);position:relative;z-index:1}.ghpdf-tool-icon svg{width:25px}.ghpdf-blink-icons .ghpdf-tool-icon:after{content:"";position:absolute;inset:4px;border-radius:11px;box-shadow:0 0 0 0 color-mix(in srgb,var(--tool-color) 48%,transparent);animation:ghpdfPulse 2.8s infinite}@keyframes ghpdfPulse{60%,100%{box-shadow:0 0 0 12px transparent}}.ghpdf-tool-copy{display:block;margin-top:17px}.ghpdf-tool-copy strong{display:block;font-size:15px;color:#231a37}.ghpdf-tool-copy small{display:block;font-size:11.5px;color:#7c7488;line-height:1.55;margin-top:7px}.ghpdf-tool-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px}.ghpdf-free-badge{font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--tool-color);background:color-mix(in srgb,var(--tool-color) 10%,white);border-radius:20px;padding:4px 8px}.ghpdf-arrow{font-size:17px;color:#aaa3b4;transition:.2s}.ghpdf-tool-card:hover .ghpdf-arrow{transform:translateX(4px);color:var(--tool-color)}.ghpdf-no-results{padding:45px;text-align:center;background:#fff;border:1px dashed #d9d3e5;border-radius:20px;color:#746c80}
.ghpdf-feature-section{padding:95px 0;background:#fff}.ghpdf-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ghpdf-feature-grid article{border-radius:24px;padding:26px;border:1px solid #ece8f3;background:#faf9fd;min-height:230px}.ghpdf-feature-grid article>span{width:52px;height:52px;border-radius:16px;display:grid;place-items:center}.ghpdf-feature-grid svg{width:27px}.ghpdf-feature-grid h3{font-size:17px;margin:22px 0 9px}.ghpdf-feature-grid p{font-size:12.5px;line-height:1.7;color:#746d80}.ghpdf-feature-grid .purple>span{background:#eee9ff;color:#6d4fe9}.ghpdf-feature-grid .blue>span{background:#e3f5ff;color:#148ac1}.ghpdf-feature-grid .gold>span{background:#fff4d6;color:#d89200}.ghpdf-feature-grid .pink>span{background:#ffe7f2;color:#d63178}
.ghpdf-privacy-section{padding:110px 0;background:linear-gradient(160deg,#f6f1ff,#eef8ff)}.ghpdf-privacy-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.ghpdf-privacy-grid>div:last-child>p{font-size:15px;line-height:1.8;color:var(--ghpdf-muted);max-width:580px}.ghpdf-security-visual{position:relative;min-height:390px;display:grid;place-items:center}.shield-core{width:130px;height:130px;border-radius:38px;display:grid;place-items:center;background:linear-gradient(145deg,#6c52ea,#34217b);box-shadow:0 25px 65px rgba(75,49,170,.32);position:relative;z-index:3;color:#fff}.shield-core svg{width:66px}.ring{position:absolute;border:1px solid rgba(109,82,225,.18);border-radius:50%}.ring.one{width:235px;height:235px}.ring.two{width:340px;height:340px}.privacy-chip{position:absolute;background:#fff;border:1px solid #e4dff0;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:800;color:#514861;box-shadow:0 12px 30px rgba(42,25,86,.1);z-index:4}.privacy-chip.p1{left:5%;top:22%}.privacy-chip.p2{right:2%;top:31%}.privacy-chip.p3{left:16%;bottom:17%}.ghpdf-check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.ghpdf-check-list span{font-size:12px;font-weight:700;color:#4f465e}.ghpdf-check-list span::first-letter{color:#5ebf92}
.ghpdf-plans-section{padding:95px 0;background:#fff}.ghpdf-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:920px;margin:0 auto}.ghpdf-plan-grid article{border:1px solid #e9e4f1;border-radius:24px;padding:28px;background:#fff}.ghpdf-plan-grid article.featured{background:linear-gradient(150deg,#251153,#3f1d88);color:#fff;transform:translateY(-10px);box-shadow:0 24px 60px rgba(46,24,94,.25)}.ghpdf-plan-grid h3{font-size:25px}.ghpdf-plan-grid p{min-height:50px;color:#7b7385;font-size:13px}.ghpdf-plan-grid .featured p{color:#cfc5e4}.ghpdf-plan-grid a{display:block;text-align:center;padding:12px;border-radius:12px;background:#6d5dfc;color:#fff;font-weight:800;font-size:12px}.ghpdf-plan-grid .featured a{background:#f4bd50;color:#261142}
.ghpdf-final-cta{padding:55px 0;background:linear-gradient(135deg,#5a3ecf,#8f5df0);color:#fff}.ghpdf-final-cta .ghpdf-shell{display:flex;align-items:center;justify-content:space-between;gap:35px}.ghpdf-final-cta h2{font-size:38px}.ghpdf-final-cta .ghpdf-kicker{color:#e9dcff}.ghpdf-btn.light{background:#fff;color:#4e34b5;white-space:nowrap}.ghpdf-footer{background:#120a2b;color:#fff;padding:70px 0 25px}.ghpdf-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.footer-brand{width:max-content}.ghpdf-footer-grid>div>p{color:#9e95b2;max-width:310px;font-size:12px;line-height:1.7}.ghpdf-footer-grid>div>strong{display:block;margin-bottom:16px;font-size:13px}.ghpdf-footer-grid>div>a:not(.ghpdf-brand){display:block;color:#a9a0bb;font-size:12px;margin:10px 0}.ghpdf-footer-grid>div>a:hover{color:#fff}.ghpdf-footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#7e748f;font-size:10px}
.ghpdf-modal{position:fixed;inset:0;z-index:200;display:none}.ghpdf-modal.is-open{display:block}.ghpdf-modal-backdrop{position:absolute;inset:0;background:rgba(9,4,25,.74);backdrop-filter:blur(8px)}.ghpdf-modal-panel{position:relative;width:min(760px,calc(100% - 28px));max-height:calc(100vh - 32px);overflow:auto;margin:16px auto;background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.4);padding:28px}.ghpdf-modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border:0;border-radius:11px;background:#f1eef6;color:#5c5367;font-size:25px;line-height:1;cursor:pointer;z-index:2}.ghpdf-modal-head{display:flex;gap:17px;align-items:center;padding:4px 46px 22px 2px;border-bottom:1px solid #eeeaf4}.ghpdf-modal-icon{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--modal-color,#6d5dfc),color-mix(in srgb,var(--modal-color,#6d5dfc) 65%,#15092f));box-shadow:0 14px 30px color-mix(in srgb,var(--modal-color,#6d5dfc) 28%,transparent)}.ghpdf-modal-icon svg{width:31px}.ghpdf-modal-badge{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7257d9}.ghpdf-modal-head h2{font-family:"Playfair Display",Georgia,serif;font-size:28px;line-height:1.1;margin:3px 0 4px}.ghpdf-modal-head p{margin:0;color:#7b7287;font-size:12px}.ghpdf-workspace{padding-top:22px}.ghpdf-dropzone{min-height:190px;border:2px dashed #d8d1e5;border-radius:21px;background:linear-gradient(145deg,#faf9fd,#f5f1fc);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;cursor:pointer;transition:.2s}.ghpdf-dropzone.is-dragover{border-color:#7153e8;background:#f2ecff;transform:scale(1.01)}.ghpdf-dropzone input{display:none}.ghpdf-upload-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#fff;color:#6a4bd9;box-shadow:0 10px 24px rgba(74,47,151,.12);margin-bottom:13px}.ghpdf-upload-icon svg{width:28px}.ghpdf-dropzone strong{font-size:14px}.ghpdf-dropzone small{color:#8d8498;margin-top:7px;font-size:11px}.ghpdf-file-list{display:grid;gap:9px;margin-top:15px}.ghpdf-file-item{display:flex;align-items:center;gap:12px;border:1px solid #ece8f2;border-radius:14px;padding:11px 13px;background:#fff}.ghpdf-file-type{width:35px;height:35px;border-radius:10px;background:#eee9ff;color:#6549d0;font-size:8px;font-weight:900;display:grid;place-items:center}.ghpdf-file-copy{min-width:0;flex:1}.ghpdf-file-copy strong{font-size:11px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghpdf-file-copy small{font-size:9px;color:#968da1}.ghpdf-file-remove{border:0;background:#f5f2f8;width:30px;height:30px;border-radius:9px;cursor:pointer;color:#7b7186}.ghpdf-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:17px}.ghpdf-option{display:flex;flex-direction:column;gap:6px}.ghpdf-option.full{grid-column:1/-1}.ghpdf-option>span{font-size:10px;font-weight:800;color:#5e556b}.ghpdf-option input,.ghpdf-option select,.ghpdf-option textarea{width:100%;border:1px solid #ded8e8;border-radius:11px;background:#fff;padding:10px 12px;outline:none;color:#342a40;font-size:12px}.ghpdf-option input:focus,.ghpdf-option select:focus,.ghpdf-option textarea:focus{border-color:#795fe7;box-shadow:0 0 0 3px rgba(121,95,231,.1)}.ghpdf-option textarea{min-height:80px;resize:vertical}.ghpdf-page-organizer{margin-top:17px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:13px;background:#f7f4fb;border-radius:16px}.ghpdf-page-organizer[hidden]{display:none}.ghpdf-page-thumb{border:1px solid #e1dce9;background:#fff;border-radius:12px;padding:7px;cursor:grab;position:relative}.ghpdf-page-thumb canvas{display:block;width:100%;height:auto;border-radius:6px;background:#eee}.ghpdf-page-thumb span{display:block;text-align:center;font-size:9px;font-weight:800;color:#736b7e;padding-top:6px}.ghpdf-page-thumb:before{content:"⋮⋮";position:absolute;right:9px;top:8px;background:rgba(20,10,45,.75);color:#fff;border-radius:6px;padding:2px 4px;font-size:9px}.ghpdf-status{margin-top:14px;border-radius:12px;font-size:11px;line-height:1.5}.ghpdf-status.info,.ghpdf-status.success,.ghpdf-status.error{padding:11px 13px}.ghpdf-status.info{background:#eef5ff;color:#2c5e9b}.ghpdf-status.success{background:#eafaf2;color:#26764f}.ghpdf-status.error{background:#fff0f1;color:#a4333b}.ghpdf-progress{height:8px;background:#eee9f4;border-radius:999px;overflow:hidden;margin-top:14px}.ghpdf-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#5f43d6,#a866f2);transition:width .25s}.ghpdf-process-btn{width:100%;min-height:49px;border:0;border-radius:14px;margin-top:16px;background:linear-gradient(135deg,#6d50e9,#8d5ce9);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(91,61,197,.25)}.ghpdf-process-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.ghpdf-local-note{display:flex;align-items:center;justify-content:center;gap:7px;color:#8d8497;font-size:9px;margin:12px 0 0}.ghpdf-local-note svg{width:13px;color:#54b989}
@media(max-width:1024px){.ghpdf-main-nav{display:none}.ghpdf-hero-grid{grid-template-columns:1fr 1fr;gap:35px}.ghpdf-tool-grid{grid-template-columns:repeat(3,1fr)}.ghpdf-feature-grid{grid-template-columns:repeat(2,1fr)}.ghpdf-privacy-grid{gap:40px}.ghpdf-footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:780px){.ghpdf-shell{width:min(100% - 26px,1180px)}.ghpdf-header-inner{height:68px}.ghpdf-header-cta{display:none}.ghpdf-brand strong{font-size:15px}.ghpdf-logo-mark{width:39px;height:39px}.ghpdf-hero{padding:70px 0 85px}.ghpdf-hero-grid{grid-template-columns:1fr}.ghpdf-hero-copy{text-align:center}.ghpdf-hero-copy>p{margin-left:auto;margin-right:auto}.ghpdf-eyebrow{justify-content:center}.ghpdf-hero-buttons,.ghpdf-trust-row{justify-content:center}.ghpdf-hero-visual{height:390px}.ghpdf-crown-card{height:320px}.ghpdf-search-band{margin-top:-28px}.ghpdf-tool-search-wrap{height:64px;padding:0 18px}.ghpdf-tool-search-wrap kbd{display:none}.ghpdf-section-heading{display:block}.ghpdf-section-heading>p{margin-top:12px}.ghpdf-tool-grid{grid-template-columns:repeat(2,1fr)}.ghpdf-privacy-grid{grid-template-columns:1fr}.ghpdf-security-visual{order:2}.ghpdf-check-list{grid-template-columns:1fr}.ghpdf-plan-grid{grid-template-columns:1fr}.ghpdf-plan-grid article.featured{transform:none}.ghpdf-final-cta .ghpdf-shell{display:block;text-align:center}.ghpdf-final-cta .ghpdf-btn{margin-top:22px}.ghpdf-footer-grid{grid-template-columns:1.5fr 1fr}.ghpdf-footer-grid>div:first-child{grid-column:1/-1}.ghpdf-footer-bottom{gap:15px;flex-direction:column}.ghpdf-options{grid-template-columns:1fr}.ghpdf-option.full{grid-column:auto}.ghpdf-page-organizer{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.ghpdf-hero h1{font-size:43px}.ghpdf-hero-copy>p{font-size:15px}.ghpdf-hero-buttons{flex-direction:column}.ghpdf-btn{width:100%}.ghpdf-hero-visual{height:320px}.ghpdf-crown-card{width:100%;height:280px;padding:16px}.ghpdf-doc-stack{height:185px}.ghpdf-doc{width:125px;height:165px}.ghpdf-doc.back{left:25px}.ghpdf-doc.middle{right:25px}.ghpdf-doc.front{padding:20px 17px}.ghpdf-doc.front b{width:48px;height:48px}.ghpdf-float-badge{display:none}.ghpdf-tool-grid{grid-template-columns:1fr}.ghpdf-tool-card{min-height:155px}.ghpdf-feature-grid{grid-template-columns:1fr}.ghpdf-privacy-section,.ghpdf-feature-section{padding:75px 0}.ghpdf-security-visual{min-height:320px;transform:scale(.86)}.ghpdf-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.ghpdf-modal-panel{padding:20px;border-radius:20px}.ghpdf-modal-head{align-items:flex-start}.ghpdf-modal-icon{width:50px;height:50px}.ghpdf-modal-head h2{font-size:23px}.ghpdf-page-organizer{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){.ghpdf-app *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* Browser PDF editor */
.ghpdf-modal-panel.ghpdf-editor-mode{width:min(1180px,calc(100% - 28px))}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-workspace{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-dropzone,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-file-list,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-status,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-progress,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-process-btn,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-local-note{grid-column:1}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-options{grid-column:1;margin-top:0;display:block}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-editor{grid-column:2;grid-row:1/9;min-width:0}.ghpdf-modal-panel.ghpdf-editor-loaded .ghpdf-dropzone{min-height:108px;padding:14px}.ghpdf-modal-panel.ghpdf-editor-loaded .ghpdf-upload-icon{width:38px;height:38px;margin-bottom:7px}.ghpdf-modal-panel.ghpdf-editor-loaded .ghpdf-upload-icon svg{width:20px}.ghpdf-modal-panel.ghpdf-editor-loaded .ghpdf-dropzone strong{font-size:11px}.ghpdf-editor-toolbar{display:grid;gap:9px}.ghpdf-editor-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px;border:1px solid #e7e1ef;border-radius:13px;background:#faf8fd}.ghpdf-editor-row button,.ghpdf-editor-row select,.ghpdf-editor-row input[type=text],.ghpdf-editor-row input[type=number]{min-height:34px;border:1px solid #dcd4e8;border-radius:9px;background:#fff;color:#3b3048;padding:7px 9px;font-size:10px;font-weight:750}.ghpdf-editor-row button{cursor:pointer}.ghpdf-editor-row button:hover,.ghpdf-editor-row button.is-active{border-color:#7558df;background:#efeaff;color:#5c3ed0}.ghpdf-editor-row button:disabled{opacity:.4;cursor:not-allowed}.ghpdf-editor-row button.danger{color:#a52c38}.ghpdf-editor-row label{display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800;color:#6d6476}.ghpdf-editor-row input[type=color]{width:36px;height:34px;padding:2px;border:1px solid #dcd4e8;border-radius:9px;background:#fff}.ghpdf-editor-additions input[type=text]{flex:1 1 120px;min-width:105px}.ghpdf-editor-additions input[type=number]{width:60px}.ghpdf-editor-navigation{justify-content:space-between}.ghpdf-editor-navigation strong{font-size:10px;color:#4b4058}.ghpdf-editor-history small{flex:1 1 100%;font-size:8.5px;line-height:1.4;color:#84798f}.ghpdf-editor{border:1px solid #e3ddeb;border-radius:17px;background:linear-gradient(145deg,#e9e5ef,#dcd5e6);min-height:610px;overflow:hidden}.ghpdf-editor[hidden]{display:none}.ghpdf-editor-loading{min-height:610px;display:grid;place-items:center;color:#675b76;font-weight:800;font-size:12px}.ghpdf-editor-scroll{height:min(68vh,720px);overflow:auto;padding:24px}.ghpdf-editor-stage{position:relative;margin:0 auto;background:#fff;box-shadow:0 14px 45px rgba(37,17,83,.24);touch-action:none}.ghpdf-editor-stage canvas{display:block;width:100%;height:100%}.ghpdf-editor-overlay{position:absolute;inset:0;overflow:hidden;touch-action:none}.ghpdf-editor-stage.is-drawing .ghpdf-editor-overlay{cursor:crosshair}.ghpdf-editor-item{position:absolute;box-sizing:border-box;cursor:move;user-select:none;touch-action:none;min-width:20px;min-height:16px}.ghpdf-editor-item.type-text,.ghpdf-editor-item.type-signature{padding:2px 4px;overflow:hidden}.ghpdf-editor-item.type-rectangle{border:2px solid var(--annotation-color)}.ghpdf-editor-item.type-image img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.ghpdf-editor-item.is-selected{outline:2px dashed #6e4ee4;outline-offset:3px}.ghpdf-editor-resize{position:absolute!important;right:-7px;bottom:-7px;width:15px!important;height:15px!important;min-height:0!important;padding:0!important;border:2px solid #fff!important;border-radius:50%!important;background:#6e4ee4!important;box-shadow:0 2px 7px rgba(0,0,0,.28);cursor:nwse-resize!important}.ghpdf-editor-draw-layer{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.ghpdf-editor-draw-layer polyline{pointer-events:stroke;cursor:pointer;vector-effect:non-scaling-stroke}.ghpdf-editor-draw-layer polyline.is-selected{filter:drop-shadow(0 0 3px #7a59ef);stroke-dasharray:6 4}
@media(max-width:920px){.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-workspace{grid-template-columns:1fr}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-editor{grid-column:1;grid-row:auto}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-dropzone,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-file-list,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-options,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-status,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-progress,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-process-btn,.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-local-note{grid-column:1}.ghpdf-editor{min-height:470px}.ghpdf-editor-loading{min-height:470px}.ghpdf-editor-scroll{height:55vh;padding:14px}}
@media(max-width:560px){.ghpdf-modal-panel.ghpdf-editor-mode{width:calc(100% - 12px);padding:14px}.ghpdf-modal-panel.ghpdf-editor-mode .ghpdf-modal-head{padding-right:34px}.ghpdf-editor-row{padding:8px}.ghpdf-editor-navigation{justify-content:center}.ghpdf-editor-navigation strong{width:100%;text-align:center;order:-1}.ghpdf-editor-additions input[type=text]{flex-basis:100%}.ghpdf-editor-scroll{padding:10px}.ghpdf-editor{min-height:420px}}

/* v1.3.0 editor loading and recovery states */
.ghpdf-editor-loading{gap:10px;text-align:center;padding:28px}.ghpdf-editor-loading strong{display:block;color:#40334f;font-size:13px}.ghpdf-editor-loading small{display:block;color:#84798f;font-size:10px;font-weight:650}.ghpdf-editor-spinner{width:34px;height:34px;border:3px solid rgba(109,93,252,.18);border-top-color:#6d5dfc;border-radius:50%;animation:ghpdfEditorSpin .8s linear infinite}.ghpdf-editor-error{min-height:610px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;color:#4b4058}.ghpdf-editor-error>span{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:#fff0f2;color:#c73349;font-size:26px;font-weight:900;box-shadow:0 10px 28px rgba(157,2,8,.12)}.ghpdf-editor-error h3{margin:16px 0 7px;font-size:19px;color:#30233f}.ghpdf-editor-error p{max-width:430px;margin:0;color:#70637e;font-size:12px;line-height:1.65}.ghpdf-editor-error button{margin:18px 0 12px;min-height:42px;padding:10px 20px;border:0;border-radius:12px;background:linear-gradient(135deg,#6847e8,#9257ea);color:#fff;font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(104,71,232,.24)}.ghpdf-editor-error small{max-width:520px;color:#9a8ea5;font-size:9px;line-height:1.5;word-break:break-word}@keyframes ghpdfEditorSpin{to{transform:rotate(360deg)}}@media(max-width:920px){.ghpdf-editor-error{min-height:470px}}@media(max-width:560px){.ghpdf-editor-error{min-height:420px;padding:24px 18px}}
