:root{--background:#f6f2e9;--surface:#fffdf8;--surface-soft:#eee9df;--surface-strong:#e2eadf;--workspace:#f9f7f1;--text:#14231d;--text-muted:#65746d;--border:#d7ddd5;--border-strong:#b9c8bf;--accent:#23694f;--accent-hover:#18503c;--accent-soft:#dcebe3;--accent-contrast:#fff;--lime:#b7db34;--coral:#e46f5f;--success:#207452;--warning:#9a6412;--danger:#b8453b;--focus-ring:#65a98f;--shadow-sm:0 8px 24px #18403114;--shadow-lg:0 30px 80px #18403121;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--shell:1180px;--space-page-top:40px;--space-page-bottom:64px;--space-hero-bottom:48px;--space-section:72px;--space-section-lg:88px;--space-block:72px;--space-sticky-top:104px;--footer-bg:var(--text);--footer-text:var(--background);--footer-text-muted:color-mix(in srgb, var(--background) 68%, transparent);--footer-text-subtle:color-mix(in srgb, var(--background) 55%, transparent);--footer-border:color-mix(in srgb, var(--background) 20%, transparent);--footer-logo:var(--background)}:root[data-theme=dark]{--background:#101b17;--surface:#15251f;--surface-soft:#1b2f27;--surface-strong:#263d33;--workspace:#122019;--text:#f2f0e8;--text-muted:#a8b7af;--border:#30483e;--border-strong:#4b665a;--accent:#69b893;--accent-hover:#87c9aa;--accent-soft:#203e32;--accent-contrast:#0f1d17;--lime:#c2e34d;--coral:#ff8a78;--success:#72c79d;--warning:#efb85e;--danger:#ff8d80;--focus-ring:#8cd3b3;--shadow-sm:0 8px 28px #0003;--shadow-lg:0 30px 90px #00000052;--footer-bg:#0c1713;--footer-text:var(--text);--footer-text-muted:color-mix(in srgb, var(--text) 68%, transparent);--footer-text-subtle:color-mix(in srgb, var(--text) 55%, transparent);--footer-border:color-mix(in srgb, var(--text) 18%, transparent);--footer-logo:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);color:var(--text);text-rendering:optimizelegibility;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%}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb, var(--focus-ring) 55%, transparent);outline-offset:3px}.shell{width:min(var(--shell), calc(100% - 40px));margin-inline:auto}.visuallyHidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.siteHeader{z-index:30;border-bottom:1px solid color-mix(in srgb, var(--border) 72%, transparent);background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);height:82px;position:relative}.headerInner{align-items:center;gap:32px;height:100%;display:flex}.brand,.brandLogo{align-items:center;display:inline-flex}.brandLogo{color:var(--accent);gap:9px}.brandLogoMark{flex:none;width:39px;height:39px}.brandWordmark{color:var(--text);letter-spacing:-.055em;font-size:21px;font-weight:800;line-height:1}.headerNav{align-items:center;gap:7px;margin-left:auto;display:flex}.headerNav a{color:var(--text-muted);border-radius:10px;padding:9px 12px;font-size:14px;font-weight:680}.headerNav a:hover{background:var(--surface-soft);color:var(--text)}.languageSelect{align-items:center;min-width:0;display:inline-flex;position:relative}.languageSelectTrigger{height:38px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:7px;padding:0 9px;font-size:14px;font-weight:680;line-height:1;transition:border-color .16s,background-color .16s,color .16s;display:inline-flex}.languageSelectTrigger:hover,.languageSelectTrigger[aria-expanded=true]{border-color:var(--border);background:var(--surface-soft);color:var(--text)}.languageSelectFlag{border-radius:3px;flex:none;width:20px;height:auto;display:block;overflow:hidden;box-shadow:0 0 0 1px #14231d1f}.languageSelectLabel{text-overflow:ellipsis;white-space:nowrap;max-width:5.5rem;overflow:hidden}.languageSelectChevron{color:currentColor;flex:none;width:11px;height:11px;transition:transform .16s}.languageSelectTrigger[aria-expanded=true] .languageSelectChevron{transform:rotate(180deg)}.languageSelectMenu{z-index:40;border:1px solid var(--border);background:var(--surface);min-width:158px;box-shadow:var(--shadow-sm);border-radius:12px;padding:5px;position:absolute;top:calc(100% + 8px);right:0}.languageSelectOption{width:100%;min-height:38px;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:20px 1fr 16px;align-items:center;gap:9px;padding:7px 9px;font-size:13px;font-weight:650;display:grid}.languageSelectOption:hover,.languageSelectOption:focus-visible{background:var(--surface-soft);color:var(--text)}.languageSelectOption.isSelected{color:var(--text)}.languageSelectCheck{color:var(--accent);text-align:center;font-size:13px;font-weight:800}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.headerActions{align-items:center;gap:4px;display:flex}.iconButton{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:12px;place-items:center;padding:0;display:inline-grid}.iconButton:hover{border-color:var(--border-strong);background:var(--surface-soft)}.iconButton svg{width:19px;height:19px}.menuButton{display:none}.siteFooter{margin-top:var(--space-section-lg);background:var(--footer-bg);color:var(--footer-text);padding:72px 0 30px}.footerLead{grid-template-columns:1fr 1fr;align-items:end;gap:50px;padding-bottom:62px;display:grid}.footerLead h2{letter-spacing:-.06em;max-width:580px;margin:0;font-size:clamp(40px,5vw,68px);line-height:.98}.footerLead>p{max-width:440px;color:var(--footer-text-muted);margin:0 0 8px auto;font-size:17px;line-height:1.7}.footerBottom{border-top:1px solid var(--footer-border);grid-template-columns:auto 1fr auto;align-items:center;gap:30px;padding-top:26px;display:grid}.siteFooter .brandWordmark,.siteFooter .brandLogo{color:var(--footer-logo)}.siteFooter nav{color:var(--footer-text-muted);justify-content:center;gap:22px;font-size:13px;display:flex}.siteFooter nav a:hover{color:var(--footer-text)}.footerBottom>p{color:var(--footer-text-subtle);margin:0;font-size:12px}.sectionLabel{color:var(--coral);letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:850}.button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 19px;font-size:14px;font-weight:760;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button svg{width:18px;height:18px}.buttonPrimary{background:var(--text);color:var(--background);box-shadow:var(--shadow-sm)}.buttonPrimary:hover{background:var(--accent);color:var(--accent-contrast)}.buttonSecondary{border-color:var(--border-strong);background:var(--surface);color:var(--text)}.buttonGhost{border-color:var(--border);color:var(--text);background:0 0}.button:disabled{opacity:.55;cursor:wait;transform:none}.inlineLink{color:var(--accent);font-size:14px;font-weight:760}.homeHero{padding-top:var(--space-page-top);padding-bottom:var(--space-section);grid-template-columns:1.12fr .88fr;align-items:start;gap:48px;display:grid}.eyebrow{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:24px;font-size:13px;font-weight:800;display:flex}.eyebrow span{background:var(--lime);width:9px;height:9px;box-shadow:0 0 0 5px color-mix(in srgb, var(--lime) 18%, transparent);border-radius:3px}.homeHero h1,.toolHero h1,.listingPage h1,.infoPage h1,.contactPage h1,.notFound h1{letter-spacing:-.072em;margin-bottom:26px;font-size:clamp(54px,7.1vw,96px);line-height:.94}.homeHero h1 em{color:var(--accent);font-style:normal}.heroLead,.pageLead,.toolHero>p{max-width:650px;color:var(--text-muted);font-size:18px;line-height:1.7}.heroActions{flex-wrap:wrap;gap:10px;margin:34px 0 24px;display:flex}.trustRow{flex-wrap:wrap;gap:8px;display:flex}.trustRow span{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 72%, transparent);color:var(--text-muted);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.heroVisual{height:490px;position:relative}.visualHalo{background:color-mix(in srgb, var(--accent) 13%, transparent);filter:blur(2px);border-radius:50%;width:390px;height:390px;position:absolute;top:30px;right:0}.sampleCard{border:1px solid var(--border);background:var(--surface);width:270px;box-shadow:var(--shadow-lg);border-radius:24px;padding:11px;position:absolute}.sampleOriginal{opacity:.84;top:20px;right:0;transform:rotate(5deg)}.sampleResult{bottom:28px;left:0;transform:rotate(-4deg)}.sampleImage{background:#beded7;border-radius:16px;height:220px;position:relative;overflow:hidden}.sampleSun{background:#ffc76a;border-radius:50%;width:55px;height:55px;position:absolute;top:30px;right:30px}.sampleHill{border-radius:50% 50% 0 0;position:absolute}.sampleHillA{background:#6ea187;width:300px;height:150px;bottom:-50px;left:-80px;transform:rotate(8deg)}.sampleHillB{background:#23694f;width:320px;height:150px;bottom:-32px;right:-170px;transform:rotate(-9deg)}.sampleCard>div:last-child{color:var(--text-muted);justify-content:space-between;padding:13px 5px 3px;font-size:12px;display:flex}.sampleCard strong{color:var(--accent)}.savingBadge{z-index:3;border:1px solid var(--border);background:var(--surface);color:var(--success);box-shadow:var(--shadow-sm);border-radius:13px;align-items:center;gap:8px;padding:11px 14px;font-size:12px;font-weight:800;display:flex;position:absolute;bottom:42px;right:7px}.savingBadge svg{width:17px;height:17px}.toolsShowcase{padding:var(--space-section-lg) 0;background:var(--surface);border-block:1px solid var(--border)}.sectionIntro{grid-template-columns:1.25fr .75fr;align-items:end;gap:40px;margin-bottom:40px;display:grid}.sectionIntroSingle{grid-template-columns:1fr}.sectionIntroSingle h2{margin:0}.sectionIntro h2,.privacyFeature h2,.contentBlock>h2{letter-spacing:-.058em;margin:0;font-size:clamp(38px,5vw,64px);line-height:1}.sectionIntro>p{max-width:460px;color:var(--text-muted);margin:0 0 4px;font-size:17px;line-height:1.7}.toolGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.toolCard{border:1px solid var(--border);background:var(--workspace);border-radius:23px;flex-direction:column;min-height:330px;padding:25px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.toolCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-5px)}.toolCardIndex{color:var(--text-muted);letter-spacing:.08em;font-size:11px;font-weight:800;position:absolute;top:25px;right:25px}.toolCardIcon{background:var(--accent-soft);width:54px;height:54px;color:var(--accent);border-radius:16px;place-items:center;margin-bottom:50px;display:grid}.toolCardIcon svg{width:28px;height:28px}.toolCard h3{letter-spacing:-.04em;margin-bottom:10px;font-size:25px}.toolCard p{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.65}.toolCardAction{color:var(--accent);align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:800;display:flex}.toolCardAction svg{width:16px;height:16px;transition:transform .16s}.toolCard:hover .toolCardAction svg{transform:translate(3px)}.privacyFeature{margin-top:var(--space-section);margin-bottom:var(--space-section-lg);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-strong);grid-template-columns:76px 1.2fr .8fr;align-items:center;gap:35px 46px;padding:40px;display:grid}.privacyIcon{background:var(--accent);width:70px;height:70px;color:var(--accent-contrast);border-radius:20px;place-items:center;display:grid}.privacyIcon svg{width:34px;height:34px}.privacyFeature>p{color:var(--text-muted);margin:0;font-size:16px;line-height:1.7}.privacyFeature .inlineLink{grid-column:2}.workflowSection{padding-bottom:20px}.stepsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.stepsGrid article,.featureGrid article{border-top:1px solid var(--border-strong);background:linear-gradient(to bottom, color-mix(in srgb, var(--surface) 45%, transparent), transparent);min-height:230px;padding:26px}.stepsGrid article>span{background:var(--accent);width:32px;height:32px;color:var(--accent-contrast);border-radius:50%;place-items:center;margin-bottom:50px;font-size:12px;font-weight:800;display:grid}.stepsGrid h3,.featureGrid h3{letter-spacing:-.03em;margin-bottom:9px;font-size:20px}.stepsGrid p,.featureGrid p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.listingPage,.contentPage{padding-top:var(--space-page-top);padding-bottom:var(--space-page-bottom)}.listingPage h1,.contentPageIntro h1{max-width:950px}.listingPage .pageLead,.contentPageIntro .pageLead{margin-bottom:0}.contentPageHero{margin-bottom:var(--space-section);padding-bottom:var(--space-section);border-bottom:1px solid var(--border);grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.contentPageIntro h1{letter-spacing:-.065em;margin-bottom:22px;font-size:clamp(44px,5.5vw,72px);line-height:.98}.contentPageIntro .updated{margin-top:18px}.updated{color:var(--text-muted);font-size:13px}.proseSections{max-width:760px}.proseSections section{border-bottom:1px solid var(--border);padding:30px 0}.proseSections section:first-child{padding-top:0}.proseSections h2{letter-spacing:-.035em;margin-bottom:12px;font-size:22px}.proseSections p{color:var(--text-muted);margin:0;font-size:16px;line-height:1.8}.contactPageBody{max-width:760px}.contactGrid{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.contactGrid a{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:14px;padding:32px 34px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.contactGrid a:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.contactGrid span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.contactGrid strong{color:var(--accent);overflow-wrap:anywhere;font-size:clamp(20px,3vw,26px)}.contactNote{max-width:560px;color:var(--text-muted);margin:22px 0 0;font-size:14px;line-height:1.7}.trustVisual{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg, color-mix(in srgb, var(--surface) 88%, transparent), color-mix(in srgb, var(--accent-soft) 35%, transparent));height:340px;position:relative;overflow:hidden}.trustVisualHalo{background:color-mix(in srgb, var(--accent) 14%, transparent);border-radius:50%;width:260px;height:260px;animation:7s ease-in-out infinite trustHalo;position:absolute;top:20px;right:-30px}.trustFrame{border:1px solid var(--border);background:var(--surface);width:190px;box-shadow:var(--shadow-lg);border-radius:20px;padding:10px;position:absolute}.trustFrameA{animation:6s ease-in-out infinite trustFloatA;top:34px;right:28px}.trustFrameB{opacity:.9;animation:6s ease-in-out -2.5s infinite trustFloatB;bottom:36px;left:24px}.trustScene{background:#beded7;border-radius:14px;height:130px;position:relative;overflow:hidden}.trustSceneSoft{filter:saturate(.92)}.trustSun{background:#ffc76a;border-radius:50%;width:42px;height:42px;position:absolute;top:22px;right:22px}.trustHill{border-radius:50% 50% 0 0;position:absolute}.trustHillA{background:#6ea187;width:220px;height:110px;bottom:-36px;left:-60px;transform:rotate(8deg)}.trustHillB{background:#23694f;width:240px;height:110px;bottom:-22px;right:-120px;transform:rotate(-9deg)}.trustMarkBadge{z-index:2;border:1px solid var(--border);background:var(--surface);width:58px;height:58px;color:var(--accent);box-shadow:var(--shadow-sm);border-radius:17px;place-items:center;animation:5.5s ease-in-out -1.2s infinite trustFloat;display:grid;position:absolute;bottom:52px;right:118px}.trustMarkBadge svg{width:34px;height:34px}.trustRing{border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);border-radius:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}.trustRingA{width:220px;height:220px;animation:5s ease-in-out infinite trustRingPulse}.trustRingB{width:170px;height:170px;animation:5s ease-in-out -2.2s infinite trustRingPulse}.trustShieldCard{z-index:2;border:1px solid var(--border);background:var(--surface);width:96px;height:96px;color:var(--accent);box-shadow:var(--shadow-lg);border-radius:28px;place-items:center;animation:6.5s ease-in-out infinite trustFloat;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%}.trustShieldCard svg{width:44px;height:44px}.trustLocalChip{z-index:3;background:var(--lime);width:14px;height:14px;box-shadow:0 0 0 6px color-mix(in srgb, var(--lime) 18%, transparent);border-radius:4px;animation:4.5s ease-in-out infinite trustChip;position:absolute;top:92px;right:78px}.trustRipple{border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);border-radius:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}.trustRippleA{width:180px;height:180px;animation:4.8s ease-out infinite trustRipple}.trustRippleB{width:180px;height:180px;animation:4.8s ease-out -2.4s infinite trustRipple}.trustMailCard{z-index:2;border:1px solid var(--border);background:var(--surface);width:118px;height:118px;color:var(--accent);box-shadow:var(--shadow-lg);border-radius:30px;place-items:center;animation:6s ease-in-out infinite trustFloat;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%}.trustMailCard svg{width:46px;height:46px}.trustMailAt{color:var(--coral);font-size:22px;font-weight:900;line-height:1;position:absolute;bottom:22px;right:24px}.trustDocStack{width:210px;height:250px;position:absolute;top:50%;left:50%;translate:-50% -50%}.trustDoc{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px;position:absolute;inset:0}.trustDocBack{opacity:.55;translate:-14px 10px;rotate:-7deg}.trustDocMid{opacity:.78;animation:7s ease-in-out -1s infinite trustFloat;translate:8px 4px;rotate:4deg}.trustDocFront{padding:22px 20px;animation:6s ease-in-out infinite trustFloat}.trustDocFront span{background:var(--surface-soft);border-radius:999px;height:8px;margin-bottom:12px;display:block}.trustDocFront span:nth-child(2){width:72%}.trustDocFront span:nth-child(3){width:54%;margin-bottom:18px}.trustDocAccent{background:color-mix(in srgb, var(--accent) 22%, var(--surface-soft))!important;width:42%!important;height:10px!important}@keyframes trustFloat{0%,to{translate:0}50%{translate:0 -10px}}@keyframes trustFloatA{0%,to{transform:rotate(5deg)translateY(0)}50%{transform:rotate(5deg)translateY(-10px)}}@keyframes trustFloatB{0%,to{transform:rotate(-4deg)translateY(0)}50%{transform:rotate(-4deg)translateY(-10px)}}@keyframes trustHalo{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes trustRingPulse{0%,to{opacity:.45;scale:1}50%{opacity:.85;scale:1.03}}@keyframes trustRipple{0%{opacity:.55;scale:.82}to{opacity:0;scale:1.18}}@keyframes trustChip{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.notFound{min-height:calc(100dvh - 82px);padding-top:var(--space-page-top);padding-bottom:var(--space-page-bottom);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.notFound h1{max-width:820px}.notFound>p:not(.errorCode){max-width:600px;color:var(--text-muted);margin-bottom:30px;font-size:18px;line-height:1.7}.errorCode{color:var(--coral);letter-spacing:.15em;margin-bottom:15px;font-size:14px;font-weight:900}.toolHero{padding-top:var(--space-page-top);padding-bottom:var(--space-hero-bottom)}.toolHero h1{max-width:900px;margin-bottom:22px;font-size:clamp(54px,7vw,90px)}.toolHero>p{margin-bottom:25px}.toolWorkspace{border:1px solid var(--border);background:var(--workspace);box-shadow:var(--shadow-sm);border-radius:28px;overflow:hidden}.workspaceHeading{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;gap:30px;padding:28px 30px;display:flex}.workspaceHeading h2{letter-spacing:-.045em;margin-bottom:7px;font-size:27px}.workspaceHeading p{max-width:620px;color:var(--text-muted);margin-bottom:0;font-size:14px;line-height:1.6}.localPill{max-width:310px;color:var(--success);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.localPill svg{flex:none;width:18px;height:18px}.uploadZone{border:2px dashed var(--border-strong);background:color-mix(in srgb, var(--surface) 65%, transparent);width:calc(100% - 48px);min-height:430px;color:var(--text);cursor:pointer;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;margin:24px;padding:40px;display:flex}.uploadZone:hover,.uploadZone.isDragging{border-color:var(--accent);background:var(--accent-soft)}.uploadIcon{background:var(--accent);width:64px;height:64px;color:var(--accent-contrast);border-radius:19px;place-items:center;margin-bottom:20px;display:grid}.uploadIcon svg{width:29px;height:29px}.uploadZone>strong{letter-spacing:-.04em;margin-bottom:7px;font-size:24px}.uploadZone>span:not(.uploadIcon,.button){color:var(--text-muted);margin-bottom:25px}.uploadZone .button{pointer-events:none;margin-bottom:17px}.uploadZone small{color:var(--text-muted)}.workspaceGrid{grid-template-columns:minmax(0,1fr) 330px;min-height:500px;display:grid}.filePanel{border-right:1px solid var(--border);min-width:0}.panelToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:60px;padding:10px 20px;display:flex}.panelToolbar strong{font-size:13px}.panelToolbar>div{gap:7px;display:flex}.textButton,.removeButton{color:var(--accent);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:760}.dangerText,.removeButton{color:var(--danger)}.fileList{flex-direction:column;display:flex}.fileItem{border-bottom:1px solid var(--border);grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 20px;display:grid}.thumb{border-radius:11px;place-items:center;width:84px;height:68px;display:grid;overflow:hidden}.checkerboard{background-color:var(--surface);background-image:linear-gradient(45deg, var(--surface-soft) 25%, transparent 25%), linear-gradient(-45deg, var(--surface-soft) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--surface-soft) 75%), linear-gradient(-45deg, transparent 75%, var(--surface-soft) 75%);background-position:0 0,0 7px,7px -7px,-7px 0;background-size:14px 14px}.thumb img{object-fit:contain;width:100%;height:100%}.fileInfo{min-width:0}.fileInfo>strong{text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:14px;display:block;overflow:hidden}.fileInfo p{color:var(--text-muted);margin:2px 0;font-size:12px;line-height:1.45}.fileActions{align-items:center;gap:3px;display:flex}.removeButton{width:32px;height:32px;font-size:20px}.successText{color:var(--success)!important}.warningText{color:var(--warning)!important}.errorText{color:var(--danger)!important}.progressBar{background:var(--surface-soft);border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.progressBar span{border-radius:inherit;background:var(--accent);width:45%;height:100%;animation:1s ease-in-out infinite alternate progress;display:block}@keyframes progress{to{transform:translate(120%)}}.settingsPanel{background:var(--surface);padding:22px}.settingsStack{flex-direction:column;gap:20px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field>span{color:var(--text-muted);font-size:12px;font-weight:700}.field input[type=number],.field select{border:1px solid var(--border);background:var(--workspace);width:100%;height:43px;color:var(--text);border-radius:11px;padding:0 12px}.field input[type=range]{width:100%;accent-color:var(--accent)}.field input[type=color]{border:1px solid var(--border);background:var(--workspace);border-radius:11px;width:100%;height:43px;padding:4px}.fieldHint{color:var(--text-muted);margin:0;font-size:11px;line-height:1.55}.dimensionGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.segmented{border:1px solid var(--border);background:var(--workspace);border-radius:12px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.segmented button{height:35px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;font-size:12px;font-weight:700}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.checkRow{color:var(--text-muted);align-items:flex-start;gap:9px;font-size:12px;line-height:1.45;display:flex}.checkRow input{accent-color:var(--accent);margin-top:2px}.metadataNote{border-top:1px solid var(--border);color:var(--text-muted);margin:22px 0 0;padding-top:17px;font-size:11px;line-height:1.55}.processButton,.downloadAll{width:100%;margin-top:18px}.downloadAll{margin-top:9px}.errorBanner{background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger);border-radius:10px;margin:15px 0 0;padding:11px;font-size:12px;line-height:1.5}.contentSection{padding-top:var(--space-section-lg)}.contentBlock{margin-bottom:var(--space-block)}.contentBlock>h2{max-width:780px;margin-bottom:32px}.featureGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.faqList{border-top:1px solid var(--border);max-width:880px}.faqList details{border-bottom:1px solid var(--border)}.faqList summary{cursor:pointer;padding:23px 5px;font-size:17px;font-weight:750;list-style:none}.faqList summary::-webkit-details-marker{display:none}.faqList summary:after{content:"+";float:right;color:var(--accent);font-size:24px;font-weight:400}.faqList details[open] summary:after{content:"−"}.faqList details p{max-width:720px;color:var(--text-muted);margin:0;padding:0 5px 24px;line-height:1.75}.contentBlock .inlineLink{margin-top:25px;display:inline-block}@media (max-width:900px){.homeHero{grid-template-columns:1fr}.heroCopyBlock{max-width:760px}.heroVisual{width:min(520px,100%);margin-inline:auto}.sectionIntro,.footerLead{grid-template-columns:1fr;gap:25px}.footerLead>p{margin-left:0}.toolGrid,.stepsGrid,.featureGrid{grid-template-columns:1fr 1fr}.toolGrid .toolCard:last-child{grid-column:1/-1}.privacyFeature{grid-template-columns:70px 1fr}.privacyFeature>p{grid-column:2}.workspaceGrid{grid-template-columns:1fr}.filePanel{border-right:0;border-bottom:1px solid var(--border)}.contentPageHero{grid-template-columns:1fr;gap:32px}.trustVisual{width:100%;max-width:520px;height:300px;margin-inline:auto}}@media (max-width:700px){:root{--space-page-top:28px;--space-page-bottom:48px;--space-hero-bottom:32px;--space-section:56px;--space-section-lg:64px;--space-block:56px;--space-sticky-top:88px}.shell{width:min(100% - 28px, var(--shell))}.siteHeader{height:72px}.notFound{min-height:calc(100dvh - 72px)}.brandLogoMark{width:36px;height:36px}.brandWordmark{font-size:20px}.headerNav{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;align-items:stretch;padding:10px;display:none;position:absolute;top:66px;left:14px;right:14px}.headerNav.isOpen{display:flex}.headerNav a{padding:12px}.languageSelectTrigger{gap:6px;height:38px;padding-inline:8px;font-size:12px}.languageSelectLabel{max-width:4.5rem}.languageSelectMenu{min-width:150px}.menuButton{display:inline-grid}.homeHero{gap:28px}.homeHero h1,.toolHero h1,.listingPage h1,.infoPage h1,.contactPage h1,.notFound h1{letter-spacing:-.065em;font-size:clamp(43px,13vw,62px)}.heroLead,.pageLead,.toolHero>p{font-size:16px}.heroVisual{height:380px}.visualHalo{width:300px;height:300px;top:40px}.sampleCard{border-radius:19px;width:215px}.sampleImage{height:170px}.sampleOriginal{right:0}.sampleResult{bottom:15px;left:0}.savingBadge{bottom:16px;right:0}.sectionIntro{margin-bottom:28px}.sectionIntro h2,.privacyFeature h2,.contentBlock>h2{font-size:39px}.toolGrid,.stepsGrid,.featureGrid{grid-template-columns:1fr}.toolGrid .toolCard:last-child{grid-column:auto}.toolCard{min-height:285px}.privacyFeature{grid-template-columns:1fr;gap:24px;padding:28px}.privacyFeature>p,.privacyFeature .inlineLink{grid-column:1}.privacyIcon{width:58px;height:58px}.stepsGrid article,.featureGrid article{min-height:auto;padding:24px 10px 30px}.stepsGrid article>span{margin-bottom:35px}.contactGrid strong{overflow-wrap:anywhere;font-size:17px}.trustVisual{height:260px}.trustFrame{width:160px}.trustScene{height:108px}.trustMarkBadge{bottom:42px;right:88px}.workspaceHeading{flex-direction:column;padding:23px 20px}.uploadZone{width:calc(100% - 28px);min-height:370px;margin:14px;padding:25px 16px}.fileItem{grid-template-columns:68px minmax(0,1fr) auto;gap:11px;padding:14px}.thumb{width:68px;height:60px}.fileInfo p{font-size:11px}.settingsPanel{padding:20px 16px}.footerLead{padding-bottom:45px}.footerBottom{grid-template-columns:1fr;justify-items:start}.siteFooter nav{flex-wrap:wrap;justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.trustVisualHalo,.trustFrame,.trustMarkBadge,.trustRing,.trustShieldCard,.trustLocalChip,.trustRipple,.trustMailCard,.trustDocMid,.trustDocFront{animation:none!important}}
