:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#252638;background:#f8f9fc;font-synthesis:none;font-size:15px;color-scheme:light;--muted:#727687;--line:#e6e8f0;--accent:#6554d9;--accent-dark:#5141be;--purple-soft:#f0edfd;--green:#278775;--red:#dd6c56}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:var(--accent);text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #9e91f3;outline-offset:4px}[hidden]{display:none!important}svg{display:block;width:20px;height:20px;flex-shrink:0}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:#252638}.site-header{height:83px;border-bottom:1px solid var(--line);background:#fff}.header-inner{max-width:1360px;padding:0 48px;margin:auto;height:100%;display:flex;align-items:center;gap:64px}.brand{display:flex;align-items:center;font-size:25px;font-weight:760;color:#28293a;letter-spacing:-1.2px;white-space:nowrap}.brand>span:not(.brand-mark):not(.brand-dot){font-weight:420}.brand-dot{color:var(--accent)}.brand-mark{display:grid;grid-template-columns:repeat(2,9px);gap:4px;margin-right:12px}.brand-mark i{width:9px;height:9px;border-radius:2px;background:var(--accent)}.brand-mark i:last-child{transform:rotate(-13deg);background:#9485ed}.header-nav{display:flex;align-items:center;gap:29px;height:100%}.nav-link{border:0;background:none;height:100%;padding:0;position:relative;font-size:13px;font-weight:550;color:#767788}.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";position:absolute;height:3px;background:var(--accent);bottom:0;left:0;right:0;border-radius:4px 4px 0 0}.header-actions{display:flex;align-items:center;gap:23px;margin-left:auto}.local-badge{display:flex;align-items:center;gap:7px;color:#777a8a;font-size:11px;white-space:nowrap}.local-badge>span{width:6px;height:6px;border-radius:100%;background:#42a68d}.primary,.secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:11px 18px;font-weight:600;font-size:13px;border:1px solid transparent;text-decoration:none;line-height:1.4;transition:background .15s,box-shadow .15s}.primary{background:var(--accent);color:#fff;box-shadow:0 3px 5px #6554d914}.primary:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 4px 10px #6554d928}.secondary{border-color:#dedeea;background:#fff;color:#55566e}.secondary:hover:not(:disabled){background:#f4f2ff;border-color:#c6bfee}.secondary svg,.primary svg{width:17px;height:17px}.desktop-link{font-size:11px;min-height:37px;padding:9px 12px;gap:8px}.desktop-link>span:last-child svg{width:14px}.app{max-width:1220px;padding:0 30px;margin:0 auto}.hero{text-align:center;padding:59px 0 41px}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:9px;letter-spacing:1.5px;font-weight:700;color:#8271c0;background:#f0edfa;border:1px solid #e7e2f5;border-radius:25px;padding:7px 12px}.mini-spark{font-size:14px;line-height:12px}.hero h1{font-size:clamp(36px,4.1vw,57px);line-height:1.15;letter-spacing:-2.35px;font-weight:710;margin:23px 0 18px}.hero h1>span{color:var(--accent)}.mobile-break{display:none}.hero>p{font-size:14px;line-height:1.85;color:var(--muted);margin:0}.hero-trust{display:flex;justify-content:center;gap:25px;margin-top:23px;color:#818492;font-size:10px}.hero-trust>span{display:flex;gap:6px;align-items:center}.hero-trust svg{width:13px;height:13px;color:#8a83a3}.directory-toolbar{border-bottom:1px solid var(--line);padding-bottom:18px;display:flex;justify-content:space-between;align-items:center;gap:20px}.filter-tabs{display:flex;align-items:center;gap:5px}.filter-tab{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:550;padding:10px 17px;border-radius:7px;border:1px solid transparent;background:transparent;color:#7d7e90;min-height:38px}.filter-tab svg{width:15px;height:15px}.filter-tab.active{color:var(--accent);background:#eeebfc;border-color:#e5dffa}.filter-tab>span:not([data-icon]){font-size:9px;line-height:14px;padding:1px 5px;border-radius:4px;background:#dfd8f7}.search-box{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #e6e8f0;border-radius:8px;padding:9px 11px;min-width:260px}.search-box svg{width:16px;height:16px;color:#9193a0}.search-box input{padding:0;min-width:0;border:0;outline:0;background:none;font-size:11px;width:100%;color:#46465e}.search-box:focus-within{border-color:#9689e0;box-shadow:0 0 0 3px #6554d911}.search-box input:focus-visible{outline:0}.search-box kbd{border:1px solid #eaebf1;background:#fafafd;border-radius:3px;padding:0 4px;color:#9c9dac;font-size:10px}.directory-label{display:flex;align-items:center;justify-content:space-between;margin:24px 0 18px}.directory-label h2{font-size:13px;font-weight:650;letter-spacing:-.15px;margin:0}.directory-label>span{font-size:10px;color:#9495a3}.tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.tool-card{position:relative;text-align:left;display:flex;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e5e7ef;border-radius:11px;padding:21px 21px 23px;min-height:180px;transition:transform .17s,border-color .17s,box-shadow .17s}.tool-card:hover{transform:translateY(-3px);border-color:#bfb5ee;box-shadow:0 8px 25px #3732590a}.tool-card.featured{background:#fbfaff;border-color:#d4cbf4}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:17px}.tool-icon{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;background:var(--purple-soft);color:var(--accent);flex-shrink:0}.tool-icon svg{width:23px;height:23px;stroke-width:1.6}.tool-card.image .tool-icon,.tool-icon.image{color:var(--green);background:#eaf6f1}.tool-card.pdf .tool-icon,.tool-icon.pdf{color:var(--red);background:#fff0e9}.tool-badge{font-size:8px;letter-spacing:.6px;color:#8c7ebc;background:#eee9fb;border-radius:4px;padding:4px 6px;font-weight:700}.tool-badge.new{color:#3c907f;background:#eef8f4}.tool-card h3{font-size:14px;font-weight:650;letter-spacing:-.2px;margin:0 0 8px}.tool-card p{font-size:11px;line-height:1.75;color:#818394;margin:0;max-width:180px}.card-arrow{position:absolute;right:16px;bottom:18px;color:#c3c1d0;opacity:0;transition:opacity .15s}.card-arrow svg{width:17px}.tool-card:hover .card-arrow{opacity:1}.why-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:35px 6px 34px;margin-top:16px}.why-strip>div{display:flex;align-items:center;gap:13px}.why-icon{color:#9b95b3}.why-icon svg{width:24px;height:24px;stroke-width:1.4}.why-strip h3{font-size:11px;margin:0 0 6px;font-weight:600}.why-strip p{font-size:10px;color:#898c9b;margin:0;line-height:1.6}.desktop-banner{display:flex;gap:22px;align-items:center;background:#eeeefa;border:1px solid #e2e2f3;border-radius:12px;padding:28px 30px;margin:0 0 42px}.desktop-banner-icon{height:57px;width:57px;flex-shrink:0;display:grid;place-items:center;border:1px solid #dedcf0;background:#e5e3f6;border-radius:13px;color:#7a6dbf}.desktop-banner-icon svg{width:28px;height:28px;stroke-width:1.5}.eyebrow{font-size:9px;font-weight:650;letter-spacing:1.2px;color:#898296}.desktop-banner .eyebrow{color:#8a7cbd;font-size:8px}.desktop-banner h2{font-size:18px;letter-spacing:-.4px;margin:7px 0}.desktop-banner p{font-size:11px;color:#88859c;margin:0}.desktop-banner .primary{margin-left:auto;font-size:11px;white-space:nowrap}.site-footer{max-width:1160px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin:0 auto;padding:25px 0 30px;font-size:10px;color:#9698a7;gap:20px}.site-footer>div{display:flex;align-items:center;gap:20px}.footer-brand{font-size:17px;letter-spacing:-.7px}.site-footer a:not(.brand){color:#858797;display:flex;gap:3px;align-items:center}.site-footer svg{width:13px;height:13px}.no-tools{text-align:center;padding:55px 0}.no-tools>span{display:flex;justify-content:center;color:var(--muted);margin-bottom:15px}.no-tools h3{font-size:18px}.no-tools p{font-size:13px;color:var(--muted)}.skip-link{position:fixed;top:-60px;left:20px;padding:12px;background:var(--accent);color:#fff;z-index:20}.skip-link:focus{top:10px}.workspace-top{display:flex;justify-content:space-between;align-items:center;margin:29px 0}.back-button{display:inline-flex;gap:8px;align-items:center;border:0;background:none;color:#76738d;font-size:12px;padding:5px 0}.back-button svg{width:16px}.workspace-local{display:flex;align-items:center;gap:7px;font-size:11px;color:#838392}.workspace-local svg{width:15px;height:15px;color:#70a693}.workspace-heading{display:flex;gap:19px;align-items:center;margin:34px 0}.workspace-heading>.tool-icon{width:64px;height:64px;border-radius:16px}.workspace-heading>.tool-icon svg{width:32px;height:32px}.workspace-heading h1{font-size:33px;letter-spacing:-1px;margin:7px 0 8px;font-weight:670}.workspace-heading p{color:var(--muted);font-size:13px;margin:0;line-height:1.6}.workspace,.file-workspace{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:22px;align-items:start}.queue-panel,.settings,.results-panel{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:21px 23px}.panel-heading h2{font-size:14px;font-weight:630;margin:0}.panel-heading h2>span{background:#f1f1f7;display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:3px 6px;font-size:10px;border-radius:5px;color:#8b889e;margin-left:6px}.panel-heading>[data-icon]{color:#9994ab}.panel-heading svg{width:17px}.text-button{border:0;background:none;color:#938eaa;font-size:11px;padding:5px}.dropzone{border:1.5px dashed #d4ccec;border-radius:10px;margin:0 22px 22px;padding:42px 15px 33px;text-align:center;background:#fcfbff;transition:background .15s,border-color .15s}.dropzone.dragging{border-color:var(--accent);background:#eeeafa}.upload-illustration{position:relative;display:grid;place-items:center;width:67px;height:75px;border:1px solid #d9d2f0;border-radius:12px;background:linear-gradient(150deg,#f4f0ff,#e9e4fa);color:#9583d9;margin:0 auto 27px;transform:rotate(-6deg)}.upload-illustration>span>svg{width:28px;height:28px;stroke-width:1.5}.upload-illustration>i{position:absolute;right:-10px;bottom:3px;background:var(--accent);color:#fff;border:3px solid #fcfbff;border-radius:50%;padding:3px;transform:rotate(6deg)}.upload-illustration>i>svg{width:16px;height:16px}.dropzone h3{font-size:19px;font-weight:610;letter-spacing:-.4px;margin:0 0 10px}.dropzone p{font-size:12px;color:#9690a7;margin:0 0 25px}.pick-actions{display:flex;align-items:center;justify-content:center;gap:10px}.dropzone small{display:block;font-size:10px;color:#a09aac;margin-top:19px;line-height:1.7}.queue{max-height:390px;overflow:auto}.queue-footer{border-top:1px solid var(--line);padding:17px 22px;display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#9c97aa}.queue-footer>span{display:flex;gap:5px;align-items:center}.queue-footer svg{width:12px;height:12px}.settings{padding:0 21px 21px}.settings .panel-heading{padding:22px 0}.field-label,legend{display:block;font-size:12px;font-weight:570;margin:0 0 10px}.settings input:not([type=range]):not([type=radio]):not([type=checkbox]),.settings select{width:100%;padding:11px;background:#fcfcfe;border:1px solid #e0dfea;border-radius:7px;color:#646075;font-size:12px;min-width:0}.help{font-size:10px;color:#9a94a8;line-height:1.7;margin:9px 0 21px}.center{text-align:center;margin:12px 0 0}.full{width:100%}fieldset{border:0;padding:0;margin:21px 0;min-width:0}.profile{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid transparent;border-radius:7px;cursor:pointer}.profile:has(input:checked){background:#f6f3ff;border-color:#e9e1fc}.profile input{accent-color:var(--accent);margin:0;width:14px;height:14px}.profile strong{display:block;font-size:11px;font-weight:600;color:#645c7b}.profile em{font-style:normal;font-size:7px;color:#9b89bf;letter-spacing:.1px;margin-left:4px}.profile small{display:block;font-size:10px;color:#a098b0;margin-top:4px}.format{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-top:16px}.format>span{font-size:9px;color:#a29aad;letter-spacing:.9px}.format strong{font-size:12px;font-weight:600;color:#6e617f}.format small{font-size:9px;font-weight:400;color:#a298af;margin-left:5px}.web-note{display:flex;align-items:flex-start;gap:7px;font-size:10px;line-height:1.7;color:#9a92a8;margin:18px 0}.web-note svg{width:13px;height:13px;margin-top:2px}.start{margin-top:14px;justify-content:center}.check{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#7c728c;line-height:1.6;margin:16px 0}.check input{accent-color:var(--accent);margin:2px 0 0}#output-label{overflow-wrap:anywhere}#cancel,#open-output,#video-download-all{margin-top:9px}details{border-top:1px solid var(--line);padding-top:15px}summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:11px;font-weight:600;color:#81758f;list-style:none}summary::-webkit-details-marker{display:none}summary svg{width:14px;height:14px}.trim-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.trim-fields label{font-size:10px;color:#95889f;display:grid;gap:7px}.batch-summary{position:relative;display:grid;grid-template-columns:1fr auto auto;gap:40px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:21px 24px 26px;margin-top:22px;overflow:hidden}.batch-summary strong{display:block;font-size:12px;font-weight:550;margin-top:8px;color:#7c748b;overflow-wrap:anywhere}.summary-number>span{font-size:21px;color:#75688a}.summary-number small{display:block;font-size:9px;color:#aa9fb5;margin-top:5px}.batch-summary progress{position:absolute;bottom:0;left:0;width:100%;height:4px}progress{accent-color:var(--accent);border:0;border-radius:4px;overflow:hidden;background:#f0edf7}progress::-webkit-progress-bar{background:#f0edf7}progress::-webkit-progress-value{background:var(--accent)}progress::-moz-progress-bar{background:var(--accent)}#notice,#tool-status{font-size:11px;line-height:1.8;color:#8a7e9a;overflow-wrap:anywhere;margin:16px 0 0}#notice{min-height:20px}.video-row{display:grid;grid-template-columns:35px minmax(0,1fr) auto;gap:12px;align-items:center;padding:17px 22px;border-top:1px solid var(--line)}.video-icon{display:grid;place-items:center;width:34px;height:40px;border-radius:6px;background:#f1edfb;color:#a191c2;font-size:11px}.video-name{display:block;font-size:12px;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#71667f}.video-details{font-size:10px;color:#a49ab1;margin-top:5px;overflow-wrap:anywhere}.video-actions{display:flex;align-items:center;gap:10px}.video-actions .status{font-size:10px;color:#b0a4bb}.status.done{color:#479a80}.status.error{color:#c55b63}.download{font-size:10px;white-space:nowrap}.row-progress{width:100%;height:4px;margin-top:8px}.remove-video{border:0;background:none;font-size:18px;color:#b2a5bf;padding:3px 6px}.workspace-footnote{display:flex;align-items:center;justify-content:center;gap:7px;padding:30px 0 38px;font-size:10px;color:#a19aaa}.workspace-footnote svg{width:12px;height:12px}.tool-controls{display:grid;grid-template-columns:1fr 1fr;gap:15px}.tool-controls label{display:grid;gap:9px;font-size:11px;color:#8b7f98;position:relative}.tool-controls label.wide,.tool-controls p.wide{grid-column:1/-1}.tool-controls output{position:absolute;right:0;color:var(--accent);font-size:10px}input[type=range]{accent-color:var(--accent);width:100%;margin:8px 0 0}.spaced{margin-top:20px}.empty-hint{text-align:center;font-size:11px;color:#b1a8bc;margin:22px}.tool-file{padding:14px 22px;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;font-size:12px}.tool-file-info{flex:1;min-width:0;overflow-wrap:anywhere;color:#80718f}.tool-file-info strong{font-size:12px}.tool-file-info small{display:block;font-size:10px;color:#a79aae;margin-top:5px}.tool-file-actions{display:flex;align-items:center;gap:5px}.tool-file button{min-height:30px;padding:5px 8px;font-size:10px}.tool-file>span{flex:1;min-width:0;overflow-wrap:anywhere}.results-panel{grid-column:1/-1;padding:20px 23px}.results-panel:has(#tool-results:empty){display:none}.results-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.results-heading h2{font-size:14px;margin:0}.results-heading .secondary{font-size:11px;min-height:36px}.result-file{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line);font-size:12px;overflow-wrap:anywhere}.result-file:first-child{margin-top:15px}.result-file a{white-space:nowrap;font-size:11px;min-height:36px}.result-file span{flex:1;min-width:0}#tool-progress{width:100%;height:5px;margin-top:18px}#app-notice{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#403752;color:#fff;border-radius:10px;padding:15px 22px;box-shadow:0 5px 25px #31263b20;max-width:calc(100% - 30px);width:max-content;font-size:12px;z-index:10}@media(min-width:1500px){.app{max-width:1300px}.site-footer{max-width:1240px}.hero{padding-top:72px;padding-bottom:50px}.tool-card{min-height:191px}}@media(max-width:1100px){.header-inner{padding:0 30px;gap:35px}.header-actions{gap:15px}.local-badge{display:none}.tool-grid{gap:12px}.tool-card{padding:18px 17px;min-height:182px}.desktop-banner{gap:18px;padding:23px}.desktop-banner h2{font-size:16px}.desktop-banner .primary{max-width:210px;white-space:normal}.site-footer{margin:0 30px}}@media(max-width:850px){.header-nav{gap:18px}.header-inner{gap:30px}.brand{font-size:23px}.desktop-link>span:last-child{display:none}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.why-strip{gap:16px}.why-strip>div{gap:9px;align-items:flex-start}.why-strip p{font-size:9px}.workspace,.file-workspace{grid-template-columns:minmax(0,1fr) 285px;gap:15px}.settings{padding:0 16px 18px}.dropzone{margin:0 16px 18px;padding:32px 13px}.pick-actions{flex-wrap:wrap}.dropzone h3{font-size:17px}.dropzone p{line-height:1.6}.queue-footer{flex-wrap:wrap}.desktop-banner-icon{display:none}.site-footer>div{gap:12px}.hero h1{font-size:45px}.hero-trust{font-size:9px}}@media(max-width:640px){.site-header{height:71px}.header-inner{padding:0 20px;gap:15px}.header-nav{display:none}.brand{font-size:23px}.brand-mark{margin-right:9px}.desktop-link{font-size:10px;padding:8px 10px;min-height:34px}.desktop-link>span:first-child{display:none}.app{padding:0 20px}.hero{padding:39px 0 31px}.hero-badge{font-size:8px;letter-spacing:1.15px}.hero h1{font-size:42px;letter-spacing:-1.8px;line-height:1.14;margin:21px 0 17px}.mobile-break{display:block}.hero>p{font-size:12px;line-height:1.85;max-width:340px;margin:auto}.hero>p br{display:none}.hero-trust{gap:13px;font-size:8px;margin-top:20px;flex-wrap:wrap}.hero-trust svg{width:11px;height:11px}.hero-trust>span{gap:4px}.directory-toolbar{align-items:stretch;flex-direction:column;gap:17px;padding-bottom:20px}.filter-tabs{justify-content:space-between;gap:3px}.filter-tab{font-size:11px;padding:9px 12px;gap:6px}.filter-tab svg{width:13px;height:13px}.search-box{min-width:0;padding:11px 12px}.search-box input{font-size:12px}.directory-label{margin:21px 0 16px}.directory-label h2{font-size:12px}.directory-label>span{font-size:8px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.tool-card{padding:16px 14px 17px;min-height:174px;border-radius:10px}.tool-icon{width:38px;height:38px;border-radius:9px}.tool-icon svg{width:20px;height:20px}.tool-badge{font-size:6px;padding:4px;letter-spacing:.3px}.card-top{margin-bottom:15px}.tool-card h3{font-size:12px;margin-bottom:7px}.tool-card p{font-size:10px;line-height:1.7;max-width:145px}.card-arrow{display:none}.why-strip{grid-template-columns:1fr;gap:23px;padding:28px 5px;margin-top:7px}.why-strip>div{gap:15px;align-items:center}.why-strip h3{font-size:12px;margin-bottom:5px}.why-strip p{font-size:10px}.why-icon svg{width:24px;height:24px}.desktop-banner{display:block;padding:24px;margin-bottom:29px}.desktop-banner h2{font-size:18px;line-height:1.5;margin:9px 0 6px}.desktop-banner p{font-size:11px;line-height:1.7}.desktop-banner .primary{margin:20px 0 0;max-width:none;width:100%;font-size:11px}.site-footer{margin:0 20px;align-items:flex-start;gap:12px;padding:24px 0}.site-footer>div{flex-direction:column;align-items:flex-start;gap:9px;font-size:8px}.site-footer>div:last-child{align-items:flex-end}.footer-brand{font-size:16px}.workspace-top{margin:22px 0}.workspace-local{font-size:9px}.workspace-heading{margin:27px 0;gap:14px}.workspace-heading>.tool-icon{width:51px;height:51px;border-radius:12px}.workspace-heading>.tool-icon svg{width:26px;height:26px}.workspace-heading h1{font-size:27px;margin:6px 0}.workspace-heading p{font-size:11px}.workspace-heading .eyebrow{font-size:8px}.workspace,.file-workspace{grid-template-columns:1fr;gap:17px}.dropzone{padding:33px 14px 27px;margin:0 16px 17px}.dropzone p{font-size:11px}.dropzone small{font-size:9px}.settings{padding:0 20px 21px}.settings .panel-heading{padding:21px 0}.field-label,legend{font-size:12px}.profile{padding:11px}.profile strong{font-size:12px}.profile small{font-size:11px}.profile em{font-size:8px}.batch-summary{grid-template-columns:1fr 1fr;gap:20px;padding:20px}.batch-summary>div:first-child{grid-column:1/-1}.video-row{padding:15px;gap:9px}.video-actions{flex-wrap:wrap;justify-content:flex-end;max-width:100px;gap:6px}.video-name{font-size:11px}.tool-file{padding:13px 16px;flex-wrap:wrap}.tool-file-info{flex-basis:100%}.tool-file-actions{margin-left:auto}.result-file{flex-wrap:wrap}.result-file span{flex-basis:100%}.results-heading{flex-wrap:wrap}.workspace-footnote{font-size:9px}.results-panel{padding:18px}.help,.web-note{font-size:11px}.tool-controls label{font-size:12px}.trim-fields label{font-size:11px}.settings input:not([type=range]):not([type=radio]):not([type=checkbox]),.settings select{font-size:13px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.hero h1>span{margin-left:.08em}.tool-card p{font-size:12px;color:#737583}.hero-trust,.directory-label>span,.why-strip p,.site-footer,.site-footer a:not(.brand){color:#727485}.help,.web-note,.dropzone p,.dropzone small,.queue-footer,.workspace-footnote,.video-details,.tool-file-info>span,.empty-hint,.summary-number small,#notice,#tool-status{color:#746b81}.tool-file-info>span{display:block;font-size:10px;margin-top:5px}.tool-controls label,.trim-fields label,.workspace-local,.profile small,.format small{color:#756d82}.profile strong{color:#514a62}.field-label,legend{color:#514c60}.tool-card.pdf .tool-icon,.tool-icon.pdf{color:#c95943}.tool-badge{color:#74629e}.tool-badge.new{color:#347562}.dropzone.dragover{border-color:var(--accent);background:#eeeafa}.workspace-heading h1:focus{outline:none}.results-panel .tool-error{color:#b6414b;font-size:12px;line-height:1.6}.video-actions .status.done{color:#267b60}.video-actions .status.error{color:#b6414b}@media(max-width:640px){.hero h1>span{margin-left:0}.tool-card p{font-size:11px}}
