:root{--ink: #11110f;--paper: #f3f2ec;--white: #fffef9;--muted: #6e6d67;--line: #c9c8c0;--soft-line: #deddd6;--acid: #d8ff3e;--danger: #cb2f24;--shell: min(1180px, calc(100vw - 48px) );--font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", Arial, sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body,button,select{font-family:var(--font-sans)}button,select,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}h1,h2,h3,p{margin-top:0}[hidden]{display:none!important}::selection{color:var(--ink);background:var(--acid)}.shell{width:var(--shell);margin-inline:auto}.section-grid{background-image:linear-gradient(to right,rgba(17,17,15,.05) 1px,transparent 1px);background-size:calc((min(1180px,100vw - 48px)) / 12) 100%;background-position:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;border-bottom:1px solid transparent;transition:background .2s ease,border-color .2s ease,transform .2s ease}.site-header.is-scrolled{background:#f3f2eceb;border-bottom-color:var(--line);backdrop-filter:blur(16px)}.nav-shell{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:-.04em}.brand-mark{display:grid;width:28px;height:28px;place-items:center;color:var(--white);background:var(--ink);font-family:Georgia,serif;font-size:17px;font-style:italic}.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.desktop-nav a{position:relative;color:#4e4d48;font-size:13px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.nav-actions{display:flex;align-items:center;gap:12px}.language-picker{position:relative}.language-control{display:flex;height:36px;min-width:96px;align-items:center;justify-content:space-between;gap:7px;padding:0 9px;border:1px solid var(--line);color:var(--ink);background:#ffffff59;font-size:11px;font-weight:800;cursor:pointer}.language-control:hover,.language-control:focus-visible,.language-picker.is-open .language-control{border-color:var(--ink);background:var(--white);outline:0}.language-globe{width:16px;fill:none;stroke:currentColor;stroke-width:1.3}.language-chevron{width:12px;fill:none;stroke:currentColor;stroke-width:1.3;transition:transform .18s ease}.language-picker.is-open .language-chevron{transform:rotate(180deg)}.language-menu{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:168px;padding:5px;border:1px solid var(--ink);background:var(--white);box-shadow:6px 6px 0 var(--ink)}.language-menu:before{content:"";position:absolute;right:19px;bottom:100%;width:9px;height:9px;border-top:1px solid var(--ink);border-left:1px solid var(--ink);background:var(--white);transform:translateY(5px) rotate(45deg)}.language-menu button{position:relative;display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;padding:0 10px;border:0;color:var(--ink);background:transparent;font-size:12px;text-align:left;cursor:pointer}.language-menu button:hover,.language-menu button:focus-visible{outline:0;background:#e8e7df}.language-menu button[aria-selected=true]{color:var(--white);background:var(--ink)}.language-menu small{font-family:var(--font-mono);font-size:8px;opacity:.65}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:16px;padding:0 22px;border:1px solid var(--ink);border-radius:0;font-size:13px;font-weight:750;line-height:1;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.button:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--acid)}.button-dark{color:var(--white);background:var(--ink)}.button-light{color:var(--ink);border-color:var(--white);background:var(--white)}.button-light:hover{box-shadow:4px 4px 0 var(--acid)}.button-outline{color:var(--ink);background:transparent}.button-small{min-height:36px;padding-inline:15px;font-size:11px}.button-compact{min-height:38px;padding-inline:14px;font-size:11px}.button-arrow svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.5}.text-link{display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:28px;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:25px;height:1px;background:currentColor}.eyebrow .status-dot{width:6px;height:6px;margin-left:-35px;border-radius:50%;background:#6ba400;box-shadow:0 0 0 4px #6ba4001f}.eyebrow-inverse{color:var(--white)}.hero{min-height:850px;padding-top:154px;overflow:hidden;border-bottom:1px solid var(--ink)}.hero-grid{display:grid;min-height:560px;grid-template-columns:1.28fr .72fr;align-items:center;gap:60px}.hero-copy{position:relative;z-index:2;padding-bottom:48px}.hero h1{max-width:870px;margin-bottom:30px;font-size:clamp(64px,7.3vw,112px);font-weight:800;line-height:.88;letter-spacing:-.075em}.hero h1 span{display:block}.hero h1 .title-outline{color:transparent;-webkit-text-stroke:1.5px var(--ink)}.hero-body{max-width:620px;margin-bottom:36px;color:#4d4c47;font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px}.hero-aside{position:relative;height:470px}.document-stack{position:absolute;top:15px;right:15px;width:340px;height:430px}.paper{position:absolute;width:270px;height:350px;border:1px solid var(--ink)}.paper-back{top:20px;right:0;background:var(--ink);transform:rotate(9deg)}.paper-back span,.paper-middle span{position:absolute;right:12px;bottom:8px;font-family:var(--font-mono);font-size:10px;font-weight:700}.paper-back span{color:var(--white)}.paper-middle{top:35px;right:35px;background:#d5d4cd;transform:rotate(-7deg)}.paper-front{z-index:2;top:45px;right:28px;padding:22px;background:var(--white);box-shadow:9px 10px #11110f21;transform:rotate(2deg)}.paper-top{display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--ink);font-family:var(--font-mono);font-size:9px;font-weight:700}.code-line{width:100%;height:5px;margin-top:13px;background:#c4c3bc}.code-line.line-strong{width:64%;height:11px;margin-top:28px;background:var(--ink)}.code-line.line-short{width:38%}.code-line.line-mid{width:72%}.code-line.line-small{width:48%;height:8px;margin-top:18px}.code-gap{height:22px}.cursor-block{width:8px;height:14px;margin-top:20px;background:var(--ink);animation:cursorBlink 1s steps(1) infinite}.convert-arrow{position:absolute;z-index:4;bottom:5px;left:-22px;width:100px;fill:none;stroke:var(--ink);stroke-width:1.6}.proof-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.proof-row>div{display:flex;min-height:88px;align-items:center;gap:18px;padding:0 24px;border-right:1px solid var(--line);font-size:12px;font-weight:750;letter-spacing:.02em;text-transform:uppercase}.proof-row>div:first-child{border-left:1px solid var(--line)}.proof-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--ink);font-family:var(--font-mono);font-size:9px}.converter-section{padding:115px 0 95px;color:var(--white);background:var(--ink)}.section-heading{margin-bottom:42px}.heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.heading-row h2{max-width:760px;margin-bottom:0;font-size:clamp(50px,6vw,86px);line-height:.95;letter-spacing:-.065em}.privacy-pill{display:flex;align-items:center;gap:9px;margin-bottom:8px;padding:9px 12px;border:1px solid #55554f;font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 4px #d8ff3e1f;animation:pulse 2s ease infinite}.converter-frame{border:1px solid #53534e;background:#1a1a17;box-shadow:12px 12px #292924}.converter-toolbar{display:grid;height:48px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid #53534e;font-family:var(--font-mono);font-size:9px;color:#aaa9a1}.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border:1px solid #77766e;border-radius:50%}.toolbar-path{padding:6px 18px;border:1px solid #41413d}.wasm-label{justify-self:end;color:var(--acid)}.converter-body{display:grid;min-height:520px;grid-template-columns:1fr 1fr}.drop-panel{display:flex;min-width:0;flex-direction:column;padding:34px;border-right:1px solid #53534e;background:#f2f1eb;color:var(--ink)}.dropzone{display:flex;min-height:388px;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:34px;border:1px dashed #92918a;outline:0;background-color:#faf9f4;background-image:linear-gradient(rgba(17,17,15,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.035) 1px,transparent 1px);background-size:24px 24px;text-align:center;cursor:pointer;transition:border .2s,background .2s,transform .2s}.dropzone:hover,.dropzone:focus-visible,.dropzone.is-dragging{border-color:var(--ink);background-color:#eeffd4}.dropzone.is-dragging{transform:scale(.99)}.dropzone input{display:none}.drop-visual{display:grid;width:68px;height:68px;margin-bottom:22px;place-items:center;border:1px solid var(--ink);background:var(--white);box-shadow:5px 5px 0 var(--ink)}.drop-visual svg{width:35px;fill:none;stroke:currentColor;stroke-width:1.5}.dropzone h3{margin-bottom:5px;font-size:23px;letter-spacing:-.035em}.dropzone>p{margin-bottom:22px;color:var(--muted);font-size:13px}.drop-meta{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 16px;margin-top:25px;color:#77766f;font-family:var(--font-mono);font-size:8px;letter-spacing:.04em;text-align:center}.drop-meta>span:first-child{max-width:100%;line-height:1.5}.local-note{display:flex;align-items:center;gap:8px;margin:17px 0 0;color:#64635d;font-size:10px}.local-note svg{width:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.4}.conversion-state{display:flex;min-height:388px;flex:1;flex-direction:column;justify-content:center;padding:30px;border:1px solid var(--line);background:var(--white)}.file-ticket{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:15px;padding:17px;border:1px solid var(--ink)}.file-type{display:grid;width:50px;height:56px;place-items:center;color:var(--white);background:var(--ink);font-family:var(--font-mono);font-size:10px;font-weight:800}.file-info{display:flex;min-width:0;flex-direction:column}.file-info strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.file-info span,.file-local{color:var(--muted);font-family:var(--font-mono);font-size:9px}.file-local{text-align:right}.progress-area{margin-top:45px}.progress-copy{display:flex;justify-content:space-between;margin-bottom:11px;font-family:var(--font-mono);font-size:10px}.progress-track{height:8px;padding:1px;border:1px solid var(--ink)}.progress-track i{display:block;width:0;height:100%;background:var(--ink);transition:width .1s linear}.progress-area p{display:flex;align-items:center;gap:8px;margin:14px 0 0;color:var(--muted);font-size:11px}.spinner{width:10px;height:10px;border:1px solid var(--line);border-top-color:var(--ink);border-radius:50%;animation:spin .8s linear infinite}.error-state{position:relative;display:flex;min-height:190px;align-items:center;gap:17px;padding:26px;border:1px solid var(--danger);background:#fff5f2}.error-state strong{font-size:14px}.error-state p{margin:5px 30px 0 0;color:#6d4c48;font-size:12px}.error-mark{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;color:var(--white);background:var(--danger);font-weight:800}.icon-button{position:absolute;top:10px;right:10px;border:0;background:transparent;font-size:24px;cursor:pointer}.result-panel{min-width:0;background:#11110f}.result-empty{display:flex;height:100%;min-height:520px;flex-direction:column;align-items:center;justify-content:center;color:#6e6e67}.empty-glyph{display:grid;width:72px;height:82px;place-items:center;border:1px solid #4a4a45;color:#77776f;font-family:var(--font-mono);font-size:32px}.result-empty p{margin:15px 0 3px;color:#9a9992;font-family:var(--font-mono);font-size:11px;text-transform:uppercase}.result-empty span{font-size:10px}.result-content{display:flex;height:100%;min-height:520px;flex-direction:column}.result-header{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;border-bottom:1px solid #44443f;font-size:11px}.result-header>div{display:flex;align-items:center;gap:8px}.success-check{display:grid;width:19px;height:19px;place-items:center;color:var(--ink);background:var(--acid);font-size:11px}.complete-label{color:var(--acid);font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.markdown-preview{flex:1;max-height:400px;margin:0;overflow:auto;padding:26px;color:#d6d5cd;background:#151512;font-size:12px;line-height:1.7}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4{margin:0 0 15px;color:var(--white);font-weight:750;letter-spacing:-.035em;line-height:1.2}.markdown-preview h1{font-size:25px}.markdown-preview h2{padding-bottom:8px;border-bottom:1px solid #454540;font-size:16px}.markdown-preview h3,.markdown-preview h4{font-size:14px}.markdown-preview p{margin:0 0 14px;color:#bdbcb4}.markdown-preview blockquote{margin:0 0 18px;padding:10px 14px;border-left:2px solid var(--acid);color:#bdbcb4;background:#1c1c18}.markdown-preview ul,.markdown-preview ol{margin:0 0 18px;padding-left:20px;color:#bdbcb4}.markdown-preview li{margin:4px 0}.markdown-preview code{padding:2px 5px;color:var(--acid);background:#282824;font-family:var(--font-mono);font-size:10px}.markdown-preview pre{overflow:auto;margin:0 0 18px;padding:13px;background:#0e0e0c}.markdown-preview pre code{padding:0;background:transparent}.markdown-preview hr{margin:22px 0;border:0;border-top:1px solid #454540}.markdown-preview a{color:var(--acid);text-decoration:underline}.markdown-preview table{width:100%;margin:0 0 18px;border-collapse:collapse;font-size:10px}.markdown-preview th,.markdown-preview td{padding:7px 8px;border:1px solid #4b4b46;text-align:left}.markdown-preview th{color:var(--white);background:#242420}.result-actions{display:flex;gap:10px;padding:14px;border-top:1px solid #44443f;background:#f2f1eb}.demo-disclaimer{display:flex;gap:7px;padding:10px 15px;border-top:1px solid #53534e;color:#888880;font-family:var(--font-mono);font-size:8px}.demo-disclaimer>span:first-child{color:var(--acid)}.another-button{display:flex;align-items:center;gap:8px;margin:25px auto 0;border:0;color:#aaa9a2;background:transparent;font-size:11px;cursor:pointer}.process-section,.formats-section,.faq-section{padding:125px 0}.section-intro{margin-bottom:66px}.intro-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:80px;align-items:end}.intro-grid h2,.faq-heading h2{max-width:800px;margin-bottom:0;font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.06em}.intro-grid>p{max-width:440px;margin-bottom:4px;color:var(--muted);font-size:15px;line-height:1.7}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.step-card{min-height:450px;padding:28px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper);opacity:0;transform:translateY(22px);transition:opacity .5s,transform .5s}.step-card:nth-child(2){transition-delay:.1s}.step-card:nth-child(3){transition-delay:.2s}.step-card.is-visible{opacity:1;transform:none}.step-card-dark{color:var(--white);background:var(--ink)}.step-number{font-family:var(--font-mono);font-size:10px}.step-icon{display:flex;height:220px;align-items:center;justify-content:center}.step-card h3{margin-bottom:12px;font-size:21px;letter-spacing:-.03em}.step-card p{max-width:300px;margin-bottom:0;color:var(--muted);font-size:13px;line-height:1.65}.step-card-dark p{color:#aaa9a2}.step-drop{position:relative;flex-direction:column}.mini-file{display:grid;width:54px;height:67px;place-items:center;border:1px solid var(--ink);background:var(--white);font-family:var(--font-mono);font-size:9px;box-shadow:5px 5px 0 var(--ink)}.step-drop>span{position:absolute;top:112px;font-family:var(--font-mono);font-size:22px}.mini-tray{width:100px;height:20px;margin-top:42px;border:1px solid var(--ink);border-top:0}.chip-icon{position:relative}.chip-icon div{display:grid;width:92px;height:92px;place-items:center;border:1px solid #b6b5ad;box-shadow:inset 0 0 0 9px var(--ink),inset 0 0 0 10px #5b5b55;font-family:var(--font-mono);font-size:10px}.chip-icon:before,.chip-icon:after{content:"";position:absolute;width:126px;height:1px;background:repeating-linear-gradient(90deg,#777 0 7px,transparent 7px 14px)}.chip-icon:after{transform:rotate(90deg)}.markdown-icon{flex-direction:column;align-items:flex-start;width:130px;margin-inline:auto}.markdown-icon span{font-family:var(--font-mono);font-size:54px;font-weight:700;line-height:1}.markdown-icon i{width:100%;height:5px;margin-top:13px;background:var(--ink)}.markdown-icon i:nth-of-type(2){width:70%}.markdown-icon i:nth-of-type(3){width:86%}.privacy-section{padding:130px 0;color:var(--white);background:var(--ink)}.privacy-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px}.privacy-copy h2{margin-bottom:30px;font-size:clamp(50px,5.8vw,82px);line-height:.95;letter-spacing:-.065em}.privacy-copy h2 span{display:block}.muted-title{color:#6c6c65}.privacy-copy>p:not(.eyebrow){max-width:630px;color:#aaa9a2;font-size:15px;line-height:1.75}.privacy-diagram{display:flex;height:230px;align-items:center;padding-top:30px}.device-shape{display:grid;width:180px;height:120px;place-items:center;border:1px solid #5c5c56;border-radius:5px}.device-shape:after{content:"";width:220px;height:8px;margin-top:7px;border:1px solid #5c5c56;border-radius:0 0 8px 8px}.device-screen{display:flex;width:145px;height:84px;flex-direction:column;justify-content:center;padding:18px;border:1px solid #3d3d39;color:var(--acid);font-family:var(--font-mono);font-size:9px}.device-screen i{width:100%;height:3px;margin-top:8px;background:#585852}.device-screen i:nth-of-type(2){width:67%}.diagram-line{position:relative;display:flex;width:150px;align-items:center;justify-content:center}.diagram-line:before{content:"";position:absolute;width:100%;border-top:1px dashed #77776e}.diagram-line span{z-index:1;padding:4px 7px;color:var(--acid);background:var(--ink);font-family:var(--font-mono);font-size:8px}.shield-shape{display:grid;width:72px;height:80px;place-items:center;background:var(--acid);clip-path:polygon(50% 0,93% 17%,85% 72%,50% 100%,15% 72%,7% 17%);color:var(--ink);font-size:24px}.privacy-features{border-top:1px solid #50504a}.privacy-features article{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:30px 0;border-bottom:1px solid #50504a;opacity:0;transform:translate(16px);transition:opacity .45s,transform .45s}.privacy-features article.is-visible{opacity:1;transform:none}.feature-index{color:var(--acid);font-family:var(--font-mono);font-size:9px}.privacy-features h3{margin-bottom:6px;font-size:20px;letter-spacing:-.03em}.privacy-features p{max-width:340px;margin:0;color:#91918a;font-size:12px;line-height:1.6}.format-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.format-grid article{position:relative;display:flex;min-height:250px;flex-direction:column;padding:22px;overflow:hidden;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);opacity:0;transform:translateY(18px);transition:background .2s,color .2s,opacity .45s,transform .45s}.format-grid article.is-visible{opacity:1;transform:none}.format-grid article:hover{color:var(--white);background:var(--ink)}.format-ext{margin-top:32px;font-family:var(--font-mono);font-size:clamp(25px,2.7vw,40px);font-weight:800;letter-spacing:-.06em}.format-grid p{margin:auto 0 0;font-size:12px}.format-grid article>span{margin-top:8px;color:var(--muted);font-family:var(--font-mono);font-size:9px}.format-additional{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px;font-family:var(--font-mono);font-size:10px;text-align:center}.format-additional strong{color:var(--ink);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.format-additional span{color:var(--muted)}.format-more{display:flex;align-items:center;justify-content:center;gap:10px;margin:30px 0 0;color:var(--muted);font-size:11px}.format-more>span:first-child{display:grid;width:23px;height:23px;place-items:center;border:1px solid var(--line)}.api-section{padding:30px 0 120px}.api-card{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;padding:75px;color:var(--white);background:var(--ink);box-shadow:12px 12px #c9c8c0}.api-copy h2{max-width:650px;margin-bottom:24px;font-size:clamp(46px,5vw,72px);line-height:.97;letter-spacing:-.06em}.api-copy>p:not(.eyebrow):not(.api-message){max-width:600px;color:#a9a8a0;font-size:14px;line-height:1.7}.api-points{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0 34px}.api-points span{padding:8px 10px;border:1px solid #54544e;font-family:var(--font-mono);font-size:8px;text-transform:uppercase}.api-message{margin:14px 0 0;color:var(--acid);font-family:var(--font-mono);font-size:9px}.api-terminal{align-self:center;border:1px solid #55554f;background:#181815;box-shadow:9px 9px #2d2d29;font-family:var(--font-mono);transform:rotate(1.5deg)}.terminal-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border-bottom:1px solid #454540;font-size:9px}.terminal-top>span{padding:4px 6px;color:var(--ink);background:var(--acid);font-weight:800}.terminal-top code{color:#d1d0c8}.terminal-top i{color:var(--acid);font-style:normal}.api-terminal pre{margin:0;padding:34px 26px;color:#a7a69e;font-size:11px;line-height:2}.syntax-key{color:#eeede6}.syntax-value{color:var(--acid)}.syntax-bool{color:#80cfff}.syntax-muted{color:#707069}.terminal-status{display:flex;align-items:center;gap:8px;padding:14px;border-top:1px solid #454540;color:#8d8d85;font-size:8px}.terminal-status>span{width:6px;height:6px;border-radius:50%;background:var(--acid)}.terminal-status b{margin-left:auto;color:#b7b6ae}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.faq-heading{position:sticky;top:115px;align-self:start}.faq-heading h2{font-size:clamp(45px,4.7vw,68px)}.faq-list{border-top:1px solid var(--ink)}.faq-list details{border-bottom:1px solid var(--ink)}.faq-list summary{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:25px;list-style:none;font-size:17px;font-weight:700;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{position:relative;width:18px;height:18px;flex:0 0 auto}.faq-list summary i:before,.faq-list summary i:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--ink);transition:transform .2s}.faq-list summary i:after{transform:rotate(90deg)}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-list details p{max-width:680px;margin:-4px 50px 30px 0;color:var(--muted);font-size:13px;line-height:1.75}.site-footer{padding:70px 0 25px;color:var(--white);background:var(--ink)}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding-bottom:65px}.brand-mark-light{color:var(--ink);background:var(--white)}.footer-main>p{margin:0;color:#8d8c84;text-align:center;font-size:12px}.footer-main nav{display:flex;justify-content:flex-end;gap:26px;font-size:11px}.footer-main nav a:hover{color:var(--acid)}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #3e3e3a;color:#74746d;font-family:var(--font-mono);font-size:8px}.reveal{animation:revealUp .7s .1s both}.reveal-delay{animation-delay:.25s}@keyframes revealUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes cursorBlink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{box-shadow:0 0 0 7px #d8ff3e00}}@media(max-width:1020px){.desktop-nav{display:none}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr .55fr;gap:20px}.hero-aside{transform:scale(.8);transform-origin:right center}.converter-body{grid-template-columns:1fr}.drop-panel{border-right:0;border-bottom:1px solid #53534e}.result-empty{min-height:320px}.result-content{min-height:460px}.privacy-grid{gap:55px}.format-grid{grid-template-columns:repeat(3,1fr)}.api-card{gap:50px;padding:55px}.faq-grid{gap:55px}}@media(max-width:760px){:root{--shell: min(100% - 30px, 1180px)}.section-grid{background-size:calc((100vw - 30px)/4) 100%}.nav-shell{height:66px}.nav-actions .button{display:none}.language-control{min-width:90px}.language-menu{width:min(168px,calc(100vw - 30px))}.hero{padding-top:115px}.hero-grid{display:block;min-height:0}.hero-copy{padding-bottom:10px}.hero h1{font-size:clamp(52px,15vw,76px);line-height:.92}.hero-body{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-aside{height:400px;transform:scale(.75);transform-origin:center top}.document-stack{right:50%;transform:translate(50%)}.proof-row{grid-template-columns:1fr;margin-top:-70px}.proof-row>div{min-height:62px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-row>div:last-child{border-bottom:0}.converter-section,.process-section,.formats-section,.faq-section,.privacy-section{padding:85px 0}.heading-row{align-items:flex-start;flex-direction:column}.heading-row h2{font-size:52px}.privacy-pill{margin:0}.converter-toolbar{grid-template-columns:1fr 1fr}.toolbar-path{display:none}.drop-panel{padding:15px}.dropzone{min-height:390px;padding:25px 15px}.drop-meta{align-items:center;flex-direction:column}.file-ticket{grid-template-columns:48px 1fr}.file-local{display:none}.result-actions{flex-wrap:wrap}.intro-grid{grid-template-columns:1fr;gap:24px}.intro-grid h2,.faq-heading h2{font-size:48px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:390px}.privacy-grid{grid-template-columns:1fr;gap:55px}.privacy-copy h2{font-size:50px}.privacy-diagram{transform:scale(.8);transform-origin:left center}.format-grid{grid-template-columns:repeat(2,1fr)}.format-grid article{min-height:210px}.api-section{padding:15px 0 90px}.api-card{grid-template-columns:1fr;padding:35px 25px;box-shadow:7px 7px #c9c8c0}.api-copy h2{font-size:46px}.api-terminal{transform:none}.api-terminal pre{overflow-x:auto;padding:24px 16px;font-size:9px}.faq-grid{grid-template-columns:1fr;gap:45px}.faq-heading{position:static}.footer-main{grid-template-columns:1fr;gap:25px;text-align:center}.footer-main .brand{justify-self:center}.footer-main nav{justify-content:center}.footer-bottom{align-items:center;flex-direction:column;gap:9px}}@media(max-width:390px){.hero h1{font-size:48px}.button{padding-inline:16px}.format-grid{grid-template-columns:1fr}.format-grid article{min-height:180px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.step-card,.format-grid article,.privacy-features article{opacity:1;transform:none}}
