:root{color:#171822;font-synthesis:none;text-rendering:optimizelegibility;--ink:#171822;--muted:#6c7080;--soft:#f6f7fb;--card:#fff;--line:#e5e7ef;--accent:#5c55f5;--accent-dark:#4740dc;--accent-soft:#eeecff;--success:#187a55;--danger:#b42318;--shadow:0 24px 72px #1e203417;background:#f6f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;margin:0}body{background:var(--soft);min-width:320px;color:var(--ink)}button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}[hidden]{display:none!important}::selection{color:#211c58;background:#dcd9ff}.site-container{width:min(1080px,100% - 40px);margin:0 auto}.skip-link{z-index:100;border:2px solid var(--accent);background:#fff;border-radius:10px;padding:10px 14px;font-weight:800;position:fixed;top:-100px;left:16px}.skip-link:focus{top:16px}.site-header{z-index:50;backdrop-filter:blur(18px);background:#f6f7fbe6;border-bottom:1px solid #e2e4ecd9;position:sticky;top:0}.header-inner{align-items:center;gap:26px;min-height:64px;display:flex}.brand{letter-spacing:-.035em;align-items:center;gap:11px;font-weight:850;display:inline-flex}.brand-mark{flex:none;width:30px;height:28px;display:inline-block;position:relative}.brand-mark span{border:2px solid var(--ink);background:#fff;border-radius:6px;width:18px;height:18px;position:absolute}.brand-mark span:first-child{top:8px;left:0}.brand-mark span:nth-child(2){background:#f4f3ff;border-color:#9c98ff;top:4px;left:7px}.brand-mark span:nth-child(3){border-color:var(--accent);background:var(--accent);top:0;right:0}.main-nav{align-items:center;gap:26px;margin-left:auto;display:flex}.main-nav a{color:#5e6271;font-size:14px;font-weight:680;transition:color .15s}.main-nav a:hover{color:var(--ink)}.privacy-chip{color:#5d6170;background:#ffffffd1;border:1px solid #dedfe7;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:12px;font-weight:760;display:inline-flex}.privacy-chip>span{background:#27a36f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e8f7ef}.hero{padding:48px 0 34px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#5c55f529,#5c55f500 69%);width:720px;height:720px;position:absolute;top:-475px;left:50%;transform:translate(-50%)}.hero-copy{text-align:center;max-width:880px;margin:0 auto;position:relative}.eyebrow,.section-kicker,.tool-kicker,.workspace-label{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:880}.eyebrow{background:#ffffffc2;border:1px solid #dbd8ff;border-radius:999px;align-items:center;gap:9px;padding:7px 11px;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%}.hero h1{letter-spacing:-.063em;margin:15px 0 13px;font-size:clamp(42px,5.3vw,66px);line-height:.99}.hero h1 span{color:#707382}.hero-lead{max-width:780px;color:var(--muted);margin:0 auto;font-size:clamp(15px,1.8vw,18px);line-height:1.55}.hero-trust{color:#575b69;flex-wrap:wrap;justify-content:center;gap:18px;margin-top:17px;font-size:12px;font-weight:760;display:flex}.hero-trust span:before{content:"✓";color:var(--success);margin-right:5px}.hero-converter{margin-top:28px;position:relative}.page-hero{background:linear-gradient(#fafaff,#f6f7fb);border-bottom:1px solid #e8e9ef;padding:64px 0 46px}.page-hero h1{letter-spacing:-.058em;margin:11px 0 15px;font-size:clamp(42px,5vw,62px);line-height:1.01}.page-hero p{max-width:780px;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.breadcrumbs{color:#858894;gap:8px;margin-bottom:17px;font-size:12px;display:flex}.breadcrumbs a:hover{color:var(--accent-dark)}.converter-card{box-shadow:var(--shadow);background:#fff;border:1px solid #e1e3eb;border-radius:24px;overflow:clip}.converter-topbar{background:linear-gradient(#fff,#fcfcfe);border-bottom:1px solid #eceef4;justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:12px 18px;display:flex}.converter-topbar>div:first-child{flex-direction:column;gap:3px;display:flex}.converter-topbar strong{font-size:14px}.engine-state{color:#777a88;align-items:center;gap:8px;font-size:12px;font-weight:720;display:inline-flex}.engine-dot{background:#b7b9c3;border-radius:50%;width:8px;height:8px}.engine-state[data-state=loading] .engine-dot{background:#d89c26;animation:1s infinite pulse;box-shadow:0 0 0 4px #fff2d8}.engine-state[data-state=ready]{color:#19724e}.engine-state[data-state=ready] .engine-dot{background:#25a36f;box-shadow:0 0 0 4px #e7f7ef}.engine-state[data-state=error]{color:var(--danger)}.engine-state[data-state=error] .engine-dot{background:var(--danger)}@keyframes pulse{50%{opacity:.45;transform:scale(.82)}}.converter-app{padding:16px;position:relative}.drop-zone{text-align:center;cursor:pointer;background:linear-gradient(#fbfbfd,#f8f9fc);border:1.5px dashed #ced1dc;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:285px;padding:30px 20px;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--accent);background:#faf9ff;box-shadow:inset 0 0 0 3px #5c55f50d}.drop-zone.is-dragging{transform:scale(1.002)}.drop-icon{background:#fff;border:1px solid #e3e4eb;border-radius:16px;place-items:center;width:54px;height:54px;margin-bottom:16px;display:grid;box-shadow:0 8px 24px #22243a12}.drop-icon svg{fill:none;width:24px;height:24px;stroke:var(--ink);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.drop-zone h2{letter-spacing:-.045em;margin:0;font-size:clamp(27px,3vw,34px);line-height:1.08}.drop-zone p{color:var(--muted);margin:10px 0 18px;font-size:14px}.choose-button{background:var(--ink);color:#fff;border-radius:12px;min-width:145px;padding:13px 19px;font-weight:820;box-shadow:0 7px 18px #17182221}.drop-zone small{color:#858895;align-items:center;gap:7px;margin-top:13px;font-size:12px;display:flex}.privacy-dot{background:#24a36d;border-radius:50%;width:7px;height:7px}.notice{z-index:80;color:#6d4d00;background:#fff8e8;border:1px solid #eedcae;border-radius:12px;width:max-content;max-width:calc(100vw - 28px);padding:11px 14px;font-size:12px;font-weight:700;position:fixed;top:78px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #1414141a}.notice[data-type=error]{color:#8a241b;background:#fff0ef;border-color:#f2cbc7}.workspace{padding:2px 1px 0}.workspace-header{justify-content:space-between;align-items:flex-start;gap:18px;padding:8px 4px 18px;display:flex}.workspace-header h2{letter-spacing:-.04em;margin:5px 0 4px;font-size:27px}.workspace-header p{color:#7b7e8a;margin:0;font-size:12px}.workspace-actions{gap:5px;display:flex}.text-button,.row-action,.remove-action{cursor:pointer;background:0 0;border:0}.text-button{color:#737783;border-radius:9px;padding:8px 9px;font-size:12px;font-weight:760}.text-button:hover{color:var(--ink);background:#f1f2f6}.text-button.strong{color:var(--accent-dark)}.settings-card{background:#fafafd;border:1px solid #e7e8ef;border-radius:15px;grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:20px;margin-bottom:12px;padding:15px 17px;display:grid}.field{color:#555867;align-items:center;gap:10px;font-size:12px;font-weight:760;display:flex}.field select{min-width:112px;color:var(--ink);background:#fff;border:1px solid #d7d9e2;border-radius:9px;padding:9px 32px 9px 10px;font-weight:760}.quality-field input{min-width:160px;accent-color:var(--accent);flex:1}.quick-field{align-items:center;gap:9px;display:flex}.quick-field>span{color:#898c98;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.quick-outputs{gap:5px;display:flex}.quick-output{color:#5f6270;cursor:pointer;background:#fff;border:1px solid #e1e3eb;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:820}.quick-output:hover,.quick-output.is-active{background:var(--accent-soft);color:var(--accent-dark);border-color:#c9c5ff}.progress-wrap{background:#f8f7ff;border:1px solid #dedcff;border-radius:13px;margin:0 0 12px;padding:12px 14px}.progress-copy{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.progress-copy strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.progress-copy span{color:#7d7f8c;flex:none;font-size:10px}.progress-track{background:#e5e2ff;border-radius:999px;height:6px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);width:0;height:100%;transition:width .2s;display:block}.file-list{overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff;border:1px solid #e7e8ef;border-radius:15px;max-height:390px;overflow-y:auto}.file-list::-webkit-scrollbar{width:10px}.file-list::-webkit-scrollbar-thumb{background:#d9dbe4;border:3px solid #fff;border-radius:999px}.file-row{border-bottom:1px solid #eceef3;grid-template-columns:minmax(0,1fr) minmax(130px,auto) 110px;align-items:center;gap:14px;min-height:72px;padding:11px 14px;display:grid}.file-row:last-child{border-bottom:0}.file-main{align-items:center;gap:12px;min-width:0;display:flex}.format-badge{color:#554ddd;letter-spacing:.04em;background:#f0efff;border:1px solid #e0deff;border-radius:10px;flex:none;place-items:center;width:42px;height:42px;font-size:8px;font-weight:900;display:grid}.file-text{min-width:0}.file-text strong,.file-text span{display:block}.file-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.file-text span{color:#8b8e99;margin-top:4px;font-size:10px}.file-status{color:#6f727e;text-align:right;font-size:11px;font-weight:720}.status-success .file-status{color:var(--success)}.status-error .file-status{color:var(--danger)}.row-actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.row-action{color:var(--accent-dark);border-radius:8px;padding:7px 8px;font-size:11px;font-weight:820}.row-action:hover{background:var(--accent-soft)}.remove-action{color:#999ca7;border-radius:8px;width:32px;height:32px;font-size:19px}.remove-action:hover{color:var(--ink);background:#f2f3f6}.batch-action-bar{z-index:4;background:linear-gradient(#ffffff8c,#fff 28%);margin-top:12px;padding:12px 0 0;position:sticky;bottom:0}.result-summary{color:#505360;text-align:center;margin:0 0 9px;font-size:12px;font-weight:760}.batch-buttons{gap:8px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;min-height:50px;padding:12px 18px;font-weight:820;transition:transform .12s,box-shadow .12s}.primary-button{color:#fff;background:linear-gradient(#20212d,#14151d);border:0;flex:1;box-shadow:0 7px 18px #17182221}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #1718222e}.secondary-button{color:#4f5260;background:#fff;border:1px solid #dcdfe7}.secondary-button:hover:not(:disabled){background:#f6f7fa}.danger-button{color:var(--danger);background:#fff8f7;border-color:#edceca}button:disabled,input:disabled,select:disabled{opacity:.52;cursor:not-allowed}.proof-strip{background:#fff;border-top:1px solid #e6e8ee;border-bottom:1px solid #e6e8ee}.proof-grid{grid-template-columns:repeat(4,1fr);display:grid}.proof-grid>div{border-right:1px solid #eceef3;flex-direction:column;gap:3px;padding:24px 22px;display:flex}.proof-grid>div:last-child{border-right:0}.proof-grid strong{letter-spacing:-.025em;font-size:17px}.proof-grid span{color:#7b7e8b;font-size:11px}.content-section{padding:84px 0}.content-section.white{background:#fff;border-top:1px solid #eceef2;border-bottom:1px solid #eceef2}.section-heading{max-width:830px;margin-bottom:36px}.section-heading.wide{max-width:none}.section-heading h2{letter-spacing:-.052em;margin:9px 0 13px;font-size:clamp(32px,4vw,46px);line-height:1.06}.section-heading p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.category-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.category-card{background:#fff;border:1px solid #e3e5ec;border-radius:18px;grid-template-columns:54px 1fr auto;align-items:flex-start;gap:17px;min-height:170px;padding:22px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid;position:relative}.category-card--live:hover{border-color:#cbc7ff;transform:translateY(-2px);box-shadow:0 15px 35px #23253a12}.category-card--planned{opacity:.73;background:#fafbfc}.category-icon{background:var(--accent-soft);width:54px;height:54px;color:var(--accent-dark);border-radius:15px;place-items:center;font-size:20px;font-weight:900;display:grid}.category-card h3{letter-spacing:-.035em;margin:7px 0;font-size:21px}.category-card p{color:#777a87;margin:0;font-size:12px;line-height:1.55}.live-badge,.planned-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:880;display:inline-flex}.live-badge{color:#16704d;background:#e7f7ef}.planned-badge{color:#777a86;background:#eceef2}.category-arrow{color:var(--accent-dark);align-self:center;font-size:22px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.step-card{background:#fff;border:1px solid #e5e7ee;border-radius:18px;min-height:220px;padding:24px}.step-number{color:var(--accent-dark);letter-spacing:.08em;font-size:11px;font-weight:900}.step-card h3{letter-spacing:-.03em;margin:38px 0 9px;font-size:19px}.step-card p{color:#777a87;margin:0;font-size:12px;line-height:1.65}.format-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.format-card{background:#fff;border:1px solid #e5e7ee;border-radius:16px;padding:20px}.format-card>span{background:var(--accent-soft);min-width:52px;color:var(--accent-dark);border-radius:9px;justify-content:center;padding:6px 8px;font-size:10px;font-weight:900;display:inline-flex}.format-card h3{letter-spacing:-.03em;margin:14px 0 7px;font-size:17px}.format-card p{color:#777a87;margin:0;font-size:12px;line-height:1.6}.faq-block{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:64px;display:grid}.faq-list{border-top:1px solid #e1e3ea}.faq-list details{border-bottom:1px solid #e1e3ea}.faq-list summary{cursor:pointer;justify-content:space-between;gap:16px;padding:19px 0;font-size:14px;font-weight:790;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#9295a0;font-size:19px;transition:transform .15s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#737682;margin:-5px 0 20px;font-size:13px;line-height:1.68}.article-shell{padding:64px 0 90px}.article{max-width:820px}.article h2{letter-spacing:-.045em;margin:44px 0 13px;font-size:30px}.article h3{letter-spacing:-.03em;margin:30px 0 10px;font-size:20px}.article p,.article li{color:#646876;font-size:15px;line-height:1.76}.article p{margin:0 0 18px}.article ul{padding-left:22px}.article strong{color:var(--ink)}.callout{background:#f8f7ff;border:1px solid #dedcff;border-radius:15px;margin:28px 0;padding:20px 22px}.callout strong{margin-bottom:6px;display:block}.callout p{margin:0}.related-grid{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:20px;display:grid}.related-card{background:#fff;border:1px solid #e2e4eb;border-radius:13px;padding:16px;font-size:13px;font-weight:790;display:inline-block}.related-card:hover{color:var(--accent-dark);border-color:#c9c5ff}.converter-page-wrap{padding:34px 0 74px}.converter-info-grid{grid-template-columns:repeat(3,1fr);gap:13px;margin-top:18px;display:grid}.converter-info-card{background:#fff;border:1px solid #e5e7ee;border-radius:15px;padding:18px}.converter-info-card strong{margin-bottom:6px;font-size:13px;display:block}.converter-info-card span{color:#7a7d89;font-size:11px;line-height:1.55}.closing-cta{padding:0 0 84px}.closing-card{color:#fff;background:linear-gradient(135deg,#242532,#181923);border-radius:22px;justify-content:space-between;align-items:center;gap:30px;padding:35px 38px;display:flex}.closing-card h2{letter-spacing:-.045em;max-width:700px;margin:7px 0 0;font-size:clamp(27px,3.3vw,38px);line-height:1.08}.light-kicker{color:#c8c4ff}.cta-button{color:var(--ink);background:#fff;border-radius:12px;flex:none;padding:12px 17px;font-size:12px;font-weight:850}.site-footer{background:#fff;border-top:1px solid #e3e5eb}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:46px;padding:54px 0 42px;display:grid}.footer-brand p{color:#6c6f7c;max-width:300px;margin:15px 0 7px;font-size:13px;line-height:1.6}.footer-note{color:#92949e;font-size:10px}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links strong{text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:11px}.footer-links a{color:#70737f;font-size:12px}.footer-links a:hover{color:var(--accent-dark)}.footer-bottom{color:#9698a2;border-top:1px solid #eceef2;justify-content:space-between;align-items:center;min-height:58px;font-size:10px;display:flex}@media (width<=900px){.main-nav{gap:16px}.main-nav a:nth-child(3),.main-nav a:nth-child(4){display:none}.settings-card{grid-template-columns:1fr 1fr}.quick-field{grid-column:1/-1}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(-n+2){border-bottom:1px solid #eceef3}.format-grid{grid-template-columns:repeat(2,1fr)}.faq-block{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:1.7fr repeat(3,1fr);gap:26px}}@media (width<=680px){.site-container{width:min(1080px,100% - 28px)}.header-inner{min-height:60px}.brand{font-size:14px}.main-nav{display:none}.privacy-chip{margin-left:auto;font-size:10px}.hero{padding:38px 0 28px}.hero h1{font-size:clamp(38px,12vw,52px)}.hero-lead{font-size:15px}.hero-trust{gap:10px 14px}.converter-card{border-radius:20px}.converter-topbar{flex-direction:column;align-items:flex-start}.converter-app{padding:12px}.drop-zone{min-height:310px;padding:28px 16px}.workspace-header{flex-direction:column}.workspace-actions{justify-content:flex-end;width:100%}.settings-card{flex-direction:column;align-items:stretch;gap:13px;display:flex}.field{justify-content:space-between}.quality-field input{min-width:0}.quick-field{flex-direction:column;align-items:flex-start}.quick-outputs{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.quick-output{text-align:center}.file-list{max-height:340px}.file-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:76px}.file-status{text-align:left;grid-area:2/1/auto/-1;padding-left:54px}.row-actions{grid-area:1/2}.batch-buttons{grid-template-columns:1fr;display:grid}.secondary-button,.primary-button{width:100%}.category-grid,.steps-grid,.format-grid,.converter-info-grid,.related-grid{grid-template-columns:1fr}.category-card{grid-template-columns:48px 1fr auto;min-height:145px;padding:18px}.category-icon{width:48px;height:48px}.content-section{padding:68px 0}.page-hero{padding:48px 0 36px}.page-hero h1{font-size:42px}.article-shell{padding:45px 0 70px}.closing-card{flex-direction:column;align-items:flex-start;padding:28px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px}.footer-brand{grid-column:1/-1}}@media (width<=420px){.privacy-chip{padding:7px 9px;font-size:0}.privacy-chip:after{content:"Private";font-size:10px}.quick-outputs{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:38px}.page-hero h1{font-size:36px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:focus-visible{outline-offset:3px;outline:3px solid #5c55f557}.page-hero .hero-inner{max-width:none}.page-hero h1{max-width:1040px}.page-hero p{max-width:900px}.settings-card{grid-template-columns:auto minmax(280px,1fr);grid-template-areas:"output quality""quick quick";align-items:stretch;gap:0;padding:0;display:grid;overflow:hidden}.output-field{grid-area:output;min-height:64px;padding:13px 0 13px 17px}.quality-field{grid-area:quality;min-width:0;min-height:64px;padding:13px 17px 13px 28px}.quality-field input{width:100%;min-width:180px}.quick-field{background:#ffffff9e;border-top:1px solid #e7e8ef;grid-area:quick;min-height:48px;padding:10px 17px}.quick-field>span{min-width:94px}.hero{padding:28px 0 24px}.hero:before{width:680px;height:680px;top:-520px}.hero-copy{max-width:1080px}.hero h1{white-space:nowrap;margin:11px 0 10px;font-size:clamp(38px,4vw,54px);line-height:.99}.hero-lead{max-width:760px;font-size:clamp(14px,1.45vw,16px);line-height:1.48}.hero-trust{gap:14px;margin-top:12px}.hero-converter{margin-top:20px}.converter-card--compact .converter-topbar{min-height:52px;padding-top:9px;padding-bottom:9px}.converter-card--compact .converter-app{padding:12px}.converter-card--compact .drop-zone{min-height:245px;padding:22px 18px}.converter-card--compact .drop-icon{width:48px;height:48px;margin-bottom:12px}.converter-card--compact .drop-zone h2{font-size:clamp(26px,2.5vw,31px)}.converter-card--compact .drop-zone p{margin:8px 0 14px}.converter-card--compact .choose-button{padding:11px 18px}.converter-card--compact .drop-zone small{margin-top:10px}.page-hero--converter{padding:28px 0 24px}.page-hero--converter .breadcrumbs{margin-bottom:10px}.page-hero--converter h1{margin:9px 0;font-size:clamp(38px,4vw,52px);line-height:.99}.page-hero--converter p{max-width:900px;font-size:15px;line-height:1.5}.converter-page-wrap--compact{padding-top:20px}.converter-platform-section{scroll-margin-top:76px}.content-article-shell{padding:64px 0 84px}.content-article-grid{grid-template-columns:minmax(0,744px) minmax(220px,280px);align-items:start;gap:56px;display:grid}.content-article-grid>*,.content-article,.content-aside{min-width:0}.content-aside{align-self:stretch}.content-article{width:100%;max-width:none;margin:0;padding:0}.content-article h2,.content-article h3{scroll-margin-top:92px}.content-article h2{margin-top:52px}.content-article h2:first-child{margin-top:0}.content-article h3{margin-top:34px}.content-article p,.content-article li{font-size:15px;line-height:1.78}.content-article ul,.content-article ol{padding-left:22px}.content-article li+li{margin-top:8px}.content-aside-sticky{overscroll-behavior:contain;scrollbar-gutter:stable;gap:14px;max-height:calc(100vh - 104px);display:grid;position:sticky;top:88px;overflow-y:auto}.toc-card,.aside-card{background:#ffffffd1;border:1px solid #e3e5ed;border-radius:16px;min-width:0;padding:18px;box-shadow:0 12px 36px #1e20340b}.toc-card strong,.aside-card strong{letter-spacing:.02em;margin-bottom:10px;font-size:12px;display:block}.toc-card a,.aside-card a{color:#656977;overflow-wrap:anywhere;border-top:1px solid #eceef3;justify-content:space-between;gap:10px;min-width:0;padding:8px 0;font-size:12px;line-height:1.35;display:flex}.toc-card a:first-of-type,.aside-card a:first-of-type{border-top:0}.toc-card a:hover,.aside-card a:hover{color:var(--accent-dark)}.aside-note{color:#858895;margin:0;padding:0 4px;font-size:11px;line-height:1.55}.quick-answer{background:linear-gradient(#faf9ff,#f6f5ff);border:1px solid #dcd9ff;border-radius:16px;margin:0 0 34px;padding:18px 20px}.quick-answer strong{margin-bottom:5px;font-size:13px;display:block}.quick-answer p{margin:0}.comparison-table-wrap{overscroll-behavior-x:contain;background:#fff;border:1px solid #e3e5ed;border-radius:16px;width:100%;min-width:0;max-width:100%;margin:24px 0 32px;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;min-width:620px;font-size:13px}.comparison-table th,.comparison-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eceef3;padding:13px 15px}.comparison-table th{color:#484b58;text-transform:uppercase;letter-spacing:.06em;background:#fafafd;font-size:11px}.comparison-table tr:last-child td{border-bottom:0}.content-checklist{gap:10px;margin:22px 0 30px;list-style:none;display:grid;padding:0!important}.content-checklist li{background:#fff;border:1px solid #e8e9ef;border-radius:12px;padding:12px 14px 12px 38px;position:relative}.content-checklist li:before{content:"✓";color:var(--success);font-weight:900;position:absolute;top:12px;left:14px}.content-wide-section{padding:72px 0}.content-wide-section.white{background:#fff;border-top:1px solid #eceef2;border-bottom:1px solid #eceef2}.content-intro-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start;gap:28px;display:grid}.content-summary-card{background:#fff;border:1px solid #e1e3eb;border-radius:16px;min-width:0;padding:20px}.content-summary-card strong{margin-bottom:8px;display:block}.content-summary-card p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.65}@media (width<=900px){.hero h1{white-space:normal}.content-article-grid,.content-intro-grid{grid-template-columns:minmax(0,1fr)}.content-aside{align-self:auto}.content-aside-sticky{scrollbar-gutter:auto;max-height:none;position:static;overflow-y:visible}.toc-card{display:none}}@media (width<=760px){.settings-card{grid-template-columns:1fr;grid-template-areas:"output""quick""quality"}.output-field,.quality-field{flex-direction:column;align-items:flex-start;gap:8px;width:100%;min-height:0;padding:14px}.quality-field{border-top:1px solid #e7e8ef}.output-field select,.quality-field input{width:100%}.quick-field{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px 14px}.quick-field>span{min-width:0}.quick-outputs{flex-wrap:wrap}.hero{padding:30px 0 22px}.hero h1{font-size:clamp(38px,11vw,50px)}.hero-converter{margin-top:18px}.page-hero--converter{padding:28px 0 22px}.page-hero--converter h1{font-size:clamp(36px,10vw,48px)}.converter-page-wrap--compact{padding-top:16px}.converter-card--compact .drop-zone{min-height:270px}.content-article-shell,.content-wide-section{padding:48px 0 58px}.content-article p,.content-article li{font-size:14px;line-height:1.72}}.converter-page-hero{background:linear-gradient(#fafaff,#f6f7fb);border-bottom:1px solid #e8e9ef;padding:20px 0 16px}.converter-page-hero-inner{max-width:none}.converter-page-breadcrumbs{margin-bottom:8px;font-size:11px}.converter-page-eyebrow{padding:5px 9px;font-size:10px}.converter-page-hero h1{letter-spacing:-.055em;max-width:1040px;margin:8px 0 7px;font-size:clamp(34px,3.55vw,46px);line-height:1}.converter-page-hero p{max-width:900px;color:var(--muted);margin:0;font-size:14px;line-height:1.45}.converter-page-tool{padding:16px 0 44px}.converter-page-tool .converter-info-grid{margin-top:12px}.converter-page-tool .converter-card--compact .converter-topbar{min-height:50px;padding-top:8px;padding-bottom:8px}.converter-page-tool .converter-card--compact .converter-app{padding:11px}.converter-page-tool .converter-card--compact .drop-zone{min-height:238px;padding:18px}.converter-page-tool .converter-card--compact .drop-icon{width:46px;height:46px;margin-bottom:10px}.converter-page-tool .converter-card--compact .drop-zone h2{font-size:clamp(25px,2.35vw,30px)}.converter-page-tool .converter-card--compact .drop-zone p{margin:7px 0 12px}.converter-page-tool .converter-card--compact .choose-button{padding:10px 17px}.converter-page-tool .converter-card--compact .drop-zone small{margin-top:9px}@media (width<=760px){.converter-page-hero{padding:18px 0 15px}.converter-page-breadcrumbs{margin-bottom:7px}.converter-page-hero h1{margin-top:7px;font-size:clamp(32px,9.5vw,42px)}.converter-page-hero p{font-size:13px;line-height:1.45}.converter-page-tool{padding:12px 0 36px}.converter-page-tool .converter-card--compact .drop-zone{min-height:250px}}
