:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#071512;--muted:#53615d;--line:#d6e1dd;--surface:#fff;--surface-strong:#eef5f2;--field:#f7fbf9;--accent:#008f5a;--accent-strong:#006f45;--danger:#b42318}*{box-sizing:border-box}html{background:var(--surface);min-width:320px}body{color:var(--ink);background:radial-gradient(circle at 82% 0,#008f5a1f,#0000 28rem),linear-gradient(#fff 0%,#eef5f2 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{min-height:100svh}.site-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #0715121a;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem clamp(1rem,4vw,4rem);display:grid;position:sticky;top:0}.brand{font-size:1.05rem;font-weight:800}.site-header nav{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:.4rem .75rem;font-size:.92rem;display:flex}.site-header nav a,.language-link,.text-button{color:var(--muted);border-radius:8px;transition:background .16s,color .16s}.site-header nav a,.language-link{padding:.45rem .6rem}.site-header nav a:hover,.language-link:hover,.text-button:hover{color:var(--ink);background:var(--surface-strong)}main{width:min(1180px,100% - 2rem);margin:0 auto}.home-intro,.tool-hero{align-items:center;gap:1.25rem;min-height:min(250px,100svh - 180px);padding:clamp(1.1rem,3.5vw,2.4rem) 0 clamp(.85rem,2.6vw,1.6rem);display:grid}.home-intro{max-width:760px}.tool-hero{grid-template-columns:minmax(0,1fr) auto}.eyebrow{color:var(--accent-strong);text-transform:uppercase;margin:0 0 .75rem;font-size:.78rem;font-weight:800}h1,h2,p{overflow-wrap:anywhere}h1{max-width:780px;margin:0;font-size:clamp(1.85rem,4vw,3.3rem);line-height:.98}h2{margin:0 0 .8rem;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.05}p{color:var(--muted);line-height:1.7}.home-intro>p:last-child,.tool-hero p{max-width:650px;font-size:clamp(.98rem,1.35vw,1.08rem)}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.4rem;display:flex}.local-badge{width:min(220px,100%);color:var(--ink);box-shadow:none;pointer-events:none;background:#eef5f2b8;border:1px solid #008f5a1f;border-left:3px solid #008f5a80;border-radius:8px;place-self:center end;padding:.9rem 1rem .9rem 1.1rem;font-size:.94rem;font-weight:700;line-height:1.45}.tool-index{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:5rem;display:grid}.tool-row{border:1px solid var(--line);min-height:18rem;color:inherit;cursor:pointer;background:#ffffffe0;border-radius:8px;align-content:space-between;gap:1.25rem;padding:clamp(1.1rem,2vw,1.5rem);transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:grid;position:relative;box-shadow:0 18px 46px #07151212}.tool-row:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(#008f5a0d,#0000 46%);transition:opacity .18s;position:absolute;inset:0}.tool-row p{max-width:100%}.tool-row:hover,.tool-row:focus-visible{background:#fffffff5;border-color:#008f5a33;transform:translateY(-3px);box-shadow:0 24px 56px #0715121c}.tool-row:hover:after,.tool-row:focus-visible:after{opacity:1}.tool-row:hover h2,.tool-row:focus-visible h2{color:var(--accent-strong)}.tool-row:hover .eyebrow,.tool-row:focus-visible .eyebrow{color:var(--accent)}.tool-row .primary-link{background:linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 52%, #20b27a 100%);justify-self:start;transition:transform .18s,box-shadow .18s;position:relative;box-shadow:0 10px 24px #006f452e}.tool-row:hover .primary-link,.tool-row:focus-visible .primary-link{background:linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 52%, #20b27a 100%);transform:translateY(-1px);box-shadow:0 14px 30px #006f4538}.primary-link,.primary-action{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:2.75rem;font-weight:800;transition:transform .16s,background .16s;display:inline-flex}.primary-link{padding:.75rem 1rem}.primary-action{width:100%;margin-top:1.25rem;padding:.85rem 1rem}.primary-link:hover,.primary-action:hover{background:var(--accent-strong);transform:translateY(-1px)}.primary-action:disabled{cursor:wait;opacity:.7;transform:none}.tool-workspace{grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);grid-template-areas:"upload settings""results settings";align-items:start;gap:1rem;margin-bottom:4rem;display:grid}.workspace-panel{border:1px solid var(--line);background:#ffffffe6;border-radius:8px;min-width:0;padding:clamp(1rem,3vw,1.4rem);box-shadow:0 24px 60px #07151214}.upload-panel{grid-area:upload}.result-panel{grid-area:results}.settings-panel{grid-area:settings;position:sticky;top:5.5rem}.panel-heading{justify-content:space-between;align-items:center;gap:1rem;min-height:2.2rem;margin-bottom:1rem;font-weight:800;display:flex}.panel-heading small{color:var(--muted);text-align:right;font-weight:600}.text-button{border:1px solid var(--line);cursor:pointer;background:#ffffffeb;justify-content:center;align-items:center;min-height:2.15rem;padding:.45rem .75rem;font-weight:700;display:inline-flex}.dropzone{border:1px dashed var(--accent);background:var(--field);width:100%;min-height:12rem;color:var(--ink);cursor:pointer;text-align:center;border-radius:8px;place-items:center;padding:1rem;transition:border-color .16s,background .16s,transform .16s;display:grid}.dropzone:hover{border-color:var(--accent-strong);background:#fff;transform:translateY(-1px)}.dropzone span{font-size:1.15rem;font-weight:800}.dropzone small{max-width:30rem;color:var(--muted);line-height:1.6}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-list{margin-top:1.2rem}.file-list p,.result-panel>p{margin-bottom:0}.file-list ul,.result-list,.errors{margin:.8rem 0 0;padding:0;list-style:none}.file-list li{border-top:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.8rem 0;display:flex}.file-list li span{overflow-wrap:anywhere;min-width:0}.file-list small{color:var(--muted);flex:none}.control-grid{gap:1rem;display:grid}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}label{color:var(--muted);gap:.45rem;font-size:.92rem;font-weight:700;display:grid}input[type=number],select{border:1px solid var(--line);width:100%;min-height:2.8rem;color:var(--ink);background:#fff;border-radius:8px;padding:0 .75rem}input[type=range]{accent-color:var(--accent)}.label-with-tooltip{align-items:center;gap:.45rem;min-width:0;display:inline-flex}.info-tooltip{flex:none;display:inline-flex;position:relative}.tooltip-trigger{border:1px solid var(--line);width:1.1rem;height:1.1rem;color:var(--muted);cursor:help;background:#fffffff2;border-radius:999px;font-size:.72rem;font-weight:800;line-height:1}.tooltip-panel{z-index:5;color:#fff;text-transform:none;opacity:0;pointer-events:none;background:#071512f5;border:1px solid #0715121a;border-radius:8px;width:min(260px,70vw);padding:.7rem .8rem;font-size:.82rem;font-weight:600;line-height:1.5;transition:opacity .14s;position:absolute;bottom:calc(100% + .55rem);left:50%;transform:translate(-50%)}.info-tooltip:hover .tooltip-panel,.info-tooltip:focus-within .tooltip-panel{opacity:1}.secondary-settings{border:1px solid var(--line);background:#eef5f273;border-radius:8px;gap:.9rem;padding:1rem;display:grid}.secondary-settings-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.secondary-settings-heading strong{font-size:.96rem}.secondary-settings-heading span{color:var(--muted);font-size:.8rem;font-weight:700}.checkbox-control{flex-direction:row;align-items:center;gap:.6rem;display:flex}.errors{color:var(--danger);gap:.5rem;font-weight:700;display:grid}.progress-track{background:var(--line);border-radius:999px;height:.55rem;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .16s;display:block}.result-list{gap:.8rem;display:grid}.result-list li{border-top:1px solid var(--line);grid-template-columns:5.5rem minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.8rem 0;display:grid}.result-list img{aspect-ratio:1;object-fit:cover;background:var(--surface-strong);border-radius:8px;width:5.5rem}.result-placeholder{aspect-ratio:1;background:linear-gradient(135deg, #008f5a1f, #008f5a05), var(--surface-strong);border-radius:8px;width:5.5rem}.result-list div{gap:.25rem;min-width:0;display:grid}.result-list strong,.result-list small{overflow-wrap:anywhere}.result-list small{color:var(--muted)}.item-progress{gap:.4rem;margin-top:.35rem;display:grid}.item-progress-copy{color:var(--muted);align-items:center;gap:.6rem;font-size:.82rem;font-weight:700;display:flex}.content-section{border-top:1px solid var(--line);padding:clamp(2rem,7vw,5rem) 0}.content-section>div{max-width:760px}.split-content{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4rem);display:grid}ol{color:var(--muted);margin:1rem 0 0;padding-left:1.25rem;line-height:1.8}.faq-list{gap:.75rem;display:grid}.seo-notes{gap:1.25rem;display:grid}.seo-note h2{font-size:clamp(1.2rem,2.2vw,1.6rem)}.seo-note p{margin-bottom:0}details{border-top:1px solid var(--line);padding-top:.85rem}summary{cursor:pointer;font-weight:800}summary+p{margin-bottom:0}.related-section h2{margin-bottom:1rem}.related-links{flex-wrap:wrap;gap:.75rem;display:flex}.related-links a{border:1px solid var(--line);background:#fff;border-radius:8px;padding:.8rem 1rem;font-weight:800}.site-footer{border-top:1px solid var(--line);grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;align-items:start;gap:1.25rem 2rem;width:min(1180px,100% - 2rem);margin:0 auto;padding:1.75rem 0 2rem;display:grid}.footer-section-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.footer-brand{gap:.45rem;min-width:0;display:grid}.footer-brand strong{font-size:1rem}.site-footer p{margin-bottom:0}.footer-links{gap:.75rem;min-width:0;display:grid}.footer-link-list{flex-wrap:wrap;gap:.45rem .55rem;display:flex}.footer-link{min-height:2rem;color:var(--muted);background:#ffffffb8;border:1px solid #07151214;border-radius:999px;align-items:center;padding:.28rem .72rem;font-size:.9rem;font-weight:700;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.footer-link:hover{color:var(--ink);background:#fffffff5;border-color:#008f5a38;transform:translateY(-1px)}.footer-contact{justify-items:start;gap:.55rem;display:grid}.footer-mail-link{width:2.5rem;height:2.5rem;color:var(--accent-strong);background:#ffffffd1;border:1px solid #008f5a2e;border-radius:999px;place-items:center;transition:transform .16s,border-color .16s,background .16s,color .16s;display:grid}.footer-mail-link svg{width:1rem;height:1rem}.footer-mail-link:hover{background:#fffffff5;border-color:#008f5a4d;transform:translateY(-1px)}.not-found{text-align:center;place-content:center;gap:1rem;min-height:100svh;display:grid}@media (max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header nav{order:3;grid-column:1/-1;justify-content:flex-start}.tool-hero,.tool-workspace,.split-content,.site-footer{grid-template-columns:1fr}.tool-workspace{grid-template-areas:"upload""settings""results"}.tool-index{grid-template-columns:1fr}.tool-row{min-height:auto}.settings-panel{position:static}.local-badge{width:100%}.compact-grid{grid-template-columns:1fr}.site-footer{gap:1.25rem}.footer-links,.footer-contact{padding-top:.15rem}}@media (max-width:560px){main,.site-footer{width:min(100% - 1rem,1180px)}.site-header{padding:.85rem .5rem}h1{font-size:2.05rem}.result-list li{grid-template-columns:4.5rem minmax(0,1fr)}.result-list li button{border:1px solid var(--line);background:#fff;grid-column:1/-1;justify-self:stretch}}
