:root,[data-theme=light]{--text:#4a4a4a;--text-heading:#1a1a1a;--text-muted:#6c757d;--app-bg:#f5f5f5;--upload-bg:#fff;--upload-border:#dee2e6;--upload-hover-border:#adb5bd;--upload-hover-bg:#f1f3f5;--shadow-soft:0 2px 8px #0000000f;--radius:12px;--accent:#dc2626;--accent-hover:#b91c1c;--accent-muted:#dc262614;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#b91c1c;--success-bg:#dcfce7;--success-border:#bbf7d0;--success-text:#166534;--footer-bg:#1a1a1a;--footer-text:#e5e5e5;--footer-muted:#a3a3a3;--footer-border:#404040}[data-theme=dark]{--text:#d1d5db;--text-heading:#f9fafb;--text-muted:#9ca3af;--app-bg:#111827;--upload-bg:#1f2937;--upload-border:#374151;--upload-hover-border:#4b5563;--upload-hover-bg:#374151;--shadow-soft:0 2px 8px #0000004d;--accent:#ef4444;--accent-hover:#f87171;--accent-muted:#ef444426;--error-bg:#450a0a;--error-border:#7f1d1d;--error-text:#fca5a5;--success-bg:#14532d;--success-border:#166534;--success-text:#86efac;--footer-bg:#0f0f0f;--footer-text:#e5e7eb;--footer-muted:#9ca3af;--footer-border:#374151}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text);background:var(--app-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.5}#root{min-height:100vh}@media (width<=640px){:root{font-size:15px}}._toggle_14cqy_1{color:var(--text-heading);background:var(--upload-bg);border:1px solid var(--upload-border);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.875rem;transition:color .2s,background .2s,border-color .2s;display:inline-flex}._toggle_14cqy_1:hover{background:var(--upload-hover-bg);border-color:var(--upload-hover-border)}._toggle_14cqy_1:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._icon_14cqy_25{font-size:1.1rem;line-height:1}._label_14cqy_30{font-weight:500}._footer_1ur8w_1{background:var(--footer-bg);width:100%;color:var(--footer-text);margin-top:auto;padding:2rem 1.5rem}@media (width>=900px){._footer_1ur8w_1{padding-left:2.5rem;padding-right:2.5rem}}@media (width>=1200px){._footer_1ur8w_1{padding-left:3rem;padding-right:3rem}}._footerTop_1ur8w_23{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}._brand_1ur8w_31{color:var(--accent);letter-spacing:-.02em;font-size:1.15rem;font-weight:700;text-decoration:none;transition:opacity .2s}._brand_1ur8w_31:hover{opacity:.9}._nav_1ur8w_44{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}._navLink_1ur8w_51{color:var(--footer-muted);font-size:.9rem;text-decoration:none;transition:color .2s}._navLink_1ur8w_51:hover{color:var(--footer-text)}._navLink_1ur8w_51:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._footerDivider_1ur8w_67{background:var(--footer-border);height:1px;margin:1.25rem 0}._footerBottom_1ur8w_73{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}._copyright_1ur8w_81,._credit_1ur8w_87{color:var(--footer-muted);margin:0;font-size:.85rem}._creditLink_1ur8w_93{color:var(--accent);font-weight:500;text-decoration:none;transition:opacity .2s}._creditLink_1ur8w_93:hover{opacity:.9;text-decoration:underline}._creditLink_1ur8w_93:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=640px){._footer_1ur8w_1{padding:1.5rem 1rem}._footerTop_1ur8w_23,._footerBottom_1ur8w_73{flex-direction:column;align-items:flex-start}}._layout_p8gtl_1{background:var(--app-bg);flex-direction:column;min-height:100vh;display:flex}._header_p8gtl_8{border-bottom:1px solid var(--upload-border);background:var(--upload-bg);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}._logo_p8gtl_18{color:var(--accent);letter-spacing:-.02em;font-size:1.25rem;font-weight:700;text-decoration:none;transition:opacity .2s}._logo_p8gtl_18:hover{opacity:.85}._main_p8gtl_31{flex:1;width:100%;max-width:720px;margin:0 auto;padding:1rem}._mainFullWidth_p8gtl_39{max-width:none;padding-left:1rem;padding-right:1rem}@media (width<=640px){._header_p8gtl_8{padding:.6rem .75rem}._logo_p8gtl_18{font-size:1.1rem}._main_p8gtl_31{padding:.75rem}}._landing_1kxrh_1{text-align:center;flex-direction:column;align-items:center;display:flex}._hero_1kxrh_9{justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}._heroBg_1kxrh_21{pointer-events:none;color:var(--accent);position:absolute;inset:0}._heroIcon_1kxrh_28{width:56px;height:70px;margin-top:-35px;margin-left:-28px;animation:20s ease-in-out infinite _float_1kxrh_1;position:absolute}._heroIcon_1kxrh_28:nth-child(odd){animation-direction:alternate-reverse}@keyframes _float_1kxrh_1{0%,to{transform:translate(0)rotate(-2deg)}25%{transform:translate(8px,-12px)rotate(1deg)}50%{transform:translate(-6px,6px)rotate(2deg)}75%{transform:translate(10px,8px)rotate(-1deg)}}._heroContent_1kxrh_56{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}._heroTitle_1kxrh_65{color:var(--text-heading);letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:700;line-height:1.2}._heroSubtitle_1kxrh_74{color:var(--text);max-width:420px;margin:0;font-size:1.05rem;line-height:1.5}._cta_1kxrh_82{color:#fff;background:var(--accent);border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform 50ms;display:inline-block}._cta_1kxrh_82:hover{opacity:.92}._cta_1kxrh_82:active{transform:scale(.98)}._features_1kxrh_102{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}._features_1kxrh_102 li{padding-left:1.25rem;position:relative}._features_1kxrh_102 li:before{content:"✓";color:var(--accent);font-weight:600;position:absolute;left:0}._moreSection_1kxrh_128{background:var(--upload-bg);border:none;border-top:1px solid var(--upload-border);border-bottom:1px solid var(--upload-border);width:100%;box-shadow:var(--shadow-soft);box-sizing:border-box;border-radius:0;margin-top:2rem;padding:2.5rem 1.5rem}._moreHeading_1kxrh_141{color:var(--text-heading);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}._moreIntro_1kxrh_149{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.5}._featureGrid_1kxrh_159{text-align:left;grid-template-columns:1fr;gap:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;display:grid}@media (width>=640px){._featureGrid_1kxrh_159{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){._featureGrid_1kxrh_159{grid-template-columns:repeat(3,1fr)}}._featureCard_1kxrh_181{background:var(--app-bg);border:1px solid var(--upload-border);border-radius:12px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}._featureCard_1kxrh_181:hover{border-color:var(--accent);box-shadow:0 4px 12px var(--accent-muted)}._featureIcon_1kxrh_194{background:var(--accent-muted);border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.75rem;font-size:1.35rem;line-height:1;display:inline-flex}._featureTitle_1kxrh_207{color:var(--text-heading);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1rem;font-weight:600}._featureDesc_1kxrh_215{color:var(--text);margin:0;font-size:.875rem;line-height:1.5}@media (width<=640px){._heroIcon_1kxrh_28{width:44px;height:55px;margin-top:-27px;margin-left:-22px}._heroTitle_1kxrh_65{font-size:1.6rem}._heroSubtitle_1kxrh_74{font-size:.95rem}._moreSection_1kxrh_128{margin-top:1rem;padding:1.5rem 1rem}._moreHeading_1kxrh_141{font-size:1.25rem}._moreIntro_1kxrh_149{margin-bottom:1.5rem}._featureCard_1kxrh_181{padding:1rem}}._zone_kmjrl_1{background:var(--upload-bg,#f8f9fa);border:2px dashed var(--upload-border,#dee2e6);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:480px;min-height:200px;padding:2rem;transition:border-color .2s,background .2s;display:flex}._zone_kmjrl_1:hover:not([data-disabled]){border-color:var(--upload-hover-border,#adb5bd);background:var(--upload-hover-bg,#f1f3f5)}._zone_kmjrl_1[data-dragover]{border-color:var(--accent);background:var(--accent-muted)}._zone_kmjrl_1[data-disabled]{cursor:not-allowed;opacity:.7}._input_kmjrl_33{opacity:0;pointer-events:none;width:0;height:0;position:absolute}._hint_kmjrl_41{color:var(--text-muted,#6c757d);margin:0;font-size:.95rem}._empty_kmjrl_47{color:var(--text-muted,#868e96);margin:0;font-size:.875rem}._list_18l6r_1{flex-direction:column;gap:.5rem;width:100%;max-width:480px;margin:0;padding:0;list-style:none;display:flex}._item_18l6r_12{background:var(--upload-bg,#fff);border:1px solid var(--upload-border,#dee2e6);box-shadow:var(--shadow-soft,0 2px 8px #0000000f);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._info_18l6r_24{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}._name_18l6r_32{color:var(--text-heading,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}._pages_18l6r_41{color:var(--text-muted,#6c757d);font-size:.8rem}._remove_18l6r_46{width:32px;height:32px;color:var(--text-muted,#6c757d);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;transition:color .2s,background .2s,border-color .2s;display:flex}._remove_18l6r_46:hover{color:#c92a2a;background:#c92a2a14;border-color:#c92a2a33}._remove_18l6r_46:focus-visible{outline:2px solid var(--text-muted);outline-offset:2px}._thumb_17cd8_1{background:var(--upload-bg,#fff);cursor:pointer;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem;transition:border-color .2s,box-shadow .2s;display:flex}._thumb_17cd8_1:hover{border-color:var(--upload-hover-border,#adb5bd);box-shadow:var(--shadow-soft,0 2px 8px #0000000f)}._thumb_17cd8_1._selected_17cd8_19{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}._canvasWrap_17cd8_24{background:var(--upload-hover-bg);border-radius:4px;justify-content:center;align-items:center;width:120px;min-height:160px;display:flex;position:relative;overflow:hidden}._placeholder_17cd8_36,._error_17cd8_37{color:var(--text-muted,#6c757d);justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;inset:0}._error_17cd8_37{color:#c92a2a}._canvas_17cd8_24{vertical-align:middle;max-width:100%;height:auto;display:block}._label_17cd8_58{color:var(--text-heading,#1a1a1a);font-size:.8rem;font-weight:500}._gridContainer_1vu79_1{flex-direction:column;gap:1.5rem;width:100%;padding:.5rem 0;display:flex}._pdfSection_1vu79_9{flex-direction:column;gap:.75rem;display:flex}._pdfTitle_1vu79_15{color:var(--text-heading,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}._pages_1vu79_25{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;max-height:60vh;display:grid;overflow-y:auto}._wrap_i0lru_1{width:100%;max-width:480px}._title_i0lru_6{color:var(--text-heading,#1a1a1a);margin:0 0 .5rem;font-size:.9rem;font-weight:600}._list_i0lru_13{flex-direction:column;gap:.25rem;max-height:200px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}._item_i0lru_24{background:var(--upload-bg,#fff);border:1px solid var(--upload-border,#dee2e6);cursor:grab;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:box-shadow .2s;display:flex}._item_i0lru_24:active{cursor:grabbing}._item_i0lru_24._dragging_i0lru_40{opacity:.6;box-shadow:var(--shadow-soft,0 2px 8px #0000000f)}._dragHandle_i0lru_45{color:var(--text-muted,#6c757d);-webkit-user-select:none;user-select:none;font-size:.85rem}._label_i0lru_51{color:var(--text-heading,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.85rem;overflow:hidden}._removeBtn_i0lru_60{width:24px;height:24px;color:var(--text-muted,#6c757d);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:0;font-size:1.1rem;line-height:1;transition:color .2s,background .2s}._removeBtn_i0lru_60:hover{color:#c92a2a;background:#c92a2a14}._page_18ijy_1{flex-direction:column;align-items:center;gap:1rem;display:flex}._header_18ijy_8{text-align:center;width:100%;padding:.5rem 0}._title_18ijy_14{color:var(--text-heading);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:600}._section_18ijy_22{flex-direction:column;align-items:center;width:100%;display:flex}._loading_18ijy_29{color:var(--text-muted);margin:0;font-size:.9rem}._errors_18ijy_35{background:var(--error-bg);border:1px solid var(--error-border);text-align:left;border-radius:8px;width:100%;max-width:480px;padding:.75rem 1rem}._errorItem_18ijy_45{color:var(--error-text);margin:0;font-size:.85rem}._errorItem_18ijy_45+._errorItem_18ijy_45{margin-top:.25rem}._mergeBtn_18ijy_55{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:8px;margin-top:.75rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;transition:opacity .2s,transform 50ms}._mergeBtn_18ijy_55:hover:not(:disabled){opacity:.92}._mergeBtn_18ijy_55:active:not(:disabled){transform:scale(.98)}._mergeBtn_18ijy_55:disabled{cursor:not-allowed;opacity:.7}._success_18ijy_81{color:var(--success-text);background:var(--success-bg);border:1px solid var(--success-border);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;animation:.2s ease-out _fadeIn_18ijy_1}@keyframes _fadeIn_18ijy_1{0%{opacity:0}to{opacity:1}}._listActions_18ijy_100{flex-direction:column;gap:.5rem;width:100%;max-width:480px;display:flex}._clearBtn_18ijy_108{color:var(--text-muted);border:1px solid var(--upload-border);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;transition:color .2s,border-color .2s,background .2s}._clearBtn_18ijy_108:hover{color:var(--text-heading);border-color:var(--upload-hover-border);background:var(--upload-hover-bg)}._clearBtn_18ijy_108:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._legal_czdbk_1{max-width:640px;margin:0 auto;padding:0 0 3rem}._title_czdbk_7{color:var(--text-heading);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}._updated_czdbk_15{color:var(--text-muted);margin:0 0 2rem;font-size:.9rem}._section_czdbk_21{margin-bottom:1.75rem}._section_czdbk_21 h2{color:var(--text-heading);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}._section_czdbk_21 p{color:var(--text);margin:0;font-size:.95rem;line-height:1.6}._back_czdbk_39{border-top:1px solid var(--upload-border);margin-top:2.5rem;padding-top:1.5rem}._link_czdbk_45{color:var(--accent);font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s}._link_czdbk_45:hover{opacity:.85;text-decoration:underline}._link_czdbk_45:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
