:root{--ink:#182923;--muted:#53635b;--bg:#f7f9f5;--line:#dce5dc;--green:#28644c;--lime:#d9f09d;--white:#fff;--soft:#eef4e9;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--green);outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.48;cursor:not-allowed}h1,h2,h3,p{margin:0}h1{font-size:clamp(36px,5.2vw,64px);line-height:1.07;letter-spacing:-2.5px;font-weight:750;max-width:780px}h2{font-size:28px;line-height:1.2;letter-spacing:-.75px}h3{font-size:18px;line-height:1.3}p{color:var(--muted)}[hidden]{display:none!important}.wrap{max-width:1160px;margin:auto;padding:0 28px}.skip{position:absolute;left:20px;top:-80px;background:white;padding:12px;z-index:10}.skip:focus{top:15px}.site-header{height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:19px;font-weight:750;letter-spacing:-.6px}.brand-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--ink);border-radius:12px;color:var(--lime);font-size:23px}.brand small{font-size:12px;font-weight:500;letter-spacing:0;color:var(--muted);display:block;line-height:1.2}.top-nav{display:flex;gap:26px;align-items:center;font-size:14px}.top-nav a{text-decoration:none}.privacy-pill{border:1px solid var(--line);background:#fff;border-radius:50px;padding:8px 13px;font-size:12px;font-weight:650;white-space:nowrap}.privacy-pill:before,.eyebrow:before{content:"";display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:7px}.hero{padding:61px 0 36px}.hero-grid{display:flex;align-items:end;justify-content:space-between;gap:38px}.eyebrow{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;margin-bottom:19px}.hero h1 em{font-style:normal;color:var(--green)}.hero p{font-size:17px;max-width:620px;margin-top:19px}.hero-note{max-width:205px;min-width:155px;border-left:2px solid var(--lime);padding-left:17px;font-size:13px;color:var(--muted);margin-bottom:6px}.hero-note strong{display:block;color:var(--ink);font-size:14px;margin-bottom:5px}.tool-jump{display:flex;gap:8px;flex-wrap:wrap;margin-top:27px}.chip{border:1px solid var(--line);border-radius:9px;padding:7px 12px;background:#fff;font-size:13px;text-decoration:none}.chip:hover,.chip.active-tool{border-color:var(--green);background:var(--soft)}.workbench{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 45px #23352607;scroll-margin-top:24px}.workbench-head{padding:27px 30px 22px;display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.workbench-head h2{font-size:25px}.workbench-head p{font-size:14px;margin-top:7px;max-width:650px}.local-label{font-size:12px;white-space:nowrap;color:var(--green);font-weight:650;padding-top:4px}.workbench-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr)}.upload-side{padding:27px 30px}.dropzone{min-height:233px;border:1.5px dashed #b4c8b4;background:#fafcf7;border-radius:13px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;transition:background .15s}.dropzone.dragover{background:#e9f3d9;border-color:var(--green)}.upload-symbol{font-size:28px;width:57px;height:57px;border-radius:16px;background:var(--soft);margin:0 auto 15px;display:grid;place-items:center;color:var(--green)}.dropzone h3{font-size:17px}.dropzone p{font-size:12px;margin:7px 0 15px}.button{display:inline-flex;justify-content:center;align-items:center;gap:9px;border:0;border-radius:9px;padding:11px 21px;text-decoration:none;font-weight:650;font-size:14px;background:var(--green);color:white}.button:hover:not(:disabled){background:#1f503d}.secondary{background:var(--lime);color:var(--ink)}.secondary:hover:not(:disabled){background:#c7e986}.queue-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);margin:15px 0 6px}.text-button{border:0;background:none;padding:4px;font-size:12px;color:var(--green);text-decoration:underline}.file-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.file-info{min-width:0;flex:1}.file-info strong,.result-info strong{font-size:13px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:var(--muted);font-size:12px;display:block}.file-actions{display:flex;gap:5px}.icon-button{width:32px;height:32px;border:1px solid var(--line);background:#fff;border-radius:7px;font-size:19px}.settings{background:#fbfcfa;border-left:1px solid var(--line);padding:27px 27px 25px;display:flex;flex-direction:column;gap:17px}.settings-heading{font-size:11px;letter-spacing:1.3px;text-transform:uppercase;color:var(--muted);font-weight:750}.field label,.field-label{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:650;margin-bottom:7px}.field input[type=number],.field select{width:100%;border:1px solid #ccd7cd;background:#fff;border-radius:8px;height:42px;padding:8px 11px;color:var(--ink)}input[type=range]{width:100%;accent-color:var(--green)}.field-hint{font-size:12px;line-height:1.45;margin-top:7px}.presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.presets button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:4px 8px;font-size:11px}.full-width{grid-column:1/-1}.dimensions{display:grid;grid-template-columns:1fr 1fr;gap:11px}.run{width:100%;margin-top:auto;min-height:46px}.quality-note{font-size:11px;line-height:1.5;color:var(--muted)}.status{font-size:13px;padding:0 30px 18px;min-height:0;overflow-wrap:anywhere}.status:empty{padding:0}.status.error{color:#973625}.results-wrap{margin:0 30px 28px;background:#f7faf3;border:1px solid #d5e5c7;border-radius:12px;padding:18px}.results-wrap h3{font-size:16px;margin-bottom:10px}.result-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #dfebd5}.result-thumb{width:52px;height:47px;object-fit:contain;background:#fff;border-radius:6px;border:1px solid var(--line)}.result-info{flex:1;min-width:0}.download{font-size:12px;font-weight:700;color:var(--green);border:1px solid #bdd4b1;border-radius:7px;padding:7px 11px;text-decoration:none;background:#fff}.pdf-symbol{display:grid;place-items:center;width:45px;height:48px;border:1px solid var(--line);background:#fff;border-radius:5px;font-size:11px;font-weight:700}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:24px 5px 38px}.trust-item{display:flex;gap:11px;align-items:start}.trust-item>span{color:var(--green);font-size:17px}.trust-item strong{font-size:12px;display:block}.trust-item p{font-size:12px;margin-top:3px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin:27px 0 21px}.section-heading p{font-size:13px}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tool-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 18px;text-decoration:none;display:flex;flex-direction:column;min-height:161px;transition:transform .15s,border-color .15s}.tool-card:hover{transform:translateY(-3px);border-color:var(--green)}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.tool-icon{font-size:11px;font-weight:800;letter-spacing:.5px;color:var(--green);background:var(--soft);border-radius:7px;min-width:39px;height:29px;display:grid;place-items:center;padding:0 7px}.card-arrow{font-size:20px;color:var(--muted)}.tool-card h3{font-size:15px;margin-bottom:8px}.tool-card p{font-size:12px;line-height:1.5}.guide{display:grid;grid-template-columns:1.05fr 1fr;gap:65px;margin:55px 0;padding:35px 0;border-top:1px solid var(--line)}.guide h2{font-size:26px;margin-bottom:15px}.guide p{font-size:14px;margin:13px 0}.guide h3{margin-top:24px;font-size:16px}.steps{display:grid;gap:17px;margin-top:23px}.step{display:flex;gap:13px}.step-number{flex-shrink:0;background:var(--soft);height:29px;width:29px;border-radius:50%;display:grid;place-items:center;font-size:12px;color:var(--green);font-weight:700}.step strong{font-size:14px}.step p{margin:3px 0 0;font-size:13px}.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:650;font-size:14px}.faq details p{font-size:13px;margin-bottom:0}.launch-note{border:1px solid var(--line);background:var(--soft);border-radius:12px;padding:18px 21px;font-size:13px;margin-bottom:35px}.launch-note strong{color:var(--ink)}.footer{border-top:1px solid var(--line);padding:24px 0 32px;display:flex;justify-content:space-between;gap:25px;color:var(--muted);font-size:12px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer a{text-decoration:none}.document{max-width:780px;padding:55px 0}.document h1{font-size:42px;margin-bottom:25px}.document h2{font-size:23px;margin-top:27px}.document p{margin-top:14px}.noscript{background:#fff0db;padding:20px;border:1px solid #e2c498;border-radius:10px;margin:20px 0}.version{font-size:11px;color:var(--muted)}@media(max-width:900px){.hero-note{display:none}.tools-grid{grid-template-columns:repeat(2,1fr)}.top-nav{gap:15px}.guide{gap:30px}.upload-side{padding:22px}.settings{padding:23px}.workbench-head{padding:24px}}@media(max-width:640px){.wrap{padding:0 18px}.site-header{height:78px}.brand{font-size:16px}.brand-icon{width:34px;height:34px}.privacy-pill,.top-nav .nav-guide{display:none}.top-nav{font-size:13px}.hero{padding:36px 0 26px}h1{letter-spacing:-1.5px;font-size:42px}.hero p{font-size:15px}.eyebrow{font-size:10px;margin-bottom:15px}.tool-jump{gap:6px;margin-top:22px}.chip{font-size:12px;padding:6px 10px}.workbench-grid{grid-template-columns:1fr}.workbench-head{padding:21px 20px}.workbench-head h2{font-size:22px}.workbench-head p{font-size:13px}.local-label{display:none}.upload-side{padding:19px 20px}.dropzone{min-height:218px}.settings{border-left:0;border-top:1px solid var(--line);padding:22px 20px}.trust-row{grid-template-columns:1fr;gap:13px;padding:22px 4px 23px}.tools-grid{gap:10px}.tool-card{padding:16px 13px;min-height:171px}.tool-card h3{font-size:14px}.section-heading h2{font-size:25px}.section-heading p{display:none}.guide{grid-template-columns:1fr;gap:28px;margin:36px 0;padding:27px 0}.results-wrap{margin:0 15px 20px;padding:14px}.result-row{gap:9px;flex-wrap:wrap}.result-info{min-width:130px}.result-thumb{width:42px;height:42px}.status{padding:0 20px 18px}.footer{flex-direction:column;gap:14px}.hero-grid{display:block}.document h1{font-size:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media print{.site-header,.tool-jump,.settings,.dropzone,.tools-grid,.footer{display:none}.workbench{box-shadow:none}}

/* v0.2: discover working tools without accounts or external requests. */
.discovery{margin:0 0 36px;scroll-margin-top:24px}
.discovery .section-heading{margin-top:15px}
.tool-search-label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}
.search-row{display:flex;gap:10px;align-items:center;margin-bottom:14px}
.tool-search{width:100%;min-width:0;height:49px;background:white;border:1px solid #bccdbf;border-radius:10px;padding:12px 15px;color:var(--ink)}
.search-reset{flex-shrink:0;border:1px solid var(--line);background:#fff;border-radius:9px;padding:12px 14px;color:var(--green);font-size:13px}
.discovery-bar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}
.category-filters{display:flex;flex-wrap:wrap;gap:7px}
.category-filters button{border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--muted);font-size:12px;padding:8px 13px}
.category-filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}
.tool-results-count{font-size:12px;color:var(--muted);white-space:nowrap}
.no-tools{background:white;border:1px dashed var(--line);border-radius:12px;padding:24px;font-size:14px}
.task-section{margin:25px 0 32px}.task-section>h2{font-size:14px;letter-spacing:0;margin:0 0 12px}
.task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.task-card{display:block;text-decoration:none;border:1px solid var(--line);background:var(--soft);padding:16px 18px;border-radius:12px}
.task-card:hover{border-color:var(--green)}.task-card strong{display:block;font-size:14px}.task-card span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.guide-links{margin:42px 0}.guide-links h2{font-size:25px;margin-bottom:17px}.guide-links .task-card{background:#fff}
.article-meta{font-size:12px;margin:10px 0 22px;color:var(--muted)}.document .button{margin:22px 0 10px}
.article-check{border-left:3px solid var(--green);background:var(--soft);padding:16px 18px;margin-top:24px;border-radius:0 8px 8px 0}
.article-check p:first-child{margin-top:0}.hub-hero{padding-bottom:22px}.hub-hero h1{font-size:clamp(36px,4vw,54px)}
@media(max-width:640px){.task-grid{grid-template-columns:1fr;gap:9px}.task-card{padding:14px 16px}.task-section{margin:22px 0 27px}.discovery-bar{align-items:flex-start;flex-direction:column;gap:9px}.search-row{gap:7px}.search-reset{padding:12px 10px}.tool-search{font-size:14px}.discovery{margin-bottom:28px}.discovery .section-heading h2{font-size:24px}}

.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:1.25rem;font-size:.875rem;color:var(--muted)}.breadcrumbs a{text-underline-offset:3px}.breadcrumbs [aria-current]{color:var(--ink)}
