:root{--navy:#171214;--navy-2:#2a1115;--blue:#ef151c;--blue-dark:#b4000b;--coral:#ef151c;--green:#14a66f;--teal:#0a9fa8;--purple:#8b4de8;--rose:#e54d78;--orange:#f59a23;--ink:#1b1718;--text:#44383b;--muted:#74666a;--soft:#fff8f8;--soft-blue:#fff1f2;--line:#eadfe1;--line-strong:#d8c7ca;--white:#fff;--success:#16834f;--danger:#bd2c24;--shadow:0 22px 60px #58080f1a;--shadow-soft:0 10px 32px #58080f12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,Manrope,Segoe UI,Arial,sans-serif;line-height:1.55}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block}.app-body{min-height:100vh}.container{width:min(1440px,100% - 64px);margin-inline:auto}.narrow{width:min(860px,100%)}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:999;color:var(--navy);box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:10px 14px;position:fixed;top:-70px;left:16px}.skip-link:focus{top:16px}.site-header{z-index:100;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;height:72px;position:sticky;top:0}.header-inner{align-items:center;gap:28px;height:100%;display:flex}.logo{letter-spacing:-.7px;flex:none;align-items:center;gap:10px;font-size:22px;font-weight:850;display:inline-flex}.logo-mark{color:#fff;background:linear-gradient(145deg,#ff2d35,#b9000c);border-radius:9px;place-items:center;width:39px;height:43px;display:grid;position:relative;box-shadow:0 8px 20px #ef151c3d}.logo-mark:after{content:"";border-bottom:12px solid #ffffffb8;border-left:12px solid #0000;position:absolute;top:0;right:0}.logo-word{color:var(--coral)}.desktop-nav{flex:1;justify-content:center;align-items:stretch;gap:2px;height:100%;display:flex}.nav-group{align-items:center;display:flex;position:relative}.nav-group-trigger,.nav-simple-link{color:#25334a;white-space:nowrap;align-items:center;gap:4px;height:100%;padding:0 10px;font-size:12px;font-weight:760;display:flex}.nav-group-trigger:hover,.nav-simple-link:hover{color:var(--blue)}.mega-menu{border:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:16px;width:355px;padding:14px;transition:all .18s;position:absolute;top:62px;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 24px 70px #0f22442e}.nav-group:hover .mega-menu,.nav-group:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-menu-heading{background:#f8fafc;border-radius:12px;gap:12px;padding:10px;display:flex}.mega-menu-heading>span{width:38px;height:38px;color:var(--blue);background:#ffe8ea;border-radius:11px;flex:none;place-items:center;display:grid}.mega-menu-heading strong{font-size:13px;display:block}.mega-menu-heading small{color:var(--muted);margin-top:2px;font-size:10px;line-height:1.4;display:block}.mega-menu-links{gap:2px;margin-top:8px;display:grid}.mega-menu-links a{border-radius:9px;padding:8px 9px;display:block}.mega-menu-links a:hover{background:#f5f8fc}.mega-menu-links span{font-size:12px;font-weight:760;display:block}.mega-menu-links small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;display:block;overflow:hidden}.mega-menu-footer{border-top:1px solid var(--line);color:var(--blue);justify-content:center;margin-top:8px;padding:9px;font-size:11px;font-weight:800;display:flex}.header-actions{flex:none;align-items:center;gap:10px;display:flex}.language-menu{flex:none;position:relative}.language-trigger{border:1px solid var(--line);height:40px;color:var(--ink);white-space:nowrap;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;max-width:150px;padding:0 10px;font-size:10.5px;font-weight:800;transition:all .18s;display:flex}.language-trigger:hover,.language-menu.open .language-trigger{color:var(--blue);background:#fff3f4;border-color:#ef969d}.language-options{border:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;z-index:120;background:#fff;border-radius:12px;gap:2px;width:198px;padding:7px;transition:all .16s;display:grid;position:absolute;top:48px;right:0;transform:translateY(6px);box-shadow:0 20px 45px #0f224429}.language-menu.open .language-options{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.language-options button{color:#39485e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;min-height:34px;padding:0 10px;font-size:10.5px;font-weight:760;display:flex}.language-options button:hover,.language-options button.active{color:var(--blue);background:#fff1f2}.language-current,.language-option-label{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.flag-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:999px;flex:none;width:18px;height:18px;box-shadow:inset 0 0 0 1px #0f224421}.header-search{width:240px;position:relative}.header-search>label{border:1px solid var(--line);height:40px;color:var(--muted);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:0 11px;display:flex}.header-search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.header-search button{color:var(--muted);background:0 0;border:0;padding:3px}.header-search-results{border:1px solid var(--line);background:#fff;border-radius:14px;width:320px;padding:10px;position:absolute;top:47px;right:0;box-shadow:0 22px 60px #0f224429}.header-search-results>small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;padding:4px 7px 7px;font-size:9px;font-weight:800;display:block}.header-search-results>a:not(.search-all-link){border-radius:9px;justify-content:space-between;gap:12px;padding:9px;display:flex}.header-search-results>a:not(.search-all-link):hover{background:#f5f8fc}.header-search-results span{font-size:11px;font-weight:760}.header-search-results a small{color:var(--muted);font-size:9px}.header-search-results p{color:var(--muted);padding:8px;font-size:11px}.search-all-link{border-top:1px solid var(--line);text-align:center;color:var(--blue);margin-top:5px;padding:10px 7px 4px;font-size:10.5px;font-weight:800;display:block}.header-cta,.primary-button,.secondary-button{border-radius:10px;justify-content:center;align-items:center;gap:8px;font-weight:800;transition:all .18s;display:inline-flex}.header-cta{background:var(--blue);color:#fff;white-space:nowrap;height:40px;padding:0 14px;font-size:11px}.header-cta:hover,.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.mobile-menu{border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.primary-button{background:var(--blue);color:#fff;border:0;padding:11px 16px;font-size:12px;box-shadow:0 10px 22px #ef151c29}.secondary-button{border:1px solid var(--line-strong);color:var(--ink);background:#fff;padding:10px 15px;font-size:12px}.secondary-button:hover{background:#f8fbff;border-color:#ec8b93}.large-button{min-height:46px;padding-inline:19px}.eyebrow{color:var(--blue);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:850;display:inline-flex}.breadcrumb{color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.breadcrumb span{color:#b1bdcc}.section{padding:64px 0}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.tool-grid.four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.tool-card{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:45px 1fr 22px;align-items:center;gap:12px;min-height:90px;padding:14px;transition:all .18s;display:grid;box-shadow:0 3px 15px #0f224408}.tool-card:hover{box-shadow:var(--shadow-soft);border-color:#b9c9e4;transform:translateY(-2px)}.tool-card-copy strong{font-size:12px;display:block}.tool-card-copy small{color:var(--muted);margin-top:3px;font-size:9.5px;line-height:1.45;display:block}.tool-arrow{color:#94a3b8}.tool-icon,.mini-tool-icon{color:var(--blue);background:#ffe8ea;border-radius:12px;place-items:center;display:grid}.tool-icon{width:45px;height:45px}.tool-icon svg{width:22px;height:22px}.mini-tool-icon{width:36px;height:36px}.mini-tool-icon svg{width:18px;height:18px}.accent-blue{--accent:var(--blue)}.accent-green{--accent:var(--green)}.accent-teal{--accent:var(--teal)}.accent-purple{--accent:var(--purple)}.accent-rose{--accent:var(--rose)}.accent-orange{--accent:var(--orange)}.tool-icon.accent-blue,.mini-tool-icon.accent-blue{color:var(--blue);background:#ffe8ea}.tool-icon.accent-green,.mini-tool-icon.accent-green{color:var(--green);background:#eaf9f3}.tool-icon.accent-teal,.mini-tool-icon.accent-teal{color:var(--teal);background:#e8f9fa}.tool-icon.accent-purple,.mini-tool-icon.accent-purple{color:var(--purple);background:#f2ebff}.tool-icon.accent-rose,.mini-tool-icon.accent-rose{color:var(--rose);background:#fff0f4}.tool-icon.accent-orange,.mini-tool-icon.accent-orange{color:var(--orange);background:#fff5e8}.home-hero{background:linear-gradient(#fff,#fbfdff);padding:54px 0 34px;position:relative;overflow:hidden}.home-hero:before{content:"";background:radial-gradient(circle,#ffe8ea,#0000 68%);border-radius:50%;width:720px;height:720px;position:absolute;top:-45%;right:-12%}.home-hero-grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;display:grid;position:relative}.hero-badge{color:var(--blue);background:#f7faff;border:1px solid #d9e6fb;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:10px;font-weight:850;display:inline-flex}.home-hero-copy h1{letter-spacing:-3px;max-width:800px;margin:17px 0 14px;font-size:clamp(42px,4.3vw,66px);line-height:1.04}.home-hero-copy h1 span{color:var(--coral)}.home-hero-copy>p{max-width:700px;color:var(--text);margin:0;font-size:16px;line-height:1.72}.hero-tool-search{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:10px;max-width:700px;height:54px;margin-top:24px;padding:7px 7px 7px 15px;display:flex;box-shadow:0 14px 34px #0f224414}.hero-tool-search svg{color:var(--muted)}.hero-tool-search input{border:0;outline:0;flex:1;min-width:0;font-size:12px}.hero-tool-search button{background:var(--navy);color:#fff;border:0;border-radius:10px;height:40px;padding:0 18px;font-size:11px;font-weight:800}.hero-actions{gap:10px;margin-top:16px;display:flex}.home-trust{color:#40516b;flex-wrap:wrap;gap:13px 22px;margin-top:19px;font-size:10.5px;font-weight:700;display:flex}.home-trust span{align-items:center;gap:6px;display:flex}.home-trust svg{color:var(--blue)}.hero-document-illustration{place-items:center;min-height:390px;display:grid;position:relative}.illustration-orbit{border:1px solid #dbe8fb;border-radius:50%;position:absolute}.orbit-one{width:350px;height:350px}.orbit-two{border-style:dashed;width:270px;height:270px}.document-sheet{background:#fff;border:1px solid #d9e2ef;border-radius:18px;width:265px;height:330px;position:absolute;box-shadow:0 26px 75px #14376921}.sheet-back{background:#f4f8ff;transform:rotate(-8deg)translate(-34px,12px)}.sheet-main{padding:28px;transform:rotate(2deg)}.pdf-label{background:var(--coral);color:#fff;border-radius:8px;place-items:center;width:62px;height:38px;font-size:16px;font-weight:900;display:inline-grid}.line{background:#dce4ee;border-radius:999px;height:8px;margin-top:14px;display:block}.line-one{width:68%}.line-two{width:84%}.line-three{width:56%}.image-placeholder{height:96px;color:var(--blue);background:linear-gradient(135deg,#e9f3ff,#d8e8ff);border-radius:12px;place-items:center;margin-top:20px;display:grid}.signature-stroke{color:var(--blue);font-family:cursive;font-size:25px;font-style:italic;position:absolute;bottom:30px;right:26px}.illustration-chip{z-index:3;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-size:10px;font-weight:850;position:absolute;box-shadow:0 12px 30px #0f22441f}.chip-edit{color:var(--coral);top:72px;left:45px}.chip-convert{color:var(--teal);top:130px;right:30px}.chip-sign{color:var(--purple);bottom:65px;right:55px}.compact-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:17px;display:flex}.compact-section-heading span{color:var(--blue);text-transform:uppercase;letter-spacing:.09em;font-size:9.5px;font-weight:850;display:block}.compact-section-heading h2{letter-spacing:-.8px;margin:4px 0 0;font-size:25px}.compact-section-heading>a{color:var(--blue);align-items:center;gap:6px;font-size:10.5px;font-weight:800;display:flex}.category-home-section{background:#f7faff;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8}.category-rail{scrollbar-width:thin;gap:11px;padding:2px 2px 10px;display:flex;overflow-x:auto}.category-card{border:1px solid var(--line);border-top:3px solid var(--accent);background:#fff;border-radius:14px;flex:0 0 245px;padding:15px;box-shadow:0 4px 18px #0f224409}.category-card-title{align-items:center;gap:9px;display:flex}.category-card-title>span{background:color-mix(in srgb,var(--accent) 11%,white);width:34px;height:34px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.category-card-title h3{margin:0;font-size:13px}.category-card ul{gap:5px;margin:12px 0 10px;padding:0;list-style:none;display:grid}.category-card li a{color:#485a73;font-size:10px}.category-card li a:hover{color:var(--accent)}.category-card-link{color:var(--accent);align-items:center;gap:5px;font-size:9.5px;font-weight:850;display:flex}.popular-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.popular-tool{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:38px 1fr 16px;align-items:center;gap:9px;min-height:58px;padding:8px 11px;transition:all .18s;display:grid}.popular-tool:hover{box-shadow:var(--shadow-soft);border-color:#aac2e7;transform:translateY(-2px)}.popular-tool .tool-icon{border-radius:10px;width:38px;height:38px}.popular-tool .tool-icon svg{width:18px;height:18px}.popular-tool strong{font-size:11px}.popular-tool>svg{color:#9aa8ba}.home-privacy-strip{background:#fff3f4;border-top:1px solid #f3d6d9;border-bottom:1px solid #f3d6d9;padding:20px 0}.home-privacy-strip .container{color:#234267;grid-template-columns:34px 1fr auto;align-items:center;gap:14px;display:grid}.home-privacy-strip strong{font-size:12px}.home-privacy-strip p{color:#60738d;margin:2px 0 0;font-size:10px}.home-privacy-strip a{color:var(--blue);align-items:center;gap:5px;font-size:10px;font-weight:800;display:flex}.ad-shell{color:#94a3b8;background:#fbfcfe;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;width:min(1376px,100% - 64px);margin:16px auto;display:grid;position:relative;overflow:hidden}.ad-shell>span{text-transform:uppercase;letter-spacing:.08em;font-size:8px;position:absolute;top:7px;left:12px}.ad-horizontal{min-height:90px}.ad-rectangle{width:100%;min-height:250px;margin:0}.ad-auto{min-height:120px}.ad-reserved-space{text-align:center;gap:4px;display:grid}.ad-reserved-space strong{color:#8795a8;font-size:10px;font-weight:750}.ad-reserved-space small{font-size:8.5px}.catalog-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:22px;display:grid}.catalog-app{grid-template-columns:205px minmax(0,1fr);gap:24px;display:grid}.catalog-tips{position:sticky;top:95px}.tips-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:17px}.tips-card h2{text-transform:uppercase;letter-spacing:.05em;margin:0 0 13px;font-size:12px}.tips-card p{color:var(--text);grid-template-columns:22px 1fr;align-items:start;gap:8px;margin:12px 0;font-size:9.5px;line-height:1.55;display:grid}.tips-card svg{color:var(--blue)}.catalog-heading{justify-content:space-between;align-items:end;gap:20px;margin:10px 0 17px;display:flex}.catalog-heading>div>span{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;font-size:9.5px;font-weight:850}.catalog-heading h1{letter-spacing:-1.4px;margin:4px 0 5px;font-size:36px;line-height:1.1}.catalog-heading p{color:var(--muted);margin:0;font-size:11px}.catalog-search{border:1px solid var(--line);min-width:255px;height:42px;color:var(--muted);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:0 11px;display:flex}.catalog-search input{border:0;outline:0;width:100%;font-size:10px}.catalog-tabs{gap:7px;margin-bottom:16px;padding-bottom:2px;display:flex;overflow-x:auto}.catalog-tabs button{border:1px solid var(--line);color:#4b5c75;white-space:nowrap;background:#fff;border-radius:9px;padding:8px 12px;font-size:9.5px;font-weight:750}.catalog-tabs button.active{background:var(--blue);border-color:var(--blue);color:#fff}.catalog-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.catalog-group{border:1px solid var(--line);border-top:3px solid var(--accent);background:#fff;border-radius:15px;padding:15px}.catalog-group header{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:11px;display:flex}.catalog-group header>span{background:color-mix(in srgb,var(--accent) 11%,white);width:38px;height:38px;color:var(--accent);border-radius:11px;place-items:center;display:grid}.catalog-group h2{margin:0;font-size:14px}.catalog-group header p{color:var(--muted);margin:2px 0 0;font-size:9px}.catalog-tool-list{margin-top:7px;display:grid}.catalog-tool-list>a{border-bottom:1px solid #eef2f6;grid-template-columns:36px 1fr;align-items:center;gap:9px;padding:8px 4px;display:grid}.catalog-tool-list>a:last-child{border-bottom:0}.catalog-tool-list>a:hover strong{color:var(--blue)}.catalog-tool-list strong{font-size:10.5px;display:block}.catalog-tool-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8.5px;display:block;overflow:hidden}.catalog-ad{position:sticky;top:95px}.category-page-hero{background:linear-gradient(120deg,color-mix(in srgb,var(--accent) 7%,white),#fff);border-bottom:1px solid var(--line);padding:42px 0}.category-page-hero-inner{align-items:center;gap:18px;display:flex}.category-page-icon{background:color-mix(in srgb,var(--accent) 12%,white);width:62px;height:62px;color:var(--accent);border-radius:17px;place-items:center;display:grid}.category-page-hero h1{letter-spacing:-1.5px;margin:5px 0;font-size:39px}.category-page-hero p{color:var(--muted);margin:0;font-size:12px}.category-benefits{color:#43536a;gap:18px;margin-top:12px;font-size:10px;font-weight:700;display:flex}.category-benefits span{align-items:center;gap:5px;display:flex}.category-benefits svg{color:var(--success)}.category-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-back-link{text-align:center;margin-top:24px}.category-back-link a{color:var(--blue);align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.tool-screen-heading{justify-content:space-between;align-items:end;gap:22px;margin-bottom:17px;display:flex}.tool-screen-title>div{align-items:center;gap:13px;margin-top:8px;display:flex}.large-icon{border-radius:15px;width:52px;height:52px}.tool-screen-title h1{letter-spacing:-1px;margin:0;font-size:31px}.tool-screen-title p{color:var(--muted);margin:2px 0 0;font-size:10.5px}.tool-screen-badges,.editor-page-badges{flex-wrap:wrap;gap:8px;display:flex}.tool-screen-badges span,.editor-page-badges span{border:1px solid var(--line);color:#42526a;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:7px 10px;font-size:9px;font-weight:750;display:flex}.tool-screen-badges svg,.editor-page-badges svg{color:var(--success)}.tool-workspace-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:18px;display:grid}.workspace{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:20px}.workspace-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;display:flex}.workspace-heading h2{margin:3px 0 0;font-size:20px}.local-badge{color:var(--success);background:#eaf8f1;border:1px solid #d6efe2;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:9px;font-weight:850;display:flex}.drop-zone{text-align:center;background:linear-gradient(#fbfdff,#f6f9fd);border:1.5px dashed #aebed4;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:205px;padding:25px;transition:all .18s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--blue);background:#fff5f5}.drop-icon{width:55px;height:55px;color:var(--blue);background:#ffe8ea;border-radius:16px;place-items:center;margin-bottom:10px;display:grid}.drop-zone strong{font-size:14px}.drop-zone>span:not(.drop-icon){color:var(--muted);margin-top:3px;font-size:10px}.drop-zone .primary-button{margin-top:13px}.drop-zone small{color:#94a3b8;margin-top:9px;font-size:8.5px}.selected-files{border:1px solid var(--line);border-radius:13px;margin-top:14px;overflow:hidden}.selected-files-title{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.selected-files-title strong{font-size:10px}.selected-files-title button{color:var(--danger);background:0 0;border:0;font-size:9px;font-weight:800}.selected-files ol{margin:0;padding:0;list-style:none}.selected-files li{border-bottom:1px solid #eef2f6;align-items:center;gap:9px;padding:9px 11px;display:flex}.selected-files li:last-child{border-bottom:0}.file-icon{width:34px;height:36px;color:var(--coral);background:#fff0ef;border-radius:9px;flex:none;place-items:center;display:grid}.file-name{flex:1;min-width:0}.file-name strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.file-name small{color:var(--muted);font-size:8.5px;display:block}.file-order{gap:3px;display:flex}.file-order button,.remove-file{border:1px solid var(--line);color:#617087;background:#fff;border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.file-order button:disabled{opacity:.3;cursor:not-allowed}.remove-file{color:var(--danger)}.options-grid{border:1px solid var(--line);background:#f8fafc;border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px;padding:14px;display:grid}.tool-options label,.contact-form label,.properties-panel label{color:#334155;gap:5px;font-size:9.5px;font-weight:750;display:grid}.option-full{grid-column:1/-1}.tool-options input,.tool-options select,.contact-form input,.contact-form select,.contact-form textarea,.properties-panel textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:0;padding:9px 10px;font-size:10px}.tool-options input,.tool-options select,.contact-form input,.contact-form select{height:40px}.tool-options input:focus,.tool-options select:focus,.contact-form input:focus,.contact-form textarea:focus,.properties-panel textarea:focus{border-color:#f27880;box-shadow:0 0 0 3px #ef151c14}.tool-options small{color:var(--muted);font-size:8px;font-weight:400}.option-upload{width:100%;box-shadow:none}.process-button{background:linear-gradient(90deg,var(--blue),#3985f2);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;margin-top:14px;font-size:12px;font-weight:850;display:flex;box-shadow:0 12px 24px #ef151c2b}.process-button:disabled{opacity:.5;cursor:not-allowed}.status-message{border-radius:10px;align-items:center;gap:8px;margin-top:13px;padding:10px 12px;font-size:9.5px;font-weight:750;display:flex}.status-processing{color:var(--blue);background:#fff1f2}.status-success{color:var(--success);background:#eaf8f1}.status-error{color:var(--danger);background:#fff0ef}.workflow-preview,.processing-summary,.extraction-note{border:1px solid var(--line);background:#fbfcfe;border-radius:12px;padding:12px}.workflow-preview{gap:8px;margin:14px 0;display:grid}.workflow-preview strong,.processing-summary strong,.extraction-note strong{color:#17233a;font-size:11px}.workflow-preview ol{color:#526178;gap:5px;margin:0;padding-left:18px;font-size:9.5px;display:grid}.processing-summary{background:#eef8f4;border-color:#cfeede;gap:5px;margin:12px 0;display:grid}.processing-summary span{color:#276548;font-size:9.5px}.processing-summary small{color:#9a5b00;background:#fff7df;border:1px solid #f2d590;border-radius:8px;padding:7px;font-size:8.8px}.extraction-note{background:#f8fbff;gap:4px;display:grid}.extraction-note span{color:#607089;font-size:9px;line-height:1.5}.privacy-note{text-align:center;color:#7b8798;justify-content:center;align-items:center;gap:6px;margin:11px 0 0;font-size:8.7px;display:flex}.privacy-note svg{color:var(--success);flex:none}.tool-guide-panel{border:1px solid var(--line);background:#fff;border-radius:16px;padding:17px;position:sticky;top:94px}.tool-guide-panel h2{margin:0 0 12px;font-size:14px}.tool-guide-panel ol{gap:11px;margin:0;padding:0;list-style:none;display:grid}.tool-guide-panel li{color:#4a5b72;grid-template-columns:24px 1fr;align-items:center;gap:8px;font-size:9.5px;display:grid}.tool-guide-panel li span{width:24px;height:24px;color:var(--blue);background:#fff1f2;border-radius:8px;place-items:center;font-weight:850;display:grid}.tool-guide-note{color:#286347;background:#eef8f4;border-radius:11px;gap:8px;margin:15px 0;padding:11px;display:flex}.tool-guide-note p{margin:0;font-size:8.7px}.tool-guide-panel h3{text-transform:uppercase;letter-spacing:.05em;margin:14px 0 6px;font-size:10px}.tool-guide-panel>a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:8px 0;font-size:9.5px;font-weight:750;display:flex}.tool-seo-summary-grid{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.tool-seo-summary article,.tool-seo-summary aside{border:1px solid var(--line);border-radius:16px;padding:22px}.tool-seo-summary h2{margin:5px 0 9px;font-size:22px}.tool-seo-summary p{color:var(--muted);font-size:10.5px}.tool-seo-summary ul{grid-template-columns:repeat(2,1fr);gap:8px;padding:0;list-style:none;display:grid}.tool-seo-summary li{align-items:center;gap:6px;font-size:9.5px;display:flex}.tool-seo-summary li svg{color:var(--success)}.related-tools-compact{background:#f8fafc;padding:36px 0 52px}.editor-page-heading{background:#f8fafc;padding:27px 0 16px}.editor-page-heading .container{justify-content:space-between;align-items:end;gap:22px;display:flex}.editor-page-heading h1{letter-spacing:-1px;margin:5px 0;font-size:32px}.editor-page-heading p{color:var(--muted);margin:0;font-size:11px}.editor-page-container{padding-bottom:24px}.editor-upload-card{border:1px solid var(--line);min-height:430px;box-shadow:var(--shadow-soft);text-align:center;background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.editor-upload-icon{width:68px;height:68px;color:var(--blue);background:#ffe8ea;border-radius:19px;place-items:center;display:grid}.editor-upload-card h2{margin:17px 0 6px;font-size:24px}.editor-upload-card p{max-width:520px;color:var(--muted);margin:0 0 17px;font-size:11px}.editor-upload-security{color:var(--success);align-items:center;gap:6px;margin-top:14px;font-size:9.5px;font-weight:750;display:flex}.editor-recent-drafts{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;gap:8px;width:min(520px,100%);margin:15px auto 0;padding:12px;display:grid}.editor-recent-drafts>strong{color:#17233a;font-size:11px}.editor-recent-drafts>div{background:#fbfcfe;border:1px solid #edf1f7;border-radius:9px;padding:8px}.editor-recent-drafts span,.editor-recent-drafts small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.editor-recent-drafts span{color:#1d2a42;font-size:10px;font-weight:850}.editor-recent-drafts small{color:#738196;margin-top:2px;font-size:8.5px}.pdf-editor-shell{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:17px;overflow:hidden}.editor-topbar{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;height:62px;padding:0 14px;display:grid}.editor-file-name{align-items:center;gap:9px;min-width:0;display:flex}.editor-file-name>svg{color:var(--coral)}.editor-file-name span{min-width:0}.editor-file-name strong{white-space:nowrap;text-overflow:ellipsis;max-width:360px;font-size:10.5px;display:block;overflow:hidden}.editor-file-name small{color:var(--muted);font-size:8.5px;display:block}.editor-history button{border:1px solid var(--line);color:#6b7b90;background:#fff;border-radius:9px;place-items:center;width:35px;height:35px;display:grid}.editor-history button:disabled{opacity:.4}.editor-top-actions{justify-content:flex-end;gap:7px;display:flex}.editor-zoom-controls{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;height:38px;display:flex;overflow:hidden}.editor-zoom-controls button{color:#3d485b;background:#fff;border:0;width:34px;height:38px;font-size:15px;font-weight:850}.editor-zoom-controls button:hover{color:var(--blue);background:#fff1f2}.editor-zoom-controls span{text-align:center;color:#3d485b;min-width:48px;font-size:10px;font-weight:850}.editor-body{background:#eef2f6;grid-template-columns:88px 112px minmax(0,1fr) 260px;min-height:650px;display:grid}.editor-tools{border-right:1px solid var(--line);background:#fff;align-content:start;gap:7px;padding:12px 7px;display:grid}.editor-tools button{color:#526178;background:#fff;border:0;border-radius:10px;justify-items:center;gap:5px;padding:9px 5px;font-size:8px;font-weight:750;display:grid}.editor-tools button:hover,.editor-tools button.active{color:var(--blue);background:#fff1f2}.editor-pages{border-right:1px solid var(--line);background:#f8fafc;padding:10px;overflow-y:auto}.editor-pages h2{text-transform:uppercase;letter-spacing:.05em;color:#65748a;margin:0 0 8px;font-size:9px}.editor-pages button{background:#fff;border:2px solid #0000;border-radius:8px;width:100%;margin-bottom:9px;padding:4px;position:relative}.editor-pages button.active{border-color:var(--blue)}.editor-pages img{width:100%;height:auto}.editor-pages button span{background:#fff;border-radius:6px;place-items:center;width:20px;height:20px;font-size:8px;font-weight:800;display:grid;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px #0002}.editor-pages button small{color:#64748b;background:#fff;border-radius:6px;padding:3px 5px;font-size:7px;font-weight:850;position:absolute;bottom:6px;left:5px;box-shadow:0 2px 8px #0001}.page-production-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-bottom:10px;display:grid}.page-production-controls button{border:1px solid var(--line);width:auto;min-height:30px;box-shadow:none;color:#526178;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:4px;margin:0;padding:5px;font-size:8px;font-weight:850;display:flex}.page-production-controls button:hover{color:var(--blue);background:#fff1f2}.page-production-controls button:disabled{opacity:.38;cursor:not-allowed}.editor-stage-wrap{background:#dfe5ec;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:relative;overflow:auto}.editor-stage{transform-origin:top;background:#fff;flex:none;position:relative;box-shadow:0 12px 38px #0f22442e}.editor-stage>img:first-child{object-fit:contain;width:100%;height:100%}.text-detection-box{background:#ef151c06;border:1px solid #0000;padding:0;position:absolute}.text-detection-box:hover{background:#ef151c0f;border-color:#5d96ee}.text-detection-box.selected{border:2px solid var(--blue);background:#ef151c14}.text-detection-box.changed{border-color:var(--green)}.added-text-preview{color:#0a1830;white-space:nowrap;pointer-events:none;line-height:1;position:absolute}.added-image-preview{pointer-events:none;height:auto;position:absolute}.editor-object{text-align:left;color:#0a1830;cursor:grab;touch-action:none;background:#ef151c06;border:1px solid #0000;padding:0;position:absolute;overflow:visible}.editor-object:active{cursor:grabbing}.editor-object:hover{background:#ef151c0e;border-color:#5d96ee}.editor-object.selected{border:2px solid var(--blue);background:#ef151c14;box-shadow:0 0 0 2px #fff}.editor-object.changed{border-color:var(--green)}.editor-object.locked{cursor:not-allowed;box-shadow:inset 0 0 0 1px #0f172a2e}.editor-object span:not(.editor-resize-handle){white-space:nowrap;pointer-events:none;line-height:1;display:block}.editor-object-image,.editor-object-signature{background:0 0}.editor-object-image img,.editor-object-signature img{object-fit:fill;pointer-events:none;width:100%;height:100%;display:block}.editor-object-redaction{color:#fff;background:#050505;border-color:#050505;place-items:center;display:grid}.editor-object-redaction:hover,.editor-object-redaction.selected{border-color:var(--blue);background:#050505}.editor-object-redaction span:not(.editor-resize-handle){letter-spacing:0;color:#fff;text-align:center;font-size:9px;font-weight:900}.editor-object-highlight{background:#ffe15a80;border-color:#eebe2299}.editor-object-highlight span:not(.editor-resize-handle){color:#8a5f00;padding:5px 7px;font-size:8px;font-weight:850}.editor-object-comment{background:#fff4b8;border:1px solid #e6b64a;border-radius:6px;padding:7px;box-shadow:0 7px 16px #5b3e0a1f}.editor-object-comment span:not(.editor-resize-handle){white-space:normal;color:#3f2d04;font-size:10px;line-height:1.25}.editor-signature-panel{border:1px solid var(--line);background:#fbfcfe;border-radius:12px;gap:9px;margin-top:14px;padding:10px;display:grid}.editor-signature-panel>strong{color:#17233a;font-size:11px}.editor-signature-panel .signature-field{gap:7px}.editor-signature-panel .signature-label span{font-size:9px}.editor-signature-panel .signature-canvas{height:92px}.editor-signature-panel small{font-size:8px}.editor-layers-panel{border:1px solid var(--line);background:#fff;border-radius:12px;gap:8px;margin-top:14px;padding:10px;display:grid}.layers-panel-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.layers-panel-heading strong{color:#17233a;font-size:11px}.layers-panel-heading span{color:#526178;background:#f1f5f9;border-radius:7px;place-items:center;min-width:22px;height:22px;font-size:8px;font-weight:900;display:grid}.layers-list{gap:6px;max-height:220px;padding-right:2px;display:grid;overflow:auto}.layer-item{border:1px solid var(--line);background:#fbfcfe;border-radius:9px;grid-template-columns:minmax(0,1fr) 28px 28px;align-items:center;gap:5px;padding:5px;display:grid}.layer-item.active{border-color:var(--blue);background:#fff1f2}.layer-item.hidden-layer{opacity:.55}.layer-select-button{text-align:left;background:0 0;border:0;min-width:0;padding:2px}.layer-select-button span,.layer-select-button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.layer-select-button span{color:#18243a;font-size:9px;font-weight:900}.layer-select-button small{color:#718198;margin-top:2px;font-size:8px}.layer-item>button:not(.layer-select-button){border:1px solid var(--line);color:#637085;background:#fff;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.layer-item>button:not(.layer-select-button):hover{color:var(--blue);background:#fff1f2}.layers-empty{color:var(--muted);border:1px dashed var(--line-strong);text-align:center;border-radius:9px;margin:0;padding:10px;font-size:8.7px}.editor-resize-handle{background:var(--blue);cursor:nwse-resize;border:2px solid #fff;border-radius:4px;width:14px;height:14px;position:absolute;bottom:-7px;right:-7px;box-shadow:0 2px 8px #0003}.editor-page-navigation{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:10px;align-items:center;gap:8px;width:max-content;margin:14px auto 0;padding:5px 7px;display:flex;position:sticky;bottom:6px;left:50%}.editor-page-navigation button{background:#f1f5f9;border:0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.editor-page-navigation span{font-size:9px;font-weight:800}.editor-loading{z-index:6;text-align:center;background:#eef2f6f0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.editor-loading strong{margin-top:8px;font-size:14px}.editor-loading p{color:var(--muted);font-size:9.5px}.editor-properties{border-left:1px solid var(--line);background:#fff;padding:15px;overflow-y:auto}.editor-properties h2{margin:0 0 13px;font-size:13px}.properties-panel{gap:10px;display:grid}.properties-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.object-layer-row{border:1px solid var(--line);background:#fbfcfe;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px;display:flex}.object-layer-row strong{font-size:11px}.object-layer-row button{color:var(--danger);background:#fff0ef;border:0;border-radius:9px;align-items:center;gap:5px;height:32px;padding:0 9px;font-size:9px;font-weight:850;display:flex}.layer-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.layer-controls button{border:1px solid var(--line);color:#43536a;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:34px;font-size:9px;font-weight:800;display:flex}.selection-actions,.alignment-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.selection-actions button,.alignment-controls button{border:1px solid var(--line);color:#43536a;background:#fff;border-radius:9px;min-height:34px;font-size:9px;font-weight:850}.selection-actions button:hover,.alignment-controls button:hover{color:var(--blue);background:#fff1f2}.selection-actions button:disabled,.alignment-controls button:disabled{opacity:.42;cursor:not-allowed}.alignment-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.properties-panel textarea{resize:vertical;min-height:110px}.properties-panel p{color:var(--muted);margin:0;font-size:9px}.empty-properties{border:1px dashed var(--line-strong);text-align:center;color:#7a899b;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:15px;display:flex}.empty-properties strong{color:#43536a;margin-top:7px;font-size:11px}.empty-properties p{font-size:8.7px}.editor-status-card{color:#276548;background:#eef8f4;border-radius:10px;gap:7px;margin-top:15px;padding:10px;font-size:8.5px;display:flex}.editor-cache-bar{color:#315a88;background:#fff3f4;border-top:1px solid #d7e8fb;justify-content:center;align-items:center;gap:8px;height:39px;font-size:8.7px;display:flex}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(#f5f9ff,#fff);padding:48px 0 34px}.compact-hero h1{letter-spacing:-1.5px;margin:6px 0;font-size:39px}.compact-hero p{color:var(--muted);font-size:12px}.legal-grid,.contact-grid,.article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:24px;display:grid}.legal-copy,.contact-form,.article-body,.legal-page article{color:#40516a;font-size:11px}.legal-copy h2,.article-body h2,.legal-page h2{color:var(--ink);margin:27px 0 8px;font-size:22px}.legal-copy p,.article-body p,.legal-page p{line-height:1.75}.feature-list{gap:8px;padding:0;list-style:none;display:grid}.feature-list li{align-items:center;gap:7px;display:flex}.feature-list svg{color:var(--success)}.legal-aside,.contact-aside,.article-aside{align-content:start;gap:12px;display:grid}.aside-card,.contact-aside{border:1px solid var(--line);background:#fff;border-radius:15px;padding:17px}.aside-card h2,.contact-aside h2{margin:8px 0 5px;font-size:14px}.aside-card p,.contact-aside li,.contact-aside p{color:var(--muted);font-size:9.5px}.aside-card a{color:var(--blue);align-items:center;gap:5px;font-size:9.5px;font-weight:800;display:flex}.legal-page{padding:48px 0}.legal-page article{max-width:900px}.legal-page h1{letter-spacing:-1.4px;font-size:39px}.local-cache-panel{border:1px solid var(--line);background:#fff;border-radius:14px;margin:22px 0;padding:18px;box-shadow:0 10px 28px #0814260e}.local-cache-panel h2{margin-top:4px}.local-cache-panel dl{grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0;display:grid}.local-cache-panel dl>div{background:#f8fafc;border:1px solid #edf1f6;border-radius:10px;padding:10px}.local-cache-panel dt{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:8.5px;font-weight:800}.local-cache-panel dd{color:var(--ink);margin:4px 0 0;font-size:13px;font-weight:850}.standalone-faq-list{margin-top:18px}.contact-form{border:1px solid var(--line);background:#fff;border-radius:15px;padding:19px}.form-row{grid-template-columns:repeat(2,1fr);gap:11px;display:grid}.contact-form>label{margin-top:11px}.contact-submit{margin-top:14px}.honeypot{position:absolute;left:-9999px}.form-success,.form-error,.form-warning{border-radius:9px;margin-top:12px;padding:10px;font-size:9.5px}.form-success{color:var(--success);background:#eaf8f1;align-items:center;gap:6px;display:flex}.form-error{color:var(--danger);background:#fff0ef}.form-warning{color:#8a5a09;background:#fff7e8}.signature-field{gap:7px;display:grid}.signature-label{justify-content:space-between;align-items:center;display:flex}.signature-canvas{border:1px solid var(--line-strong);touch-action:none;background:#fff;border-radius:10px;width:100%;height:160px}.dynamic-form-fields{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.checkbox-option{grid-template-columns:auto 1fr!important;align-items:center!important;display:flex!important}.unsupported-field,.form-fields-state{color:#855c14;background:#fff7e8;border-radius:8px;padding:10px;font-size:9px}.not-found-page{text-align:center;place-items:center;min-height:60vh;display:grid}.consent-backdrop{z-index:200;background:#060f1c6b;place-items:end center;padding:20px;display:grid;position:fixed;inset:0}.consent-card{color:#fff;background:#0b1b34;border:1px solid #2f4566;border-radius:17px;width:min(680px,100%);padding:22px;position:relative;box-shadow:0 28px 80px #0006}.consent-close{color:#b8c7dc;background:0 0;border:0;position:absolute;top:12px;right:12px}.consent-icon{color:#ff8b91;background:#16345f;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.consent-card h2{margin:11px 0 5px;font-size:18px}.consent-card>p{color:#c2cee0;font-size:10px}.consent-details{grid-template-columns:repeat(2,1fr);gap:8px;margin:13px 0;display:grid}.consent-details>div{background:#102746;border-radius:10px;padding:10px}.consent-details strong{font-size:10px;display:block}.consent-details small{color:#b8c7dc;font-size:8.5px}.consent-actions{gap:8px;margin-top:14px;display:flex}.consent-settings,.privacy-settings-button{color:#f29ba2;background:0 0;border:0;padding:7px 0;font-size:9px;font-weight:750}.consent-settings{align-items:center;gap:5px;display:flex}.consent-links{font-size:8.5px!important}.site-footer{background:var(--navy);color:#fff;padding:36px 0 18px}.footer-grid{grid-template-columns:1.45fr repeat(4,1fr);gap:28px;display:grid}.site-footer .logo-word strong{color:#fff}.footer-brand p,.footer-column p{color:#afbdd2;max-width:340px;font-size:9.5px}.footer-language{color:#c9d4e4;align-items:center;gap:6px;margin-top:12px;font-size:9px;display:flex}.footer-column h2{text-transform:uppercase;letter-spacing:.07em;color:#e7edf6;margin:4px 0 10px;font-size:10px}.footer-column ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.footer-column a{color:#afbdd2;font-size:9px}.footer-column a:hover{color:#fff}.footer-privacy-column .privacy-settings-button{color:#f29ba2;text-align:left}.footer-bottom{color:#8fa0b9;border-top:1px solid #ffffff1f;justify-content:space-between;gap:18px;margin-top:25px;padding-top:15px;font-size:8.5px;display:flex}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1240px){.desktop-nav{display:none}.mobile-menu{display:flex}.home-hero-grid{grid-template-columns:1fr .72fr;gap:30px}.home-hero-copy h1{font-size:48px}.catalog-layout{grid-template-columns:1fr}.catalog-ad{justify-self:center;width:min(300px,100%);position:static}.editor-body{grid-template-columns:76px 100px minmax(0,1fr) 230px}}@media (max-width:980px){.container{width:min(100% - 32px,1440px)}.header-search{width:210px}.header-cta{display:none}.home-hero-grid{grid-template-columns:1fr}.hero-document-illustration{display:none}.popular-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-app{grid-template-columns:1fr}.catalog-tips{position:static}.tips-card{grid-template-columns:repeat(2,1fr);gap:0 16px;display:grid}.tips-card h2{grid-column:1/-1}.tool-workspace-layout,.legal-grid,.contact-grid,.article-layout,.tool-seo-summary-grid{grid-template-columns:1fr}.tool-guide-panel{position:static}.editor-body{grid-template-columns:72px 95px minmax(0,1fr)}.editor-properties{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;min-height:220px}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media (max-width:700px){.container{width:min(100% - 22px,1440px)}.site-header{height:64px}.header-inner{gap:10px}.logo{font-size:19px}.logo-mark{width:35px;height:39px}.header-search{display:none}.home-hero{padding:38px 0 24px}.home-hero-copy h1{letter-spacing:-2px;font-size:39px}.home-hero-copy>p{font-size:13px}.hero-tool-search{grid-template-columns:20px 1fr;height:auto;padding:10px;display:grid}.hero-tool-search button{grid-column:1/-1;width:100%}.hero-actions{display:grid}.home-trust{gap:8px;display:grid}.compact-section-heading{align-items:flex-start}.compact-section-heading h2{font-size:21px}.category-card{flex-basis:225px}.popular-tool-grid{grid-template-columns:1fr}.home-privacy-strip .container{grid-template-columns:28px 1fr}.home-privacy-strip a{grid-column:2}.ad-shell{width:calc(100% - 22px)}.catalog-page{padding-top:16px}.catalog-heading{display:block}.catalog-heading h1{font-size:31px}.catalog-search{min-width:0;margin-top:13px}.catalog-groups{grid-template-columns:1fr}.tips-card{display:block}.category-page-hero-inner{align-items:flex-start}.category-page-hero h1{font-size:31px}.category-benefits{gap:7px;display:grid}.category-tool-grid,.tool-grid,.tool-grid.four-columns{grid-template-columns:1fr}.tool-screen-heading,.editor-page-heading .container{display:block}.tool-screen-badges,.editor-page-badges{margin-top:12px}.tool-screen-title h1{font-size:27px}.workspace{padding:14px}.workspace-heading{align-items:flex-start}.local-badge{padding:8px;font-size:0}.options-grid{grid-template-columns:1fr}.option-full{grid-column:auto}.tool-seo-summary ul{grid-template-columns:1fr}.editor-page-container{width:100%;padding:0 0 18px}.pdf-editor-shell{border-left:0;border-right:0;border-radius:0}.editor-topbar{grid-template-columns:1fr auto;height:auto;padding:9px}.editor-history{display:none}.editor-top-actions{grid-column:1/-1;justify-content:stretch}.editor-top-actions button{flex:1}.editor-body{grid-template-columns:60px 1fr;min-height:620px;display:grid}.editor-tools{grid-area:1/1}.editor-pages{grid-area:2/1;padding:6px}.editor-stage-wrap{grid-area:1/2/3;justify-content:flex-start;padding:12px}.editor-stage{transform-origin:0 0;margin-right:-28%;transform:scale(.72)}.editor-properties{grid-area:3/1/auto/-1}.editor-cache-bar{text-align:center;height:auto;padding:9px 12px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span:last-child{margin-top:6px;display:block}.consent-details,.form-row,.dynamic-form-fields{grid-template-columns:1fr}.consent-actions{display:grid}}:root{--blue-bright:#ef151c;--blue-soft:#fff1f2;--panel-shadow:0 28px 80px #5b08112e}body.modal-open{overflow:hidden}.logo-mark{color:#ef151c;background:linear-gradient(145deg,#f8fbff,#fff0f1);border:1.5px solid #ef151c;border-radius:7px;width:34px;height:39px;box-shadow:0 8px 20px #ef151c24}.logo-mark:after{border-bottom:10px solid #ef151c33;border-left:10px solid #0000}.logo-word{color:var(--navy);font-weight:850}.logo-word strong{color:var(--navy)}.logo-word b{color:#df0f17}.site-header{height:68px;overflow:visible;box-shadow:0 1px #0f224408}.header-inner{gap:24px;overflow:visible}.desktop-nav{gap:0;overflow:visible}.nav-group{height:100%;position:static}.nav-group-trigger,.nav-simple-link{color:#111b2e;background:0 0;border:0;padding:0 14px;font-size:13px;font-weight:720;transition:color .18s,background .18s}.nav-group-trigger svg{transition:transform .18s}.nav-group.open .nav-group-trigger,.nav-group-trigger:hover,.nav-simple-link:hover{color:var(--blue);background:#f5f9ff}.nav-group.open .nav-group-trigger svg{transform:rotate(180deg)}.mega-menu{opacity:0;visibility:hidden;pointer-events:none;width:min(1140px,100vw - 56px);box-shadow:var(--panel-shadow);border-radius:0 0 20px 20px;padding:0;transition:opacity .18s,transform .18s,visibility .18s;top:67px;left:50%;overflow:hidden;transform:translate(-50%)translateY(-8px)}.nav-group.open .mega-menu,.nav-group:hover .mega-menu,.nav-group:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-menu-content{background:#fff;gap:0;max-height:620px;display:grid;overflow:auto}.mega-menu-all .mega-menu-content{grid-template-columns:repeat(4,minmax(0,1fr))}.mega-menu-focused .mega-menu-content{grid-template-columns:repeat(3,minmax(0,1fr)) 280px}.mega-column{border-right:1px solid #edf1f6;padding:24px 22px}.mega-column:nth-child(4n){border-right:0}.mega-column-title{align-items:flex-start;gap:11px;margin-bottom:11px;display:flex}.mega-column-title>span{width:38px;height:38px;color:var(--blue);background:#fff1f2;border-radius:11px;flex:none;place-items:center;display:grid}.mega-column-title strong{font-size:13px;display:block}.mega-column-title small{color:var(--muted);margin-top:2px;font-size:9.5px;line-height:1.45;display:block}.mega-tool-links{gap:2px;display:grid}.mega-tool-links a{border-radius:9px;padding:8px 9px;transition:background .16s,transform .16s}.mega-tool-links a:hover{background:#f4f8fe;transform:translate(2px)}.mega-tool-links b{font-size:11px;display:block}.mega-tool-links small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8.8px;display:block;overflow:hidden}.mega-featured{background:linear-gradient(145deg,#eff6ff,#fff);border:1px solid #d7e7ff;border-radius:17px;flex-direction:column;min-height:250px;margin:20px;padding:22px;display:flex}.mega-featured>span{width:48px;height:48px;color:var(--blue);background:#fff;border-radius:14px;place-items:center;display:grid;box-shadow:0 8px 22px #ef151c1f}.mega-featured small{color:var(--blue);text-transform:uppercase;letter-spacing:.07em;margin-top:18px;font-size:8px;font-weight:850;display:block}.mega-featured h3{margin:5px 0;font-size:20px}.mega-featured p{color:var(--muted);margin:0;font-size:10.5px}.mega-featured a{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:42px;margin-top:auto;font-size:11px;font-weight:850;transition:all .18s;display:flex}.mega-featured a:hover{background:var(--blue-dark);transform:translateY(-2px)}.mega-menu-bottom{border-top:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;padding:11px 22px;font-size:9.5px;display:flex}.mega-menu-bottom a{color:var(--blue);font-weight:850}.mega-menu-bottom span{color:var(--muted)}.header-actions{gap:9px}.search-trigger{border:1px solid var(--line);min-width:42px;height:40px;color:var(--ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 10px;transition:all .18s;display:flex}.search-trigger:hover{background:#f8fbff;border-color:#ec8b93;transform:translateY(-1px)}.search-trigger-label{font-size:10px;font-weight:750;display:none}.search-trigger kbd{border:1px solid var(--line);color:var(--muted);background:#f8fafc;border-radius:5px;padding:2px 5px;font-size:8px;display:none}.header-cta{background:linear-gradient(90deg,#0968ef,#ff3038);border-radius:9px;height:42px;padding:0 17px;font-size:11.5px;box-shadow:0 10px 22px #ef151c33}.header-cta:hover{box-shadow:0 14px 28px #ef151c45}.mobile-menu{border:1px solid var(--line);background:#fff}.mobile-nav-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;position:absolute;top:64px;left:0;right:0;box-shadow:0 20px 45px #0f224426}.mobile-nav-content{padding-top:10px;padding-bottom:14px;display:grid}.mobile-nav-content>a{border-bottom:1px solid #edf1f6;align-items:center;padding:12px 4px;font-size:13px;font-weight:750;display:flex}.mobile-language-list{border-bottom:1px solid #edf1f6;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px 0;display:grid}.mobile-language-list strong{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);grid-column:1/-1;font-size:10px}.mobile-language-list button{border:1px solid var(--line);color:#39485e;cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 8px;font-size:10.5px;font-weight:760;display:flex}.mobile-language-list button:hover,.mobile-language-list button.active{color:var(--blue);background:#fff3f4;border-color:#ef969d}.mobile-upload-button{background:var(--blue);color:#fff;border-radius:10px;margin-top:12px;border-bottom:0!important;justify-content:center!important}.search-modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0814269e;place-items:start center;padding:115px 18px 30px;animation:.16s fade-in;display:grid;position:fixed;inset:0}.search-command{background:#fff;border:1px solid #d9e2ef;border-radius:17px;width:min(690px,100%);max-height:calc(100vh - 150px);animation:.18s command-in;overflow:auto;box-shadow:0 36px 100px #00000052}.search-command-input{border-bottom:1px solid var(--line);align-items:center;gap:11px;height:64px;padding:0 16px;display:flex}.search-command-input>svg{color:#526178;flex:none}.search-command-input input{color:var(--ink);border:0;outline:0;flex:1;font-size:14px}.search-command-input>span{border:1px solid var(--line);color:var(--muted);background:#f8fafc;border-radius:6px;align-items:center;gap:3px;padding:4px 7px;font-size:9px;display:flex}.search-command-input button{color:#526178;background:#f4f7fb;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.search-command-section{padding:15px 17px 0}.search-command-section>strong{margin-bottom:9px;font-size:10px;display:block}.search-popular-chips,.search-category-chips{flex-wrap:wrap;gap:7px;display:flex}.search-popular-chips a,.search-category-chips a{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:750;transition:all .16s}.search-popular-chips a:hover,.search-category-chips a:hover{color:var(--blue);background:#f3f8ff;border-color:#93b7ef;transform:translateY(-1px)}.results-section{padding-bottom:12px}.search-command-results{border:1px solid var(--line);border-radius:11px;overflow:hidden}.search-command-results a{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;transition:all .15s;display:flex}.search-command-results a:last-child{border-bottom:0}.search-command-results a:hover{background:#edf5ff}.search-command-results b{font-size:11px;display:block}.search-command-results small{color:var(--muted);margin-top:2px;font-size:9px;display:block}.search-command-results p{color:var(--muted);padding:15px;font-size:11px}.search-command-footer{border-top:1px solid var(--line);color:var(--muted);background:#f8fafc;align-items:center;gap:15px;padding:10px 17px;font-size:8.5px;display:flex}.search-command-footer a{color:var(--blue);margin-left:auto;font-weight:850}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes command-in{0%{opacity:0;transform:translateY(-10px)scale(.985)}to{opacity:1;transform:none}}.home-hero-v3{background:radial-gradient(circle at 80% 38%,#ffecee 0,#f7fbff 36%,#fff 67%);border-bottom:1px solid #e6edf7;padding:40px 0 18px;overflow:hidden}.home-hero-v3 .home-hero-grid{grid-template-columns:1fr .95fr;align-items:center;min-height:340px}.home-hero-v3 .home-hero-copy{max-width:650px}.home-hero-v3 .home-hero-copy h1{letter-spacing:-3px;margin:13px 0 17px;font-size:54px;line-height:1.03}.home-hero-v3 .home-hero-copy h1 span{color:var(--blue);display:block}.home-hero-v3 .home-hero-copy>p{color:#55657b;max-width:610px;font-size:15px;line-height:1.65}.hero-primary{box-shadow:0 14px 28px #ef151c38}.hero-editor-art{height:340px;position:relative}.editor-window{background:#fff;border:1px solid #cbdcf4;border-radius:12px;width:310px;height:280px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-48%)rotate(.5deg);box-shadow:0 24px 65px #7c081129}.editor-window-bar{border-bottom:1px solid #edf1f6;align-items:center;gap:6px;height:35px;padding:0 13px;display:flex}.editor-window-bar i{background:#9ac4ff;border-radius:50%;width:7px;height:7px}.editor-window-body{background:linear-gradient(#f8fbff,#fff);height:245px;padding:26px;position:relative}.editor-text-box{border:2px solid #ef151c;place-items:center;width:126px;height:74px;font-size:46px;font-weight:800;display:grid;position:absolute;top:27px;left:28px}.editor-lines{gap:10px;width:94px;display:grid;position:absolute;top:37px;right:25px}.editor-lines i{background:#dfe8f4;border-radius:5px;height:7px}.editor-image{color:#3385d8;background:#e7f4ff;border-radius:7px;place-items:center;width:96px;height:78px;display:grid;position:absolute;bottom:28px;left:30px}.editor-signature{color:#13213a;background:#fff;border:1px solid #dce6f2;border-radius:8px;place-items:center;width:126px;height:70px;font:italic 25px cursive;display:grid;position:absolute;bottom:30px;right:25px}.art-chip{color:#fff;border-radius:13px;place-items:center;width:58px;height:58px;font-size:8px;font-weight:800;display:grid;position:absolute;box-shadow:0 12px 25px #0f22442e}.art-chip svg{margin-bottom:-5px}.chip-edit{background:linear-gradient(145deg,#2b96ff,#0066e7);top:14%;left:9%}.chip-convert{background:linear-gradient(145deg,#21c49a,#08a679);top:50%;left:8%}.chip-protect{background:linear-gradient(145deg,#9e64ef,#7141c6);top:26%;right:6%}.chip-compress{background:linear-gradient(145deg,#ffc147,#f19811);bottom:17%;right:3%}.home-section{padding:25px 0}.compact-section-heading{margin-bottom:14px}.compact-section-heading>div>span{color:var(--ink);font-size:12px;font-weight:850}.compact-section-heading h2{color:#4d5f75;margin:2px 0 0;font-size:20px;font-weight:600}.category-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.category-summary-card{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:175px;padding:19px;transition:all .2s;position:relative;overflow:hidden}.category-summary-card:after{content:"";background:var(--blue-soft);opacity:.8;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-38px;right:-34px}.category-summary-card:hover{border-color:#a9c6ee;transform:translateY(-4px);box-shadow:0 16px 34px #0f224417}.category-summary-card>span{width:44px;height:44px;color:var(--blue);background:#fff1f2;border-radius:12px;place-items:center;display:grid}.category-summary-card h3{margin:13px 0 4px;font-size:14px}.category-summary-card p{color:var(--muted);min-height:44px;margin:0;font-size:9.5px}.category-summary-card small{color:var(--blue);align-items:center;gap:4px;margin-top:9px;font-size:9px;font-weight:850;display:flex}.popular-tool-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.popular-tool-card{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:42px 1fr 16px;align-items:center;gap:10px;min-height:76px;padding:11px;transition:all .18s;display:grid}.popular-tool-card:hover{border-color:#a8c4ec;transform:translateY(-2px);box-shadow:0 12px 28px #0f224414}.popular-tool-card .tool-icon{border-radius:10px;width:42px;height:42px}.popular-tool-card strong{font-size:10.5px;display:block}.popular-tool-card small{color:var(--muted);margin-top:2px;font-size:8.5px;line-height:1.35;display:block}.popular-tool-card>svg{color:#8090a6}.home-security-v3{padding:5px 0 22px}.security-panel-v3{background:linear-gradient(100deg,#fff3f4,#fff);border:1px solid #f2c7cb;border-radius:13px;grid-template-columns:1.25fr 1fr;align-items:center;gap:20px;padding:18px 22px;display:grid}.security-main{align-items:center;gap:15px;display:flex}.security-main>span{color:#fff;background:linear-gradient(145deg,#ff3038,#0755cc);border-radius:16px;place-items:center;width:56px;height:56px;display:grid}.security-main h2{margin:0;font-size:15px}.security-main p{color:var(--muted);margin:3px 0 0;font-size:9.5px}.security-facts{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.security-facts>div{border-left:1px solid #ecd5d8;align-items:center;gap:8px;padding-left:12px;display:flex}.security-facts svg{color:var(--blue)}.security-facts strong,.security-facts small{display:block}.security-facts strong{font-size:9.5px}.security-facts small{color:var(--muted);font-size:7.8px}.category-page-hero-v3{border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 42%,#ffecee,#f8fbff 38%,#fff 73%);padding:24px 0 0;overflow:hidden}.category-page-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;min-height:245px;display:grid}.category-title-row{align-items:flex-start;gap:16px;margin-top:22px;display:flex}.category-page-icon{width:56px;height:56px;color:var(--blue);background:#fff1f2;border-radius:14px;flex:none;place-items:center;display:grid}.category-title-row h1{letter-spacing:-2px;margin:0;font-size:42px;line-height:1.08}.category-title-row h1 em{color:var(--blue);font-style:normal}.category-title-row p{color:var(--muted);max-width:690px;margin:8px 0 0;font-size:12px}.category-editor-art{height:245px;position:relative}.mini-editor-window{background:#fff;border:1px solid #cdddf1;border-radius:12px 12px 0 0;width:300px;height:210px;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 45px #70081024}.mini-editor-window>div{border-bottom:1px solid #edf1f6;align-items:center;gap:5px;height:31px;padding:0 11px;display:flex}.mini-editor-window>div i{background:#ff858c;border-radius:50%;width:6px;height:6px}.mini-editor-window section{background:#f8fbff;height:179px;position:relative}.mini-editor-window b{border:2px solid var(--blue);place-items:center;width:115px;height:65px;font-size:42px;display:grid;position:absolute;top:28px;left:25px}.mini-editor-window span{color:#d81019;background:#ffedef;place-items:center;width:80px;height:62px;display:grid;position:absolute;bottom:22px;left:30px}.mini-editor-window em{border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:118px;height:60px;font:italic 23px cursive;display:grid;position:absolute;bottom:25px;right:24px}.category-art-chip{color:#fff;border-radius:12px;place-items:center;width:51px;height:51px;font-size:8px;font-weight:850;display:grid;position:absolute;box-shadow:0 10px 22px #0f22442e}.category-art-chip.chip-a{background:#ef151c;top:17%;left:8%}.category-art-chip.chip-b{background:#12ae7e;bottom:18%;left:9%}.category-art-chip.chip-c{background:#8450d2;top:33%;right:7%}.category-content-v3{padding:18px 0 48px}.category-content-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:24px;display:grid}.category-content-v3 .ad-shell{width:100%;margin:0 0 15px}.category-tools-heading{justify-content:space-between;align-items:end;margin:9px 0 11px;display:flex}.category-tools-heading span{text-transform:uppercase;color:var(--blue);letter-spacing:.07em;font-size:9px;font-weight:850}.category-tools-heading h2{margin:2px 0 0;font-size:19px}.category-tools-heading>strong{color:var(--muted);font-size:9px}.category-tool-grid-v3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.category-tool-grid-v3 .tool-card{min-height:91px;padding:12px}.category-sidebar-v3{gap:14px;display:grid;position:sticky;top:88px}.category-sidebar-v3 .ad-shell{width:100%;margin:0}.local-processing-card{background:linear-gradient(145deg,#fff5f5,#fff);border:1px solid #f2c7cb;border-radius:14px;padding:18px}.local-processing-card>span{width:40px;height:40px;color:var(--blue);background:#ffe7e9;border-radius:11px;place-items:center;display:grid}.local-processing-card h2{margin:11px 0 5px;font-size:14px}.local-processing-card p{color:var(--muted);font-size:9.5px}.local-processing-card ul{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.local-processing-card li{align-items:center;gap:7px;font-size:9.5px;display:flex}.local-processing-card li svg{color:#11a66b}.category-how-v3{margin-top:19px}.category-how-v3 h2,.category-related-v3 h2{margin:0 0 10px;font-size:14px}.category-how-v3>div{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.category-how-v3 article{background:#f8fbff;border:1px solid #f2c7cb;border-radius:12px;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:14px;display:grid;position:relative}.category-how-v3 article>span{background:var(--blue);color:#fff;border-radius:6px;place-items:center;width:18px;height:18px;font-size:8px;font-weight:850;display:grid;position:absolute;top:9px;left:10px}.category-how-v3 article>svg{color:var(--blue);margin-left:12px}.category-how-v3 strong{font-size:10px}.category-how-v3 p{color:var(--muted);margin:2px 0 0;font-size:8.5px}.category-related-v3{margin-top:20px}.category-related-v3>div{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.category-related-v3 a{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:42px 1fr 16px;align-items:center;gap:9px;padding:11px;display:grid}.category-related-v3 a>span{width:42px;height:42px;color:var(--purple);background:#f2ecff;border-radius:10px;place-items:center;display:grid}.category-related-v3 strong{font-size:10px;display:block}.category-related-v3 small{color:var(--muted);font-size:8px;display:block}.primary-button,.secondary-button,.header-cta,.process-button,.tool-card,.popular-tool-card,.category-summary-card{will-change:transform}.primary-button,.secondary-button{border-radius:9px;transition:transform .17s,box-shadow .17s,background .17s,border-color .17s}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.primary-button:active,.secondary-button:active,.header-cta:active{transform:translateY(0)scale(.985)}.tool-card{transition:transform .18s,box-shadow .18s,border-color .18s}.tool-card:hover{border-color:#efadb2;transform:translateY(-3px);box-shadow:0 14px 30px #0f224414}.tool-card:hover .tool-arrow{transform:translate(3px)}.tool-arrow{transition:transform .18s}.process-button{transition:all .18s}.process-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 16px 30px #ef151c3d}@media (max-width:1320px){.nav-group-trigger,.nav-simple-link{padding-inline:9px;font-size:11.5px}.mega-menu{width:calc(100vw - 32px)}.mega-menu-all .mega-menu-content{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-menu-focused .mega-menu-content{grid-template-columns:repeat(2,minmax(0,1fr)) 260px}.category-summary-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.desktop-nav{display:none}.mobile-menu{display:flex}.language-menu{display:none}.header-cta{display:flex}.search-trigger-label,.search-trigger kbd{display:none}.home-hero-v3 .home-hero-grid{grid-template-columns:1fr .72fr}.home-hero-v3 .home-hero-copy h1{font-size:46px}.category-summary-grid,.popular-tool-row{grid-template-columns:repeat(3,1fr)}.category-content-grid{grid-template-columns:1fr}.category-sidebar-v3{grid-template-columns:300px 1fr;position:static}.category-tool-grid-v3{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.header-cta{display:none}.home-hero-v3 .home-hero-grid,.category-page-hero-grid{grid-template-columns:1fr}.hero-editor-art,.category-editor-art{display:none}.home-hero-v3 .home-hero-copy{max-width:none}.home-hero-v3 .home-hero-copy h1{font-size:43px}.category-summary-grid,.popular-tool-row{grid-template-columns:repeat(2,1fr)}.security-panel-v3{grid-template-columns:1fr}.category-tool-grid-v3{grid-template-columns:repeat(2,1fr)}.category-sidebar-v3,.category-how-v3>div,.category-related-v3>div{grid-template-columns:1fr}.category-page-hero-v3{padding-bottom:22px}}@media (max-width:560px){.search-modal-backdrop{padding:72px 9px 15px}.search-command{border-radius:13px;max-height:calc(100vh - 90px)}.search-command-input{height:57px;padding-inline:11px}.search-command-input>span{display:none}.search-popular-chips a,.search-category-chips a{padding:7px;font-size:9px}.home-hero-v3{padding-top:29px}.home-hero-v3 .home-hero-copy h1{letter-spacing:-2px;font-size:36px}.home-hero-v3 .home-hero-copy>p{font-size:12px}.category-summary-grid,.popular-tool-row,.category-tool-grid-v3{grid-template-columns:1fr}.category-summary-card{min-height:145px}.security-facts{grid-template-columns:1fr}.security-facts>div{border-top:1px solid #ecd5d8;border-left:0;padding:9px 0 0}.category-title-row{display:block}.category-page-icon{margin-bottom:13px}.category-title-row h1{font-size:33px}.category-benefits{display:grid}.category-content-v3{padding-top:10px}.category-how-v3 article{grid-template-columns:38px 1fr}.search-command-footer span{display:none}}.local-cache-panel dl{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.editor-page-heading-v3 .container{align-items:center}.editor-heading-copy{min-width:0}.editor-heading-title{align-items:center;gap:14px;margin-top:12px;display:flex}.editor-heading-title h1{letter-spacing:-1.3px;margin:0;font-size:34px}.editor-heading-title p{color:var(--muted);max-width:620px;margin:3px 0 0;font-size:11px}.editor-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.editor-heading-actions .secondary-button,.editor-heading-actions .primary-button{min-height:42px}.editor-page-heading-v3+.container .ad-shell{width:100%;margin:0 0 15px}.editor-page-container{padding-top:0}@media (max-width:900px){.editor-page-heading-v3 .container{display:block}.editor-heading-actions{justify-content:flex-start;margin-top:14px}}@media (max-width:560px){.editor-heading-title{align-items:flex-start}.editor-heading-title h1{font-size:28px}.editor-heading-actions{grid-template-columns:1fr 1fr;display:grid}.editor-heading-actions .primary-button{grid-column:1/-1}}.workflow-section{background:#fff;border-top:1px solid #f3e4e6;border-bottom:1px solid #f3e4e6}.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.workflow-card{border:1px solid var(--line);border-top:3px solid var(--accent);background:#fff;border-radius:12px;flex-direction:column;gap:8px;min-height:138px;padding:16px;transition:all .18s;display:flex;position:relative;overflow:hidden}.workflow-card:after{content:"";background:color-mix(in srgb,var(--accent) 12%,white);border-radius:50%;width:88px;height:88px;position:absolute;bottom:-34px;right:-28px}.workflow-card:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));transform:translateY(-3px);box-shadow:0 16px 34px #0f224414}.workflow-card strong{z-index:1;font-size:13px;line-height:1.25;position:relative}.workflow-card p{color:var(--muted);z-index:1;margin:0;font-size:9.5px;line-height:1.5;position:relative}.workflow-card span{color:var(--accent);z-index:1;margin-top:auto;font-size:9px;font-weight:850;position:relative}.catalog-workflows{margin-bottom:16px}.catalog-workflows-heading{justify-content:space-between;align-items:end;margin-bottom:10px;display:flex}.catalog-workflows-heading span{text-transform:uppercase;color:var(--blue);letter-spacing:.07em;font-size:9px;font-weight:850}.catalog-workflows-heading h2{margin:2px 0 0;font-size:16px}.catalog-workflows .workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-workflows .workflow-card{min-height:126px}.tool-next-flow{border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));border-top:3px solid var(--accent);background:#fff;border-radius:13px;gap:7px;margin:16px 0;padding:14px;display:grid}.tool-next-flow>span{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:8.5px;font-weight:850}.tool-next-flow h3{margin:0;font-size:13px}.tool-next-flow p{color:var(--muted);margin:0;font-size:9.5px;line-height:1.5}.tool-next-flow a{border-top:1px solid var(--line);padding-top:8px}.workspace-heading p{color:var(--muted);margin:4px 0 0;font-size:11px}.resize-preview,.booklet-preview{border:1px solid var(--line);background:#fbfcfe;border-radius:10px;gap:7px;padding:12px;display:grid}.resize-preview strong,.booklet-preview strong{font-size:11px}.resize-preview span,.booklet-preview small{color:var(--muted);font-size:9.5px}.booklet-preview div{text-align:center;color:#63575a;background:#fff;border:1px solid #eadfe1;border-radius:8px;grid-template-columns:1fr 1px 1fr;align-items:center;gap:10px;min-height:72px;padding:10px;font-size:9px;display:grid}.booklet-preview i{background:#cfc5c7;width:1px;height:52px;display:block}@media (max-width:1100px){.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.workflow-grid,.catalog-workflows .workflow-grid{grid-template-columns:1fr}.workflow-card{min-height:120px}}.logo{flex:none;align-items:center;width:clamp(132px,11vw,176px);min-width:132px;height:48px;display:inline-flex;overflow:visible}.brand-logo-image{object-fit:contain;filter:drop-shadow(0 6px 12px #8c000a1a);width:100%;height:auto}.site-footer .logo{width:190px;height:auto}.site-footer .brand-logo-image{filter:drop-shadow(0 8px 18px #0003)}.site-header{border-bottom-color:#f0d7da}.nav-group.open .nav-group-trigger,.nav-group-trigger:hover,.nav-simple-link:hover{background:#fff3f4}.mega-column-title>span,.category-page-icon,.drop-icon,.editor-upload-icon,.local-processing-card>span{background:#fff0f1}.primary-button,.header-cta,.process-button{background:linear-gradient(135deg,#ff242d,#c6000d);box-shadow:0 12px 26px #cf000d38}.primary-button:hover,.header-cta:hover,.process-button:not(:disabled):hover{box-shadow:0 16px 32px #cf000d4a}.secondary-button{color:#d10b15;border-color:#ef969d}.home-hero-v3,.category-page-hero-v3{background:radial-gradient(circle at 82% 30%,#fff0f1 0,#fff8f8 38%,#fff 74%)}.hero-editor-art,.category-editor-art{filter:saturate(.92)hue-rotate(130deg)}.search-trigger:hover,.search-command-input:focus-within,.tool-options input:focus,.tool-options select:focus,.contact-form input:focus,.contact-form textarea:focus,.properties-panel textarea:focus{border-color:#ef7a82;box-shadow:0 0 0 3px #ef151c17}.site-footer{background:linear-gradient(155deg,#1b1012,#2d1116)}.consent-card{background:#251116;border-color:#5a2930}.consent-icon,.consent-details>div{background:#3a171e}.consent-settings,.privacy-settings-button,.footer-privacy-column .privacy-settings-button{color:#ff9da3}@media (max-width:700px){.logo{width:128px;min-width:128px;height:42px}.site-footer .logo{width:170px}}.catalog-page{background:linear-gradient(#fff,snow 55%,#fff);padding:0 0 36px}.catalog-layout{width:min(1456px,100% - 64px);margin-inline:auto;display:block}.catalog-layout>.catalog-ad,.catalog-page>.ad-shell{display:none}.tool-center{padding:38px 0 0;position:relative}.tool-center:before{content:"";pointer-events:none;background:radial-gradient(circle at 65% 44%,#fff0f1 0,#fff8f8 45%,#0000 72%);border-radius:999px;width:640px;height:260px;position:absolute;top:0;right:-70px}.tool-center-hero{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex;position:relative}.tool-center-copy span{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:11px;font-weight:900;display:block}.tool-center-copy h1{letter-spacing:-2px;color:#191b24;margin:0 0 12px;font-size:48px;line-height:1}.tool-center-copy p{color:#6e6670;max-width:760px;margin:0;font-size:14px}.tool-center-search{border:1px solid var(--line);color:#697485;background:#fff;border-radius:13px;align-items:center;gap:10px;width:min(380px,100%);height:48px;padding:0 14px;display:flex;box-shadow:0 10px 26px #58080f0f}.tool-center-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.quick-actions{grid-template-columns:1.25fr repeat(4,1fr);gap:14px;margin-bottom:22px;display:grid;position:relative}.quick-action{border:1px solid var(--line);text-align:left;color:#1f2330;background:#fff;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;gap:0 14px;min-height:86px;padding:14px 16px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:grid;box-shadow:0 10px 28px #58080f0f}.quick-action>span{width:48px;height:48px;color:var(--blue);background:#fff1f2;border-radius:13px;grid-row:1/3;place-items:center;display:grid}.quick-action b{font-size:13px;line-height:1.2}.quick-action small{color:var(--muted);font-size:10px;line-height:1.25}.quick-action>svg{color:var(--blue);grid-area:1/3/3}.quick-action:hover,.quick-action.dragging{border-color:#ff9ba1;transform:translateY(-2px);box-shadow:0 18px 38px #cf000d1f}.quick-action.primary{color:#fff;background:linear-gradient(135deg,#ff242d,#d40010);border-color:#d40010;box-shadow:0 18px 36px #cf000d38}.quick-action.primary>span{color:#fff;background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff73}.quick-action.primary small,.quick-action.primary>svg{color:#fff}.personal-tool-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 20px;display:grid}.personal-tool-row>div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;box-shadow:0 8px 22px #58080f0b}.personal-tool-row h2,.catalog-search-results h2{color:#242832;align-items:center;gap:8px;margin:0 0 10px;font-size:13px;display:flex}.tool-center-tabs{margin-bottom:18px;position:relative}.tool-center-tabs button{border-radius:999px;height:38px;padding-inline:15px;font-size:10.5px}.tool-center-tabs button.active{color:var(--blue);box-shadow:inset 0 -2px 0 var(--blue);background:#fff1f2;border-color:#ffb9bd}.tool-center-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid;position:relative}.tool-center-group{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:300px;padding:18px;box-shadow:0 10px 30px #58080f0e}.tool-center-group header{border:0;justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;padding-bottom:0;display:flex}.tool-center-group header>div{align-items:center;gap:11px;display:flex}.tool-center-group header span{width:42px;height:42px;color:var(--blue);background:#fff1f2;border-radius:12px;flex:none;place-items:center;display:grid}.tool-center-group h2{text-transform:uppercase;letter-spacing:.02em;color:var(--blue);margin:0;font-size:13px;line-height:1.2}.tool-center-group header a{color:var(--blue);white-space:nowrap;align-items:center;gap:5px;font-size:9px;font-weight:850;display:flex}.catalog-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;display:grid}.tool-center-group:nth-child(n+5){grid-column:span 2}.tool-center-group:nth-child(n+5) .catalog-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-tool-item{min-width:0;position:relative}.catalog-tool-item>a{border-radius:11px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;padding:8px 30px 8px 7px;transition:background .16s,transform .16s;display:grid}.catalog-tool-item>a:hover{background:#fff7f7;transform:translateY(-1px)}.catalog-tool-item .mini-tool-icon{width:36px;height:36px;color:var(--blue);background:#fff1f2;border-radius:10px}.catalog-tool-item strong{color:#242832;font-size:10.5px;line-height:1.22;display:block}.catalog-tool-item small{color:#7c7580;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:8.7px;line-height:1.35;display:block;overflow:hidden}.favorite-toggle{color:#a5a0aa;opacity:.65;background:0 0;border:0;border-radius:8px;place-items:center;width:26px;height:26px;transition:all .16s;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.catalog-tool-item:hover .favorite-toggle,.favorite-toggle.active{opacity:1}.favorite-toggle:hover,.favorite-toggle.active{color:var(--blue);background:#fff1f2}.catalog-search-results{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;position:relative;box-shadow:0 10px 30px #58080f0e}.catalog-search-results>.catalog-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-search-results p{color:var(--muted);margin:0;font-size:12px}.tool-center-safety{border:1px solid var(--line);color:#68616b;background:#fff;border-radius:999px;grid-template-columns:32px 1fr auto;align-items:center;gap:12px;min-height:48px;margin-top:20px;padding:8px 16px;font-size:11px;display:grid}.tool-center-safety>svg{color:var(--blue)}.tool-center-safety a{color:#242832;align-items:center;gap:7px;font-weight:800;display:flex}@media (max-width:1320px){.quick-actions{grid-template-columns:repeat(3,1fr)}.quick-action.primary{grid-column:span 2}.tool-center-groups{grid-template-columns:repeat(3,minmax(0,1fr))}.tool-center-group:nth-child(n+5){grid-column:span 1}.tool-center-group:nth-child(n+5) .catalog-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-search-results>.catalog-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.catalog-layout{width:min(100% - 36px,1456px)}.tool-center-hero{display:grid}.tool-center-search{width:100%}.quick-actions{grid-template-columns:repeat(2,1fr)}.quick-action.primary{grid-column:span 1}.tool-center-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.personal-tool-row{grid-template-columns:1fr}.catalog-search-results>.catalog-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-center-copy h1{font-size:42px}}@media (max-width:620px){.catalog-layout{width:min(100% - 24px,1456px)}.tool-center{padding-top:24px}.tool-center:before{display:none}.tool-center-copy h1{letter-spacing:-1px;font-size:34px}.tool-center-copy p{font-size:12px}.quick-actions,.tool-center-groups,.catalog-tool-grid,.tool-center-group:nth-child(n+5) .catalog-tool-grid,.catalog-search-results>.catalog-tool-grid{grid-template-columns:1fr}.quick-action{min-height:76px}.tool-center-group{min-height:0;padding:14px}.tool-center-safety{border-radius:16px;grid-template-columns:28px 1fr}.tool-center-safety a{grid-column:2}.tool-center-tabs{padding-bottom:6px}}.tool-screen{background:linear-gradient(#fff 0,snow 62%,#fff 100%);padding:0 0 50px}.tool-screen .container{width:min(1456px,100% - 64px)}.tool-screen-heading{align-items:center;margin:0 auto 22px;padding:32px 0 0;position:relative}.tool-screen-heading:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 62% 48%,#fff0f1 0,#fff8f8 45%,#0000 72%);border-radius:999px;width:560px;height:220px;position:absolute;top:0;right:-70px}.tool-screen-title,.tool-screen-badges{z-index:1;position:relative}.tool-screen-title>div{gap:16px;margin-top:12px}.tool-screen-title h1{letter-spacing:-2px;color:#171b25;font-size:46px;line-height:1.02}.tool-screen-title p{color:#696575;max-width:760px;margin-top:8px;font-size:14px;line-height:1.45}.tool-screen .large-icon{border-radius:16px;width:62px;height:62px;box-shadow:0 12px 28px #cf000d1f}.tool-screen-badges span,.editor-page-badges span{color:#313746;border-color:#f0d7da;border-radius:11px;height:38px;padding:0 12px;box-shadow:0 8px 22px #58080f0b}.tool-workspace-layout{grid-template-columns:minmax(0,1fr) 350px;gap:22px}.workspace{border-color:#f0d7da;border-radius:18px;padding:0;overflow:hidden;box-shadow:0 18px 48px #58080f14}.workspace-heading{background:#fff;border-bottom:1px solid #f1e1e3;min-height:72px;margin:0;padding:18px 20px}.workspace-heading h2{letter-spacing:-.45px;color:#1b1f2a;margin:0;font-size:22px}.workspace-heading p{color:#6f6a76;margin-top:4px;font-size:12px;line-height:1.45}.local-badge{color:#16835f;background:#effaf5;border-color:#bfead5;border-radius:10px;height:34px}.drop-zone{background:linear-gradient(135deg,#fff5f6,#fff 42%,#f8fbff);border-color:#ffc1c6;border-radius:16px;min-height:290px;margin:18px;position:relative;overflow:hidden}.drop-zone:before{content:"";background:#fff0f1;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-54px}.drop-zone>*{z-index:1;position:relative}.drop-zone:hover,.drop-zone.is-dragging{background:linear-gradient(135deg,#fff0f1,#fff);border-color:#ef151c}.drop-icon{color:#fff;background:linear-gradient(135deg,#ff242d,#d40010);border-radius:18px;width:68px;height:68px;box-shadow:0 16px 32px #cf000d33}.drop-zone strong{letter-spacing:-.2px;color:#1b1f2a;font-size:19px}.drop-zone>span:not(.drop-icon){color:#746d78;font-size:12px}.drop-zone small{color:#8e98a7;font-size:10px}.selected-files{border-color:#f0d7da;border-radius:14px;margin:0 18px 18px}.selected-files-title{background:#fff8f8;min-height:44px;padding:0 14px}.selected-files-title strong{color:#222733;font-size:12px}.selected-files-title button{font-size:10px}.selected-files li{border-bottom-color:#f3e7e9;grid-template-columns:40px minmax(0,1fr) auto auto;gap:10px;padding:10px 12px;display:grid}.file-icon{color:#ef151c;background:#fff1f2;border-radius:11px;width:38px;height:40px}.file-name strong{color:#1f2430;font-size:11.5px}.file-name small{font-size:9.5px}.file-order button,.remove-file{border-radius:9px;width:32px;height:32px}.options-grid{background:#fff;border-color:#f0d7da;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 18px 18px;padding:16px}.tool-options label{color:#343b4b;font-size:10.5px}.tool-options input,.tool-options select{border-color:#dfe5ee;border-radius:10px;height:42px;font-size:11px}.tool-options small{font-size:9px}.resize-preview,.booklet-preview{background:#fffafb;border-color:#f0d7da}.process-button{background:linear-gradient(135deg,#ff242d,#c6000d);border-radius:12px;width:calc(100% - 36px);height:56px;margin:0 18px 18px;font-size:13px;box-shadow:0 18px 34px #cf000d38}.status-message{border-radius:12px;margin:0 18px 18px}.privacy-note{margin:0 18px 18px;font-size:10px}.tool-guide-panel{background:#fff;border-color:#f0d7da;border-radius:18px;padding:18px;top:94px;box-shadow:0 18px 44px #58080f12}.tool-guide-panel h2{letter-spacing:-.25px;margin-bottom:14px;font-size:16px}.tool-guide-panel li{grid-template-columns:32px 1fr;gap:10px;font-size:11px;line-height:1.4}.tool-guide-panel li span{background:#fff1f2;border-radius:10px;width:32px;height:32px}.tool-guide-note{background:#effaf5;border:1px solid #d5efdf;border-radius:13px;padding:12px}.tool-guide-note p{font-size:10px;line-height:1.45}.tool-next-flow{background:linear-gradient(#fff8f8,#fff);border-color:#f0b2b7;border-radius:14px;padding:15px}.tool-next-flow h3{letter-spacing:-.2px;font-size:15px}.tool-next-flow p,.tool-next-flow a,.tool-guide-panel>a{font-size:10.5px}.tool-guide-panel h3{color:#ef151c;font-size:10px}.tool-seo-summary{background:#fff;padding:46px 0}.tool-seo-summary .container{width:min(1456px,100% - 64px)}.tool-seo-summary article,.tool-seo-summary aside{border-color:#f0d7da;border-radius:18px;box-shadow:0 12px 34px #58080f0b}.tool-seo-summary aside{background:#fff8f8}.related-tools-compact{background:snow}.editor-page-heading-v3{background:linear-gradient(#fff,snow);border-bottom:1px solid #f1e1e3;padding:24px 0 20px}.editor-page-heading-v3 .container,.editor-page-container{width:min(1560px,100% - 48px)}.editor-heading-title h1{letter-spacing:-1.7px;font-size:40px}.editor-heading-title p{font-size:12px;line-height:1.45}.editor-upload-card{background:linear-gradient(135deg,#fff5f6,#fff 44%,#f8fbff);border-color:#f0d7da;border-radius:18px;min-height:470px;box-shadow:0 18px 48px #58080f14}.pdf-editor-shell{border-color:#f0d7da;border-radius:18px;box-shadow:0 20px 54px #58080f1a}.editor-topbar{border-bottom-color:#f1e1e3;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;height:72px;padding:0 18px}.editor-file-name strong{color:#202634;max-width:520px;font-size:13px}.editor-file-name small{font-size:10px}.editor-top-actions{gap:9px}.editor-zoom-controls{border-color:#f0d7da}.editor-history{gap:7px;display:flex}.editor-history button{color:#3d485b;background:#fff;border:1px solid #f0d7da;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.editor-history button:not(:disabled):hover{color:#ef151c;background:#fff1f2}.editor-history button:disabled{opacity:.38;cursor:not-allowed}.editor-body{background:#f6f8fb;grid-template-columns:78px 142px minmax(0,1fr) 322px;min-height:720px}.editor-tools{border-right-color:#f1e1e3;gap:8px;padding:12px 8px}.editor-tools button{color:#4b5568;border-radius:12px;min-height:64px;font-size:9.5px}.editor-tools button svg{width:21px;height:21px}.editor-tools button:hover,.editor-tools button.active{color:#ef151c;background:#fff1f2;box-shadow:inset 3px 0 #ef151c}.editor-pages{background:#fff;border-right-color:#f1e1e3;padding:14px}.editor-pages h2{color:#49566a;margin-bottom:10px;font-size:10px}.editor-pages button{border-radius:11px;padding:6px;box-shadow:0 8px 18px #58080f0e}.editor-pages button.active{border-color:#ef151c;box-shadow:0 10px 24px #cf000d1f}.editor-pages button span{color:#ef151c;border-radius:8px;width:24px;height:24px;bottom:6px;right:6px}.page-production-controls button{border-color:#f0d7da}.editor-stage-wrap{background:#f2f5f9;padding:32px}.editor-stage{box-shadow:0 18px 45px #0f22442e}.editor-page-navigation{border-color:#f0d7da;border-radius:12px;padding:7px 9px;bottom:12px}.editor-properties{background:#fff;border-left-color:#f1e1e3;padding:18px}.editor-properties h2{letter-spacing:-.25px;font-size:16px}.properties-panel label{font-size:10.5px}.properties-panel input,.properties-panel textarea{border-color:#dfe5ee;border-radius:12px;font-size:12px}.properties-grid{gap:9px}.object-layer-row,.layer-controls button{border-color:#f0d7da}.layer-controls button:hover{color:#ef151c;background:#fff1f2}.empty-properties{background:snow;border-color:#f0d7da;border-radius:14px}.editor-status-card{background:#effaf5;border:1px solid #d5efdf;border-radius:13px;font-size:10px}.editor-cache-bar{color:#5d6574;background:#fff;border-top-color:#f1e1e3;height:44px;font-size:10px}.category-page-hero-v3{border-bottom-color:#f1e1e3;padding-top:28px}.category-title-row h1{letter-spacing:-2.2px;font-size:48px}.category-title-row p{font-size:13px;line-height:1.5}.category-content-v3{background:snow}.category-tool-card-v3,.local-processing-card,.category-how-v3 article,.category-related-v3 article{border-color:#f0d7da;border-radius:14px;box-shadow:0 10px 28px #58080f0b}@media (max-width:1180px){.tool-workspace-layout{grid-template-columns:1fr}.tool-guide-panel{position:static}.editor-body{grid-template-columns:72px 128px minmax(0,1fr)}.editor-properties{border-top:1px solid #f1e1e3;border-left:0;grid-column:1/-1}}@media (max-width:820px){.tool-screen .container,.tool-seo-summary .container,.editor-page-heading-v3 .container,.editor-page-container{width:min(100% - 28px,1456px)}.tool-screen-heading{padding-top:24px;display:block}.tool-screen-heading:after{display:none}.tool-screen-title h1{letter-spacing:-1.2px;font-size:34px}.tool-screen-title p{font-size:12px}.options-grid{grid-template-columns:1fr}.selected-files li{grid-template-columns:38px minmax(0,1fr) auto}.file-order{grid-column:2/-1}.editor-heading-actions{grid-template-columns:1fr;display:grid}.editor-topbar{grid-template-columns:1fr;height:auto;padding:12px}.editor-top-actions{justify-content:flex-start;overflow-x:auto}.editor-body{grid-template-columns:64px minmax(0,1fr)}.editor-pages{border-bottom:1px solid #f1e1e3;border-right:0;grid-column:1/-1;gap:10px;display:flex;overflow:auto hidden}.editor-pages h2{display:none}.editor-pages button{flex:none;width:82px;margin:0}.editor-stage-wrap{grid-column:1/-1;padding:18px}}@media (max-width:560px){.tool-screen-title>div{align-items:flex-start}.tool-screen .large-icon{width:52px;height:52px}.tool-screen-title h1{font-size:30px}.drop-zone{min-height:240px;margin:14px}.selected-files,.options-grid,.status-message,.privacy-note{margin-left:14px;margin-right:14px}.process-button{width:calc(100% - 28px);margin-left:14px;margin-right:14px}.editor-heading-title h1{font-size:31px}.editor-body{grid-template-columns:1fr}.editor-tools{border-bottom:1px solid #f1e1e3;border-right:0;display:flex;overflow-x:auto}.editor-tools button{min-width:78px}}.site-header{background:#fffffffa;border-bottom:1px solid #e8ebf0;height:86px;min-height:86px;overflow:visible}.header-inner{gap:18px}.logo{width:156px;min-width:156px}.desktop-nav{flex:none;justify-content:flex-start;min-width:0}.nav-group-trigger,.nav-simple-link{color:#111827;letter-spacing:0;background:0 0;border:0;border-radius:0;height:100%;padding:0 10px;font-size:12.5px;font-weight:850}.nav-group.open .nav-group-trigger,.nav-group:hover .nav-group-trigger,.nav-simple-link:hover{color:#ef151c;background:linear-gradient(#fff4f594,#fff0);box-shadow:inset 0 -3px #ef151c}.mega-menu{border-color:#eef0f4;border-radius:18px;width:min(1440px,100vw - 64px);max-width:calc(100vw - 64px);position:fixed;top:86px;left:50%}.header-actions{flex:none;justify-content:flex-end;gap:14px;min-width:0;margin-left:auto}.header-search{flex:0 430px;align-items:center;width:clamp(320px,22vw,430px);min-width:300px;height:56px;display:flex;position:relative}.header-search>label{color:#344054;background:#fff;border:1.5px solid #ef151c;border-radius:13px;align-items:center;gap:12px;width:100%;height:56px;padding:0 52px 0 18px;display:flex;box-shadow:0 10px 26px #cf000d0a}.header-search:focus-within>label{border-color:#ff3440;box-shadow:0 0 0 4px #ef151c14,0 14px 30px #cf000d14}.header-search input{color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px}.header-search button{color:#fff;background:#ef151c;border:0;border-radius:10px;place-items:center;width:38px;height:38px;padding:0;display:grid;position:absolute;right:9px}.search-trigger,.search-modal-backdrop,.search-command,.header-cta,.mobile-upload-button{display:none!important}.language-trigger{border-radius:13px;min-width:146px;height:56px;font-size:12.5px}.tool-center-search{display:none}.quick-actions{grid-template-columns:1.08fr repeat(4,1fr);gap:16px}.quick-action{border-color:#e9edf3;border-radius:15px;min-height:88px;box-shadow:0 12px 32px #1018280e}.quick-action.primary{background:linear-gradient(135deg,#ff1f2c,#d60011);border-color:#d40010}.tool-center-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tool-center-group{border-color:#e9edf3;border-radius:18px;min-height:306px;box-shadow:0 14px 38px #1018280e}.tool-center-group h2{color:#ef151c;font-weight:900}.tool-center-group header span,.catalog-tool-item .mini-tool-icon,.tool-icon,.mini-tool-icon{color:#ef151c;background:#fff1f2}.catalog-tool-item>a:hover{background:#fff6f7}.tool-center-safety{background:#fff;border-color:#f1dfe1}@media (max-width:1380px){.header-inner{gap:18px}.nav-group-trigger,.nav-simple-link{padding-inline:10px;font-size:12px}.header-search{width:clamp(280px,22vw,380px);min-width:260px}}@media (max-width:1180px){.desktop-nav{display:none}.site-header{height:78px;min-height:78px}.header-actions{flex:auto;min-width:0}.header-search{width:min(520px,100%);min-width:220px;display:flex}.language-menu,.mobile-menu{display:flex}.quick-actions{grid-template-columns:repeat(3,1fr)}.quick-action.primary{grid-column:span 1}.tool-center-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.site-header{height:auto;min-height:74px}.header-inner{flex-wrap:wrap;gap:12px;min-height:74px;padding:10px 0}.header-actions{flex:100%;order:2;grid-template-columns:1fr auto;width:100%;display:grid}.header-search{grid-column:1;width:100%;min-width:0;height:50px}.header-search>label{border-radius:12px;height:50px}.language-menu{display:none}.mobile-menu{border-radius:12px;grid-column:2;width:50px;height:50px}.mobile-nav-panel{position:absolute;top:100%}.quick-actions,.tool-center-groups,.catalog-tool-grid,.tool-center-group:nth-child(n+5) .catalog-tool-grid{grid-template-columns:1fr}.tool-center-group:nth-child(n+5){grid-column:auto}}
