:root {
  --ink: #0b1220;
  --muted: #64748b;
  --line: rgba(15, 23, 42, .08);
  --brand: #5b5cf0;
  --brand-dark: #4445d7;
  --surface: rgba(255,255,255,.86);
  --bg: #f7f8fc;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  color:var(--ink);
  background:
    radial-gradient(circle at 15% -10%, rgba(91,92,240,.14), transparent 34rem),
    radial-gradient(circle at 90% 5%, rgba(14,165,233,.10), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
::selection{background:rgba(91,92,240,.18)}
.site-header{background:rgba(247,248,252,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand-mark{background:linear-gradient(135deg,#6366f1,#4f46e5 55%,#0ea5e9);box-shadow:0 10px 30px rgba(79,70,229,.22)}
.soft-card{background:var(--surface);border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 60px rgba(15,23,42,.06)}
.glass-pill{background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.07);box-shadow:0 8px 24px rgba(15,23,42,.04)}
.hero-title{letter-spacing:-.055em;line-height:.98}
.text-gradient{background:linear-gradient(100deg,#4f46e5 10%,#6366f1 48%,#0ea5e9 90%);-webkit-background-clip:text;background-clip:text;color:transparent}
.tool-card{position:relative;overflow:hidden;background:rgba(255,255,255,.9);border:1px solid rgba(15,23,42,.07);box-shadow:0 14px 42px rgba(15,23,42,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.tool-card:hover{transform:translateY(-4px);box-shadow:0 24px 64px rgba(15,23,42,.09);border-color:rgba(79,70,229,.18)}
.tool-card:after{content:"";position:absolute;width:9rem;height:9rem;border-radius:999px;right:-4rem;top:-5rem;background:radial-gradient(circle,rgba(99,102,241,.10),transparent 68%);pointer-events:none}
.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;background:#f1f5ff;color:#4f46e5}
.feature-check{display:flex;align-items:center;gap:.55rem;color:#475569;font-size:.9rem}
.feature-check:before{content:"✓";display:grid;place-items:center;width:1.25rem;height:1.25rem;border-radius:999px;background:#ecfdf5;color:#059669;font-size:.72rem;font-weight:800}
.ad-safe-zone{min-height:116px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(100,116,139,.18);border-radius:1.25rem;background:rgba(255,255,255,.42);color:#94a3b8;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
main{width:100%}
main > .max-w-4xl, main > .max-w-3xl{max-width:64rem}
main .bg-white{box-shadow:0 14px 44px rgba(15,23,42,.045)}
main .border-dashed{border-color:#cbd5e1}
main .border-dashed:hover{border-color:#818cf8!important;background:#fafaff!important}
button,a{ -webkit-tap-highlight-color:transparent }
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(99,102,241,.22);outline-offset:3px}
footer{background:rgba(255,255,255,.72)!important;backdrop-filter:blur(16px)}
@media (max-width:768px){
  .hero-title{letter-spacing:-.042em;line-height:1.02}
  .site-header{background:rgba(247,248,252,.92)}
  .ad-safe-zone{min-height:92px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Phase 2 — 2026 tool workspace */
.tool-page{max-width:72rem;margin:0 auto}
.tool-hero{padding:1rem 0 1.75rem;text-align:center}
.tool-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(15,23,42,.07);font-size:.72rem;font-weight:800;letter-spacing:.04em;color:#64748b;box-shadow:0 8px 22px rgba(15,23,42,.035)}
.tool-hero h1{margin-top:1rem;font-size:clamp(2.25rem,5vw,4.5rem);line-height:.98;letter-spacing:-.055em;font-weight:900;color:#0f172a}
.tool-hero p{max-width:42rem;margin:.95rem auto 0;color:#64748b;line-height:1.75;font-size:.98rem}
.workspace-card{background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.075);border-radius:1.75rem;box-shadow:0 22px 70px rgba(15,23,42,.065)}
.upload-zone{position:relative;min-height:16rem;border:1.5px dashed #cbd5e1;border-radius:1.35rem;background:linear-gradient(180deg,rgba(248,250,252,.88),rgba(255,255,255,.78));display:flex;align-items:center;justify-content:center;text-align:center;transition:.22s ease;overflow:hidden}
.upload-zone:before{content:"";position:absolute;width:14rem;height:14rem;border-radius:999px;background:radial-gradient(circle,rgba(99,102,241,.12),transparent 68%);top:-8rem;right:-5rem;pointer-events:none}
.upload-zone:hover,.upload-zone.is-dragging{border-color:#818cf8;background:#fbfbff;box-shadow:inset 0 0 0 1px rgba(99,102,241,.08)}
.upload-icon{width:4rem;height:4rem;border-radius:1.25rem;display:grid;place-items:center;background:linear-gradient(145deg,#eef2ff,#f8fafc);color:#4f46e5;border:1px solid rgba(99,102,241,.11);box-shadow:0 12px 28px rgba(79,70,229,.09)}
.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:1rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:white;font-weight:800;box-shadow:0 12px 30px rgba(79,70,229,.22);transition:.2s ease}
.primary-action:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(79,70,229,.28)}
.primary-action:disabled{opacity:.62;cursor:not-allowed;transform:none;box-shadow:none}
.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.85rem;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-weight:700;transition:.2s ease}
.secondary-action:hover{background:#f1f5f9;color:#0f172a}
.file-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:1rem;background:#f8fafc;border:1px solid #eef2f7}
.config-card{background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.075);border-radius:1.5rem;box-shadow:0 16px 48px rgba(15,23,42,.045)}
.step-card{background:rgba(255,255,255,.62);border:1px solid rgba(15,23,42,.06);border-radius:1.15rem;padding:1rem}
.step-number{width:1.7rem;height:1.7rem;border-radius:.65rem;display:grid;place-items:center;background:#eef2ff;color:#4f46e5;font-size:.72rem;font-weight:900}
.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}
.trust-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:1rem;background:rgba(255,255,255,.62);border:1px solid rgba(15,23,42,.06);font-size:.78rem;font-weight:700;color:#64748b}
.ad-placement{min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;margin:2rem auto;border-radius:1.25rem;border:1px dashed rgba(100,116,139,.2);background:rgba(255,255,255,.45);color:#94a3b8;text-align:center}
.ad-placement strong{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.ad-placement span{font-size:.68rem}
.related-tools{margin-top:3rem;padding-top:2.2rem;border-top:1px solid rgba(15,23,42,.07)}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}
.related-tool{display:flex;align-items:center;gap:.85rem;padding:1rem;border-radius:1.15rem;background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.07);transition:.2s ease}
.related-tool:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.22);box-shadow:0 12px 32px rgba(15,23,42,.06)}
.result-shell{max-width:48rem;margin:1rem auto 0}
.result-orb{width:5.5rem;height:5.5rem;border-radius:1.8rem;display:grid;place-items:center;margin:0 auto;background:linear-gradient(145deg,#eef2ff,#ecfeff);border:1px solid rgba(99,102,241,.13);box-shadow:0 18px 45px rgba(79,70,229,.12)}
.result-download{min-height:3.6rem}
.security-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:1rem;background:#f8fafc;border:1px solid #eef2f7;color:#64748b;font-size:.8rem;line-height:1.55}
@media(max-width:768px){.tool-hero{padding-top:.25rem}.tool-hero h1{letter-spacing:-.045em}.trust-strip{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.upload-zone{min-height:13.5rem}.ad-placement{min-height:92px}}
@media(max-width:480px){.related-grid{grid-template-columns:1fr}}
/* Phase 3 */
.spinner{display:inline-block;animation:findpdf-spin .8s linear infinite}
@keyframes findpdf-spin{to{transform:rotate(360deg)}}
input[type="range"]{accent-color:#4f46e5}

/* PaperMint — selected design direction */
:root{--pm-ink:#07183f;--pm-muted:#66718c;--pm-mint:#13a77e;--pm-mint-dark:#0b8766;--pm-paper:#fffdf8;--pm-line:#e4e8ef;--pm-soft:#f5faf8}
body{margin:0;background:var(--pm-paper);color:var(--pm-ink);font-family:Manrope,Inter,system-ui,sans-serif;background-image:none}
body>main{min-height:65vh}
.pm-header{height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding:0 clamp(20px,4vw,72px);border-bottom:1px solid var(--pm-line);background:rgba(255,253,248,.96);position:sticky;top:0;z-index:50}
.pm-brand{display:inline-flex;align-items:center;gap:10px;color:var(--pm-ink);text-decoration:none;white-space:nowrap}.pm-brand>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--pm-mint);color:#fff;font-size:17px}.pm-brand b{font-size:22px;letter-spacing:-.05em}.pm-brand b span{color:var(--pm-mint)}
.pm-navigation{display:flex;align-items:center;gap:26px}.pm-navigation a,.pm-login{color:#26334f;text-decoration:none;font-size:13px;font-weight:700}.pm-navigation a:hover,.pm-login:hover{color:var(--pm-mint-dark)}
.pm-header-actions{display:flex;align-items:center;gap:17px}.pm-free-badge{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:#e7f8f2;color:var(--pm-mint-dark);font-size:11px;font-weight:800}.pm-free-badge i{font-size:10px}.pm-language-menu{position:relative}.pm-language-menu>button{display:flex;align-items:center;gap:7px;color:#26334f;font-size:12px;font-weight:800}.pm-language-menu>div{position:absolute;right:0;top:37px;width:195px;background:#fff;border:1px solid var(--pm-line);border-radius:14px;padding:7px;box-shadow:0 18px 55px rgba(7,24,63,.12)}.pm-language-menu>div a{display:flex;justify-content:space-between;padding:9px 10px;border-radius:9px;text-decoration:none;color:#46516a;font-size:12px}.pm-language-menu>div a:hover,.pm-language-menu>div a.active{background:#eaf8f4;color:var(--pm-mint-dark)}.pm-language-menu small{font-size:10px;color:#8b94a8}.pm-mobile-menu{display:none;font-size:24px}
.pm-tool-page{max-width:1380px;margin:0 auto;padding:28px clamp(22px,4.5vw,72px) 70px}.pm-hero-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(560px,1.4fr);gap:68px;align-items:center;padding:0 0 26px}.pm-eyebrow{margin:0 0 13px;color:var(--pm-mint-dark);font-size:12px;font-weight:800;letter-spacing:.19em}.pm-intro h1{font-size:clamp(42px,4.5vw,65px);font-weight:800;line-height:.99;letter-spacing:-.055em;margin:0;max-width:560px}.pm-subtitle{margin:19px 0 0;max-width:545px;color:var(--pm-muted);font-size:17px;line-height:1.7}.pm-benefits{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:16px}.pm-benefits li{display:flex;align-items:center;gap:13px;color:#26334f;font-size:13px;font-weight:650}.pm-benefits i{width:25px;height:25px;display:grid;place-items:center;color:var(--pm-mint);font-size:18px}
.pm-upload-workspace{padding:0}.pm-drop-zone{min-height:342px;border:1.5px dashed #74c8ae;border-radius:14px;background:#fbfefc;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:31px;cursor:pointer;transition:border-color .2s,background .2s}.pm-drop-zone:hover,.pm-drop-zone.is-dragging{border-color:var(--pm-mint-dark);background:#f2fbf8}.pm-file-flow{display:flex;align-items:center;gap:20px;color:#7d89a0;margin-bottom:15px}.pm-doc-icon{width:67px;height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid var(--pm-line);border-radius:9px;background:#fff;font-size:25px}.pm-doc-icon b{font-size:10px;letter-spacing:.05em}.pm-pdf{color:#e84b55}.pm-word{color:#2874d8}.pm-drop-zone>strong{font-size:18px}.pm-or{font-size:12px;color:#8a93a7;margin:8px 0}.pm-upload-actions{display:flex;align-items:center;gap:9px}.pm-primary-button{height:46px;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 25px;border-radius:8px;background:var(--pm-mint);color:#fff;font-size:14px;font-weight:800}.pm-cloud-button{width:46px;height:46px;border-radius:8px;background:#fff;border:1px solid var(--pm-line);color:#3574ca;font-size:19px}.pm-cloud-button:hover{border-color:#9bb6d8}.pm-drop-zone>small{margin-top:15px;color:#7b8499;font-size:11px}
.pm-selected-file{margin-top:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--pm-line);border-radius:11px;background:#fff}.pm-selected-file>span:nth-child(2){min-width:0}.pm-selected-file b,.pm-selected-file small{display:block}.pm-selected-file b{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-selected-file small{font-size:11px;color:#8b94a8;margin-top:3px}.pm-file-badge{width:37px;height:37px;display:grid;place-items:center;border-radius:9px;background:#fff0f1;color:#dc3f49}.pm-selected-file button{color:#768198;padding:6px}
.pm-ocr-panel{margin-top:13px;padding:15px 18px;border:1px solid var(--pm-line);border-radius:11px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;background:#fff}.pm-switch-row{display:flex;align-items:center;gap:13px;cursor:pointer}.pm-switch-row input{position:absolute;opacity:0}.pm-switch{width:38px;height:22px;border-radius:999px;background:#ccd3df;position:relative;transition:.2s;flex:0 0 auto}.pm-switch:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;left:3px;top:3px;box-shadow:0 2px 7px rgba(0,0,0,.14);transition:.2s}.pm-switch-row input:checked+.pm-switch{background:var(--pm-mint)}.pm-switch-row input:checked+.pm-switch:after{transform:translateX(16px)}.pm-switch-row strong,.pm-switch-row small{display:block}.pm-switch-row strong{font-size:12px}.pm-switch-row small{font-size:10px;color:#8a93a7;margin-top:3px}.pm-auto-row{display:flex;gap:7px;align-items:center;font-size:11px;font-weight:700;color:#526078}.pm-auto-row input{accent-color:var(--pm-mint)}.pm-language-select{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--pm-line);padding-top:12px;font-size:11px;font-weight:700}.pm-language-select select{border:1px solid var(--pm-line);border-radius:7px;padding:7px 10px;background:#fff}.pm-scan-notice,.pm-status{margin-top:11px;border-radius:9px;padding:10px 12px;background:#eef8ff;color:#30658c;font-size:11px;font-weight:700}.pm-status.is-error{display:block;background:#fff0f1;color:#b8323b}.pm-convert-button{width:100%;height:48px;margin-top:12px;border-radius:9px;background:var(--pm-ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:800}.pm-convert-button:hover:not(:disabled){background:#10285c}.pm-convert-button:disabled{opacity:.46;cursor:not-allowed}.pm-convert-button.is-loading i{animation:pmPulse .8s infinite alternate}.pm-privacy{display:flex;justify-content:center;gap:7px;margin:11px 0 0;color:#7c869a;font-size:10px}.pm-privacy i{color:var(--pm-mint-dark)}
.pm-upload-progress{margin-top:12px;padding:14px 15px;border:1px solid #cdeae1;border-radius:11px;background:#f7fcfa}.pm-progress-heading,.pm-progress-stats{display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-progress-heading{font-size:12px;color:#26334f}.pm-progress-heading span{color:var(--pm-mint-dark);font-weight:800}.pm-progress-track{height:7px;margin:10px 0;border-radius:999px;background:#dce6e2;overflow:hidden}.pm-progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:var(--pm-mint);transition:width .18s ease}.pm-progress-stats{font-size:9px;color:#7c869a}.pm-upload-progress:not(.hidden)+.pm-convert-button{display:none}
.pm-trust-strip{margin:0 calc(clamp(22px,4.5vw,72px)*-1);padding:17px clamp(22px,7vw,120px);border-top:1px solid var(--pm-line);border-bottom:1px solid var(--pm-line);display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.pm-trust-strip>div{display:flex;align-items:center;justify-content:center;gap:13px}.pm-trust-strip i{font-size:25px;color:var(--pm-mint)}.pm-trust-strip b,.pm-trust-strip small{display:block}.pm-trust-strip b{font-size:12px}.pm-trust-strip small{font-size:10px;color:#9098a8;margin-top:2px}
.pm-seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:31px 0 13px}.pm-seo-grid h2{font-size:22px;letter-spacing:-.04em;margin:0 0 18px}.pm-steps{list-style:none;padding:0;margin:0;display:grid;gap:17px}.pm-steps li{display:grid;grid-template-columns:34px 1fr;gap:14px}.pm-steps>li>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dbf3eb;color:var(--pm-mint-dark);font-size:12px;font-weight:800}.pm-steps h3{font-size:12px;margin:1px 0 4px}.pm-steps p,.pm-faq p{font-size:11px;line-height:1.65;color:#7e879a;margin:0}.pm-faq{border-top:1px solid var(--pm-line)}.pm-faq details{border-bottom:1px solid var(--pm-line);padding:12px 0}.pm-faq summary{cursor:pointer;font-size:12px;font-weight:700;list-style:none;position:relative;padding-right:25px}.pm-faq summary:after{content:"+";position:absolute;right:3px;color:var(--pm-mint)}.pm-faq details[open] summary:after{content:"−"}.pm-faq p{padding-top:10px}.pm-ad-safe{height:70px;margin-top:16px;border:1px solid var(--pm-line);border-radius:10px;background:#fafbfc;display:grid;place-items:center;color:#a0a8b7;font-size:10px}
.pm-footer{border-top:1px solid var(--pm-line);padding:38px clamp(22px,5vw,75px) 20px;background:#fff}.pm-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.pm-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.pm-footer-grid>div>p{max-width:290px;color:#7e879a;font-size:12px;line-height:1.6}.pm-footer-grid>div>b{font-size:12px}.pm-footer-grid>div>a:not(.pm-brand){font-size:11px;color:#768198;text-decoration:none}.pm-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--pm-line);margin-top:28px;padding-top:18px;color:#929aa9;font-size:10px}.pm-cookie-banner{position:fixed;left:20px;right:20px;bottom:18px;z-index:80;max-width:760px;margin:auto;background:#fff;border:1px solid var(--pm-line);border-radius:13px;box-shadow:0 18px 55px rgba(7,24,63,.16);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:15px}.pm-cookie-banner p{font-size:11px;color:#626d82}.pm-cookie-banner div{display:flex;gap:8px}.pm-cookie-banner button{padding:8px 12px;border-radius:7px;border:1px solid var(--pm-line);font-size:10px;font-weight:800}.pm-cookie-banner .accept{background:var(--pm-mint);color:#fff;border-color:var(--pm-mint)}
@keyframes pmPulse{to{transform:translateX(4px)}}
@media(max-width:1050px){.pm-navigation{display:none;position:absolute;left:0;right:0;top:65px;background:#fff;border-bottom:1px solid var(--pm-line);padding:18px 25px;flex-direction:column;align-items:flex-start}.pm-navigation.is-open{display:flex}.pm-mobile-menu{display:block;justify-self:end}.pm-header{grid-template-columns:auto 1fr auto}.pm-header-actions .pm-free-badge{display:none}.pm-hero-grid{grid-template-columns:1fr;gap:28px}.pm-intro{text-align:center}.pm-intro h1,.pm-subtitle{margin-left:auto;margin-right:auto}.pm-benefits{max-width:480px;margin-left:auto;margin-right:auto;text-align:left}}
@media(max-width:680px){.pm-header{height:60px;padding:0 17px;gap:14px}.pm-brand b{font-size:19px}.pm-header-actions{gap:0}.pm-language-menu>button span{display:none}.pm-tool-page{padding:23px 16px 50px}.pm-intro h1{font-size:40px}.pm-subtitle{font-size:14px}.pm-drop-zone{min-height:300px;padding:24px 12px}.pm-upload-actions{flex-wrap:wrap;justify-content:center}.pm-primary-button{width:100%;order:3}.pm-ocr-panel{grid-template-columns:1fr}.pm-trust-strip{margin:0 -16px;padding:15px 18px;grid-template-columns:1fr}.pm-trust-strip>div{justify-content:flex-start}.pm-seo-grid{grid-template-columns:1fr;gap:34px}.pm-footer-grid{grid-template-columns:1fr 1fr}.pm-footer-grid>div:first-child{grid-column:1/-1}.pm-footer-bottom{flex-direction:column;gap:7px}.pm-cookie-banner{align-items:flex-start;flex-direction:column}}
.hidden{display:none!important}

/* Shared PaperMint workflow for all document tools */
.pm-source-file{color:#e84b55}.pm-target-file{color:#2874d8}.pm-target-file.is-mint{color:var(--pm-mint-dark)}
.pm-selected-list{margin-top:12px;display:grid;gap:8px;max-height:222px;overflow:auto}.pm-file-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--pm-line);border-radius:11px;background:#fff}.pm-file-copy{min-width:0}.pm-file-copy b,.pm-file-copy small{display:block}.pm-file-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#26334f}.pm-file-copy small{margin-top:3px;color:#8b94a8;font-size:10px}.pm-file-row button{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#768198}.pm-file-row button:hover{background:#fff0f1;color:#c53b46}.pm-file-count{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:#526078;font-size:11px;font-weight:800}.pm-file-count span{padding:4px 8px;border-radius:999px;background:#e8f8f2;color:var(--pm-mint-dark)}
.pm-options-panel{margin-top:13px;padding:15px 18px;border:1px solid var(--pm-line);border-radius:11px;background:#fff}.pm-options-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pm-options-head>span{display:flex;align-items:center;gap:9px}.pm-options-head i{color:var(--pm-mint);font-size:16px}.pm-options-head strong{display:block;font-size:12px}.pm-options-head small{display:block;margin-top:2px;color:#8a93a7;font-size:10px}.pm-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pm-option-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.pm-field{display:grid;gap:6px;color:#526078;font-size:10px;font-weight:800}.pm-field>span{letter-spacing:.02em}.pm-field input,.pm-field select,.pm-toolbar input{width:100%;min-width:0;border:1px solid var(--pm-line);border-radius:8px;background:#fbfcfd;color:#26334f;padding:9px 10px;font-size:11px;outline:none}.pm-field input:focus,.pm-field select:focus,.pm-toolbar input:focus{border-color:#64bea3;box-shadow:0 0 0 3px rgba(19,167,126,.1)}.pm-field input[type=range]{padding:0;border:0;background:transparent;box-shadow:none}.pm-field-help{margin:7px 0 0;color:#8a93a7;font-size:9px;line-height:1.5}.pm-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pm-choice-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.pm-choice{position:relative;display:flex;align-items:flex-start;gap:8px;padding:10px;border:1px solid var(--pm-line);border-radius:9px;background:#fbfcfd;color:#526078;cursor:pointer}.pm-choice:has(input:checked){border-color:#6cc4aa;background:#f1faf7;color:#173e35}.pm-choice input{margin-top:2px;accent-color:var(--pm-mint)}.pm-choice b,.pm-choice small{display:block}.pm-choice b{font-size:10px}.pm-choice small{margin-top:2px;color:#8a93a7;font-size:8px;line-height:1.4}.pm-add-files{display:inline-flex;align-items:center;gap:7px;margin-top:9px;padding:8px 11px;border:1px solid var(--pm-line);border-radius:8px;color:#526078;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.pm-add-files:hover{border-color:#79c8b1;color:var(--pm-mint-dark)}
.pm-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;max-height:240px;overflow:auto}.pm-image-card{position:relative;min-width:0;padding:6px;border:1px solid var(--pm-line);border-radius:10px;background:#fff}.pm-image-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px;background:#f1f4f7}.pm-image-card span{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#66718c;font-size:8px}.pm-image-card button{position:absolute;right:9px;top:9px;width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:rgba(255,255,255,.93);color:#b8323b;box-shadow:0 3px 12px rgba(7,24,63,.12)}
.pm-output-card{margin-top:13px;border:1px solid var(--pm-line);border-radius:11px;background:#fff;overflow:hidden}.pm-output-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-bottom:1px solid var(--pm-line);background:#fbfcfd}.pm-output-head>span{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800}.pm-output-head i{color:var(--pm-mint)}.pm-toolbar{display:flex;align-items:center;gap:7px}.pm-toolbar input{width:140px;padding:7px 9px}.pm-icon-button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--pm-line);border-radius:8px;background:#fff;color:#526078}.pm-icon-button:hover{color:var(--pm-mint-dark);border-color:#9cd7c5}.pm-output-body{min-height:180px;max-height:360px;overflow:auto;padding:14px;color:#526078;font-size:11px;line-height:1.7;white-space:pre-wrap}.pm-empty-state{min-height:180px;display:grid;place-items:center;text-align:center;color:#8a93a7}.pm-empty-state i{display:block;margin-bottom:8px;color:#9ecfbe;font-size:29px}.pm-assistant-bar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 13px;border-top:1px solid var(--pm-line);background:#f4faf8}.pm-assistant-bar button{padding:7px 9px;border:1px solid #cfe7df;border-radius:7px;background:#fff;color:#3c5d54;font-size:9px;font-weight:800}.pm-assistant-bar button:first-child{background:var(--pm-mint);border-color:var(--pm-mint);color:#fff}.pm-spin{animation:pmSpin .8s linear infinite}@keyframes pmSpin{to{transform:rotate(360deg)}}
.pm-tool-page>.related-tools{margin-top:34px}.pm-tool-page>.seo-content,.pm-tool-page+.seo-content{max-width:900px;margin-left:auto;margin-right:auto}.pm-convert-button+.pm-status{margin-top:11px}.pm-workspace-note{display:flex;align-items:center;gap:8px;color:#7c869a;font-size:9px}.pm-workspace-note i{color:var(--pm-mint)}.pm-longform{max-width:900px;margin:48px auto 0;display:grid;gap:30px}.pm-longform article{padding-top:24px;border-top:1px solid var(--pm-line)}.pm-longform h2{margin:0 0 10px;color:var(--pm-ink);font-size:21px;letter-spacing:-.035em}.pm-longform p{margin:0;color:var(--pm-muted);font-size:13px;line-height:1.8}
.pm-result-page{max-width:880px;margin:0 auto;padding:54px 22px 80px}.pm-result-head{text-align:center;max-width:690px;margin:0 auto 26px}.pm-result-head h1{margin:7px 0 12px;font-size:clamp(39px,6vw,62px);line-height:1;letter-spacing:-.055em}.pm-result-head>p:last-child{margin:0;color:var(--pm-muted);font-size:14px;line-height:1.7}.pm-result-card{padding:34px;border:1px solid var(--pm-line);border-radius:18px;background:#fff;box-shadow:0 22px 65px rgba(7,24,63,.07)}.pm-result-state{display:flex;flex-direction:column;align-items:center;text-align:center}.pm-result-orb{width:76px;height:76px;display:grid;place-items:center;border:1px solid #cfe8df;border-radius:22px;background:#effaf6;color:var(--pm-mint-dark);font-size:30px}.pm-result-orb.is-ready{background:#e8f8f2}.pm-result-orb.is-error{background:#fff1f2;border-color:#ffd4d8;color:#b8323b}.pm-result-state>div:first-of-type:not(.pm-result-title):not(.pm-result-meta){margin-top:16px}.pm-result-state>div>strong,.pm-result-state>div>small{display:block}.pm-result-state>div>strong{font-size:14px}.pm-result-state>div>small{margin-top:5px;color:#8791a5;font-size:10px}.pm-result-title{margin-top:17px}.pm-result-title>span{color:var(--pm-mint-dark);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.pm-result-title h2{margin:6px 0 3px;overflow-wrap:anywhere;font-size:22px;letter-spacing:-.035em}.pm-result-title p{max-width:520px;margin:8px auto 0;color:var(--pm-muted);font-size:12px;line-height:1.65}.pm-result-meta{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:21px;text-align:left}.pm-result-meta>div{padding:13px;border:1px solid var(--pm-line);border-radius:10px;background:#fbfcfd}.pm-result-meta small,.pm-result-meta strong{display:block}.pm-result-meta small{color:#8b94a8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.pm-result-meta strong{margin-top:4px;color:#26334f;font-size:12px}.pm-result-meta .is-available{display:flex;align-items:center;gap:6px;color:var(--pm-mint-dark)}.pm-result-download{margin-top:13px;text-decoration:none}.pm-result-security{display:flex;gap:10px;margin-top:13px;padding:12px 13px;border:1px solid var(--pm-line);border-radius:10px;background:#f8fbfa;text-align:left;color:#718097}.pm-result-security i{color:var(--pm-mint-dark)}.pm-result-security p{margin:0;font-size:10px;line-height:1.6}.pm-result-back{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:#66718c;text-decoration:none;font-size:10px;font-weight:800}.pm-result-back:hover{color:var(--pm-mint-dark)}.pm-result-page>.related-tools{margin-top:36px}
@media(max-width:680px){.pm-option-grid,.pm-option-grid.three,.pm-choice-grid,.pm-choice-grid.three{grid-template-columns:1fr}.pm-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pm-output-head{align-items:flex-start;flex-direction:column}.pm-toolbar{width:100%}.pm-toolbar input{flex:1;width:auto}.pm-selected-list{max-height:280px}.pm-result-page{padding:36px 16px 55px}.pm-result-card{padding:24px 16px}.pm-result-meta{grid-template-columns:1fr}}

/* Editorial guide cluster */
.pm-guide-page,.pm-guide-article{max-width:1180px;margin:0 auto;padding:72px 24px 96px}.pm-guide-hero{text-align:center;max-width:820px;margin:0 auto 48px}.pm-guide-hero h1,.pm-guide-article-head h1{font-size:clamp(2.35rem,5vw,4.4rem);line-height:1.02;letter-spacing:-.055em;color:#071638;font-weight:800;margin:18px 0}.pm-guide-hero>p,.pm-guide-article-head>p{font-size:1.05rem;line-height:1.8;color:#667085;max-width:760px;margin:0 auto}.pm-guide-stats{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.pm-guide-stats span{padding:10px 15px;border:1px solid #dce9e5;border-radius:999px;background:#fff;color:#667085;font-size:.78rem}.pm-guide-stats b{color:#0aa77e;font-size:1rem}.pm-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.pm-guide-card{background:#fff;border:1px solid #e2ebe8;border-radius:24px;padding:25px;box-shadow:0 14px 40px rgba(7,22,56,.045)}.pm-guide-card-head{display:flex;gap:14px;align-items:center;padding-bottom:18px;border-bottom:1px solid #edf2f0}.pm-guide-card-head>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#e8faf4;color:#0aa77e;font-size:1.25rem}.pm-guide-card h2{font-weight:800;color:#071638;font-size:1.1rem}.pm-guide-card-head a{font-size:.75rem;font-weight:800;color:#0a9975}.pm-guide-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}.pm-guide-links a{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-radius:11px;background:#f8fbfa;color:#52616f;font-size:.78rem;font-weight:650;transition:.2s}.pm-guide-links a:hover{background:#e8faf4;color:#087d62}.pm-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#89969f;font-size:.76rem;margin-bottom:42px}.pm-breadcrumb a{color:#438577;font-weight:750}.pm-guide-article-head{text-align:left;max-width:880px}.pm-guide-article-head>p{margin:0;max-width:820px}.pm-guide-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.pm-guide-actions a{display:inline-flex;align-items:center;gap:8px;padding:13px 18px}.pm-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:54px;margin-top:62px;align-items:start}.pm-article-body{min-width:0}.pm-article-body section{margin-bottom:45px}.pm-article-body h2{font-size:1.62rem;line-height:1.2;letter-spacing:-.035em;font-weight:800;color:#071638;margin-bottom:16px}.pm-article-body p{color:#55636f;line-height:1.82}.pm-guide-steps{display:grid;gap:12px}.pm-guide-steps li{display:grid;grid-template-columns:38px 1fr;gap:15px;align-items:start;padding:16px;border:1px solid #e2ebe8;border-radius:16px;background:#fff}.pm-guide-steps li>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#dff8ef;color:#087d62;font-weight:850}.pm-guide-steps p{padding-top:3px}.pm-check-grid{display:grid;gap:10px}.pm-check-grid p{display:flex;gap:11px;padding:13px 15px;border-radius:14px;background:#f7fbfa}.pm-check-grid i{color:#0aa77e;margin-top:5px}.pm-limit-note{display:flex;gap:14px;padding:20px;border:1px solid #f0d7ab;background:#fffaf0;border-radius:17px;margin:0 0 45px;color:#7f5b20}.pm-limit-note>i{font-size:1.2rem}.pm-limit-note b{display:block;color:#694817;margin-bottom:5px}.pm-limit-note p{color:#7f6540}.pm-guide-faq{border-top:1px solid #e2ebe8}.pm-guide-faq details{border-bottom:1px solid #e2ebe8;padding:18px 2px}.pm-guide-faq summary{cursor:pointer;font-weight:800;color:#15243f}.pm-guide-faq p{padding-top:12px}.pm-guide-sidebar{position:sticky;top:92px;display:grid;gap:16px}.pm-guide-sidebar>div{padding:20px;border:1px solid #e2ebe8;border-radius:19px;background:#fff}.pm-guide-sidebar span{display:block;color:#0a9975;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem;font-weight:850;margin-bottom:9px}.pm-guide-sidebar h2{font-size:.9rem;line-height:1.55;color:#374557;font-weight:700;margin-bottom:14px}.pm-guide-sidebar a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #edf2f0;color:#52616f;font-size:.78rem;font-weight:750}.pm-guide-sidebar a:first-of-type{color:#078565}.pm-guide-sidebar i{color:#0aa77e}
@media(max-width:850px){.pm-guide-page,.pm-guide-article{padding:48px 18px 72px}.pm-guide-grid{grid-template-columns:1fr}.pm-article-layout{grid-template-columns:1fr;gap:20px}.pm-guide-sidebar{position:static}.pm-guide-links{grid-template-columns:1fr}.pm-guide-article-head h1{font-size:2.45rem}}
