:root{color-scheme:light;--accent:#e54d1f;--paper:#fff;--ink:#433f3e;--ink-mid:#363130;--ink-deep:#2f2a29;--body:#55504e;--body-soft:#6f6866;--cream:#f6f0e9;--white:#fff;--line:#e4ddd4;--go:#088b55;--go-deep:#067045;--danger:#b3261e;--shell:760px;--sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius:10px}*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;color:var(--body);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.7}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a,input,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}h1,h2,h3{color:var(--ink);margin:0;font-weight:700;line-height:1.3}h1{font-size:26px}h2{font-size:22px}h3{font-size:18px}p{margin:0}.shell{width:min(var(--shell), 100%);margin:0 auto;padding-inline:20px}.site-header{background:var(--ink)}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;min-height:78px;display:flex}.brand{color:var(--white);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;font-size:22px;font-weight:700;display:inline-flex}.brand__mark{align-items:center;gap:2px;height:22px;display:flex}.brand__mark i{background:var(--accent);border-radius:2px;width:3px;display:block}.brand__mark i:first-child{height:9px}.brand__mark i:nth-child(2){height:20px}.brand__mark i:nth-child(3){height:13px}.language-menu{position:relative}.language-menu summary{list-style:none}.language-menu summary::-webkit-details-marker{display:none}.locale-chip{border-radius:var(--radius);color:var(--white);cursor:pointer;user-select:none;border:1px solid #ffffff52;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:600;display:inline-flex}.locale-chip svg{width:15px;height:15px;display:block}.language-menu[open] .locale-chip{background:#ffffff14;border-color:#ffffffb8}.language-menu__chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin:-3px 1px 0 3px;transition:rotate .16s;rotate:45deg}.language-menu[open] .language-menu__chevron{margin-top:3px;rotate:225deg}.language-menu__list{z-index:20;border:1px solid var(--line);background:var(--white);border-radius:12px;width:210px;max-height:min(440px,100vh - 110px);margin:0;padding:7px;list-style:none;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 18px 48px #2f2a2938}.language-menu__list a{min-height:42px;color:var(--ink);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:8px 10px;font-size:14px;font-weight:600;line-height:1.2;display:flex}.language-menu__list a:hover{background:var(--cream)}.language-menu__list a[aria-current=page]{background:color-mix(in srgb, var(--accent) 12%, var(--white));color:var(--ink-deep)}.language-menu__list small{color:var(--body-soft);text-transform:uppercase;font-size:11px;font-weight:700}.hero{isolation:isolate;background:var(--cream);place-items:center;padding:clamp(46px,9vw,100px) 0;display:grid;position:relative;overflow:hidden}.hero__blob{z-index:-1;color:#f7922e;pointer-events:none;width:min(1080px,130%);height:auto;position:absolute;top:50%;left:50%;translate:-50% -50%}.hero__blob svg{width:100%;height:auto;display:block}.hero__aside{z-index:-1;pointer-events:none;position:absolute;top:50%;translate:0 -50%}.hero__aside--left{left:max(12px,50% - 600px)}.hero__aside--right{right:max(12px,50% - 600px)}.hero__aside svg{width:clamp(88px,12vw,132px);height:auto;display:block}.converter{width:min(560px,100%);padding-inline:20px}.converter__form{gap:0;display:grid}.visually-hidden,.field label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.url-field input{background:var(--white);width:100%;height:56px;color:var(--ink);border:1px solid #cfc7bd;border-radius:4px;padding:0 16px;font-size:17px}.url-field input::placeholder{color:#8d8781}.url-field input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 1px var(--danger)}.field__hint,.field__error{color:var(--ink);align-items:center;gap:7px;margin-top:10px;font-size:13.5px;line-height:1.45;display:flex}.field__error{color:var(--danger);font-weight:600}.field__error:empty{display:none}.converter__controls{justify-content:space-between;align-items:center;gap:14px;margin-top:14px;display:flex}.format-group{border-radius:var(--radius);background:var(--accent);border:0;align-items:stretch;min-width:0;margin:0;padding:0;display:flex;overflow:hidden}.format-group__label{color:var(--white);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;place-items:center;padding:0 14px;font-size:14px;font-weight:700;display:grid}.format-group__options{align-items:center;gap:4px;padding:5px 5px 5px 0;display:flex}.fmt{cursor:pointer}.fmt input{opacity:0;pointer-events:none;position:absolute}.fmt span{min-width:52px;height:34px;color:var(--white);border-radius:6px;place-items:center;padding:0 10px;font-size:14px;font-weight:700;transition:background .15s,color .15s;display:grid}.fmt:hover span{background:#00000024}.fmt input:checked+span{background:var(--white);color:var(--accent)}.fmt input:focus-visible+span{outline:3px solid var(--ink);outline-offset:2px}.primary-action{border-radius:var(--radius);background:var(--go);min-width:132px;height:44px;color:var(--white);cursor:pointer;letter-spacing:.02em;text-transform:uppercase;border:0;place-items:center;padding:0 22px;font-size:14px;font-weight:700;transition:background .15s;display:inline-grid}.primary-action:hover:not(:disabled){background:var(--go-deep)}.primary-action:disabled{cursor:not-allowed;color:#ffffffe6;background:#5f8a72}.converter__terms{color:#7c3a12;margin-top:12px;font-size:13px}.converter__terms strong{font-weight:700}.status{border-radius:var(--radius);background:var(--white);text-align:center;justify-items:center;padding:22px 20px 24px;display:grid;box-shadow:0 10px 30px #433f3e1f}.status[hidden]{display:none}.status__ring{border:7px solid var(--cream);border-top-color:var(--accent);border-radius:50%;place-items:center;width:76px;height:76px;margin-bottom:16px;animation:1.3s linear infinite status-spin;display:grid}.status__ring span{color:var(--ink);font-size:13px;font-weight:700;animation:1.3s linear infinite status-unspin}.status[data-state=completed] .status__ring,.status[data-state=download_started] .status__ring,.status[data-state=error] .status__ring{border-color:var(--cream);border-top-color:var(--go);animation:none}.status[data-state=error] .status__ring{border-top-color:var(--danger)}.status[data-state=completed] .status__ring span,.status[data-state=download_started] .status__ring span,.status[data-state=error] .status__ring span{animation:none}@keyframes status-spin{to{rotate:1turn}}@keyframes status-unspin{to{rotate:-1turn}}.status__stage{color:var(--body-soft);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.status__title{color:var(--ink);margin:4px 0 6px;font-size:20px;font-weight:700;line-height:1.15}.status__detail{max-width:380px;color:var(--body);font-size:14px;line-height:1.55}.status__error-code{color:var(--danger);letter-spacing:.04em;overflow-wrap:anywhere;text-transform:uppercase;background:#b3261e14;border-radius:5px;margin-top:10px;padding:5px 9px;font-size:11px;font-weight:600}.progress{background:var(--cream);border-radius:99px;width:100%;max-width:380px;height:7px;margin:18px 0 4px;overflow:hidden}.progress span{border-radius:inherit;background:var(--accent);width:0;height:100%;transition:width .3s;display:block}.status .primary-action{width:100%;max-width:300px;height:48px;margin-top:16px}.text-action{color:var(--body-soft);cursor:pointer;background:0 0;border:0;margin-top:14px;padding:4px;font-size:13px;text-decoration:underline}.section{padding-top:40px}.section>*+*{margin-top:16px}.section__lede{color:var(--body)}.steps,.features{margin:0;padding:0;list-style:none}.steps{counter-reset:step;gap:4px;display:grid}.steps li{border-bottom:1px solid var(--line);counter-increment:step;grid-template-columns:34px 1fr;gap:4px 14px;padding:16px 0;display:grid}.steps li:last-child{border-bottom:0}.steps li:before{content:counter(step);background:var(--cream);width:34px;height:34px;color:var(--accent);border-radius:50%;grid-row:span 2;place-items:center;font-size:14px;font-weight:700;display:grid}.steps h3,.features h3{font-size:17px}.steps p,.features p{color:var(--body);font-size:15px;line-height:1.65}.features{gap:26px;display:grid}.section>.features{margin-top:28px}.features li{grid-template-columns:50px minmax(0,1fr);align-items:start;gap:5px 18px;display:grid}.feature__icon{background:var(--cream);width:50px;height:50px;color:var(--accent);border-radius:14px;grid-row:span 2;place-items:center;display:grid}.feature__icon svg{width:26px;height:26px;display:block}.features h3{align-self:center}.doc{padding:44px 0 16px}.doc h1{font-size:28px}.doc__meta{color:var(--body-soft);margin-top:8px;font-size:14px}.doc h2{margin-top:36px;font-size:20px}.doc p{margin-top:14px}.doc p,.doc li{color:var(--body);font-size:15.5px}.doc ul,.doc ol{margin:14px 0 0;padding-left:22px}.doc li{margin-top:8px}.doc li::marker{color:var(--accent)}.doc a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.doc__callout{border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:var(--cream);padding:16px 18px;line-height:1.6}.doc__note{border-top:1px solid var(--line);color:var(--body-soft);margin-top:34px;padding-top:18px;font-size:14px}.ph{color:#8a3d12;background:#fde4d6;border-radius:4px;padding:1px 6px;font-size:.94em;font-weight:600}.faq__list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;font-size:16px;font-weight:700;line-height:1.4;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary span{background:var(--cream);width:22px;height:22px;color:var(--accent);border-radius:50%;flex:none;place-items:center;font-size:15px;font-weight:700;transition:rotate .18s;display:grid}.faq details[open] summary span{rotate:45deg}.faq details p{color:var(--body);padding-bottom:18px;font-size:15px}.site-footer{margin-top:48px}.site-footer__links{background:var(--ink-mid)}.site-footer__links .shell{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 28px;min-height:60px;display:flex}.site-footer__links a{color:#ffffffd1;font-size:14px;transition:color .15s}.site-footer__links a:hover{color:var(--white)}.site-footer__links a[aria-current=page]{color:var(--white);text-underline-offset:4px;text-decoration:underline}.site-footer__base{background:var(--ink-deep);color:#fff9;text-align:center;padding:22px 0;font-size:13px}@media (width<=900px){.hero__aside{display:none}}@media (width<=760px){.hero{padding:26px 16px 34px}.hero__blob{display:none}.converter{background:#f7922e;border-radius:24px;width:100%;padding:22px 18px 24px}}@media (width<=620px){.features{gap:22px}.features li{grid-template-columns:42px minmax(0,1fr);gap:4px 14px}.feature__icon{border-radius:12px;width:42px;height:42px}.feature__icon svg{width:22px;height:22px}.converter__controls{gap:10px;display:grid}.format-group{justify-content:space-between}.primary-action{width:100%;height:48px}.steps li{grid-template-columns:28px 1fr;gap:4px 11px}.steps li:before{width:28px;height:28px;font-size:13px}}@media (width<=420px){.brand{letter-spacing:.12em;font-size:18px}.locale-chip{padding:6px 10px;font-size:12px}.hero{padding:34px 0 40px}.url-field input{height:52px;font-size:16px}.format-group__label{padding:0 11px;font-size:13px}h1{font-size:23px}h2{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
