.tool-page{background:#f6f8fa;min-height:100vh}.tool-main{max-width:1040px;margin:0 auto;padding:44px 22px 80px}.tool-breadcrumb{font-size:12px;color:#71808b;margin-bottom:20px}.tool-breadcrumb a{color:#2867e8;font-weight:700}.tool-hero{text-align:center;margin-bottom:30px}.tool-hero .tool-mark{width:58px;height:66px;border-radius:11px;background:#ffe5e0;color:#c94734;display:grid;place-items:center;margin:0 auto 15px;font-weight:800;font-size:12px}.tool-hero h1{font-size:clamp(32px,5vw,52px);letter-spacing:-.055em;line-height:1.05;margin:0 0 12px}.tool-hero p{font-size:16px;color:#66727d;margin:0 auto;max-width:650px}.local-badge{display:inline-flex;gap:7px;align-items:center;margin-top:15px;padding:6px 10px;border-radius:99px;background:#e5f4ef;color:#17695d;font-size:11px;font-weight:800}.workspace{background:#fff;border:1px solid #e1e7eb;border-radius:16px;box-shadow:0 14px 45px #16283812;overflow:hidden}.workspace-top{padding:22px 24px;border-bottom:1px solid #e6ebee;display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace-top h2{font-size:18px;margin:0}.workspace-top span{font-size:11px;color:#75818a}.drop-zone{margin:24px;border:2px dashed #bfd0de;border-radius:13px;background:#f8fbfd;min-height:190px;display:flex;align-items:center;justify-content:center;text-align:center;padding:28px;cursor:pointer;transition:.2s}.drop-zone:hover,.drop-zone.dragging{border-color:#2867e8;background:#f1f6ff}.drop-zone strong{display:block;font-size:17px;margin:10px 0 5px}.drop-zone p{font-size:12px;color:#74818b;margin:0}.upload-symbol{width:50px;height:50px;border-radius:50%;background:#2867e8;color:#fff;display:grid;place-items:center;margin:auto;font-size:26px}.drop-zone input{position:absolute;opacity:0;pointer-events:none}.file-list,.page-grid{padding:0 24px 22px}.file-row{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;border:1px solid #e1e7eb;border-radius:10px;padding:10px;margin-top:9px}.file-thumb{width:54px;height:54px;border-radius:7px;background:#edf2f5;display:grid;place-items:center;overflow:hidden;color:#52616c;font-size:10px;font-weight:800}.file-thumb img,.file-thumb canvas{width:100%;height:100%;object-fit:cover}.file-meta strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:560px}.file-meta small{font-size:11px;color:#78848d}.file-actions{display:flex;gap:5px}.file-actions button,.page-actions button{width:36px;height:36px;border:1px solid #dce3e8;border-radius:7px;background:#fff;color:#53616b;cursor:pointer}.file-actions button:hover,.page-actions button:hover{border-color:#2867e8;color:#2867e8}.settings{border-top:1px solid #e6ebee;background:#fbfcfd;padding:23px 24px}.settings h3{font-size:14px;margin:0 0 15px}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.wide{grid-column:1/-1}.field label,.field>span{font-size:11px;font-weight:800;color:#53616c}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid #d8e0e5;border-radius:8px;background:#fff;padding:10px 11px;color:#18232c;font:13px Inter,Arial,sans-serif}.field textarea{min-height:80px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(40,103,232,.18);border-color:#2867e8}.field .hint{font-size:10px;color:#849099}.check-field{display:flex;align-items:center;gap:8px;min-height:44px}.check-field input{width:18px;height:18px}.action-bar{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #e6ebee}.reset-button{border:0;background:transparent;color:#65727c;font-size:12px;font-weight:700;cursor:pointer}.process-button{min-height:48px;border:0;border-radius:9px;background:#2867e8;color:#fff;padding:12px 22px;font-size:14px;font-weight:800;cursor:pointer}.process-button:disabled{opacity:.45;cursor:not-allowed}.process-button:not(:disabled):hover{background:#164fca}.status{display:none;margin:0 24px 20px;padding:12px 14px;border-radius:8px;font-size:12px}.status.show{display:block}.status.working{background:#eef4ff;color:#1d58cb}.status.error{background:#fff0ee;color:#a73f31}.status.success{background:#e8f6f1;color:#17695d}.result{display:none;border-top:1px solid #e1e7eb;padding:28px 24px;background:#f5faf8;text-align:center}.result.show{display:block}.result-check{width:48px;height:48px;border-radius:50%;background:#23977f;color:#fff;display:grid;place-items:center;margin:auto;font-size:22px}.result h3{font-size:20px;margin:12px 0 5px}.result p{font-size:12px;color:#64736f;margin:0 0 16px}.download-button{display:inline-flex;align-items:center;gap:8px;background:#163e3a;color:#fff;border:0;border-radius:8px;padding:12px 18px;font-size:13px;font-weight:800;cursor:pointer}.split-downloads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-width:680px;margin:18px auto}.split-file-button{display:flex;align-items:center;gap:10px;border:1px solid #cad9e3;border-radius:9px;background:#fff;padding:11px 12px;text-align:left;color:#18232c;cursor:pointer}.split-file-button:hover{border-color:#2867e8;background:#f7faff}.split-file-button span{flex:none;border-radius:5px;background:#ffe5e0;color:#b84635;padding:5px 6px;font-size:9px;font-weight:800}.split-file-button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.zip-retrieval-help{max-width:760px;margin:17px auto 0;border:1px solid #cbd9e2;border-radius:10px;background:#fff;text-align:left}.zip-retrieval-help summary{padding:13px 15px;color:#2056c8;font-size:12px;font-weight:800;cursor:pointer;list-style-position:inside}.zip-retrieval-help[open] summary{border-bottom:1px solid #e2e8ec}.zip-help-intro{padding:15px 16px 5px}.zip-help-intro strong{font-size:13px}.zip-help-intro p{margin:4px 0 0;font-size:11px;line-height:1.5}.zip-device-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 16px 16px}.zip-device-grid section{border:1px solid #e1e7eb;border-radius:8px;padding:12px;background:#fafcfd}.zip-device-grid h4{margin:0 0 7px;font-size:12px}.zip-device-grid ol{margin:0;padding-left:18px;color:#65727c;font-size:11px;line-height:1.55}.result-links{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:15px}.result-links a,.result-links button{border:0;background:none;color:#2867e8;font-size:11px;font-weight:700;cursor:pointer}.page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.page-card{border:1px solid #dfe5e9;background:#fff;border-radius:10px;padding:8px;position:relative}.page-preview{aspect-ratio:.72;background:#edf1f3;display:grid;place-items:center;overflow:hidden;border-radius:6px}.page-preview canvas{width:100%;height:100%;object-fit:contain}.page-card.removed{opacity:.38}.page-card.removed:after{content:"Removed";position:absolute;inset:35% 10px auto;background:#a73f31;color:#fff;border-radius:5px;text-align:center;padding:4px;font-size:10px;font-weight:800}.page-number{text-align:center;font-size:10px;color:#64717a;margin:7px 0}.page-actions{display:flex;justify-content:center;gap:4px}.signature-pad{background:#fff;border:1px solid #d8e0e5;border-radius:8px;overflow:hidden}.signature-pad canvas{display:block;width:100%;height:150px;touch-action:none}.signature-controls{display:flex;justify-content:flex-end;border-top:1px solid #e5eaed;padding:6px}.signature-controls button{border:0;background:#f0f3f5;border-radius:6px;padding:6px 9px;font-size:10px;cursor:pointer}.trust-note{max-width:1040px;margin:24px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-card{background:#fff;border:1px solid #e2e7ea;border-radius:11px;padding:18px}.mini-card span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#2867e8;font-weight:800}.mini-card .sponsor-label{color:#327768;font-size:8px}.mini-card h3{font-size:15px;margin:5px 0}.mini-card p{font-size:12px;color:#697680;margin:0}.mini-card a,.mini-card button{display:inline-block;margin-top:10px;border:0;background:none;padding:0;color:#2867e8;font-size:11px;font-weight:800;cursor:pointer}.tool-footer{margin-top:50px;text-align:center;color:#7a8790;font-size:11px}.tool-footer a{color:#2867e8;font-weight:700}.support-strip{max-width:1132px;margin:0 auto 50px;padding:17px 20px;border:1px solid #e3e8eb;border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:20px}.support-strip strong{display:block;font-size:14px}.support-strip p{margin:2px 0 0;color:#73808a;font-size:11px}.support-strip button,.support-strip .support-link{border:1px solid #ccd6dd;background:#fff;border-radius:8px;padding:9px 13px;font-size:11px;font-weight:800;color:#2867e8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:44px}@media(max-width:760px){.tool-main{padding:28px 14px 60px}.workspace-top{padding:18px}.drop-zone{margin:18px;min-height:165px}.file-list,.page-grid{padding:0 18px 18px}.settings{padding:20px 18px}.settings-grid{grid-template-columns:1fr 1fr}.action-bar{padding:17px 18px}.page-grid{grid-template-columns:repeat(3,1fr)}.trust-note{grid-template-columns:1fr}.support-strip{margin:0 14px 35px}}@media(max-width:520px){.tool-hero h1{font-size:34px}.split-downloads,.zip-device-grid{grid-template-columns:1fr}.tool-hero p{font-size:14px}.workspace-top{align-items:flex-start;flex-direction:column;gap:3px}.settings-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}.file-row{grid-template-columns:44px 1fr}.file-thumb{width:44px;height:44px}.file-actions{grid-column:1/-1;justify-content:flex-end}.page-grid{grid-template-columns:repeat(2,1fr)}.action-bar{align-items:stretch;flex-direction:column-reverse}.process-button{width:100%}.support-strip{align-items:flex-start;flex-direction:column}.modal-inner{max-height:calc(100dvh - 24px);overflow:auto}}.tool-footer a,.tool-footer button{border:0;background:none;padding:0;color:#2867e8;font:700 11px Inter,Arial,sans-serif;cursor:pointer}.page-empty{display:flex;align-items:center;gap:13px;padding:15px 16px;margin-bottom:17px;border:1px dashed #c8d6df;border-radius:9px;background:#f5f9fb}.page-empty[hidden]{display:none}.page-empty>span{width:42px;height:42px;border-radius:9px;background:#e3ecff;color:#2867e8;display:grid;place-items:center;font-size:19px}.page-empty strong{display:block;font-size:13px}.page-empty p{margin:3px 0 0;color:#6e7b84;font-size:12px;line-height:1.45}.sequence-empty{display:flex;align-items:center;gap:13px;padding:13px 15px;margin-bottom:17px;border:1px dashed #c8d6df;border-radius:9px;background:#f5f9fb}.sequence-empty[hidden]{display:none}.sequence-empty>span{width:38px;height:38px;border-radius:9px;background:#e3ecff;color:#2867e8;display:grid;place-items:center;font-size:18px}.sequence-empty strong{display:block;font-size:13px}.sequence-empty p{margin:3px 0 0;color:#6e7b84;font-size:12px;line-height:1.45}
