:root{color-scheme:light;--bg:#f6f7f2;--surface:#fff;--surface-soft:#eef4ef;--text:#18222d;--muted:#5f6c76;--border:#d7ded6;--accent:#2468c9;--accent-strong:#194d99;--teal:#2f7d72;--amber:#b86f1d;--danger:#a53030;--focus:#7c4dff;--shadow:0 18px 45px #18222d14;--shadow-soft:0 10px 28px #18222d12;--radius:8px;--max:1160px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{background:var(--bg);color:var(--text);margin:0;font-size:16px;line-height:1.6}img{max-width:100%;height:auto}a{color:inherit}button,input,select{font:inherit}button,a.button{min-height:44px}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{z-index:20;border-radius:var(--radius);background:var(--text);color:#fff;padding:.7rem 1rem;position:absolute;top:1rem;left:1rem;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.content-shell{width:min(100% - 32px, var(--max));margin-inline:auto}.content-shell.narrow{width:min(100% - 32px,850px)}.site-header{z-index:10;backdrop-filter:blur(14px);background:#f6f7f2f0;border-bottom:1px solid #d7ded6e6;position:sticky;top:0}.nav-shell{width:min(100% - 32px, var(--max));justify-content:space-between;align-items:center;gap:1rem;min-height:72px;margin-inline:auto;display:flex}.brand,.footer-brand{color:var(--text);align-items:center;gap:.7rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{border-radius:var(--radius);background:var(--text);color:#fff;place-items:center;width:38px;height:38px;font-size:.82rem;display:inline-grid}.nav-links{align-items:center;gap:.35rem;display:flex}.nav-links a,.mobile-nav-panel a,.footer-links a{border-radius:var(--radius);color:var(--muted);font-weight:700;text-decoration:none}.nav-links a{padding:.65rem .85rem}.nav-links a:hover,.footer-links a:hover{color:var(--text);background:#2468c914}.language-switcher{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.language-switcher a{border-radius:calc(var(--radius) - 2px);color:var(--muted);padding:.45rem .55rem;font-size:.9rem;font-weight:800;text-decoration:none}.mobile-nav{display:none;position:relative}.mobile-nav summary{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.55rem .75rem;font-weight:800;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(260px,100vw - 32px);box-shadow:var(--shadow);gap:.25rem;padding:.55rem;display:grid;position:absolute;top:calc(100% + .55rem);right:0}.mobile-nav-panel a{padding:.8rem}.hero{padding:82px 0 34px}.hero-grid,.tool-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:2rem;display:grid}.eyebrow{color:var(--teal);margin:0 0 .75rem;font-weight:800}h1,h2,h3{margin:0;line-height:1.12}h1{max-width:820px;font-size:clamp(2.5rem,4vw,4.35rem)}h2{font-size:clamp(1.65rem,2.2vw,2.3rem)}h3{font-size:1.2rem}.hero-copy{max-width:760px;color:var(--muted);margin:1.2rem 0 0;font-size:1.16rem}.hero-actions,.inline-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.6rem;display:flex}.button,button.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1rem;font-weight:800;text-decoration:none;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.button.primary,button.primary{background:var(--accent);color:#fff}.button.secondary,button.secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button.ghost,button.ghost{border-color:var(--border);color:var(--text);background:0 0}button:disabled,.button.disabled{cursor:not-allowed;opacity:.55;transform:none}.badge-row{flex-wrap:wrap;gap:.65rem;margin:1.6rem 0 0;display:flex}.badge,.privacy-badge{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .75rem;font-weight:800;display:inline-flex}.privacy-badge{width:fit-content;color:var(--teal);margin:1.2rem 0 0}.privacy-badge-mark{background:var(--teal);border-radius:999px;width:.7rem;height:.7rem;box-shadow:0 0 0 4px #2f7d721f}.hero-panel,.tool-hero-note{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:1.2rem}.hero-panel{gap:1rem;display:grid}.hero-preview{gap:1.1rem}.hero-preview-window{border-radius:var(--radius);min-height:190px;color:var(--muted);background:#fbfcf8;border:1px dashed #c7d0c8;place-items:center;gap:.7rem;font-weight:800;display:grid}.hero-preview-icon{border-radius:var(--radius);width:64px;height:64px;color:var(--accent);background:#e8f0fb;place-items:center;font-size:.85rem;font-weight:900;display:grid}.metric-row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;gap:1rem;padding-bottom:.9rem;display:grid}.metric-row:last-child{border-bottom:0;padding-bottom:0}.metric-row span{color:var(--muted)}.metric-row strong{color:var(--text)}.tool-hero{padding:54px 0 24px}.tool-hero-note{color:var(--muted);gap:.5rem;display:grid}.tool-hero-note strong{color:var(--text);font-size:1.15rem}.tool-area{padding:20px 0 24px}.section{padding:56px 0}.section-header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.3rem;display:flex}.section-header p{max-width:660px;color:var(--muted);margin:.6rem 0 0}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.tool-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:148px;color:var(--text);align-content:start;gap:.6rem;padding:1rem;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.tool-card:hover{box-shadow:var(--shadow);border-color:#2468c98c;transform:translateY(-3px)}.tool-card-icon{border-radius:var(--radius);background:var(--surface-soft);width:30px;height:30px;color:var(--teal);place-items:center;font-weight:900;display:grid}.tool-card-title{font-size:1.03rem;font-weight:850;display:block}.tool-card-description{color:var(--muted);font-size:.94rem}.action-section{padding-top:36px}.action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.action-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:250px;color:var(--text);box-shadow:var(--shadow-soft);grid-template-rows:auto auto 1fr auto;gap:.75rem;padding:1.2rem;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.action-card:hover{box-shadow:var(--shadow);border-color:#2468c98c;transform:translateY(-3px)}.action-icon{border-radius:var(--radius);width:48px;height:48px;color:var(--accent-strong);background:#e8f0fb;place-items:center;font-size:.78rem;font-weight:900;display:grid}.action-title{font-size:1.24rem;font-weight:900;line-height:1.2;display:block}.action-description{color:var(--muted)}.action-card .button{width:100%}.privacy-section{border-block:1px solid var(--border);background:var(--surface-soft)}.privacy-feature{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:center;gap:1.5rem;display:grid}.privacy-feature p{max-width:760px;color:var(--muted)}.privacy-feature-points{gap:.7rem;display:grid}.privacy-feature-points span{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--teal);padding:.85rem 1rem;font-weight:850}.use-case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1.4rem 0 0;padding:0;list-style:none;display:grid}.use-case-grid li,.check-list li{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.85rem 1rem;font-weight:750}.ad-placeholder{border-radius:var(--radius);color:#7a8580;background:#ffffff73;border:1px dashed #b9c2ba;place-items:center;min-height:92px;margin:30px 0;font-size:.9rem;display:grid}.ad-placeholder-reserved{visibility:hidden}.all-tools-cta-section{padding-top:34px}.all-tools-cta{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:1.2rem;padding:clamp(1.1rem,3vw,1.6rem);display:flex}.all-tools-cta p{max-width:720px;color:var(--muted)}.tools-directory{padding-top:24px}.tools-directory>.content-shell>h2{margin-bottom:1.4rem}.tools-category{border-top:1px solid var(--border);padding:1.4rem 0 2.2rem}.tools-category:first-of-type{border-top:0;padding-top:0}.tools-category h3{font-size:clamp(1.35rem,2vw,1.7rem)}.compact-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tool-workspace{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:clamp(1.1rem,2vw,1.7rem)}.tool-form-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.95fr);gap:clamp(1.25rem,3vw,2rem);display:grid}.tool-main,.tool-side{align-content:start;gap:1.15rem;display:grid}.tool-section,.tool-step{border-top:1px solid var(--border);padding-top:1.15rem}.tool-section:first-child,.tool-step:first-child{border-top:0;padding-top:0}.tool-section h2,.tool-section h3,.tool-step h2,.tool-step h3{margin-bottom:.75rem;font-size:1.05rem}.step-heading{gap:.2rem;margin-bottom:.75rem;display:grid}.step-kicker{color:var(--teal);letter-spacing:0;text-transform:uppercase;font-size:.78rem;font-weight:900}.upload-zone{border-radius:var(--radius);text-align:center;background:#fbfcf8;border:2px dashed #aeb8b1;place-items:center;gap:1.05rem;min-height:260px;padding:clamp(1.1rem,3vw,1.7rem);display:grid}.upload-zone.dragging{border-color:var(--accent);background:#eef5ff}.upload-zone input[type=file]{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.upload-copy{justify-items:center;gap:.5rem;display:grid}.upload-icon{border-radius:var(--radius);width:58px;height:58px;color:var(--accent-strong);background:#e8f0fb;place-items:center;font-size:.8rem;font-weight:900;display:grid}.upload-title{font-size:1.28rem;font-weight:850;display:block}.upload-help,.field-help,.note,.status-line{color:var(--muted);font-size:.93rem}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.field{gap:.4rem;display:grid}.field label,.legend-label{color:var(--text);font-weight:800}.field input,.field select{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:48px;color:var(--text);background:#fff;padding:.65rem .75rem}.advanced-settings{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf8;margin-top:1rem;padding:.15rem .85rem}.advanced-settings summary{cursor:pointer;min-height:46px;color:var(--text);align-items:center;font-weight:850;display:flex}.advanced-settings[open]{padding-bottom:.9rem}.advanced-settings[open] summary{border-bottom:1px solid var(--border);margin-bottom:.75rem}.advanced-group{gap:.5rem;margin-bottom:.9rem;display:grid}.sample-button{justify-self:center}.preset-block{gap:.55rem;margin-top:.95rem;display:grid}.preset-grid{flex-wrap:wrap;gap:.5rem;display:flex}.preset-button{border:1px solid var(--border);border-radius:var(--radius);min-height:38px;color:var(--text);cursor:pointer;background:#fff;padding:.45rem .7rem;font-weight:800}.preset-button:hover{border-color:#2468c98c}.preset-button.active{color:var(--accent-strong);background:#e8f0fb;border-color:#2468c9ad}.smart-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.smart-preset-button{border:1px solid var(--border);border-radius:var(--radius);min-height:132px;color:var(--text);cursor:pointer;text-align:left;background:#fff;grid-template-rows:auto auto 1fr;gap:.35rem;padding:.9rem;display:grid}.smart-preset-button:hover{border-color:#2468c98c}.smart-preset-button.active{background:#e8f0fb;border-color:#2468c9ad}.smart-preset-button span{background:var(--surface-soft);width:fit-content;color:var(--teal);border-radius:999px;padding:.18rem .5rem;font-size:.75rem;font-weight:900}.smart-preset-button strong{font-size:1rem;line-height:1.2}.smart-preset-button small{color:var(--muted);font-size:.9rem;line-height:1.35}.smart-recommendation{border-radius:var(--radius);background:#edf8f4;border:1px solid #2f7d723d;gap:.85rem;margin-top:1rem;padding:.95rem;display:grid}.smart-recommendation>div{gap:.2rem;display:grid}.smart-recommendation span{color:var(--muted);font-size:.82rem;font-weight:850}.smart-recommendation strong{color:var(--text);font-size:1rem}.smart-recommendation dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin:0;display:grid}.smart-recommendation dt{color:var(--muted);font-size:.78rem;font-weight:850}.smart-recommendation dd{margin:.1rem 0 0;font-weight:850}.smart-result-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.selected-file-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;width:100%;margin:0;padding:.85rem;display:grid}.selected-file-card div{min-width:0}.selected-file-card dt{color:var(--muted);font-size:.78rem;font-weight:850}.selected-file-card dd{overflow-wrap:anywhere;min-width:0;margin:.1rem 0 0;font-weight:750}.field input[type=range]{padding:0}.checkbox-row,.radio-row{min-height:38px;color:var(--text);align-items:center;gap:.55rem;display:flex}.checkbox-row input,.radio-row input{width:18px;height:18px}.radio-group{gap:.45rem;display:grid}.status-box,.error-box,.success-box{border-radius:var(--radius);padding:.75rem .85rem}.status-box{border:1px solid var(--border);color:var(--muted);background:#fbfcf8}.error-box{color:var(--danger);background:#fff1f1;border:1px solid #a530304d}.success-box{color:var(--teal);background:#edf8f4;border:1px solid #2f7d724d}.preview-panel{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf8;gap:.95rem;padding:1rem;display:grid}.preview-frame{border-radius:var(--radius);background-color:#0000;background-image:linear-gradient(45deg,#e5e8e28a 25%,#0000 25%),linear-gradient(-45deg,#e5e8e28a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e5e8e28a 75%),linear-gradient(-45deg,#0000 75%,#e5e8e28a 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;place-items:center;min-height:240px;display:grid;overflow:hidden}.empty-preview{max-width:260px;color:var(--muted);text-align:center;gap:.35rem;padding:1rem;display:grid}.empty-preview strong{color:var(--text);font-size:1.05rem}.empty-preview span{font-size:.93rem}.preview-frame img{object-fit:contain;max-height:360px}.meta-list{gap:.35rem;margin:0;display:grid}.meta-list div{border-top:1px solid var(--border);grid-template-columns:120px 1fr;gap:.8rem;padding-top:.35rem;display:grid}.meta-list div:first-child{border-top:0;padding-top:0}.meta-list dt{color:var(--muted);font-weight:800}.meta-list dd{overflow-wrap:anywhere;min-width:0;margin:0}.result-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.result-summary{border-radius:var(--radius);background:#edf8f4;border:1px solid #2f7d723d;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;padding:.9rem;display:grid}.result-summary div:not(.reduction-bar){gap:.15rem;display:grid}.result-summary span{color:var(--muted);font-size:.82rem;font-weight:800}.result-summary strong{color:var(--text)}.reduction-bar{background:#2f7d7229;border-radius:999px;grid-column:1/-1;height:10px;overflow:hidden}.reduction-bar span{border-radius:inherit;background:var(--teal);height:100%;display:block}.download-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.download-card{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf8;gap:.6rem;padding:.8rem;display:grid}.seo-block{padding:42px 0}.seo-block p{max-width:760px;color:var(--muted)}.check-list{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.faq{padding:34px 0}.faq-list{gap:.85rem;margin-top:1.2rem;display:grid}.faq-list details{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.85rem 1rem}.faq-list summary{cursor:pointer;font-weight:850}.faq-list p{color:var(--muted);margin-bottom:0}.site-footer{border-top:1px solid var(--border);background:#eef1e9;margin-top:36px}.footer-shell{width:min(100% - 32px, var(--max));grid-template-columns:1fr auto;gap:1.4rem;margin-inline:auto;padding:30px 0;display:grid}.site-footer p{color:var(--muted);margin:.35rem 0 0}.support-note{font-size:.92rem}.footer-links{flex-wrap:wrap;justify-content:end;align-items:start;gap:.45rem;display:flex}.footer-links a{padding:.45rem .65rem}.copyright{grid-column:1/-1;font-size:.9rem}@media (width<=920px){.desktop-nav,.desktop-language{display:none}.mobile-nav{display:block}.hero-grid,.tool-hero-grid,.tool-form-grid{grid-template-columns:1fr}.tool-grid,.compact-tool-grid,.use-case-grid,.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-feature{grid-template-columns:1fr}}@media (width<=640px){.hero{padding-top:46px}.tool-grid,.compact-tool-grid,.use-case-grid,.action-grid,.smart-preset-grid,.smart-recommendation dl,.field-grid{grid-template-columns:1fr}.hero-actions,.inline-actions,.result-actions{flex-direction:column;align-items:stretch}.download-grid,.selected-file-card,.result-summary,.smart-result-summary{grid-template-columns:1fr}.action-card{min-height:220px}.all-tools-cta{flex-direction:column;align-items:stretch}.button,button.button{width:100%}.meta-list div{grid-template-columns:1fr;gap:.1rem}.footer-shell{grid-template-columns:1fr}.footer-links{justify-content:start}}:root{--bg:#f5f7f5;--surface:#fff;--surface-soft:#edf3ef;--text:#171c24;--muted:#5d6772;--border:#d9e0dc;--accent:#2458d3;--accent-strong:#1742a5;--teal:#14745d;--coral:#d94f3d;--yellow:#e8b83f;--focus:#2458d3;--shadow:0 18px 48px #171c241a;--shadow-soft:0 8px 24px #171c2412;--radius:8px;--max:1200px}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);line-height:1.55}h1,h2,h3,p{letter-spacing:0}h1{max-width:900px;font-size:54px;font-weight:780;line-height:1.04}h2{font-size:30px;font-weight:760;line-height:1.15}.content-shell{width:min(100% - 40px, var(--max))}.eyebrow{color:var(--teal);letter-spacing:0;font-size:.77rem;font-weight:800}.site-header{backdrop-filter:blur(10px);background:#fffffff0;border-color:#d9e0dcdb}.nav-shell{width:min(100% - 40px, var(--max));gap:1.2rem;min-height:64px}.brand{flex:none;gap:.62rem;font-size:.98rem;font-weight:820}.brand-mark{background:var(--accent);border-radius:7px;width:34px;height:34px;position:relative;overflow:hidden}.brand-mark:before,.brand-mark:after{content:"";border:2px solid #fff;width:11px;height:11px;position:absolute}.brand-mark:before{border-bottom:0;border-right:0;top:8px;left:8px}.brand-mark:after{border-top:0;border-left:0;bottom:8px;right:8px}.nav-links{justify-content:center;margin-left:auto}.nav-links a{color:#4e5965;padding:.52rem .7rem;font-size:.91rem;font-weight:680}.nav-actions{align-items:center;gap:.55rem;display:flex}.language-switcher{background:0 0;border:0;padding:0}.language-switcher a{text-align:center;min-width:34px;padding:.42rem .38rem}.language-switcher a.active{color:var(--accent-strong);background:#e9effd}.nav-cta{background:var(--text);color:#fff;border-radius:6px;align-items:center;min-height:38px;padding:.45rem .78rem;font-size:.9rem;font-weight:760;text-decoration:none;display:inline-flex}.mobile-nav summary{place-items:center;width:42px;height:42px;padding:0;display:grid}.menu-icon{gap:4px;width:18px;display:grid}.menu-icon i{background:currentColor;border-radius:2px;height:2px;display:block}.mobile-start-link{background:var(--accent);color:#fff!important}.button,button.button{border-radius:6px;min-height:46px;padding:.72rem 1rem;font-weight:760;transition:background .15s,border-color .15s,color .15s}.button:hover,button.button:hover{transform:none}.button.primary,button.primary{background:var(--accent)}.button.primary:hover,button.primary:hover{background:var(--accent-strong)}.button.quiet,button.quiet{min-height:36px;color:var(--muted);text-underline-offset:3px;background:0 0;border:0;padding:.35rem .5rem;text-decoration:underline}.home-hero{background:#fff;padding:46px 0 34px}.home-hero-shell{text-align:center}.home-hero h1{max-width:820px;margin:.38rem auto 0}.home-hero-copy{max-width:720px;color:var(--muted);margin:1rem auto 0;font-size:1.14rem}.home-trust-row{color:#3f4a55;flex-wrap:wrap;justify-content:center;gap:.5rem 1.15rem;margin-top:1.25rem;font-size:.9rem;font-weight:680;display:flex}.home-trust-row span{align-items:center;gap:.45rem;display:inline-flex}.home-trust-row span:before{content:"";background:var(--teal);border-radius:50%;width:7px;height:7px}.home-workspace-band{border-block:1px solid var(--border);background:#f0f4f2;padding:28px 0 34px}.home-demo-band{border-top:1px solid var(--border);background:#fff;padding:26px 0}.home-demo-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:2rem;display:grid}.home-demo-image{border-radius:var(--radius);background:#e7ece9;min-width:0;height:270px;margin:0;position:relative;overflow:hidden}.home-demo-image img{object-fit:cover;width:100%;height:100%}.home-demo-image figcaption{color:#fff;background:#171c24e0;border-radius:5px;padding:.38rem .58rem;font-size:.74rem;font-weight:740;position:absolute;bottom:12px;left:12px}.home-demo-copy h2{margin-top:.35rem}.home-demo-copy>p:not(.eyebrow){max-width:600px;color:var(--muted);margin:.7rem 0 0}.home-demo-copy>.button{margin-top:1rem}.home-demo-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1rem 0 0;display:grid}.home-demo-stats div{border-top:2px solid var(--teal);padding-top:.5rem}.home-demo-stats dt{font-weight:800}.home-demo-stats dd{color:var(--muted);margin:.05rem 0 0;font-size:.78rem}.smart-workspace{scroll-margin-top:82px}.smart-goal-section{border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;background:#fff;padding:22px 24px 0}.smart-section-heading{align-items:flex-start;gap:.8rem;margin-bottom:1rem;display:flex}.smart-section-heading.compact{margin-bottom:.85rem}.smart-section-heading h2{margin:0;font-size:1.1rem}.smart-section-heading p{color:var(--muted);margin:.2rem 0 0;font-size:.9rem}.smart-step-number{color:var(--accent);flex:none;font-size:.73rem;font-weight:850;line-height:1.5rem}.smart-preset-grid{border-top:1px solid var(--border);grid-template-columns:repeat(8,minmax(0,1fr));gap:0;margin-inline:-24px;display:grid}.smart-preset-button{border:0;border-right:1px solid var(--border);color:#4d5863;cursor:pointer;background:#fff;border-bottom:3px solid #0000;border-radius:0;justify-content:center;align-items:center;gap:.48rem;min-height:62px;padding:.65rem .45rem .5rem;font-weight:720;display:flex}.smart-preset-button:last-child{border-right:0}.smart-preset-button:hover{color:var(--text);background:#f7f9f8}.smart-preset-button.active{border-color:var(--border);border-bottom-color:var(--goal-color,var(--accent));background:var(--goal-soft,#edf2ff);color:var(--goal-color,var(--accent-strong))}.smart-preset-button:first-child,.smart-preset-button:nth-child(3),.smart-preset-button:nth-child(7){--goal-color:#2458d3;--goal-soft:#eef2ff}.smart-preset-button:nth-child(2),.smart-preset-button:nth-child(5){--goal-color:#14745d;--goal-soft:#eaf6f1}.smart-preset-button:nth-child(4){--goal-color:#c34b39;--goal-soft:#fff0ed}.smart-preset-button:nth-child(6){--goal-color:#9a6a00;--goal-soft:#fff7dd}.smart-preset-button:nth-child(8){--goal-color:#6941c6;--goal-soft:#f2edff}.smart-preset-button span{width:auto;color:inherit;background:0 0;border-radius:0;padding:0;font-size:.86rem;font-weight:760}.smart-stage{border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-soft);background:#fff;border-top:0;grid-template-columns:minmax(0,1.35fr) minmax(330px,.75fr);display:grid}.smart-source-panel{min-width:0;padding:24px}.smart-plan-panel{color:#fff;background:#171d25;border-radius:0 0 7px;min-width:0;padding:24px}.smart-plan-heading{align-items:center;gap:.75rem;display:flex}.smart-plan-heading>div{min-width:0}.smart-plan-heading span:not(.smart-plan-icon){color:#aeb8c5;font-size:.76rem;font-weight:720;display:block}.smart-plan-heading h2{color:#fff;margin-top:.08rem;font-size:1.18rem}.smart-plan-icon{color:#171d25;background:#f3c84b;border-radius:7px;flex:none;place-items:center;width:42px;height:42px;display:grid}.smart-plan-reason{color:#c9d1db;margin:1rem 0;font-size:.94rem}.custom-settings{background:#202832;border-block:1px solid #343c47;gap:.9rem;margin:0 0 1rem;padding:.9rem;display:grid}.custom-setting-group{gap:.45rem;display:grid}.custom-setting-label,.custom-field>span:first-child{color:#b8c2ce;font-size:.75rem;font-weight:720}.custom-goal-switch{border:1px solid #46515e;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.custom-goal-switch button{border:0;color:#c7d0db;cursor:pointer;background:#171d25;border-right:1px solid #46515e;min-height:38px;padding:.4rem;font-size:.78rem;font-weight:720}.custom-goal-switch button:last-child{border-right:0}.custom-goal-switch button.active{color:#fff;background:#6941c6}.custom-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.custom-field{gap:.32rem;min-width:0;display:grid}.custom-field-wide{grid-column:1/-1}.custom-field input,.custom-field select{color:#fff;background:#11171e;border:1px solid #4a5664;border-radius:6px;width:100%;min-width:0;min-height:42px;padding:.55rem .65rem}.custom-input-unit{background:#11171e;border:1px solid #4a5664;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid;overflow:hidden}.custom-input-unit input{border:0;border-radius:0}.custom-input-unit>span{color:#9eabb8;padding:0 .65rem;font-size:.76rem;font-weight:720}.smart-plan-metrics{border-block:1px solid #343c47;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0;padding:.9rem 0;display:grid}.smart-plan-metrics dt{color:#99a5b2;font-size:.72rem;font-weight:700}.smart-plan-metrics dd{color:#fff;margin:.18rem 0 0;font-size:.9rem;font-weight:760}.smart-actions{gap:.6rem;margin-top:1rem;display:grid}.smart-actions .button{width:100%}.smart-actions .button:nth-child(2){color:#fff;background:0 0;border-color:#46505d}.smart-actions .button:nth-child(2):not(.disabled):hover{background:#29323d}.smart-action-help{color:#9da9b6;text-align:center;margin:.55rem 0 0;font-size:.83rem}.smart-privacy-note{color:#aeb9c5;align-items:flex-start;gap:.5rem;margin:1rem 0 0;font-size:.82rem;display:flex}.smart-privacy-note svg{color:#65c5a8;flex:none}.smart-plan-panel .success-box,.smart-plan-panel .status-box,.smart-plan-panel .error-box{margin-top:.8rem;font-size:.86rem}.upload-zone{background:#f8faf8;border:1.5px dashed #aeb9b2;min-height:268px;padding:1.1rem}.upload-zone:hover,.upload-zone.dragging{border-color:var(--accent);background:#f3f6ff}.upload-icon{width:54px;height:54px;color:var(--accent);background:#e8eefc;border-radius:7px}.upload-title{font-size:1.2rem;font-weight:760}.upload-selected-layout{text-align:left;grid-template-columns:minmax(160px,.8fr) minmax(200px,1fr);align-items:center;gap:1.1rem;width:100%;min-width:0;display:grid}.upload-selected-image{background:#e8ece9;border-radius:6px;place-items:center;height:220px;display:grid;overflow:hidden}.upload-selected-image img{object-fit:contain;width:100%;height:100%}.upload-selected-copy{justify-items:start;gap:.45rem;min-width:0;display:grid}.upload-selected-copy strong{overflow-wrap:anywhere;max-width:100%;font-size:1.05rem}.upload-selected-copy>span:not(.upload-ready-label){color:var(--muted);font-size:.88rem}.upload-ready-label,.result-ready-label{color:var(--teal);text-transform:uppercase;font-size:.73rem;font-weight:820}.sample-button{justify-self:center;margin-top:.45rem}.smart-result-panel{border-radius:var(--radius);background:#eaf5f0;border:1px solid #b9d9cd;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:1.4rem;margin-top:18px;padding:24px;display:grid}.smart-result-copy{min-width:0}.smart-result-copy>h2{margin:.25rem 0 1rem;font-size:1.5rem}.smart-result-copy>.button{width:100%;margin-top:.85rem}.smart-result-summary{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.smart-result-summary>div:not(.reduction-bar){border-top:1px solid #c9ded6;padding-top:.55rem}.smart-result-panel .preview-panel{box-shadow:none;background:0 0;border:0;padding:0}.smart-result-panel .preview-frame{background-color:#dfe7e3;min-height:300px}.home-shortcuts,.home-privacy-band,.seo-block,.faq{content-visibility:auto;contain-intrinsic-size:700px}.home-shortcuts{background:#fff;padding:68px 0}.home-section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.6rem;display:flex}.home-section-heading h2{margin-top:.4rem}.home-section-heading p:not(.eyebrow){color:var(--muted);margin:.65rem 0 0}.text-link{color:var(--accent);flex:none;align-items:center;gap:.5rem;font-weight:760;text-decoration:none;display:inline-flex}.shortcut-list{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.shortcut-row{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;color:var(--text);grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1.05rem 1rem;text-decoration:none;display:grid}.shortcut-row:hover{background:#f7f9f8}.home-limit-links{border-top:1px solid var(--border);grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr);gap:2rem;margin-top:3rem;padding-top:2rem;display:grid}.home-limit-heading h3{letter-spacing:0;margin:.35rem 0 0;font-size:1.25rem}.home-limit-heading>p:not(.eyebrow){color:var(--muted);margin:.55rem 0 0;font-size:.88rem;line-height:1.55}.home-limit-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-limit-grid a{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;color:var(--text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.8rem;text-decoration:none;display:grid}.home-limit-grid a:hover{background:#f7f9f8}.home-limit-grid a>span:first-child{color:var(--teal);font-size:.68rem;font-weight:820}.home-limit-grid a>span:nth-child(2){gap:.1rem;min-width:0;display:grid}.home-limit-grid strong{overflow-wrap:anywhere;font-size:.82rem}.home-limit-grid small{overflow-wrap:anywhere;color:var(--muted);font-size:.68rem;line-height:1.35}.home-limit-grid a>span:last-child{color:var(--accent);font-weight:800}.shortcut-label{color:var(--teal);text-transform:uppercase;font-size:.72rem;font-weight:820}.shortcut-copy{gap:.18rem;min-width:0;display:grid}.shortcut-copy small{color:var(--muted);font-size:.87rem}.shortcut-arrow{color:var(--accent);font-weight:800}.home-privacy-band{color:#fff;background:#103a33;padding:64px 0}.home-privacy-band .eyebrow{color:#80d3b8}.home-privacy-layout{grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);align-items:center;gap:3rem;display:grid}.home-privacy-layout h2{color:#fff;max-width:620px;margin-top:.45rem}.home-privacy-layout p:not(.eyebrow){color:#c9ddd6;max-width:700px}.home-privacy-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;display:grid}.home-privacy-facts div{border-top:2px solid #6cc5a7;padding-top:.75rem}.home-privacy-facts dt{font-size:1.65rem;font-weight:780}.home-privacy-facts dd{color:#b9d3ca;margin:.1rem 0 0;font-size:.82rem}.tool-hero{background:#fff;padding:46px 0 18px}.tool-hero-grid{display:block}.tool-hero-grid>div{max-width:820px}.tool-hero h1{margin-top:.45rem;font-size:44px}.tool-hero .hero-copy{margin-top:.85rem;font-size:1.05rem}.tool-trust-row{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;margin-top:1rem;font-size:.85rem;font-weight:680;display:flex}.tool-trust-row span{align-items:center;gap:.4rem;display:inline-flex}.tool-trust-row span:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px}.tool-area{background:#f0f4f2;padding:22px 0 30px}.tool-workspace{border-color:var(--border);box-shadow:var(--shadow-soft)}.batch-workspace{gap:16px;display:grid}.batch-file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.batch-dropzone{border-radius:var(--radius);background:#fff;border:1.5px dashed #9eaaa3;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:18px;min-height:176px;padding:26px;transition:border-color .15s,background .15s;display:grid}.batch-dropzone:hover{border-color:var(--accent);background:#fbfcff}.batch-dropzone.compact{min-height:106px;padding-block:18px}.batch-drop-icon{width:54px;height:54px;color:var(--accent);background:#eaf0ff;border-radius:7px;place-items:center;display:grid}.batch-drop-copy{gap:.18rem;min-width:0;display:grid}.batch-drop-copy strong{font-size:1.08rem}.batch-drop-copy span{color:var(--muted);font-size:.88rem}.batch-add-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.batch-add-actions .button{white-space:nowrap}.batch-notice{border-left:3px solid var(--yellow);color:#66500b;background:#fff8df;align-items:flex-start;gap:.5rem;margin:0;padding:.7rem .85rem;font-size:.88rem;display:flex}.batch-notice svg{flex:none;margin-top:.08rem}.batch-main-grid{border:1px solid var(--border);border-radius:var(--radius);min-width:0;box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);display:grid;overflow:hidden}.batch-file-panel,.batch-settings-panel{min-width:0}.batch-file-panel{padding:22px}.batch-panel-heading{justify-content:space-between;align-items:center;gap:1rem;min-height:42px;margin-bottom:14px;display:flex}.batch-panel-heading>div{align-items:baseline;gap:.55rem;min-width:0;display:flex}.batch-panel-heading h2,.batch-settings-heading h2{margin:0;font-size:1.08rem}.batch-panel-heading small{color:var(--muted);font-size:.78rem}.batch-step{width:25px;height:25px;color:var(--accent-strong);background:#e9effd;border-radius:50%;flex:none;place-items:center;font-size:.74rem;font-weight:850;display:inline-grid}.batch-icon-button{border:1px solid var(--border);width:38px;height:38px;color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;flex:none;place-items:center;padding:0;display:inline-grid}.batch-icon-button:hover:not(:disabled){color:var(--text);background:#f2f5f3;border-color:#b7c0ba}.batch-icon-button:disabled{cursor:not-allowed;opacity:.45}.batch-file-list{overscroll-behavior:contain;gap:8px;max-height:590px;padding-right:4px;display:grid;overflow-y:auto}.batch-file-row{border:1px solid var(--border);background:#fff;border-left:3px solid #b9c1bc;border-radius:6px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;min-height:86px;padding:9px 10px 9px 8px;display:grid}.batch-file-row.processing{border-left-color:var(--accent);background:#f7f9ff}.batch-file-row.done{border-left-color:var(--teal)}.batch-file-row.error{border-left-color:var(--coral);background:#fff8f6}.batch-file-row>img{object-fit:cover;background:#edf1ee;border-radius:5px;width:64px;height:64px;display:block}.batch-file-copy{gap:.12rem;min-width:0;line-height:1.3;display:grid}.batch-file-copy>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.87rem;overflow:hidden}.batch-file-copy>span{color:var(--muted);font-size:.75rem}.batch-status{align-items:center;gap:.3rem;font-weight:720;display:inline-flex;color:#4f5c67!important}.batch-file-row.done .batch-status{color:var(--teal)!important}.batch-file-row.error .batch-status,.batch-error-text{color:#aa3e31!important}.batch-output-meta{font-weight:720;color:var(--teal)!important}.batch-spinner{border:2px solid #c5d2ef;border-top-color:var(--accent);border-radius:50%;width:13px;height:13px;animation:.8s linear infinite batch-spin}@keyframes batch-spin{to{transform:rotate(360deg)}}.batch-row-action{justify-content:flex-end;display:flex}.batch-row-action .button{min-height:36px;padding:.45rem .62rem;font-size:.78rem}.batch-row-action .button svg{width:15px;height:15px}.batch-settings-panel{color:#fff;background:#171d25;flex-direction:column;padding:22px;display:flex}.batch-settings-heading{align-items:flex-start;gap:.65rem;margin-bottom:14px;display:flex}.batch-settings-heading h2{color:#fff}.batch-settings-heading p{color:#aeb8c5;margin:.2rem 0 0;font-size:.8rem;line-height:1.4}.batch-settings-panel .batch-step{color:#171d25;background:#f0c64b}.batch-preset-list{border:1px solid #3e4854;border-radius:6px;display:grid;overflow:hidden}.batch-preset-list>button{color:#dce3ea;cursor:pointer;text-align:left;background:#1d252e;border:0;border-bottom:1px solid #3e4854;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:.6rem;min-height:57px;padding:.58rem .7rem;display:grid}.batch-preset-list>button:last-child{border-bottom:0}.batch-preset-list>button:hover:not(:disabled){background:#252f3a}.batch-preset-list>button.active{background:#2b3440;box-shadow:inset 3px 0 #f0c64b}.batch-radio{border:2px solid #707c89;border-radius:50%;width:15px;height:15px}.batch-preset-list>button.active .batch-radio{border:4px solid #f0c64b}.batch-preset-list button>span:last-child{gap:.04rem;min-width:0;display:grid}.batch-preset-list strong{color:#fff;font-size:.84rem}.batch-preset-list small{color:#9eabb8;font-size:.72rem}.batch-custom-settings{border-top:1px solid #3e4854;gap:.7rem;margin-top:12px;padding-top:12px;display:grid}.batch-custom-settings>label,.batch-field>span:first-child{color:#b6c0cb;font-size:.73rem;font-weight:720}.batch-segmented{border:1px solid #46515e;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.batch-segmented.two{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-segmented button{color:#c7d0db;cursor:pointer;background:#11171e;border:0;border-right:1px solid #46515e;min-height:38px;padding:.38rem;font-size:.73rem;font-weight:720}.batch-segmented button:last-child{border-right:0}.batch-segmented button.active{color:#fff;background:#6941c6}.batch-field{gap:.28rem;min-width:0;display:grid}.batch-dimension-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.batch-input-unit{color:#9eabb8;background:#11171e;border:1px solid #4a5664;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-right:.6rem;font-size:.72rem;font-weight:720;display:grid;overflow:hidden}.batch-input-unit input,.batch-field select{color:#fff;background:#11171e;border:0;width:100%;min-width:0;min-height:40px;padding:.48rem .58rem}.batch-field select{border:1px solid #4a5664;border-radius:6px}.batch-run-area{gap:.55rem;margin-top:auto;padding-top:16px;display:grid}.batch-process-button,.batch-stop-button{width:100%}.batch-stop-button{color:#fff;background:0 0;border:1px solid #aeb8c4}.batch-run-area>p{color:#9da9b6;text-align:center;justify-content:center;align-items:flex-start;gap:.38rem;margin:0;font-size:.72rem;display:flex}.batch-run-area>p svg{color:#65c5a8;flex:none}.batch-result-band{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;gap:16px;padding:20px 22px;display:grid}.batch-progress-block{gap:.55rem;display:grid}.batch-progress-block>div{justify-content:space-between;gap:1rem;font-size:.87rem;display:flex}.batch-progress-block>div span{color:var(--accent);font-weight:800}.batch-progress-block progress{background:#e3e9e5;border:0;border-radius:6px;width:100%;height:9px;overflow:hidden}.batch-progress-block progress::-webkit-progress-bar{background:#e3e9e5}.batch-progress-block progress::-webkit-progress-value{background:var(--accent)}.batch-progress-block progress::-moz-progress-bar{background:var(--accent)}.batch-totals{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:16px;display:grid}.batch-totals>div{border-right:1px solid var(--border);gap:.1rem;padding:0 18px;display:grid}.batch-totals>div:first-child{padding-left:0}.batch-totals>div:last-child{border-right:0}.batch-totals span{color:var(--muted);font-size:.76rem}.batch-totals strong{font-size:1.2rem}.batch-totals .highlight strong{color:var(--teal)}.batch-download-all{justify-content:space-between;align-items:center;gap:1rem;display:flex}.batch-download-all>span{color:var(--teal);align-items:center;gap:.45rem;font-size:.88rem;font-weight:760;display:inline-flex}.tool-form-grid:not(:has(.tool-side img)){grid-template-columns:minmax(0,780px);justify-content:center}.tool-form-grid:not(:has(.tool-side img)) .tool-side{display:none}.requirements-workspace{gap:16px;display:grid}.requirements-interpreter{border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;border:1px solid #b9d9cd;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);display:grid;overflow:hidden}.requirements-interpreter-heading{background:#eaf5f0;align-items:flex-start;gap:.75rem;padding:22px;display:flex}.requirements-interpreter-heading>span{color:#fff;background:#176b58;border-radius:6px;flex:none;place-items:center;width:38px;height:38px;display:inline-grid}.requirements-interpreter-heading>div{min-width:0}.requirements-interpreter-heading small{color:#176b58;font-size:.68rem;font-weight:850;display:block}.requirements-interpreter-heading h2{margin:.08rem 0 0;font-size:1.08rem}.requirements-interpreter-heading p{color:#4f665e;margin:.3rem 0 0;font-size:.8rem;line-height:1.45}.requirements-interpreter-control{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:.65rem;min-width:0;padding:18px 20px;display:grid}.requirements-interpreter-control label{min-width:0;display:grid}.requirements-interpreter-control textarea{resize:vertical;width:100%;min-width:0;min-height:82px;color:var(--text);font:inherit;background:#fbfcfb;border:1px solid #aeb9b3;border-radius:6px;padding:.7rem .8rem;font-size:.88rem;line-height:1.45}.requirements-interpreter-control textarea:focus{border-color:var(--accent);outline:3px solid #dfe8ff}.requirements-interpreter-control>.button{align-self:stretch;min-width:178px}.requirements-interpreter-control>p{border-left:3px solid;grid-column:1/-1;margin:0;padding:.45rem .65rem;font-size:.78rem;font-weight:720}.requirements-interpreter-control>p.success{color:#176b58;background:#edf8f3;border-color:#38a17e}.requirements-interpreter-control>p.error{color:#9f3b2f;background:#fff2ef;border-color:#d66050}.requirements-grid{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);display:grid;overflow:hidden}.requirements-settings,.requirements-source{min-width:0;padding:24px}.requirements-settings{color:#fff;background:#171d25;flex-direction:column;display:flex}.requirements-heading,.requirements-section-heading{align-items:flex-start;gap:.75rem;display:flex}.requirements-heading-icon,.requirements-section-heading>span{color:#171d25;background:#f0c64b;border-radius:6px;flex:none;place-items:center;width:34px;height:34px;font-size:.75rem;font-weight:850;display:inline-grid}.requirements-heading>div,.requirements-section-heading>div{min-width:0}.requirements-heading>div>span{color:#f0c64b;font-size:.68rem;font-weight:850;display:block}.requirements-heading h2,.requirements-section-heading h2{letter-spacing:0;margin:0;font-size:1.08rem}.requirements-heading h2{color:#fff}.requirements-heading p,.requirements-section-heading p{margin:.25rem 0 0;font-size:.82rem;line-height:1.45}.requirements-heading p{color:#aeb8c5}.requirements-section-heading p{color:var(--muted)}.requirements-fields{gap:.8rem;margin-top:20px;display:grid}.requirements-field{gap:.34rem;min-width:0;display:grid}.requirements-field>span:first-child{color:#b6c0cb;font-size:.73rem;font-weight:740}.requirements-input-unit{color:#9eabb8;background:#11171e;border:1px solid #4a5664;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-right:.65rem;font-size:.73rem;font-weight:740;display:grid;overflow:hidden}.requirements-input-unit input,.requirements-field select{color:#fff;background:#11171e;border:0;width:100%;min-width:0;min-height:42px;padding:.5rem .62rem}.requirements-field select{border:1px solid #4a5664;border-radius:6px}.requirements-segmented{border:1px solid #46515e;border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.requirements-segmented button{color:#c7d0db;cursor:pointer;background:#11171e;border:0;border-right:1px solid #46515e;min-height:40px;font-size:.76rem;font-weight:740}.requirements-segmented button:last-child{border-right:0}.requirements-segmented button.active{color:#171d25;background:#f0c64b}.requirements-dimensions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.requirements-share-button{color:#fff;background:0 0;border-color:#56616f;width:100%;margin-top:18px}.requirements-share-button:hover{background:#242d37}.requirements-source{background:#fff;flex-direction:column;gap:16px;display:flex}.requirements-source .requirements-section-heading>span{color:var(--accent-strong);background:#e8eefc}.requirements-source .upload-zone{flex:auto;min-height:315px}.requirements-privacy{color:var(--muted);align-items:flex-start;gap:.42rem;margin:0;font-size:.76rem;display:flex}.requirements-privacy svg{color:var(--teal);flex:none}.requirements-report{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;gap:16px;padding:22px 24px;display:grid}.requirements-report .requirements-section-heading>span{color:#176b58;background:#e7f4ef}.requirements-report-summary{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.requirements-verdict{border:1px solid #d6ddd9;border-radius:6px;flex:none;align-items:center;gap:.5rem;min-height:44px;padding:.55rem .75rem;font-size:.82rem;display:inline-flex}.requirements-verdict.waiting{color:#5f6b65;background:#f5f7f6}.requirements-verdict.pass{color:#176b58;background:#e8f6f0;border-color:#9ed2c0}.requirements-verdict.fail{color:#9f3b2f;background:#fff2ef;border-color:#e4b2a9}.requirements-checks{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.requirements-check{border-right:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr);align-content:start;gap:.65rem;min-width:0;padding:14px;display:grid}.requirements-check.pass{box-shadow:inset 0 3px #38a17e}.requirements-check.fail{box-shadow:inset 0 3px #d66050}.requirements-check-icon{border-radius:50%;place-items:center;width:28px;height:28px;display:inline-grid}.requirements-check.pass .requirements-check-icon{color:#176b58;background:#dff3eb}.requirements-check.fail .requirements-check-icon{color:#a53d31;background:#fde6e2}.requirements-check>div{gap:.12rem;min-width:0;display:grid}.requirements-check>div strong{font-size:.84rem}.requirements-check>div span{color:var(--muted);font-size:.7rem}.requirements-check dl{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.requirements-check dl div{border-top:1px solid #e5e9e7;min-width:0;padding-top:.45rem}.requirements-check dt{color:var(--muted);font-size:.66rem}.requirements-check dd{overflow-wrap:anywhere;margin:.12rem 0 0;font-size:.78rem;font-weight:720}.requirements-comparison{border-top:1px solid var(--border);gap:12px;min-width:0;padding-top:16px;display:grid}.requirements-comparison-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.requirements-comparison-heading h3{letter-spacing:0;margin:0;font-size:1rem}.requirements-comparison-heading>strong{color:#176b58;background:#e8f6f0;border:1px solid #a9d6c7;border-radius:4px;flex:none;padding:.35rem .55rem;font-size:.75rem}.requirements-comparison-heading>strong.is-larger{color:#9f3b2f;background:#fff2ef;border-color:#e4b2a9}.requirements-comparison-stage{--comparison-position:50%;user-select:none;background:#111820;border:1px solid #26313c;border-radius:6px;height:clamp(260px,46vw,520px);min-height:240px;position:relative;overflow:hidden}.requirements-comparison-image{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.requirements-comparison-image.corrected{clip-path:inset(0 calc(100% - var(--comparison-position)) 0 0)}.requirements-comparison-label{z-index:3;color:#fff;pointer-events:none;background:#0b1117d1;border-radius:4px;padding:.3rem .48rem;font-size:.7rem;font-weight:760;position:absolute;top:12px}.requirements-comparison-label.corrected{left:12px}.requirements-comparison-label.original{right:12px}.requirements-comparison-range{z-index:5;opacity:0;cursor:ew-resize;width:100%;height:100%;margin:0;position:absolute;inset:0}.requirements-comparison-divider{top:0;bottom:0;left:var(--comparison-position);z-index:4;pointer-events:none;background:#fff;width:2px;position:absolute;transform:translate(-50%);box-shadow:0 0 0 1px #0000002e}.requirements-comparison-divider>span{color:#fff;background:#176b58;border:2px solid #fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 12px #00000047}.requirements-comparison-range:focus-visible~.requirements-comparison-divider>span{outline-offset:3px;outline:3px solid #f0c64b}.requirements-comparison-details{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.requirements-comparison-details>div{gap:.12rem;min-width:0;padding:10px 12px;display:grid}.requirements-comparison-details>div:first-child{border-right:1px solid var(--border)}.requirements-comparison-details dt,.requirements-comparison-details small{color:var(--muted);font-size:.7rem}.requirements-comparison-details dd{overflow-wrap:anywhere;margin:0;font-size:.82rem;font-weight:740}.requirements-output-name{min-width:0;color:var(--muted);grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:.45rem;margin:0;font-size:.75rem;display:grid}.requirements-output-name svg{color:var(--teal)}.requirements-output-name strong{overflow-wrap:anywhere;min-width:0;color:var(--ink)}.requirements-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.requirements-actions .button{min-width:220px}.requirements-share-result-status{color:var(--teal);text-align:right;margin:-4px 0 0;font-size:.78rem;font-weight:720}.site-footer{background:#eef2ef;margin-top:0}@media (width<=1020px){.requirements-grid{grid-template-columns:minmax(290px,.85fr) minmax(0,1.15fr)}.requirements-checks{grid-template-columns:1fr}.smart-preset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.smart-preset-button:nth-child(4){border-right:0}.smart-preset-button:nth-child(-n+4){border-bottom-color:var(--border)}.smart-preset-button.active:nth-child(-n+4){border-bottom-color:var(--goal-color,var(--accent))}.smart-stage{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)}.batch-dropzone{grid-template-columns:auto minmax(0,1fr)}.batch-add-actions{grid-column:1/-1;justify-content:flex-start}.batch-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}}@media (width<=920px){.desktop-nav-cta,.nav-actions{display:none}.mobile-nav{margin-left:auto;display:block}.smart-stage,.smart-result-panel,.home-privacy-layout,.home-demo-layout,.batch-main-grid,.requirements-grid,.requirements-interpreter{grid-template-columns:1fr}.requirements-source .upload-zone{min-height:270px}.batch-file-list{max-height:480px}.tool-form-grid:not(:has(.tool-side img)){grid-template-columns:minmax(0,1fr)}.smart-plan-panel{border-radius:0 0 7px 7px}.batch-settings-panel{min-height:auto}.home-privacy-layout{gap:2rem}}@media (width<=640px){.content-shell,.nav-shell{width:min(100% - 24px, var(--max))}h1{font-size:39px}h2{font-size:26px}.site-header{backdrop-filter:none}.nav-shell{min-height:58px}.brand-mark{width:32px;height:32px}.home-hero{padding:34px 0 26px}.home-hero-copy{font-size:1rem}.home-trust-row{gap:.4rem .8rem;margin-top:1rem;font-size:.82rem}.home-workspace-band{padding:14px 0 22px}.home-demo-band{padding:16px 0 22px}.home-demo-layout{gap:1.2rem}.home-demo-image{height:210px}.home-demo-copy>.button{width:100%}.smart-goal-section{padding:18px 16px 0}.smart-preset-grid{overscroll-behavior-inline:contain;scrollbar-width:thin;margin-inline:-16px;display:flex;overflow-x:auto}.smart-preset-button{flex:0 0 104px;min-width:104px;border-bottom-color:#0000!important}.smart-preset-button.active{border-bottom-color:var(--goal-color,var(--accent))!important}.smart-source-panel,.smart-plan-panel,.smart-result-panel{padding:18px 16px}.smart-plan-metrics,.home-privacy-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-control-grid{grid-template-columns:1fr}.custom-field-wide{grid-column:auto}.upload-zone{min-height:250px}.upload-selected-layout{grid-template-columns:1fr}.upload-selected-image{width:100%;height:190px}.upload-selected-copy{justify-items:stretch}.upload-selected-copy .button{width:100%}.smart-result-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.home-shortcuts{padding:52px 0}.home-section-heading{flex-direction:column;align-items:flex-start;gap:1rem}.shortcut-list{grid-template-columns:1fr}.home-limit-links{grid-template-columns:1fr;gap:1.25rem}.home-limit-grid{grid-template-columns:1fr}.shortcut-row{grid-template-columns:60px minmax(0,1fr) auto;padding:.95rem .8rem}.home-privacy-band{padding:50px 0}.home-privacy-facts{gap:.65rem}.home-privacy-facts dt{font-size:1.35rem}.tool-hero{padding:34px 0 14px}.tool-hero h1{font-size:36px}.tool-area{padding-top:14px}.batch-dropzone,.batch-dropzone.compact{grid-template-columns:42px minmax(0,1fr);gap:12px;min-height:0;padding:16px}.batch-drop-icon{width:42px;height:42px}.batch-drop-icon svg{width:22px;height:22px}.batch-add-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.batch-add-actions .button{white-space:normal;width:100%}.batch-add-actions .quiet{grid-column:1/-1}.batch-file-panel,.batch-settings-panel,.batch-result-band{padding:16px}.batch-file-row{grid-template-columns:52px minmax(0,1fr) auto;gap:9px}.batch-file-row>img{width:52px;height:52px}.batch-row-action .button{color:#0000;gap:0;width:38px;min-width:38px;min-height:38px;padding:0;overflow:hidden}.batch-row-action .button svg{color:#fff;width:17px;height:17px;margin:auto}.batch-dimension-fields{grid-template-columns:1fr}.batch-totals{grid-template-columns:1fr;gap:10px}.batch-totals>div,.batch-totals>div:first-child{border-right:0;border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;padding:0 0 8px}.batch-totals>div:last-child{border-bottom:0}.batch-download-all{flex-direction:column;align-items:stretch}.batch-download-all .button{width:100%}.requirements-settings,.requirements-source,.requirements-report,.requirements-interpreter-heading,.requirements-interpreter-control{padding:16px}.requirements-interpreter-control{grid-template-columns:1fr}.requirements-interpreter-control>.button,.requirements-interpreter-control>p{grid-column:auto;width:100%}.requirements-dimensions{grid-template-columns:1fr}.requirements-report-summary{flex-direction:column;align-items:stretch;gap:1rem}.requirements-verdict{justify-content:center}.requirements-comparison-heading{align-items:flex-start}.requirements-comparison-stage{height:280px;min-height:220px}.requirements-output-name{grid-template-columns:auto minmax(0,1fr)}.requirements-output-name strong{grid-column:2}.requirements-check dl{grid-template-columns:1fr;gap:.35rem}.requirements-actions,.requirements-actions .button{width:100%}.requirements-share-result-status{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
