:root{--bg:#fff;--surface:#fff;--soft:#fafbfc;--text:#101828;--muted:#667085;--border:#e4e7ec;--blue:#1677ff;--blue2:#095ed1;--scroll-thumb:#cbd5e1;--shadow:0 16px 44px rgba(16,24,40,.12);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}:root.dark{--bg:#0e1117;--surface:#151922;--soft:#1a1f29;--text:#f0f4fa;--muted:#98a2b3;--border:#2b3340;--blue:#4d9aff;--blue2:#79b2ff;--scroll-thumb:#475569;--shadow:0 18px 54px rgba(0,0,0,.4);color-scheme:dark}*{box-sizing:border-box}#__nuxt,body,html{margin:0;min-height:100%;background:var(--bg)}body{font-size:15px;line-height:1.5}button,input,select{font:inherit;color:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}.site-header{height:76px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 94%,transparent);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:100%;max-width:1440px;margin:auto;padding:0 32px;display:flex;align-items:center;gap:35px}.brand{font-size:27px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.main-nav{gap:32px;margin:auto}.main-nav,.main-nav a{height:100%;display:flex;align-items:center}.main-nav a{font-weight:600;position:relative}.main-nav a.nav-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--blue)}.header-actions{display:flex;align-items:center;gap:9px}.language-select{display:flex;align-items:center;gap:5px}.language-select select{border:0;background:transparent;outline:0;max-width:100px}.icon-button,.mobile-menu,.user-button{width:38px;height:38px;border:0;background:transparent;border-radius:9px;display:grid;place-items:center;cursor:pointer}.icon-button:hover,.user-button:hover{background:var(--soft)}.login-button{height:38px;padding:0 15px;border:1px solid var(--border);background:var(--surface);border-radius:8px;font-weight:600;cursor:pointer}.primary-small{height:38px;padding:0 16px;border:0;background:var(--blue);color:#fff;border-radius:8px;font-weight:700;cursor:pointer}.primary-small:hover{background:var(--blue2)}.credit-balance{height:36px;padding:0 11px;border:1px solid #b8d8ff;color:var(--blue);background:#f0f7ff;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer}.dark .credit-balance{background:#152844;border-color:#254c7c}.mobile-menu{display:none}.page-container{width:min(1310px,calc(100% - 48px));margin:0 auto}.home-page{padding:39px 0 70px}.page-heading{text-align:center}.page-heading h1,.tool-heading h1{font-size:52px;line-height:1.15;letter-spacing:-2px;margin:0;font-weight:900}.page-heading p,.tool-heading p{font-size:20px;color:var(--muted);margin:10px 0 20px}.search-box{width:min(570px,100%);height:49px;margin:auto;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;padding:0 14px;gap:10px;box-shadow:0 1px 3px #1018280a}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1677ff1a}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:16px}.search-box input::-moz-placeholder{color:var(--muted);opacity:1}.search-box input::placeholder{color:var(--muted);opacity:1}.category-tabs{margin-top:25px;border-bottom:1px solid var(--border);display:flex;justify-content:center;gap:38px;overflow:auto}.category-tabs button{height:55px;border:0;background:transparent;font-weight:600;cursor:pointer;white-space:nowrap;position:relative;padding:0 4px}.category-tabs button.active{color:var(--blue)}.category-tabs button.active:after{content:"";position:absolute;bottom:-1px;height:3px;left:0;right:0;background:var(--blue)}.tool-grid{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:40px;column-gap:40px;padding-top:13px}.tool-group{min-width:0}.tool-group.wide{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:40px;column-gap:40px}.tool-group h2{font-size:18px;margin:0;padding:13px 10px 10px;border-bottom:1px solid var(--border)}.tool-group.wide h2{grid-column:1/-1}.tool-row{height:49px;display:grid;grid-template-columns:42px 175px 1fr 24px;align-items:center;padding:0 9px;border-radius:7px;transition:.16s ease}.tool-row:hover{background:var(--soft);transform:translate(2px)}.tool-icon{display:flex;align-items:center}.tool-name{font-size:16px;font-weight:650}.tool-description{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-caret{color:var(--muted);justify-self:end}.empty-state{grid-column:1/-1;text-align:center;color:var(--muted);padding:70px}.breadcrumbs{display:flex;gap:10px;color:var(--muted);padding:26px 0 18px}.breadcrumbs a:hover{color:var(--blue)}.tool-page{padding-bottom:80px}.tool-heading{text-align:center}.tool-heading h1{font-size:46px}.converter-panel{width:min(900px,100%);margin:25px auto 0}.hidden-input{display:none}.drop-zone{width:100%;height:248px;border:2px dashed #79b2ff;background:var(--surface);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.drop-zone.dragging,.drop-zone:hover{background:#f7faff;border-color:var(--blue)}.dark .drop-zone.dragging,.dark .drop-zone:hover{background:#14243a}.drop-zone strong{font-size:20px}.drop-zone span{color:var(--muted);font-size:16px}.drop-zone small{color:#98a2b3;margin-top:4px}.selected-file{min-height:112px;border:1px solid var(--border);border-radius:10px;padding:22px;display:flex;align-items:center;gap:16px;background:var(--surface)}.file-badge{width:54px;height:54px;border-radius:10px;background:#eef6ff;color:var(--blue);display:grid;place-items:center}.file-meta{display:flex;flex-direction:column;min-width:0;flex:1}.file-meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta span{color:var(--muted)}.selected-file>button{border:1px solid var(--border);background:var(--surface);border-radius:7px;padding:8px 12px;cursor:pointer}.conversion-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:25px;padding:23px 26px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.conversion-summary div{display:flex;flex-direction:column;gap:4px}.conversion-summary span{color:var(--muted)}.conversion-summary strong{font-size:17px}.conversion-summary strong.blue{color:var(--blue)}.convert-button{display:block;width:315px;height:52px;margin:27px auto 0;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:750;font-size:17px;cursor:pointer}.convert-button:hover{background:var(--blue2)}.convert-button:disabled{opacity:.7}.local-note{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);margin:14px 0}.progress-area{margin:27px auto 0;max-width:620px}.progress-area>div:first-child{display:flex;justify-content:space-between}.progress-track{height:9px;border-radius:9px;background:#eaf0f6;margin-top:8px;overflow:hidden}.progress-track i{height:100%;display:block;background:var(--blue);transition:width .18s;border-radius:9px}.success-area{align-items:center;gap:8px;color:#16a34a}.result-actions,.success-area{margin:24px auto 0;display:flex;justify-content:center}.result-actions{gap:12px}.result-actions a,.result-actions button{height:48px;border-radius:8px;padding:0 20px;display:flex;align-items:center;gap:7px;font-weight:700;cursor:pointer}.result-actions a{background:var(--blue);color:#fff}.result-actions button{border:1px solid var(--border);background:var(--surface)}.related-section{width:min(900px,100%);margin:55px auto 0}.related-section h2{text-align:center;font-size:19px;padding-bottom:12px;border-bottom:1px solid var(--border)}.related-section>div{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.related-section .tool-row{grid-template-columns:42px 1fr 0 20px}.site-footer{max-width:1310px;width:calc(100% - 48px);margin:0 auto;border-top:1px solid var(--border);min-height:90px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.site-footer nav,.site-footer>div{display:flex;gap:20px}.site-footer strong{color:var(--text)}.site-footer a:hover{color:var(--blue)}.modal-backdrop{position:fixed;inset:0;background:#0a121e7a;z-index:100;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{width:min(420px,100%);background:var(--surface);border-radius:14px;padding:32px;box-shadow:var(--shadow);position:relative}.modal-close{position:absolute;right:15px;top:15px;border:0;background:transparent;cursor:pointer}.modal-card h2{font-size:25px;margin:0 0 6px}.modal-card>p{color:var(--muted);margin:0 0 24px}.modal-card label{display:block;margin:15px 0}.modal-card label>span{display:block;font-weight:600;margin-bottom:6px}.input-with-icon{height:45px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;gap:9px;padding:0 12px}.input-with-icon:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1677ff1a}.input-with-icon input{border:0;outline:0;background:transparent;width:100%}.modal-primary{width:100%;height:46px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:750;margin-top:6px;cursor:pointer}.modal-card small{display:block;color:var(--muted);text-align:center;margin-top:12px}.form-error{color:#e5484d!important;font-size:13px;margin:-4px 0 8px!important}.modal-symbol{width:44px;height:44px;border-radius:12px;background:#edf6ff;color:var(--blue);display:grid;place-items:center;margin-bottom:16px}.credit-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.credit-packages button{position:relative;border:1px solid var(--border);border-radius:9px;background:var(--surface);height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.credit-packages button.selected{border-color:var(--blue);background:#f5f9ff}.dark .credit-packages button.selected{background:#14243a}.credit-packages strong{font-size:23px}.credit-packages span{color:var(--muted)}.credit-packages svg{position:absolute;right:6px;top:6px;color:var(--blue)}.payment-notice{font-size:13px;color:#b54708!important;background:#fffaeb;border-radius:6px;padding:9px;margin:10px 0 0!important}@media(max-width:1100px){.main-nav{gap:18px}.header-inner{gap:20px}.language-select select{width:31px}.tool-row{grid-template-columns:42px 150px 1fr 22px}}@media(max-width:850px){.site-header{height:66px}.header-inner{padding:0 18px}.brand{font-size:22px}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;height:auto;background:var(--surface);padding:12px 20px;border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{height:46px}.main-nav a.nav-active:after{display:none}.mobile-menu{display:grid}.language-select,.login-button{display:none}.primary-small{padding:0 11px}.page-container{width:calc(100% - 32px)}.home-page{padding-top:28px}.page-heading h1,.tool-heading h1{font-size:34px;letter-spacing:-1px}.page-heading p,.tool-heading p{font-size:16px}.category-tabs{justify-content:flex-start;gap:27px;margin-top:18px}.tool-grid{grid-template-columns:1fr}.tool-group.wide{grid-column:auto;display:block}.tool-group.wide h2{grid-column:auto}.tool-row{grid-template-columns:40px 145px 1fr 20px}.conversion-summary{grid-template-columns:1fr;gap:12px}.conversion-summary div{flex-direction:row;justify-content:space-between}.drop-zone{height:220px}.convert-button{width:100%}.related-section>div{grid-template-columns:1fr}.site-footer{height:auto;padding:25px 0;align-items:flex-start;gap:18px}.credit-packages{grid-template-columns:1fr}.credit-packages button{height:64px;flex-direction:row;gap:6px}}@media(max-width:520px){.header-actions{gap:4px}.primary-small{font-size:13px}.user-button{display:none}.tool-row{height:58px;grid-template-columns:38px 1fr 20px}.tool-description{display:none}.page-heading h1{font-size:31px}.search-box{height:46px}.result-actions{flex-direction:column}.result-actions a,.result-actions button{justify-content:center}.site-footer{flex-direction:column}.site-footer nav{gap:14px;flex-wrap:wrap}}.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}.mobile-nav-actions{display:none}.coming-soon{border:1px solid var(--border);background:var(--soft);border-radius:12px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px}.coming-soon strong{font-size:21px}.coming-soon span{color:var(--muted)}.file-error{color:#c4323a;text-align:center;background:#fff1f1;border:1px solid #ffc9c9;border-radius:8px;padding:10px;margin:12px 0}.legal-page{width:min(760px,calc(100% - 40px));margin:55px auto 90px}.legal-page h1{font-size:42px;margin-bottom:8px}.legal-page h2{margin-top:32px}.legal-page p{color:var(--muted);font-size:16px}.legal-page a{color:var(--blue);font-weight:700}@media(max-width:850px){.main-nav.open .mobile-nav-actions{display:grid;gap:10px;border-top:1px solid var(--border);padding:14px 0 4px}.mobile-nav-actions label{display:flex;align-items:center;justify-content:space-between}.mobile-nav-actions button,.mobile-nav-actions select{height:42px;border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:0 12px}}.app-content{min-height:100vh;display:flex;flex-direction:column}.app-content main{flex:1}.tool-options{margin:18px 0;padding:18px 22px;border:1px solid var(--border);border-radius:10px;background:var(--soft)}.tool-options.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tool-options label{display:flex;align-items:center;gap:12px}.tool-options label span{color:var(--muted);font-weight:650}.tool-options input[type=range]{flex:1}.tool-options input[type=number],.tool-options select{height:42px;min-width:0;flex:1;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:0 11px}@media(max-width:600px){.tool-options.two-columns{grid-template-columns:1fr}.tool-options label{align-items:stretch;flex-direction:column;gap:6px}}.redesigned-home{padding-top:38px}.redesigned-home .page-heading p{margin-bottom:23px}.redesigned-home .search-box{width:min(680px,100%);height:58px;border-radius:10px;padding:0 18px}.redesigned-home .search-box input{font-size:17px}.compact-tabs{margin-top:27px;height:58px;gap:52px}.compact-tabs button{height:58px;font-size:16px}.tool-columns{display:grid;grid-template-columns:1fr 1fr;gap:46px;padding-top:18px}.tool-column{min-width:0}.compact-group{margin-bottom:28px}.compact-group h2{font-size:19px;padding:10px 8px 11px}.compact-group .tool-row{height:52px;grid-template-columns:64px 174px 1fr 22px;border-radius:0}.compact-group .tool-row,.pair-tool{border-bottom:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.pair-tool-row{width:100%;height:52px;display:grid;grid-template-columns:64px 174px 1fr 22px;align-items:center;padding:0 9px;border:0;background:transparent;text-align:left;cursor:pointer}.pair-tool-row:hover,.pair-tool.open{background:var(--soft)}.pair-icon{display:flex;align-items:center}.pair-tool-row>strong{font-size:16px}.direction-title,.pair-title.with-target-icon,.tool-name.with-target-icon{display:flex;align-items:center;gap:6px;min-width:0}.direction-title>span,.pair-description{white-space:nowrap}.pair-description{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.pair-caret{justify-self:end;color:var(--muted);transition:transform .16s}.pair-tool.open .pair-caret{transform:rotate(90deg)}.pair-directions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 9px 12px 72px}.pair-directions a{min-width:0;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:9px 10px;display:grid;grid-template-columns:30px 1fr;justify-content:start;align-items:center;gap:6px;font-size:13px}.pair-directions a:hover{border-color:var(--blue);color:var(--blue)}.pair-directions small{grid-column:2;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pair-directions a:hover small{color:var(--blue)}.tool-columns>.empty-state{grid-column:1/-1}@media(max-width:1100px){.compact-tabs{gap:32px}.compact-group .tool-row,.pair-tool-row{grid-template-columns:60px 150px 1fr 20px}.tool-columns{gap:30px}}@media(max-width:850px){.redesigned-home{padding-top:28px}.redesigned-home .search-box{height:50px}.compact-tabs{height:55px;gap:28px;margin-top:20px}.compact-tabs button{height:55px}.tool-columns{grid-template-columns:1fr;padding-top:12px}.compact-group{margin-bottom:20px}.compact-group .tool-row,.pair-tool-row{grid-template-columns:60px 160px 1fr 20px}}@media(max-width:520px){.compact-tabs{margin-left:-16px;margin-right:-16px;padding:0 16px}.compact-group .tool-row,.pair-tool-row{height:58px;grid-template-columns:60px 1fr 20px}.compact-group .tool-description,.pair-description{display:none}.pair-directions{padding-left:66px;grid-template-columns:1fr}.compact-group h2{padding-left:4px}}@media(min-width:1101px){.redesigned-home .search-box{width:min(750px,100%)}.redesigned-home .compact-tabs{gap:72px}}.compact-group h2{display:flex;align-items:center;gap:10px}.compact-group h2 .tool-icon{color:var(--blue)}.engine-note{margin:10px 8px 18px;padding:12px 14px;border:1px solid #b8d8ff;border-radius:8px;background:#f5f9ff;color:#315b8a;font-size:13px;line-height:1.5}.dark .engine-note{border-color:#254c7c;background:#14243a;color:#a9c8ef}.family-directions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:4px 9px 12px 72px}.family-directions a{display:grid;grid-template-columns:30px auto 1fr;align-items:center;gap:8px;min-width:0;padding:9px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);font-size:13px}.family-directions a:hover{border-color:var(--blue);color:var(--blue)}.family-directions small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}@media(max-width:520px){.family-directions{grid-template-columns:1fr;padding-left:66px}}.category-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px 34px;padding:24px 54px 0}.category-detail-column{display:flex;min-width:0;flex-direction:column;gap:14px}.category-detail-layout>.empty-state{grid-column:1/-1}@media(max-width:1000px){.category-detail-layout{padding-left:0;padding-right:0;gap:18px}}@media(max-width:760px){.category-detail-layout{grid-template-columns:1fr;padding-top:16px}.category-detail-column{gap:12px}}.ffmpeg-load-note{margin:14px 0;padding:11px 13px;border:1px solid #b8d8ff;border-radius:8px;background:#f5f9ff;color:#315b8a;font-size:13px;line-height:1.55}.dark .ffmpeg-load-note{border-color:#254c7c;background:#14243a;color:#a9c8ef}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--blue);color:#fff}.main-nav{gap:28px}.compact-group{--group-tone:#64748b;overflow:hidden;border:1px solid var(--border);border-left:3px solid var(--group-tone);border-radius:10px;background:var(--surface)}.compact-group[data-group=image]{--group-tone:#22c55e}.compact-group[data-group=audio]{--group-tone:#ec4899}.compact-group[data-group=video]{--group-tone:#7c3aed}.compact-group[data-group=pdf]{--group-tone:#ef4444}.compact-group[data-group=ebook]{--group-tone:#10b981}.compact-group[data-group=document]{--group-tone:#2563eb}.compact-group[data-group=data]{--group-tone:#eab308}.compact-group[data-group=subtitle]{--group-tone:#0ea5e9}.compact-group h2{padding-left:14px;padding-right:14px;border-bottom:1px solid var(--border);background:var(--surface)}.compact-group .tool-row{background:var(--surface);border-bottom-color:var(--border)}.compact-group .tool-row:hover{background:var(--soft);transform:none}.compact-group .tool-row:hover .tool-description,.compact-group .tool-row:hover .tool-name{color:var(--blue2)}.compact-group .pair-tool{border-bottom-color:var(--border)}.compact-group .pair-tool-row{background:var(--surface);padding-left:14px;padding-right:14px}.compact-group .pair-tool-row:hover,.compact-group .pair-tool.open{background:var(--soft)}.compact-group .pair-tool-row:hover .pair-description,.compact-group .pair-tool-row:hover>strong{color:var(--blue2)}.category-tabs{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}html{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:2px solid transparent;border-radius:999px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--muted);border-width:1px}.header-search{height:42px;flex:1;max-width:520px;margin:0 auto;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted)}.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1677ff1f}.header-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:14px}.header-search input::-moz-placeholder{color:var(--muted);opacity:1}.header-search input::placeholder{color:var(--muted);opacity:1}.main-nav{display:none}.tool-workspace{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:32px;align-items:start}.tool-workspace .converter-panel{width:auto;margin:25px 0 0}.tool-workspace .related-section{width:auto;margin:25px 0 0;position:sticky;top:96px}.related-section .related-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;border:0;padding:0}.related-section .related-heading h2{margin:0;border:0;padding:0;text-align:left;font-size:19px}.related-section .related-heading a{font-size:12px;color:var(--blue2);white-space:nowrap}.related-section>div:not(.related-heading){display:grid;grid-template-columns:1fr;gap:8px}.related-section .tool-row{height:50px;grid-template-columns:42px minmax(0,1fr);padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);transition:background .15s ease,color .15s ease,transform .15s ease}.related-section .tool-row:hover{background:var(--soft);color:var(--blue2);transform:translate(2px)}.related-section .tool-description{display:none}.tool-row{grid-template-columns:42px 175px minmax(0,1fr)}.compact-group .tool-row{grid-template-columns:64px 174px minmax(0,1fr)}.pair-tool-row{grid-template-columns:64px 174px minmax(0,1fr) 22px}@media(max-width:1100px){.tool-row{grid-template-columns:42px 150px minmax(0,1fr)}.compact-group .tool-row{grid-template-columns:60px 150px minmax(0,1fr)}.pair-tool-row{grid-template-columns:60px 150px minmax(0,1fr) 20px}}@media(max-width:850px){.site-header{height:auto}.header-inner{height:auto;min-height:66px;flex-wrap:wrap;padding:0 18px}.header-search{order:3;flex:0 0 100%;max-width:none;margin:0 0 10px;height:42px}.main-nav.open{display:flex;top:110px}.tool-workspace{grid-template-columns:1fr;gap:20px}.tool-workspace .converter-panel,.tool-workspace .related-section{margin-top:16px}.tool-workspace .related-section{position:static}.compact-group .tool-row{grid-template-columns:60px 160px minmax(0,1fr)}.pair-tool-row{grid-template-columns:60px 160px minmax(0,1fr) 20px}}@media(max-width:520px){.compact-group .tool-row{height:58px;grid-template-columns:60px minmax(0,1fr)}.pair-tool-row{height:58px;grid-template-columns:60px minmax(0,1fr) 20px}.related-section>div:not(.related-heading){grid-template-columns:1fr}.related-section .tool-row{grid-template-columns:38px minmax(0,1fr)}}.family-directions,.pair-directions{padding-top:8px!important;padding-bottom:8px!important}body,body *{-webkit-user-select:text;-moz-user-select:text;user-select:text}:root{--header-height:64px}.site-header{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none}.header-inner,.site-header{height:var(--header-height)}.compact-tabs{position:sticky;top:var(--header-height);z-index:20;background:var(--bg);scroll-margin-top:calc(var(--header-height) + 58px)}.tool-page{padding-bottom:24px}.breadcrumbs{padding:8px 0 6px;font-size:14px}.tool-workspace{gap:24px}.tool-workspace .converter-panel{margin:0}.tool-heading{text-align:left;margin:0 0 8px}.tool-heading h1{font-size:32px;line-height:1.12;letter-spacing:-1px}.tool-heading p{font-size:16px;margin:4px 0 0}.drop-zone{height:160px;gap:5px}.drop-zone strong{font-size:18px}.drop-zone span{font-size:14px}.drop-zone small{font-size:12px}.ffmpeg-load-note{margin:6px 0;padding:6px 8px;font-size:12px}.conversion-summary{margin-top:8px;padding:8px 12px;gap:14px}.convert-button{height:46px;margin-top:8px}.local-note{margin:4px 0;font-size:12px}.tool-workspace .related-section{margin:0;top:80px}.related-section .related-heading{margin-bottom:8px}.related-section .related-heading h2{font-size:18px}.related-section .tool-row{height:46px}@media(max-width:850px){:root{--header-height:118px}.site-header{height:auto}.header-inner{height:auto;min-height:64px}.compact-tabs{top:var(--header-height)}.tool-heading h1{font-size:28px}.drop-zone{height:150px}.tool-workspace .related-section{margin-top:18px}}
