:root{--bg:#f5f6f8;--surface:#fff;--ink:#171b21;--muted:#68717e;--line:#e2e5e9;--orange:#ff5a0a;--orange-dark:#e84b00;--orange-soft:#fff1e9;--success:#168053;--danger:#c62d32;--shadow:0 20px 55px rgba(27,31,36,.09);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,textarea,select,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%}[hidden]{display:none!important}.ui-icon-svg{width:1.25em;height:1.25em;display:block;overflow:visible;color:inherit}:focus-visible{outline:3px solid rgba(255,90,10,.38);outline-offset:3px}.skip-link{position:fixed;left:14px;top:10px;z-index:5000;padding:10px 14px;border-radius:9px;background:#171b21;color:#fff;text-decoration:none;font-weight:800;transform:translateY(-150%);transition:.15s}.skip-link:focus{transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:sticky;top:0;z-index:100;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px max(24px,calc((100vw - 1180px)/2));background:#ffffffeb;border-bottom:1px solid rgba(226,229,233,.9);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;text-decoration:none}.brand img{display:block;width:230px;max-height:54px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{text-decoration:none;color:#424a55;font-size:14px;font-weight:720}.main-nav a:hover{color:var(--orange)}.local-badge{padding:7px 10px;border:1px solid #ffd6c1;border-radius:999px;background:var(--orange-soft);color:#a93c08;font-size:12px;font-weight:800}main{width:min(1180px,calc(100% - 32px));margin:0 auto}.home-hero{min-height:440px;display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:center;gap:70px;padding:66px 0 54px}.eyebrow{display:inline-block;margin-bottom:10px;color:var(--orange-dark);font-size:12px;font-weight:900;letter-spacing:.13em}.home-hero h1,.tool-hero h1{max-width:760px;margin:0 0 18px;font-size:clamp(40px,6vw,72px);line-height:1.01;letter-spacing:-.055em}.home-hero p,.tool-hero p{max-width:760px;margin:0 0 28px;color:var(--muted);font-size:17px;line-height:1.7}.hero-stat{position:relative;min-height:250px;display:flex;align-items:center;justify-content:center;gap:14px;border-radius:36px;background:linear-gradient(145deg,#1c2128,#111418);color:#fff;box-shadow:0 30px 75px #0e121640;overflow:hidden}.hero-stat:before{content:"";position:absolute;width:180px;height:180px;right:-55px;top:-60px;border-radius:50%;background:var(--orange);filter:blur(1px)}.hero-stat strong{position:relative;color:var(--orange);font-size:84px;line-height:1}.hero-stat span{position:relative;color:#dce0e5;font-size:15px;font-weight:750;line-height:1.35}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:1px solid transparent;border-radius:12px;text-decoration:none;font-weight:800;cursor:pointer;transition:.16s ease}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 9px 24px #ff5a0a38}.btn-primary:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-1px)}.btn-secondary{background:#fff;color:#3f4853;border-color:#d8dde3}.btn-secondary:hover:not(:disabled){background:#f8f9fa}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn:disabled{opacity:.48;cursor:not-allowed}.tools-section{padding:35px 0 70px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:22px}.section-heading h2,.privacy-strip h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.035em}.search-box{width:min(370px,100%);display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 28px #1118270d}.search-box span{color:#7b8490;font-size:22px}.search-box input{width:100%;height:48px;border:0;outline:0;background:transparent}.category-tabs{display:flex;gap:8px;padding-bottom:6px;overflow-x:auto}.tab{white-space:nowrap;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#565f6a;font-size:13px;font-weight:800;cursor:pointer}.tab.active{border-color:#1b2026;background:#1b2026;color:#fff}.tool-group{padding-top:34px}.tool-group h3{margin:0 0 14px;font-size:14px;letter-spacing:.075em;text-transform:uppercase;color:#69727e}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.tool-card{position:relative;min-height:126px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:start;gap:14px;padding:19px;border:1px solid var(--line);border-radius:17px;background:#fff;text-decoration:none;overflow:hidden;transition:.18s ease}.tool-card:before{content:"";position:absolute;width:160px;height:160px;left:calc(var(--mx,50%) - 80px);top:calc(var(--my,50%) - 80px);border-radius:50%;background:radial-gradient(circle,rgba(255,90,10,.1),transparent 68%);opacity:0;transition:.18s}.tool-card:hover{border-color:#ffb68f;transform:translateY(-3px);box-shadow:0 16px 42px #1e222817}.tool-card:hover:before{opacity:1}.tool-icon{position:relative;width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--orange-soft);color:var(--orange-dark);font-size:20px;font-weight:900}.tool-card strong{position:relative;display:block;margin:2px 0 7px;font-size:16px}.tool-card small{position:relative;display:block;color:var(--muted);font-size:13px;line-height:1.45}.tool-arrow{position:relative;color:#a2a9b2;font-size:20px}.empty-search{padding:40px;text-align:center;color:var(--muted)}.privacy-strip{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;margin:15px 0 70px;padding:28px;border:1px solid #dbe9e2;border-radius:var(--radius);background:#f4fbf7}.privacy-strip h2{font-size:25px}.privacy-strip p{margin:7px 0 0;color:#617068;line-height:1.55}.privacy-icon{width:55px;height:55px;display:grid;place-items:center;border-radius:50%;background:#dff4e8;color:var(--success);font-size:26px;font-weight:900}footer{min-height:95px;display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;border-top:1px solid var(--line);background:#fff}footer img{width:34px}footer span{font-weight:900}footer small{color:var(--muted)}.tool-main{padding-bottom:70px}.tool-hero{display:flex;align-items:flex-start;gap:20px;padding:48px 0 24px}.tool-hero .tool-icon{width:66px;height:66px;flex:0 0 66px;font-size:25px}.tool-hero h1{font-size:clamp(34px,5vw,55px);margin-bottom:9px}.tool-hero p{font-size:16px;margin:0}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.work-card,.options-card,.result-card,.notice-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.work-card{padding:18px}.drop-zone{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;border:2px dashed #cfd4da;border-radius:15px;text-align:center;cursor:pointer;transition:.16s}.drop-zone.dragover,.drop-zone:hover{border-color:var(--orange);background:#fffaf7}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.drop-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:#1b2026;color:#fff;font-size:21px;font-weight:900}.drop-zone strong{font-size:20px}.drop-zone small{color:var(--muted)}.file-list{display:grid;gap:9px;margin-top:14px}.file-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fafbfc}.file-row .mini-file{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:var(--orange-soft);color:var(--orange-dark);font-size:11px;font-weight:900}.file-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.file-row small{color:var(--muted)}.file-row button{width:32px;height:32px;border:0;border-radius:8px;background:#eceff2;color:#606a75;cursor:pointer}.options-card{position:sticky;top:96px;padding:20px}.options-card h2{margin:0 0 4px;font-size:19px}.options-card>p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.5}.field{display:grid;gap:7px;margin:14px 0}.field label,.field>span{font-size:13px;font-weight:800}.field small{color:var(--muted);line-height:1.45}.field input,.field select,.field textarea{width:100%;border:1px solid #d8dde3;border-radius:10px;background:#fff;padding:10px 11px;outline:0}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff5a0a1a}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.process-btn{width:100%;min-height:52px;margin-top:13px}.privacy-note{display:flex;gap:8px;margin-top:13px;color:#6c756f;font-size:12px;line-height:1.45}.privacy-note strong{color:var(--success)}.result-card{margin-top:20px;padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.result-card .result-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#e4f6ec;color:var(--success);font-size:23px;font-weight:900}.result-card h2{margin:0 0 4px;font-size:20px}.result-card p{margin:0;color:var(--muted);font-size:13px}.notice-card{margin-top:18px;padding:16px 18px;color:#5d6672;font-size:13px;line-height:1.55;box-shadow:none}.notice-card strong{color:var(--ink)}.processing{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#12161ba8;backdrop-filter:blur(5px)}.processing-box{width:min(470px,100%);display:flex;flex-direction:column;align-items:center;gap:10px;padding:30px;border-radius:20px;background:#fff;text-align:center;box-shadow:0 30px 90px #0000004d}.processing-box span{color:var(--muted);font-size:14px}.spinner{width:42px;height:42px;border:4px solid #e7e9ec;border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.progress-track{width:100%;height:8px;margin-top:9px;border-radius:99px;background:#eceff2;overflow:hidden}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--orange),#ff9a33);transition:width .2s}@keyframes spin{to{transform:rotate(360deg)}}.visual-host{margin-top:18px}.visual-workspace{min-height:520px;display:grid;grid-template-columns:78px minmax(0,1fr);border:1px solid #ccd2d9;border-radius:15px;background:#e7e9ec;overflow:hidden}.visual-toolbar{position:sticky;top:90px;z-index:25;align-self:start;min-height:520px;display:flex;flex-direction:column;gap:7px;padding:10px 8px;border-right:1px solid #cbd1d8;background:#fff}.visual-toolbar button{min-height:53px;display:grid;place-items:center;gap:2px;padding:6px 3px;border:1px solid transparent;border-radius:9px;background:#fff;color:#252b33;font-size:21px;cursor:pointer}.visual-toolbar button small{font-size:9px;line-height:1.05;font-weight:700}.visual-toolbar button:hover,.visual-toolbar button.active{border-color:#ffb084;background:var(--orange-soft);color:var(--orange-dark)}.visual-tool-title{padding:7px 0;text-align:center;color:#727b86;font-size:9px;font-weight:900;letter-spacing:.1em}.toolbar-spacer{flex:1}.visual-document{min-width:0;padding:14px}.visual-hint{position:sticky;top:92px;z-index:20;margin:0 auto 14px;padding:11px 14px;border:1px solid #d5d9de;border-radius:10px;background:#fffffff0;box-shadow:0 6px 20px #14191e14;color:#48515d;font-size:12px;line-height:1.45}.visual-pages{display:flex;flex-direction:column;align-items:center;gap:22px}.visual-page-card{width:fit-content;max-width:100%}.visual-page-card header{display:flex;justify-content:space-between;gap:18px;padding:0 2px 7px;color:#5f6874;font-size:11px}.visual-page-card header strong{color:#252b32}.visual-page-stage{position:relative;max-width:100%;background:#fff;box-shadow:0 13px 38px #161c232e;touch-action:none;user-select:none}.visual-page-stage canvas{display:block;width:100%!important;height:100%!important;pointer-events:none}.visual-overlay{position:absolute;inset:0;z-index:5;cursor:crosshair;overflow:hidden}.visual-pages.drawing .visual-overlay{cursor:crosshair}.visual-item{position:absolute;z-index:8;min-width:5px;min-height:5px;border:1px dashed transparent;cursor:pointer;touch-action:none}.visual-item.selected{border-color:#1677d2;box-shadow:0 0 0 2px #1677d229}.item-text{min-width:34px;min-height:20px;white-space:pre-wrap;line-height:1.1;font-weight:600;overflow:visible}.item-image img{display:block;width:100%;height:100%;object-fit:contain}.item-rect,.item-whiteout{border:2px solid var(--item-color);background:color-mix(in srgb,var(--item-color) calc(var(--item-opacity)*100%),transparent)}.item-draw{pointer-events:none}.item-draw svg{display:block;width:100%;height:100%;overflow:visible}.forms-workspace .visual-item{display:flex;align-items:center;gap:6px;padding:3px 6px;border:1.5px solid #1677d2;border-radius:3px;background:#e6f3ffc2;color:#075da8;overflow:hidden}.forms-workspace .visual-item span{font-weight:900}.forms-workspace .visual-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800}.forms-workspace .item-checkbox,.forms-workspace .item-radio{justify-content:center;padding:1px}.crop-shade{position:absolute;z-index:3;background:#12171d94;pointer-events:none}.crop-box{position:absolute;z-index:5;border:2px solid var(--orange);box-shadow:0 0 0 1px #fff inset;cursor:move}.crop-label{position:absolute;left:7px;top:7px;padding:4px 7px;border-radius:6px;background:#ffffffeb;color:#a73b05;font-size:10px;font-weight:900;pointer-events:none}.crop-box i{position:absolute;width:13px;height:13px;border:2px solid #fff;border-radius:2px;background:var(--orange);box-shadow:0 1px 4px #00000040}.crop-box [data-handle=nw]{left:-7px;top:-7px;cursor:nwse-resize}.crop-box [data-handle=n]{left:calc(50% - 7px);top:-7px;cursor:ns-resize}.crop-box [data-handle=ne]{right:-7px;top:-7px;cursor:nesw-resize}.crop-box [data-handle=e]{right:-7px;top:calc(50% - 7px);cursor:ew-resize}.crop-box [data-handle=se]{right:-7px;bottom:-7px;cursor:nwse-resize}.crop-box [data-handle=s]{left:calc(50% - 7px);bottom:-7px;cursor:ns-resize}.crop-box [data-handle=sw]{left:-7px;bottom:-7px;cursor:nesw-resize}.crop-box [data-handle=w]{left:-7px;top:calc(50% - 7px);cursor:ew-resize}.crop-values{display:grid;gap:5px;margin:14px 0;padding:10px;border:1px solid #ffd2ba;border-radius:10px;background:#fff7f2}.crop-values strong{font-size:12px}.crop-values span{color:#8b4a29;font-size:11px;line-height:1.45}.pptx-render-shell{position:fixed;left:-12000px;top:0;width:960px;z-index:-1;background:#fff}.redact-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 70px}.redact-editor{margin-top:22px;padding-bottom:100px}.toolbar,.tip,.color-palette,.finish-area{background:#fff;border:1px solid var(--line);border-radius:16px}.toolbar{position:sticky;top:90px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;box-shadow:0 10px 30px #11182714}.toolbar>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.tip{margin-top:12px;padding:12px 15px;color:#465467;font-size:14px;line-height:1.55}.pages-container{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:24px}.page-card{width:fit-content;max-width:100%}.page-header{display:flex;justify-content:space-between;gap:16px;padding:0 2px 8px;font-size:13px}.page-header span,.selection-summary{color:var(--muted)}.page-stage{position:relative;max-width:100%;background:#fff;box-shadow:0 15px 45px #121c2d29;user-select:none;touch-action:none;cursor:crosshair;overflow:visible}.pdf-canvas{display:block;width:100%!important;height:100%!important;pointer-events:none}.redaction-box{position:absolute;z-index:10;min-width:2px;min-height:2px;background:var(--redaction-color,#000);border:2px solid var(--redaction-color,#000);box-shadow:inset 0 0 0 1px #11182773;pointer-events:none}.redaction-draft{z-index:9;opacity:.58;border-style:dashed}.remove-redaction{position:absolute;top:-13px;right:-13px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:2px solid #fff;border-radius:50%;background:#b91c1c;color:#fff;cursor:pointer;font-size:18px;font-weight:800;pointer-events:auto}.color-palette{position:fixed;left:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,28px);z-index:80;display:flex;align-items:center;gap:10px;padding:12px;box-shadow:0 18px 50px #1118273d}.color-palette-copy{display:flex;flex-direction:column}.color-palette-copy span{color:var(--muted);font-size:11px}.color-picker{width:44px;height:44px;padding:3px;border:1px solid #cfd5dd;border-radius:10px;background:#fff}.finish-area{position:fixed;right:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,28px);z-index:80;width:min(430px,calc(100vw - 32px));display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;box-shadow:0 18px 50px #1118273d}@media(max-width:900px){.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr}.hero-stat{display:none}.workspace{grid-template-columns:1fr}.options-card{position:static}.main-nav a{display:none}.visual-workspace{grid-template-columns:1fr}.visual-toolbar{position:static;min-height:auto;flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid #cbd1d8}.visual-toolbar button{min-width:62px}.visual-toolbar .toolbar-spacer,.visual-tool-title{display:none}.visual-hint{top:78px}}@media(max-width:620px){main{width:min(100% - 20px,1180px)}.site-header{padding:9px 12px}.brand img{width:180px}.local-badge{display:none}.home-hero{min-height:auto;padding:45px 0}.home-hero h1{font-size:43px}.section-heading{align-items:stretch;flex-direction:column}.search-box{width:100%}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:110px}.privacy-strip{grid-template-columns:1fr}.privacy-icon{margin:auto}.privacy-strip{text-align:center}footer small{display:none}.tool-hero{padding-top:30px}.tool-hero .tool-icon{display:none}.result-card{grid-template-columns:1fr;text-align:center}.result-card .result-icon{margin:auto}.toolbar{position:static;align-items:stretch;flex-direction:column}.toolbar-actions{justify-content:flex-start}.finish-area{right:10px;bottom:10px;width:calc(100vw - 20px)}.color-palette{left:10px;bottom:88px}.redact-editor{padding-bottom:170px}}.site-footer{justify-content:space-between;gap:24px;padding:22px max(24px,calc((100vw - 1180px)/2));flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.developer-credit{margin-left:auto;text-align:right;font-size:14px;font-weight:800;color:#171b21}@media(max-width:620px){.site-footer{padding:20px 14px;gap:18px}.site-footer .footer-brand small{display:block;width:100%;text-align:center}.site-footer .developer-credit{width:100%;text-align:right}}.seo-content{margin:42px 0 28px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 36px #1b1f240f}.seo-content h2{max-width:820px;margin:0 0 10px;font-size:clamp(25px,3vw,34px);letter-spacing:-.03em}.seo-content>p{max-width:900px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.seo-tags,.seo-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.seo-tags span{padding:7px 10px;border:1px solid #ffd6c1;border-radius:999px;background:var(--orange-soft);color:#94400f;font-size:13px;font-weight:750}.seo-links a{padding:9px 12px;border:1px solid #dce1e6;border-radius:10px;background:#f8f9fa;color:#343d48;font-size:14px;font-weight:750;text-decoration:none}.seo-links a:hover{border-color:#ffad80;background:#fff7f1;color:#a83a05}.seo-faq{margin-top:26px;border-top:1px solid var(--line);padding-top:20px}.seo-faq h3{margin:0 0 10px;font-size:19px}.seo-faq details{border-bottom:1px solid var(--line);padding:12px 0}.seo-faq summary{cursor:pointer;font-size:15px;font-weight:800}.seo-faq details p{margin:9px 0 3px;color:var(--muted);font-size:14px;line-height:1.6}@media(max-width:620px){.seo-content{margin-top:28px;padding:20px}.seo-content>p{font-size:15px}.seo-links a{width:100%}}.brand img{height:auto}.category-tabs{flex-wrap:wrap;overflow:visible}.category-tabs .tab{justify-content:center;min-height:44px}@media(max-width:620px){.category-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.category-tabs .tab{white-space:normal;border-radius:12px}}.search-box>.ui-icon-svg{flex:0 0 auto;color:#7b8490;font-size:19px}.category-tabs .tab{display:flex;align-items:center;gap:7px}.category-tabs .tab>span{min-width:22px;padding:2px 6px;border-radius:999px;background:#eef0f3;color:#727b86;font-size:11px}.category-tabs .tab.active>span{background:#ffffff20;color:#fff}.tool-card{min-height:136px}.tool-icon{font-size:25px}.tool-icon .ui-icon-svg{width:28px;height:28px}.tool-copy em{position:relative;display:flex;align-items:center;gap:5px;margin-top:11px;color:#5e7167;font-size:11px;font-style:normal;font-weight:750}.tool-copy em .ui-icon-svg{width:13px;height:13px}.tool-arrow{font-size:17px}.tool-arrow .ui-icon-svg{width:20px;height:20px}.image-home-subgroup{margin-top:24px}.image-home-subgroup:first-of-type{margin-top:8px}.image-home-subgroup h4{margin:0 0 11px;color:#3f4853;font-size:15px}.drop-icon .ui-icon-svg{width:34px;height:34px}
