:root{--logo-fill:#2563eb;--font-sans:"Open Sans", system-ui, -apple-system, sans-serif;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.5}[data-theme=light]{color-scheme:light;color:#1a1a1a;--surface:#fff;--surface-muted:#f0f2f5;--border:#e2e5eb;--border-strong:#cfd4dc;--text:#1a1a1a;--text-muted:#5c6370;--text-faint:#8b919a;--link:#1d4ed8;--link-hover:#1e40af;--accent:#2563eb;--accent-text:#fff;--shadow:0 1px 3px #00000014;--shadow-lg:0 12px 40px #0000001f;--mega-bg:#fff;--header-bg:#fff;background-color:#f5f6f8}[data-theme=dark]{color-scheme:dark;color:#e8eaed;--logo-fill:#22c55e;--surface:#171b22;--surface-muted:#12161c;--border:#2a3039;--border-strong:#3c4450;--text:#e8eaed;--text-muted:#9aa0a6;--text-faint:#7d838c;--link:#4ade80;--link-hover:#86efac;--accent:#22c55e;--accent-text:#fff;--shadow:0 1px 3px #0006;--shadow-lg:0 12px 40px #00000073;--mega-bg:#1a1f28;--header-bg:#14181e;background-color:#0f1216}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background-color:inherit;margin:0}#root{min-height:100vh}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:200;background:var(--header-bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0}.site-header__inner{align-items:center;gap:1.5rem;max-width:1200px;height:64px;margin:0 auto;padding:0 1.25rem;display:flex}.site-brand{color:var(--text);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;display:flex}.site-brand:hover{color:var(--text);opacity:.9}.site-brand__text{color:var(--text)}.site-nav{flex:1;align-items:center;gap:.25rem;display:flex}.site-nav__dropdown{position:relative}.site-nav__trigger{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem .75rem;font-family:inherit;font-size:.95rem;font-weight:500;display:inline-flex}.site-nav__trigger:hover,.site-nav__trigger:focus-visible,.site-nav__trigger[aria-expanded=true]{background:var(--accent);color:var(--accent-text)}.site-nav__trigger:hover .site-nav__chevron,.site-nav__trigger:focus-visible .site-nav__chevron,.site-nav__trigger[aria-expanded=true] .site-nav__chevron{opacity:1;color:inherit}.site-nav__chevron{opacity:.65;transition:transform .2s}.site-nav__chevron.is-open{transform:rotate(180deg)}.site-nav__link{color:var(--text);border-radius:8px;padding:.5rem .75rem;font-size:.95rem;font-weight:500}.site-nav__link:hover,.site-nav__link:focus-visible{background:var(--accent);color:var(--accent-text)}.site-nav__link.active{color:var(--accent)}.site-nav__link.active:hover,.site-nav__link.active:focus-visible{color:var(--accent-text)}.nav-search{z-index:210;flex:0 280px;min-width:0;position:relative}.nav-search__field{align-items:center;display:flex;position:relative}.nav-search__icon{color:var(--text-faint);pointer-events:none;position:absolute;left:.7rem}.nav-search__input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;padding:.45rem .65rem .45rem 2.35rem;font-family:inherit;font-size:.875rem}.nav-search__input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.nav-search__input::placeholder{color:var(--text-faint)}.nav-search__panel{background:var(--mega-bg);border:1px solid var(--border);max-height:min(60vh,380px);box-shadow:var(--shadow-lg);border-radius:10px;padding:.65rem 0;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto}.nav-search__hint,.nav-search__empty{color:var(--text-muted);margin:0 .85rem .65rem;font-size:.82rem;line-height:1.45}.nav-search__section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);margin:.5rem .85rem .25rem;font-size:.65rem;font-weight:700}.nav-search__section-label:first-of-type{margin-top:0}.nav-search__results{margin:0;padding:0;list-style:none}.nav-search__results a{color:var(--text);padding:.45rem .85rem;font-size:.88rem;display:block}.nav-search__results a:hover{background:var(--surface-muted);color:var(--link)}.nav-search__footer{border-top:1px solid var(--border);margin-top:.25rem;padding-top:.5rem}.nav-search__footer a{color:var(--link);padding:.4rem .85rem;font-size:.82rem;font-weight:600;display:block}.nav-search__footer a:hover{text-decoration:underline}.nav-search__footer--split{flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem;padding-left:.85rem;padding-right:.85rem;display:flex}.nav-search__footer--split a{padding:.35rem 0;display:inline-block}.mega-panel{z-index:50;background:var(--mega-bg);border:1px solid var(--border);min-width:min(100vw - 2.5rem,520px);max-height:min(70vh,560px);box-shadow:var(--shadow-lg);border-radius:12px;position:absolute;top:calc(100% + .5rem);left:0;overflow:visible}.mega-panel:before{content:"";height:.75rem;position:absolute;bottom:100%;left:0;right:0}.mega-panel__inner{border-radius:12px;max-height:min(70vh,560px);padding:1rem 1.25rem 1.25rem;overflow:hidden auto}.mega-panel__column--image{border-left:3px solid var(--accent);padding-left:1rem}.mega-panel__heading{color:var(--text);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:flex}.mega-panel__heading-icon{color:var(--accent)}.mega-panel__featured{color:var(--link);margin-bottom:.85rem;padding:.35rem 0;font-size:.95rem;font-weight:600;display:block}.mega-panel__featured:hover{text-decoration:underline}.mega-panel__links{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.15rem 1.25rem;margin:0;padding:0;list-style:none;display:grid}.mega-panel__links a{color:var(--text-muted);border-radius:4px;padding:.35rem 0;font-size:.88rem;display:block}.mega-panel__links a:hover{color:var(--link)}.site-header__actions{background:var(--surface-muted);border-radius:10px;flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem .35rem;display:flex}.theme-icon-btn{width:38px;height:38px;color:var(--text-muted);cursor:pointer;box-sizing:border-box;background:0 0;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;display:flex}.theme-icon-btn:hover{color:var(--text);background:var(--surface)}.theme-icon-btn.is-active{color:var(--accent);background:var(--surface);border-color:var(--accent);box-shadow:var(--shadow)}.site-footer{text-align:center;color:var(--text-faint);border-top:1px solid var(--border);background:var(--header-bg);margin-top:auto;padding:1.5rem 1.25rem;font-size:.8rem}.site-footer__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .65rem;margin:0 0 .65rem;padding:0;list-style:none;display:flex}.site-footer__links li{margin:0}.site-footer__link{color:var(--link);text-decoration:none}.site-footer__link:hover{text-decoration:underline}.site-footer__meta{font-size:inherit;color:inherit;margin:0}.page--info{max-width:42rem}.info-article{color:var(--text-muted);font-size:.95rem;line-height:1.6}.info-article p{margin:0 0 1rem}.info-article p:last-child{margin-bottom:0}.info-article__link{color:var(--link);text-decoration:none}.info-article__link:hover{text-decoration:underline}.page{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.25rem 3rem}.page--home,.page--convert{max-width:960px}.page__intro{margin-bottom:1.5rem}.page__title{letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.page__lead{color:var(--text-muted);margin:0;font-size:1rem}.breadcrumb{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--link)}.breadcrumb__current{color:var(--text-faint)}.hero{text-align:center;padding:2.5rem 1rem 2rem}.hero__title{letter-spacing:-.03em;color:var(--text);margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.hero__subtitle{max-width:36rem;color:var(--text-muted);margin:0 auto 1.5rem;font-size:1.05rem}.hero__cta{justify-content:center;display:flex}.hero__cta--row{flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.section{margin-top:2.5rem}.section--muted{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:2rem;padding:1.5rem 1.25rem}.section__title{color:var(--text);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.section__lead{max-width:42rem;color:var(--text-muted);margin:-.35rem 0 1rem;font-size:.95rem;line-height:1.45}.section--centered-head{text-align:center}.section--centered-head .section__intro-frame{border:1px solid var(--border);border-top:3px solid var(--accent);background:radial-gradient(ellipse 130% 95% at 50% -15%, color-mix(in srgb, var(--accent) 24%, transparent), var(--surface) 58%);width:100%;max-width:1100px;box-shadow:var(--shadow), 0 0 0 1px color-mix(in srgb, var(--accent) 14%, transparent), 0 6px 28px color-mix(in srgb, var(--accent) 16%, transparent), 0 14px 56px color-mix(in srgb, var(--accent) 10%, transparent);box-sizing:border-box;color:inherit;cursor:pointer;border-radius:12px;margin:0 auto 1.5rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,background-color .2s;display:block}.section--centered-head .section__intro-frame:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));box-shadow:var(--shadow-lg), 0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent), 0 10px 40px color-mix(in srgb, var(--accent) 22%, transparent), 0 22px 72px color-mix(in srgb, var(--accent) 14%, transparent)}.section--centered-head .section__intro-frame:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.section--centered-head .section__intro-frame .section__title{letter-spacing:-.035em;margin:0 0 .65rem;font-size:clamp(1.45rem,2.8vw,1.85rem);font-weight:700;line-height:1.15}.section--centered-head .section__intro-frame .section__lead{max-width:none;margin:0;font-size:1.02rem;line-height:1.5}.section--centered-head .section__intro-frame__accent{color:var(--accent);font-weight:600}.section--popular-conversions .section__title{text-align:center;letter-spacing:-.035em;border:1px solid var(--border);border-top:3px solid var(--accent);background:var(--surface);width:100%;max-width:1100px;box-shadow:var(--shadow);box-sizing:border-box;color:var(--text);border-radius:12px;margin:0 auto 1.25rem;padding:1.1rem 1.5rem;font-size:clamp(1.45rem,2.8vw,1.85rem);font-weight:700;line-height:1.15}.section--popular-conversions ul.tile-grid.tile-grid--cells{border-style:solid;border-width:2px;border-color:var(--accent);background-color:var(--accent);max-width:1100px;box-shadow:var(--shadow);gap:2px;margin-left:auto;margin-right:auto}.section--popular-conversions .tile-grid--cells .tile{text-align:center;justify-content:center}.tile-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.tile{background:var(--surface);border:1px solid var(--border);color:var(--text);box-shadow:var(--shadow);border-radius:10px;padding:1rem 1.1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .15s,background-color .15s,color .15s,transform .15s,box-shadow .15s;display:block}.tile:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-text);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tile--tool{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.tile__title{font-size:.95rem;font-weight:700}.tile__blurb{opacity:.92;font-size:.82rem;font-weight:400;line-height:1.35}.tile-grid--tools{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media (width>=640px){.tile-grid--tools{grid-template-columns:repeat(3,minmax(0,1fr))}}.forge-tools-grid,.compress-home-grid,.convert-home-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto;padding:0;list-style:none;display:grid}@media (width>=560px){.forge-tools-grid,.compress-home-grid,.convert-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.forge-tools-grid,.compress-home-grid,.convert-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.forge-tools-grid>li,.compress-home-grid>li,.convert-home-grid>li{min-width:0}.forge-tools-grid .tile--forge-home,.compress-home-grid .tile--compress-home,.convert-home-grid .tile--convert-home{border:1px solid var(--border);border-top:3px solid var(--accent);background:var(--surface);text-align:left;border-radius:14px;height:100%;min-height:10.5rem;padding:1.35rem 1.4rem;transition:border-color .2s,background-color .2s,box-shadow .2s,color .2s,transform .15s}.forge-tools-grid .tile--forge-home.tile--tool,.compress-home-grid .tile--compress-home.tile--tool,.convert-home-grid .tile--convert-home.tile--tool{align-items:stretch;gap:0}.convert-home-grid .tile--convert-home .tile__home-tool-visual,.compress-home-grid .tile--compress-home .tile__home-tool-visual,.forge-tools-grid .tile--forge-home .tile__home-tool-visual{justify-content:center;align-items:center;width:100%;margin-bottom:.35rem;display:flex}.convert-home-grid .tile--convert-home .tile__home-tool-icon,.compress-home-grid .tile--compress-home .tile__home-tool-icon,.forge-tools-grid .tile--forge-home .tile__home-tool-icon{width:40px;height:40px;color:var(--accent);opacity:.92;flex-shrink:0}.convert-home-grid .tile--convert-home:hover .tile__home-tool-icon,.compress-home-grid .tile--compress-home:hover .tile__home-tool-icon,.forge-tools-grid .tile--forge-home:hover .tile__home-tool-icon{color:var(--accent-text);opacity:1}.forge-tools-grid .tile--forge-home .tile__title,.compress-home-grid .tile--compress-home .tile__title,.convert-home-grid .tile--convert-home .tile__title{text-align:center;letter-spacing:-.025em;width:100%;color:var(--text);font-size:1.0625rem;font-weight:700;line-height:1.25}.forge-tools-grid .tile--forge-home .tile__blurb,.compress-home-grid .tile--compress-home .tile__blurb,.convert-home-grid .tile--convert-home .tile__blurb{text-align:center;letter-spacing:.06em;text-transform:uppercase;width:100%;max-width:100%;color:var(--text-muted);opacity:1;border:none;margin-top:.4rem;padding:0;font-size:.6875rem;font-weight:600;line-height:1.35;display:block}.forge-tools-grid .tile--forge-home:hover .tile__blurb,.compress-home-grid .tile--compress-home:hover .tile__blurb,.convert-home-grid .tile--convert-home:hover .tile__blurb{color:#ffffffe0}.forge-tools-grid .tile__detail,.compress-home-grid .tile__detail,.convert-home-grid .tile__detail{border-top:1px solid var(--border);width:100%;color:var(--text-muted);text-align:start;hyphens:none;margin-top:.9rem;padding-top:.9rem;font-size:.8125rem;font-weight:400;line-height:1.6}.forge-tools-grid .tile--forge-home:hover,.compress-home-grid .tile--compress-home:hover,.convert-home-grid .tile--convert-home:hover{background:var(--accent);color:var(--accent-text);border-color:#ffffff80 #ffffff47 #ffffff47;border-top-style:solid;border-top-width:3px}[data-theme=dark] .forge-tools-grid .tile--forge-home:hover,[data-theme=dark] .compress-home-grid .tile--compress-home:hover,[data-theme=dark] .convert-home-grid .tile--convert-home:hover,[data-theme=dark] a.blog-card:hover,[data-theme=dark] .tile-grid--cells{background:color-mix(in srgb, var(--accent) 30%, var(--surface))}[data-theme=dark] .section--popular-conversions ul.tile-grid.tile-grid--cells{background:var(--accent);border-color:var(--accent)}[data-theme=dark] .section--popular-conversions .tile-grid--cells .tile:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-text)}[data-theme=dark] .tile-grid--cells .tile:hover{background:color-mix(in srgb, var(--accent) 30%, var(--surface))}.forge-tools-grid .tile--forge-home:hover .tile__title,.compress-home-grid .tile--compress-home:hover .tile__title,.convert-home-grid .tile--convert-home:hover .tile__title{color:var(--accent-text)}.forge-tools-grid .tile--forge-home:hover .tile__detail,.compress-home-grid .tile--compress-home:hover .tile__detail,.convert-home-grid .tile--convert-home:hover .tile__detail{color:#ffffffe6;border-top-color:#ffffff38}[data-theme=dark] .forge-tools-grid .tile--forge-home .tile__title,[data-theme=dark] .compress-home-grid .tile--compress-home .tile__title,[data-theme=dark] .convert-home-grid .tile--convert-home .tile__title{color:#f1f3f5}[data-theme=dark] .forge-tools-grid .tile--forge-home .tile__blurb,[data-theme=dark] .compress-home-grid .tile--compress-home .tile__blurb,[data-theme=dark] .convert-home-grid .tile--convert-home .tile__blurb{color:#c1c5cb}[data-theme=dark] .forge-tools-grid .tile__detail,[data-theme=dark] .compress-home-grid .tile__detail,[data-theme=dark] .convert-home-grid .tile__detail{color:#c8ccd2}[data-theme=dark] .forge-tools-grid .tile--forge-home:hover .tile__title,[data-theme=dark] .compress-home-grid .tile--compress-home:hover .tile__title,[data-theme=dark] .convert-home-grid .tile--convert-home:hover .tile__title{color:var(--accent-text)}[data-theme=dark] .forge-tools-grid .tile--forge-home:hover .tile__blurb,[data-theme=dark] .compress-home-grid .tile--compress-home:hover .tile__blurb,[data-theme=dark] .convert-home-grid .tile--convert-home:hover .tile__blurb{color:#ffffffe0}[data-theme=dark] .page--convert .page__lead{color:#c8ccd2}[data-theme=dark] .page--convert .breadcrumb,[data-theme=dark] .page--convert .breadcrumb a{color:#c1c5cb}[data-theme=dark] .page--convert .breadcrumb a:hover{color:var(--link-hover)}[data-theme=dark] .page--convert .breadcrumb__current{color:#a8adb3}[data-theme=dark] .tile.tile--tool:not(:hover):not(:focus-visible) .tile__title{color:#f1f3f5}[data-theme=dark] .tile.tile--tool:not(:hover):not(:focus-visible) .tile__blurb{color:#c8ccd2;opacity:1}[data-theme=dark] .converter.card .converter__help{color:#c8ccd2}[data-theme=dark] .converter.card .converter__footnote{color:#a8adb3}[data-theme=dark] .converter.card .drop-subtitle{color:#c8ccd2}[data-theme=dark] .converter.card .drop-hint{color:#a8adb3}[data-theme=dark] .converter.card .field{color:#c8ccd2}[data-theme=dark] .converter.card .field__hint{color:#a8adb3}[data-theme=dark] .usage-guide__lead,[data-theme=dark] .usage-guide__privacy p{color:#c8ccd2}[data-theme=dark] .convert-cross-promo__banner-title{color:#f1f3f5}[data-theme=dark] .convert-cross-promo__banner-intro{color:#c8ccd2}[data-theme=dark] .convert-cross-promo .section__intro-frame .section__title{color:#f1f3f5}[data-theme=dark] .convert-cross-promo .section__intro-frame .section__lead{color:#c8ccd2}.tile-grid--cells{background:var(--accent);border:1px solid var(--accent);box-shadow:var(--shadow);border-radius:12px;gap:1px;overflow:hidden}.tile-grid--cells>li{background:var(--surface);min-height:0;display:flex}.tile-grid--cells .tile{box-shadow:none;border:none;border-radius:0;flex:1;align-items:center;min-height:4.25rem;display:flex}.tile-grid--cells.tile-grid--tools .tile{align-items:flex-start;min-height:5.5rem;padding:1.1rem 1.15rem}.tile-grid--cells .tile--tool{flex-direction:column;justify-content:center;gap:.4rem}.tile-grid--cells .tile:not(.tile--tool){padding:1rem 1.15rem}.tile-grid--cells .tile:hover{transform:none}.tile-grid--cells .tile:focus-visible{outline-offset:-3px;z-index:1;position:relative}.forge-radio-row{flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;display:flex}.steps{color:var(--text-muted);margin:0;padding-left:1.25rem}.steps li{margin-bottom:.5rem}.btn--lg{padding:.65rem 1.35rem;font-size:1rem}.btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.5rem .9rem;font-family:inherit;font-size:.9rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn--primary:hover{filter:brightness(1.06);color:var(--accent-text)}.btn--danger{color:#fff;background:#dc2626;border-color:#b91c1c}.btn--danger:hover:not(:disabled){filter:brightness(1.08);color:#fff}.converter.card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);box-shadow:var(--shadow);border-radius:12px;padding:1.35rem 1.4rem 1.4rem}.converter__block{margin-bottom:1.35rem}.converter__block:last-of-type{margin-bottom:0}.converter__block--settings{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;margin-left:-.25rem;margin-right:-.25rem;padding:1rem 1.1rem}.converter__heading{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin:0 0 .4rem;font-size:.82rem;font-weight:700}.converter__help{color:var(--text-muted);margin:0 0 .85rem;font-size:.9rem;line-height:1.45}.converter__help strong{color:var(--text);font-weight:600}.converter__settings-row{flex-wrap:wrap;align-items:flex-start;gap:1.1rem 1.5rem;display:flex}.converter__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.converter__footnote{border-top:1px solid var(--border);color:var(--text-faint);margin:1rem 0 0;padding-top:.85rem;font-size:.78rem;line-height:1.4}.dropzone{border:2px dashed var(--border-strong);text-align:center;background:var(--surface);border-radius:12px;justify-content:center;align-items:center;min-height:168px;padding:2rem 1.5rem;transition:border-color .15s,background .15s;display:flex}.dropzone:hover,.dropzone:focus-within{border-color:var(--accent);background:var(--surface-muted)}.dropzone:hover .drop-cta,.dropzone:focus-within .drop-cta{filter:brightness(1.05)}.drop-label{cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;max-width:22rem;display:flex}.drop-cta{letter-spacing:.02em;background:var(--accent);border:1px solid var(--accent);color:var(--accent-text);border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:1.05rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #0000000f}.drop-subtitle{color:var(--text-muted);font-size:.9rem;line-height:1.35}.drop-hint{color:var(--text-faint);font-size:.8rem}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.file-list li{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.9rem;display:flex}.file-list li:last-child{border-bottom:none}.fname{text-overflow:ellipsis;white-space:nowrap;color:var(--text);flex:1;overflow:hidden}.fmt{text-transform:uppercase;color:var(--link);font-size:.75rem;font-weight:600}.compress-results{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--link);box-shadow:var(--shadow);border-radius:10px;margin-top:1.25rem;padding:1.1rem 1.2rem 1.2rem}.compress-results__title{text-align:center;color:var(--text);margin:0;padding:1rem 0 1.15rem;font-size:1.05rem;font-weight:700}.compress-results__lead{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem;line-height:1.45}.compress-results__scroll{margin:0 -.15rem;padding:0 .15rem;overflow-x:auto}.compress-results__table{border-collapse:collapse;width:100%;font-size:.82rem}.compress-results__table th,.compress-results__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.5rem .65rem}.compress-results__table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;background:var(--surface);font-size:.75rem;font-weight:600}.compress-results__table tbody tr:last-child td{border-bottom:none}.compress-results__table tbody tr:hover td{background:color-mix(in srgb, var(--accent) 12%, transparent)}.compress-results__file{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;color:var(--text);font-weight:500;overflow:hidden}.compress-results__fmt{color:var(--text);white-space:normal;font-size:.72rem;font-weight:600;line-height:1.35}.compress-results__fmt-kind{text-transform:uppercase;color:var(--link)}.compress-results__fmt-dims{color:var(--text-muted);text-transform:none;font-weight:500}.compress-results__num{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text);text-align:right!important}.compress-results__delta{white-space:nowrap;color:var(--text-muted);font-size:.8rem}.field{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.field--grow{flex:200px;min-width:0}.field__label{color:var(--text);font-size:.82rem;font-weight:600}.field__hint{color:var(--text-faint);font-size:.75rem;line-height:1.35}label.field.field--checkbox-row{cursor:pointer;flex-direction:row;align-items:flex-start;gap:.55rem;max-width:42rem;margin-top:.9rem}.field--checkbox-row input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent);flex-shrink:0;margin-top:.2rem}.field--checkbox-row__text{flex-direction:column;gap:.2rem;display:flex}.field__checkbox-title{color:var(--text);font-size:.82rem;font-weight:600}.converter-ico-sizes{flex-wrap:wrap;gap:.55rem 1rem;max-width:42rem;margin:.45rem 0 .35rem;display:flex}.converter-ico-sizes__item{cursor:pointer;color:var(--text);align-items:center;gap:.35rem;margin:0;font-size:.82rem;display:inline-flex}.converter-ico-sizes__item input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent)}.field__value-pill{background:var(--surface);border:1px solid var(--accent);color:var(--text);border-radius:8px;align-self:flex-start;margin:0;padding:.45rem .75rem;font-size:.95rem;font-weight:600;display:inline-block}.field__range-wrap{align-items:center;gap:.65rem;display:flex}.field--quality input[type=range]{min-width:120px;accent-color:var(--accent);flex:1}.field select{border:1px solid var(--accent);background:var(--surface);width:100%;max-width:320px;color:var(--text);border-radius:8px;padding:.5rem .65rem;font-family:inherit;font-size:.9rem}.field input.field__input--compact{box-sizing:border-box;border:1px solid var(--accent);background:var(--surface);width:100%;max-width:320px;min-height:38px;color:var(--text);border-radius:8px;padding:.5rem .65rem;font-family:inherit;font-size:.9rem}.quality-val{font-variant-numeric:tabular-nums;color:var(--text);min-width:2rem;font-size:.9rem;font-weight:600}.btn--small{padding:.3rem .55rem;font-size:.8rem}.actions{flex-wrap:wrap;gap:.6rem;display:flex}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn.primary:hover:not(:disabled){filter:brightness(1.06)}.btn.ghost{color:var(--link);background:0 0;border-color:#0000}.btn:not(:disabled):hover{filter:brightness(1.03)}.btn:disabled{opacity:.45;cursor:not-allowed}.status{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-muted);text-align:center;border-radius:8px;margin:1rem 0 0;padding:.75rem .85rem;font-size:.9rem;line-height:1.4}.status--busy{color:#713f12;background:#fef9c3;border-color:#eab308;font-weight:600}[data-theme=dark] .status--busy{color:#fde047;background:#eab30838;border-color:#facc158c}.status--success{color:#047857;background:#d1fae5;border-color:#6ee7b7;font-weight:600}[data-theme=dark] .status--success{color:#6ee7b7;background:#10b98133;border-color:#34d39973}.status--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca;font-weight:600}[data-theme=dark] .status--error{color:#fca5a5;background:#ef444424;border-color:#f8717166}.hint{color:var(--text-faint);margin:1rem 0 0;font-size:.85rem}.hint.small{margin-top:.75rem;font-size:.78rem}@media (width<=720px){.site-header__inner{flex-wrap:wrap;row-gap:.65rem;height:auto;padding-top:.75rem;padding-bottom:.75rem}.site-header__actions{margin-left:auto}.nav-search{flex:100%;order:2;width:100%;max-width:100%}.site-nav{order:3;width:100%;padding-top:.5rem}.mega-panel{min-width:unset;width:calc(100vw - 2rem);left:0;right:0}}.ad-region{justify-content:center;padding:0 1.25rem;display:flex}.ad-region--home{margin:.5rem 0 1.75rem}.ad-region--tool{margin-top:1.75rem}.usage-guide{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);box-shadow:var(--shadow);border-radius:12px;margin-top:1.75rem;padding:1.25rem 1.35rem 1.35rem}.usage-guide__title{letter-spacing:-.02em;color:var(--accent);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.usage-guide__lead{color:var(--text-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.usage-guide__steps{color:var(--text);margin:0;padding-left:1.35rem;font-size:.9rem;line-height:1.55}.usage-guide__steps li{margin-bottom:.55rem}.usage-guide__steps li:last-child{margin-bottom:0}.usage-guide__steps strong{color:var(--accent);font-weight:600}.usage-guide__privacy{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;margin-top:1.15rem;padding:.9rem 1rem}.usage-guide__privacy-title{letter-spacing:.07em;text-transform:uppercase;color:var(--accent);margin:0 0 .4rem;font-size:.7rem;font-weight:700}.usage-guide__privacy p{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.55}.usage-guide__privacy strong{color:var(--accent);font-weight:600}.convert-cross-promo{margin-top:2.25rem}.convert-cross-promo__banner{text-align:center;border:1px solid var(--border);border-left:3px solid var(--accent);border-right:3px solid var(--accent);background:var(--surface);max-width:44rem;box-shadow:var(--shadow);border-radius:12px;margin:0 auto 1.35rem;padding:1.25rem 1.5rem 1.35rem}.convert-cross-promo__banner-title{letter-spacing:-.03em;color:var(--text);margin:0 0 .65rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:700;line-height:1.2}.convert-cross-promo__banner-intro{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.55}.convert-cross-promo__spotlight{margin-top:.25rem}.ad-region--footer{border-top:1px solid var(--border);background:var(--surface-muted);margin-top:auto;padding-top:1.5rem;padding-bottom:.5rem}.ad-slot{width:100%;max-width:728px}.ad-slot__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);text-align:center;margin-bottom:.35rem;font-size:.65rem;font-weight:600;display:block}.ad-slot__frame{border:1px dashed var(--border-strong);background:var(--surface);color:var(--text-faint);box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;display:flex}.ad-slot__placeholder{font-variant-numeric:tabular-nums;user-select:none;font-size:.75rem}.ad-slot--leaderboard .ad-slot__frame{max-width:728px;min-height:90px;margin:0 auto}.ad-slot--rectangle{max-width:300px}.ad-slot--rectangle .ad-slot__frame{min-height:250px}.ad-slot--compact{max-width:400px}.ad-slot--compact .ad-slot__frame{min-height:100px}@media (width<=760px){.ad-slot--leaderboard .ad-slot__frame{min-height:50px}.ad-slot--compact .ad-slot__frame{min-height:80px}}.page--blog .page__title{color:var(--accent)}.page--blog,.page--blog-post{max-width:960px}.blog-index__header{margin-bottom:2rem}.blog-section{margin-bottom:2.5rem}.blog-section__title{color:var(--accent);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.2rem;font-weight:700}.blog-section__desc{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.5}.blog-card-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}a.blog-card{border:1px solid var(--border);background:var(--surface);height:100%;box-shadow:var(--shadow);color:inherit;border-radius:10px;flex-direction:column;gap:.4rem;padding:1rem 1.1rem;text-decoration:none;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex}a.blog-card:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-text);box-shadow:var(--shadow-lg);transform:translateY(-1px)}a.blog-card:hover .blog-card__title{color:var(--accent-text)}a.blog-card:hover .blog-card__date,a.blog-card:hover .blog-card__meta{color:color-mix(in srgb, var(--accent-text) 82%, transparent)}a.blog-card:hover .blog-card__excerpt{color:color-mix(in srgb, var(--accent-text) 92%, transparent)}a.blog-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.blog-card__date{letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);font-size:.72rem;font-weight:600;transition:color .15s}.blog-card__title{color:var(--accent);margin:0;font-size:1rem;font-weight:700;line-height:1.35;transition:color .15s}.blog-card__excerpt{color:var(--text-muted);flex:1;margin:0;font-size:.85rem;line-height:1.45;transition:color .15s}.blog-card__meta{color:var(--text-faint);font-size:.75rem;transition:color .15s}.blog-article__header{margin-bottom:2rem}.blog-article__meta{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.blog-article__title{letter-spacing:-.03em;color:var(--accent);margin:0 0 .75rem;font-size:1.85rem;font-weight:800;line-height:1.2}.blog-article__deck{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.55}.blog-article__body{margin-bottom:2rem}.blog-article__section{margin-bottom:1.75rem}.blog-article__section-title{color:var(--accent);margin:0 0 .65rem;font-size:1.15rem;font-weight:700}.blog-article__p{color:var(--text);margin:0 0 .85rem;font-size:.95rem;line-height:1.65}.blog-article__p:last-child{margin-bottom:0}.blog-article__ul{color:var(--text);margin:.5rem 0 0;padding-left:1.25rem;font-size:.95rem;line-height:1.6}.blog-article__ul li{margin-bottom:.4rem}.blog-article__ul strong,.blog-article__p strong{color:var(--accent);font-weight:600}.blog-article__footer{border:1px solid var(--border);background:#e3f2fd;border-radius:10px;gap:1.25rem;margin-bottom:1.5rem;padding:1.15rem 1.2rem;display:grid}[data-theme=dark] .blog-article__footer{background:color-mix(in srgb, var(--accent) 16%, var(--surface-muted))}.blog-article__related-title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.blog-article__related-list{margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.5}.blog-article__related-list a{color:var(--link)}.blog-article__related-list a:hover{text-decoration:underline}.blog-article__back{margin:0;font-size:.9rem}.blog-article__back a{color:var(--link);font-weight:600}.blog-article__back a:hover{text-decoration:underline}
