.footer-main.svelte-1vhfrvp{width:100%;padding:32px 24px;background:var(--bg-muted);border-top:1px solid var(--border);box-shadow:var(--shadow-sm)}.footer-content.svelte-1vhfrvp{max-width:800px;margin:0 auto;opacity:0;animation:svelte-1vhfrvp-fadeInDown .5s ease-out forwards;text-align:center}.footer-links.svelte-1vhfrvp{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:12px}.footer-link.svelte-1vhfrvp{font-size:.85rem;color:var(--fg-accent);text-decoration:none;transition:color .3s ease;font-weight:500}.footer-link.svelte-1vhfrvp:hover{color:var(--fg-accent-hover);text-decoration:underline}.copyright.svelte-1vhfrvp{font-size:.8rem;color:var(--fg-muted);margin:0;line-height:1.5}@keyframes svelte-1vhfrvp-fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.footer-main.svelte-1vhfrvp{padding:24px 16px}.footer-links.svelte-1vhfrvp{gap:14px}}@media(max-width:480px){.footer-main.svelte-1vhfrvp{padding:20px 12px}.copyright.svelte-1vhfrvp{font-size:.75rem}}.header-main.svelte-xcfv0d{width:100%;padding:0;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-content.svelte-xcfv0d{max-width:1400px;margin:0 auto;opacity:0;animation:svelte-xcfv0d-fadeInUp .5s ease-out forwards}.header-top.svelte-xcfv0d{display:flex;justify-content:space-between;align-items:center;gap:32px;width:100%;padding:16px 32px}.header-left.svelte-xcfv0d{display:flex;align-items:center;flex-shrink:0}.header-right.svelte-xcfv0d{display:flex;align-items:center;gap:24px;flex-shrink:0}.nav-links.svelte-xcfv0d{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}.nav-link.svelte-xcfv0d{font-size:.9rem;color:var(--fg-accent);text-decoration:none;font-weight:500;transition:all .2s ease;position:relative;padding:6px 2px;white-space:nowrap;flex-shrink:0}.nav-link.svelte-xcfv0d:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:all .3s ease;border-radius:1px}.nav-link.svelte-xcfv0d:hover{color:var(--fg-accent-hover)}.nav-link.svelte-xcfv0d:hover:after{width:100%}@keyframes svelte-xcfv0d-fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-top.svelte-xcfv0d{padding:12px 16px;gap:12px}.header-right.svelte-xcfv0d,.nav-links.svelte-xcfv0d{gap:12px}.nav-link.svelte-xcfv0d{font-size:.85rem}}@media(max-width:600px){.header-content.svelte-xcfv0d{display:flex;flex-direction:column;align-items:center}.header-top.svelte-xcfv0d{flex-direction:column;align-items:center;gap:10px;padding:12px 16px 8px}.header-left.svelte-xcfv0d{order:1}.header-right.svelte-xcfv0d{order:2;width:100%;flex-direction:column;align-items:center;gap:10px}.nav-links.svelte-xcfv0d{order:1;width:100%;justify-content:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.nav-link.svelte-xcfv0d{font-size:.85rem;padding:4px 2px}}@media(max-width:480px){.header-top.svelte-xcfv0d{padding:10px 12px 6px}.nav-links.svelte-xcfv0d{gap:8px}.nav-link.svelte-xcfv0d{font-size:.8rem}}.logo-container.svelte-ojg72w{flex-shrink:0}.logo-title.svelte-ojg72w{font-weight:700;color:var(--fg-heading);line-height:1.2;letter-spacing:-.01em;margin:0;white-space:nowrap}.drop-area.svelte-v1rac7{width:100%;min-height:140px;border:2px dashed var(--border);border-radius:10px;padding:24px;background:var(--bg);transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;font-family:inherit;color:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.drop-area.svelte-v1rac7:hover{border-color:var(--accent-hover);background:var(--bg-muted)}.drop-area.dragged-over.svelte-v1rac7{border-color:var(--accent);background:var(--accent-muted);transform:scale(1.01)}.drop-content.svelte-v1rac7{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon-wrapper.svelte-v1rac7{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent-muted);transition:all .3s ease}.drop-area.svelte-v1rac7:hover .upload-icon-wrapper:where(.svelte-v1rac7),.drop-area.dragged-over.svelte-v1rac7 .upload-icon-wrapper:where(.svelte-v1rac7){background:var(--accent)}.upload-icon.svelte-v1rac7{font-size:22px}.drop-text.svelte-v1rac7{color:var(--fg-heading);font-size:.9rem;font-weight:500;margin:0;-webkit-user-select:none;user-select:none}.file-input.svelte-v1rac7{display:none}@media(max-width:768px){.drop-area.svelte-v1rac7{min-height:110px;padding:20px}.upload-icon-wrapper.svelte-v1rac7{width:38px;height:38px}.upload-icon.svelte-v1rac7{font-size:18px}.drop-text.svelte-v1rac7{font-size:.8rem}}@media(max-width:480px){.drop-area.svelte-v1rac7{min-height:90px;padding:16px}}.file-page.svelte-1hs0wy8{background:var(--bg-card);border:3px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,opacity .3s ease}.file-page.svelte-1hs0wy8:hover{box-shadow:var(--shadow-md)}.file-page.status-converted.svelte-1hs0wy8{border-color:var(--accent)}.file-page.status-needs-conversion.svelte-1hs0wy8{border-color:#f39c12}.file-page.status-error.svelte-1hs0wy8{border-color:#e74c3c}.file-page.status-pending.svelte-1hs0wy8{border-color:#3498db}.file-page.removing.svelte-1hs0wy8{opacity:0;transform:translate(100%);pointer-events:none;transition:opacity .5s ease,transform .5s ease}.file-page.folding.svelte-1hs0wy8{opacity:.5;pointer-events:none}.page-inner.svelte-1hs0wy8{padding:8px}.page-layout.svelte-1hs0wy8{display:flex;gap:0}.col-preview.svelte-1hs0wy8{flex:0 0 30%;max-width:30%;padding:12px;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--border)}.preview-main.svelte-1hs0wy8{width:100%;aspect-ratio:3/4;background:var(--bg-muted);border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center}.preview-img.svelte-1hs0wy8{width:100%;height:100%;object-fit:contain}.preview-thumbnails.svelte-1hs0wy8{display:flex;gap:6px}.preview-thumb.svelte-1hs0wy8{flex:1;aspect-ratio:3/4;background:var(--bg-muted);border-radius:var(--radius-sm);overflow:hidden}.preview-thumb.svelte-1hs0wy8 img:where(.svelte-1hs0wy8){width:100%;height:100%;object-fit:contain}.preview-placeholder.svelte-1hs0wy8{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:180px;gap:8px}.placeholder-icon.svelte-1hs0wy8{font-size:40px;opacity:.5}.placeholder-text.svelte-1hs0wy8{font-size:11px;color:var(--fg-muted)}.col-info.svelte-1hs0wy8{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px;min-width:0}.info-panel.svelte-1hs0wy8{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px}.info-header.svelte-1hs0wy8{display:flex;align-items:center;gap:6px;margin-bottom:8px}.info-icon.svelte-1hs0wy8{font-size:16px}.info-title.svelte-1hs0wy8{font-size:13px;font-weight:600;color:var(--fg-heading)}.info-body.svelte-1hs0wy8{display:flex;flex-direction:column;gap:6px}.info-row.svelte-1hs0wy8{display:flex;justify-content:space-between;align-items:center;gap:8px}.info-label.svelte-1hs0wy8{font-size:11px;color:var(--fg-muted);font-weight:500}.info-value.svelte-1hs0wy8{font-size:11px;color:var(--fg);font-weight:600;text-align:right;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-label.svelte-1hs0wy8{display:block;font-size:11px;font-weight:600;color:var(--fg-muted);margin-bottom:6px}.format-select.svelte-1hs0wy8{width:100%;padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--fg);font-size:12px;font-family:inherit;cursor:pointer}.format-select.svelte-1hs0wy8:focus{outline:none;border-color:var(--accent)}.action-panel.svelte-1hs0wy8{display:flex;flex-direction:column;gap:6px;justify-content:center}.btn-download-original.svelte-1hs0wy8{width:100%;padding:8px 16px;border:1px dashed var(--border);border-radius:var(--radius-md);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:var(--fg-muted)}.btn-download-original.svelte-1hs0wy8:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-muted)}.btn-convert.svelte-1hs0wy8,.btn-download.svelte-1hs0wy8,.btn-retry.svelte-1hs0wy8{width:100%;padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--bg);color:var(--fg)}.btn-convert.svelte-1hs0wy8:hover:not(:disabled){border-color:var(--accent)}.btn-convert.svelte-1hs0wy8:disabled{opacity:.5;cursor:not-allowed}.btn-download.svelte-1hs0wy8{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;border:none}.btn-download.svelte-1hs0wy8:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-download.downloading.svelte-1hs0wy8{background:var(--bg-muted);cursor:not-allowed;transform:none}.btn-retry.svelte-1hs0wy8{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:none}.btn-retry.svelte-1hs0wy8:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.log-panel.svelte-1hs0wy8{flex:1;min-height:60px;display:flex;flex-direction:column}.log-content.svelte-1hs0wy8{flex:1;max-height:80px;overflow-y:auto;display:flex;flex-direction:column;gap:3px}.log-entry.svelte-1hs0wy8{font-size:10px;padding:3px 6px;border-radius:var(--radius-sm);font-family:JetBrains Mono,monospace}.log-info.svelte-1hs0wy8{background:var(--bg-muted);color:var(--fg-muted)}.log-success.svelte-1hs0wy8{background:#58d68d26;color:var(--accent)}.log-error.svelte-1hs0wy8{background:#e74c3c26;color:#e74c3c}.log-empty.svelte-1hs0wy8{font-size:10px;color:var(--fg-muted);opacity:.6}.col-tools.svelte-1hs0wy8{flex:0 0 40px;max-width:40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:8px 4px;border-left:1px solid var(--border);background:var(--bg)}.tool-btn.svelte-1hs0wy8{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--fg-muted);cursor:pointer;transition:all .15s ease;flex-shrink:0}.tool-btn.svelte-1hs0wy8:hover{background:var(--bg-muted);color:var(--fg);border-color:var(--accent)}.tool-btn.svelte-1hs0wy8 svg:where(.svelte-1hs0wy8){width:16px;height:16px}.btn-spinner.svelte-1hs0wy8,.dl-spinner.svelte-1hs0wy8{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1hs0wy8-spin .6s linear infinite}@keyframes svelte-1hs0wy8-spin{to{transform:rotate(360deg)}}.file-page.folded.svelte-1hs0wy8{border-radius:var(--radius-md)}.file-page.folded.svelte-1hs0wy8 .page-inner:where(.svelte-1hs0wy8){padding:4px}.folded-layout.svelte-1hs0wy8{display:flex;align-items:stretch;gap:0;min-height:72px}.folded-preview.svelte-1hs0wy8{flex:0 0 56px;width:56px;min-height:100%;background:var(--bg-muted);border-radius:var(--radius-sm);overflow:hidden;display:flex;align-items:center;justify-content:center;margin:4px 0 4px 4px}.folded-preview.svelte-1hs0wy8 img:where(.svelte-1hs0wy8){width:100%;height:100%;object-fit:cover}.folded-placeholder.svelte-1hs0wy8{font-size:24px;opacity:.4}.folded-body.svelte-1hs0wy8{flex:1;padding:8px 12px;display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0}.folded-header.svelte-1hs0wy8{display:flex;flex-direction:column;gap:2px;min-width:0}.folded-name.svelte-1hs0wy8{font-size:13px;font-weight:600;color:var(--fg-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folded-meta.svelte-1hs0wy8{font-size:11px;color:var(--fg-muted)}.folded-controls.svelte-1hs0wy8{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.folded-format.svelte-1hs0wy8{display:flex;align-items:center;gap:6px}.folded-format-label.svelte-1hs0wy8{font-size:11px;font-weight:600;color:var(--fg-muted);white-space:nowrap}.folded-format-select.svelte-1hs0wy8{padding:4px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--fg);font-size:11px;font-family:inherit;cursor:pointer}.folded-format-select.svelte-1hs0wy8:focus{outline:none;border-color:var(--accent)}.folded-action.svelte-1hs0wy8{display:flex;align-items:center;margin-left:auto}.btn-convert-sm.svelte-1hs0wy8,.btn-dl-sm.svelte-1hs0wy8,.btn-retry-sm.svelte-1hs0wy8{padding:5px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;background:var(--bg);color:var(--fg)}.btn-convert-sm.svelte-1hs0wy8:hover:not(:disabled){border-color:var(--accent)}.btn-convert-sm.svelte-1hs0wy8:disabled{opacity:.5;cursor:not-allowed}.btn-dl-sm.svelte-1hs0wy8{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;border:none}.btn-dl-sm.svelte-1hs0wy8:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-dl-sm.downloading.svelte-1hs0wy8{background:var(--bg-muted);cursor:not-allowed;transform:none}.btn-retry-sm.svelte-1hs0wy8{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:none}.btn-retry-sm.svelte-1hs0wy8:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-dl-orig-sm.svelte-1hs0wy8{padding:5px 10px;border:1px dashed var(--border);border-radius:var(--radius-sm);font-size:14px;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--fg-muted)}.btn-dl-orig-sm.svelte-1hs0wy8:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-muted)}.folded-progress.svelte-1hs0wy8{display:flex;align-items:center;gap:8px;margin-top:2px}.folded-progress-bar.svelte-1hs0wy8{flex:1;height:4px;background:var(--bg-muted);border-radius:2px;overflow:hidden}.folded-progress-fill.svelte-1hs0wy8{height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-light) 100%);border-radius:2px;transition:width .3s ease}.folded-progress-text.svelte-1hs0wy8{font-size:10px;font-weight:600;color:var(--fg-muted);min-width:28px;text-align:right}.folded-error.svelte-1hs0wy8{margin-top:2px}.folded-error-text.svelte-1hs0wy8{font-size:10px;color:#e74c3c;font-weight:500}.folded-tools.svelte-1hs0wy8{flex:0 0 36px;width:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:4px 2px;border-left:1px solid var(--border);background:var(--bg)}.folded-tools.svelte-1hs0wy8 .tool-btn:where(.svelte-1hs0wy8){width:28px;height:28px}.folded-tools.svelte-1hs0wy8 .tool-btn:where(.svelte-1hs0wy8) svg:where(.svelte-1hs0wy8){width:14px;height:14px}@media(max-width:768px){.page-layout.svelte-1hs0wy8{flex-direction:column}.col-preview.svelte-1hs0wy8{flex:none;max-width:100%;border-right:none;border-bottom:1px solid var(--border)}.col-tools.svelte-1hs0wy8{flex:none;max-width:100%;flex-direction:row;justify-content:center;border-left:none;border-top:1px solid var(--border);padding:6px}.preview-main.svelte-1hs0wy8{max-height:180px}.folded-layout.svelte-1hs0wy8{flex-direction:row}.folded-tools.svelte-1hs0wy8{flex-direction:column;border-left:1px solid var(--border);border-top:none}}@media(max-width:480px){.folded-layout.svelte-1hs0wy8{flex-wrap:wrap}.folded-preview.svelte-1hs0wy8{flex:0 0 48px;width:48px;margin:3px 0 3px 3px}.folded-body.svelte-1hs0wy8{padding:6px 8px}.folded-controls.svelte-1hs0wy8{flex-direction:column;align-items:stretch;gap:6px}.folded-format.svelte-1hs0wy8{justify-content:space-between}.folded-action.svelte-1hs0wy8{margin-left:0}.folded-action.svelte-1hs0wy8 button:where(.svelte-1hs0wy8){width:100%;justify-content:center}}.files-list.svelte-14s3osy{display:flex;flex-direction:column;gap:12px}.files-list.svelte-14s3osy>div:where(.svelte-14s3osy){width:100%}@media(max-width:768px){.files-list.svelte-14s3osy{gap:8px}}.theme-toggle.svelte-iu11cg{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:transparent;cursor:pointer;transition:all .25s ease}.theme-toggle.svelte-iu11cg:hover{background:var(--bg-muted);border-color:var(--accent)}.theme-icon.svelte-iu11cg{font-size:16px}.lang-selector.svelte-kdfiz0{position:relative}.lang-btn.svelte-kdfiz0{display:flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--fg-accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:inherit}.lang-btn.svelte-kdfiz0:hover{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;border-color:var(--accent)}.lang-icon.svelte-kdfiz0{width:16px;height:16px;flex-shrink:0}.lang-label.svelte-kdfiz0{white-space:nowrap}.lang-dropdown.svelte-kdfiz0{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xl);overflow:hidden;z-index:200;animation:svelte-kdfiz0-dropdownFade .2s ease-out}@keyframes svelte-kdfiz0-dropdownFade{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-dropdown-header.svelte-kdfiz0{padding:8px 14px;font-size:.7rem;font-weight:600;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:var(--bg-muted)}.lang-option.svelte-kdfiz0{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border:none;background:none;color:var(--fg);font-size:.8rem;cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:left}.lang-option.svelte-kdfiz0:hover{background:linear-gradient(90deg,var(--accent-muted) 0%,transparent 100%)}.lang-option.active.svelte-kdfiz0{background:linear-gradient(90deg,var(--accent-muted) 0%,transparent 100%);color:var(--accent);font-weight:600}.lang-flag.svelte-kdfiz0{font-size:1.1rem;flex-shrink:0}.lang-name.svelte-kdfiz0{white-space:nowrap}.header-controls.svelte-lgriac{display:flex;align-items:center;gap:8px}@media(max-width:480px){.header-controls.svelte-lgriac{gap:6px}}.hero-section.svelte-1ha8amr{display:flex;justify-content:center;align-items:center;padding:100px 24px 80px;position:relative;overflow:hidden}.hero-bg.svelte-1ha8amr{position:absolute;inset:0;z-index:0}.hero-bg.svelte-1ha8amr:before{content:"";position:absolute;top:-120px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,var(--accent-muted) 0%,transparent 70%);border-radius:50%;opacity:.6;animation:svelte-1ha8amr-float 15s ease-in-out infinite}.hero-bg.svelte-1ha8amr:after{content:"";position:absolute;bottom:-100px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,rgba(81,207,102,.08) 0%,transparent 70%);border-radius:50%;opacity:.5;animation:svelte-1ha8amr-float 20s ease-in-out infinite reverse}@keyframes svelte-1ha8amr-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}}.hero-content.svelte-1ha8amr{text-align:center;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:1}.hero-badge.svelte-1ha8amr{display:inline-block;padding:6px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;font-size:.85rem;font-weight:500;color:var(--fg-muted);box-shadow:var(--shadow-sm)}.hero-title.svelte-1ha8amr{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0;line-height:1.1;letter-spacing:-.03em;background:linear-gradient(135deg,var(--fg-heading) 0%,var(--accent) 60%,var(--accent-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-1ha8amr{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--accent);font-weight:500;margin:0;line-height:1.4}.hero-description.svelte-1ha8amr{font-size:clamp(.95rem,2vw,1.05rem);color:var(--fg-muted);margin:0;max-width:480px;line-height:1.7}.cta-button.svelte-1ha8amr{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:1rem;font-weight:700;transition:all .3s ease;box-shadow:var(--shadow-lg);margin-top:8px;position:relative;overflow:hidden}.cta-button.svelte-1ha8amr:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transition:left .5s ease}.cta-button.svelte-1ha8amr:hover:before{left:100%}.cta-button.svelte-1ha8amr:hover{background:linear-gradient(135deg,var(--accent-hover) 0%,var(--accent) 100%);transform:translateY(-2px);box-shadow:0 12px 32px #51cf664d}.cta-button.svelte-1ha8amr:hover .cta-arrow:where(.svelte-1ha8amr){transform:translate(4px)}.cta-arrow.svelte-1ha8amr{transition:transform .3s ease;font-size:1.1rem}@media(max-width:768px){.hero-section.svelte-1ha8amr{padding:72px 20px 56px}.hero-content.svelte-1ha8amr{gap:12px}.cta-button.svelte-1ha8amr{padding:12px 28px;font-size:.95rem}}@media(max-width:480px){.hero-section.svelte-1ha8amr{padding:56px 16px 40px}.hero-badge.svelte-1ha8amr{font-size:.75rem;padding:4px 12px}}.convert-panel.svelte-16eyabg{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:var(--shadow)}.drop-zone-area.svelte-16eyabg{width:100%}.file-control-panel.svelte-15fv57c{background:var(--bg-card);border:3px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.file-control-panel.svelte-15fv57c:hover{box-shadow:var(--shadow-md)}.file-control-panel.sticky.svelte-15fv57c{position:sticky;top:80px;z-index:100}.panel-inner.svelte-15fv57c{display:flex;gap:0;align-items:stretch}.format-section.svelte-15fv57c{flex:1;min-width:0;padding:12px;border-right:1px solid var(--border)}.info-panel.svelte-15fv57c{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px;height:100%;display:flex;flex-direction:column}.panel-header.svelte-15fv57c{display:flex;align-items:center;gap:6px;margin-bottom:8px}.panel-icon.svelte-15fv57c{font-size:16px}.panel-title.svelte-15fv57c{font-size:13px;font-weight:600;color:var(--fg-heading)}.format-grid.svelte-15fv57c{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;flex:1;align-content:start}.format-grid.compact.svelte-15fv57c{grid-template-columns:repeat(3,1fr)}.format-btn.svelte-15fv57c{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--fg);font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.format-btn.svelte-15fv57c:hover:not(.active){border-color:var(--accent)}.format-btn.active.svelte-15fv57c{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;border:none;box-shadow:var(--shadow-sm)}.format-icon.svelte-15fv57c{width:20px;height:20px;object-fit:contain}.format-text.svelte-15fv57c{font-weight:600}.actions-section.svelte-15fv57c{flex:1;min-width:0;padding:12px;border-right:1px solid var(--border)}.action-panel.svelte-15fv57c{display:flex;flex-direction:column}.actions-list.svelte-15fv57c{display:flex;flex-direction:column;gap:6px;flex:1}.action-btn.svelte-15fv57c{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:none;border-radius:var(--radius-md);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;width:100%;color:#fff}.action-btn.svelte-15fv57c:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.action-btn.svelte-15fv57c:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-muted)!important;color:var(--fg-disabled);transform:none;box-shadow:none}.action-btn.downloading.svelte-15fv57c{background:var(--bg-muted);cursor:not-allowed}.btn-icon.svelte-15fv57c{font-size:14px}.btn-text.svelte-15fv57c{font-weight:600}.btn-convert.svelte-15fv57c{background:linear-gradient(135deg,#00acc1,#006064);box-shadow:inset 0 1px #fff3,inset 0 -1px #0003}.btn-convert.svelte-15fv57c:hover:not(:disabled){background:linear-gradient(135deg,#00bcd4,#00838f);box-shadow:inset 0 1px #ffffff40,inset 0 -1px #00000026}.btn-download.svelte-15fv57c{background:linear-gradient(135deg,#1b5e20,#0a2e0f);box-shadow:inset 0 1px #ffffff26,inset 0 -1px #0000004d}.btn-download.svelte-15fv57c:hover:not(:disabled){background:linear-gradient(135deg,#2e7d32,#1b5e20);box-shadow:inset 0 1px #fff3,inset 0 -1px #00000040}.btn-download.downloading.svelte-15fv57c{background:var(--bg-muted);cursor:not-allowed;transform:none;box-shadow:none}.btn-download-separate.svelte-15fv57c{background:linear-gradient(135deg,#2e7d32,#145218);box-shadow:inset 0 1px #fff3,inset 0 -1px #00000040}.btn-download-separate.svelte-15fv57c:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#2e7d32);box-shadow:inset 0 1px #ffffff40,inset 0 -1px #0003}.btn-clear.svelte-15fv57c{background:linear-gradient(135deg,#d32f2f,#8b0000);box-shadow:inset 0 1px #fff3,inset 0 -1px #0000004d}.btn-clear.svelte-15fv57c:hover:not(:disabled){background:linear-gradient(135deg,#e53935,#b71c1c);box-shadow:inset 0 1px #ffffff40,inset 0 -1px #00000040}.btn-fold-files.svelte-15fv57c{background:linear-gradient(135deg,#c2185b,#7a0038);box-shadow:inset 0 1px #fff3,inset 0 -1px #0000004d}.btn-fold-files.svelte-15fv57c:hover:not(:disabled){background:linear-gradient(135deg,#d81b60,#ad1457);box-shadow:inset 0 1px #ffffff40,inset 0 -1px #00000040}.zip-spinner.svelte-15fv57c{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:var(--radius-full);animation:svelte-15fv57c-spin .6s linear infinite}@keyframes svelte-15fv57c-spin{to{transform:rotate(360deg)}}.fold-section.svelte-15fv57c{flex:0 0 40px;max-width:40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:8px 4px;border-left:1px solid var(--border);background:var(--bg)}.fold-btn.svelte-15fv57c{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--fg-muted);cursor:pointer;transition:all .15s ease;flex-shrink:0}.fold-btn.svelte-15fv57c:hover{background:linear-gradient(135deg,#fce4ec,#f8bbd0);color:#c2185b;border-color:#e91e63}.fold-icon.svelte-15fv57c{display:flex;align-items:center;justify-content:center}.fold-icon.svelte-15fv57c svg:where(.svelte-15fv57c){width:16px;height:16px}@media(max-width:900px){.panel-inner.svelte-15fv57c{flex-direction:column;gap:0}.format-section.svelte-15fv57c{border-right:none;border-bottom:1px solid var(--border)}.actions-section.svelte-15fv57c{width:100%;min-width:auto;border-right:none;border-bottom:1px solid var(--border)}.format-grid.svelte-15fv57c,.format-grid.compact.svelte-15fv57c{grid-template-columns:repeat(3,1fr)}.fold-section.svelte-15fv57c{flex:none;max-width:100%;flex-direction:row;justify-content:center;border-left:none;border-top:1px solid var(--border);padding:6px}.fold-btn.svelte-15fv57c{width:100%;height:auto;padding:8px}}@media(max-width:480px){.file-control-panel.svelte-15fv57c{border-radius:var(--radius-md)}.format-section.svelte-15fv57c,.actions-section.svelte-15fv57c{padding:8px}.format-grid.svelte-15fv57c{grid-template-columns:repeat(2,1fr);gap:4px}.format-grid.compact.svelte-15fv57c{grid-template-columns:repeat(2,1fr)}.format-btn.svelte-15fv57c{padding:5px 6px;font-size:10px}.action-btn.svelte-15fv57c{padding:8px 12px;font-size:12px}}.features-section.svelte-cvlka6{padding:80px 0}.section-inner.svelte-cvlka6{width:100%;max-width:960px;margin:0 auto;padding:0 24px}.section-title.svelte-cvlka6{text-align:center;font-size:1.75rem;font-weight:700;margin:0 0 40px;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,var(--fg-heading) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid.svelte-cvlka6{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;justify-content:center}.feature-card.svelte-cvlka6{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);gap:12px}.feature-card.svelte-cvlka6:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.feature-icon.svelte-cvlka6{font-size:2rem;display:block;margin-bottom:4px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.feature-title.svelte-cvlka6{font-size:.95rem;font-weight:700;margin:0;line-height:1.3;color:var(--fg-heading)}.feature-description.svelte-cvlka6{font-size:.8rem;color:var(--fg-muted);margin:0;line-height:1.5}@media(max-width:900px){.features-grid.svelte-cvlka6{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:520px){.features-section.svelte-cvlka6{padding:48px 0}.section-title.svelte-cvlka6{font-size:1.35rem;margin-bottom:28px}.features-grid.svelte-cvlka6{grid-template-columns:1fr;gap:12px}.feature-card.svelte-cvlka6{padding:24px 16px}}.howto-section.svelte-cry4rc{padding:80px 0}.section-inner.svelte-cry4rc{width:100%;max-width:960px;margin:0 auto;padding:0 24px}.section-title.svelte-cry4rc{text-align:center;font-size:1.75rem;font-weight:700;margin:0 0 40px;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,var(--fg-heading) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.steps-container.svelte-cry4rc{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;justify-content:center}.step-card.svelte-cry4rc{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);gap:12px}.step-card.svelte-cry4rc:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.step-number.svelte-cry4rc{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #51cf664d}.step-title.svelte-cry4rc{font-size:.95rem;font-weight:700;margin:0;line-height:1.3;color:var(--fg-heading)}.step-description.svelte-cry4rc{font-size:.8rem;color:var(--fg-muted);margin:0;line-height:1.5}@media(max-width:700px){.howto-section.svelte-cry4rc{padding:48px 0}.section-title.svelte-cry4rc{font-size:1.35rem;margin-bottom:28px}.steps-container.svelte-cry4rc{grid-template-columns:1fr;gap:12px}.step-card.svelte-cry4rc{padding:24px 16px}}.about-section.svelte-sg8lwl{padding:80px 0}.section-inner.svelte-sg8lwl{width:100%;max-width:960px;margin:0 auto;padding:0 24px}.about-card.svelte-sg8lwl{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.about-text-area.svelte-sg8lwl{max-width:600px}.section-title.svelte-sg8lwl{font-size:1.75rem;font-weight:700;margin:0 0 16px;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,var(--fg-heading) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-text.svelte-sg8lwl{font-size:.95rem;color:var(--fg);margin:0 0 12px;line-height:1.7}.about-text.svelte-sg8lwl:last-child{margin-bottom:0}.about-text-muted.svelte-sg8lwl{color:var(--fg-muted);font-size:.85rem}.about-meta.svelte-sg8lwl{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.about-dev-tag.svelte-sg8lwl{font-size:.85rem;color:var(--fg-muted)}.about-dev-tag.svelte-sg8lwl a:where(.svelte-sg8lwl){color:var(--accent);text-decoration:none;font-weight:600}.about-dev-tag.svelte-sg8lwl a:where(.svelte-sg8lwl):hover{text-decoration:underline}.license-badge.svelte-sg8lwl{padding:4px 14px;background:var(--bg-muted);border:1px solid var(--border);border-radius:8px;font-size:.85rem;color:var(--fg-muted)}@media(max-width:520px){.about-section.svelte-sg8lwl{padding:48px 0}.about-card.svelte-sg8lwl{padding:28px 20px}.section-title.svelte-sg8lwl{font-size:1.35rem;margin-bottom:12px}.about-meta.svelte-sg8lwl{flex-direction:column;align-items:center;gap:8px}}.formats-section.svelte-eagp7f{padding:80px 0}.section-inner.svelte-eagp7f{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.section-title.svelte-eagp7f{text-align:center;font-size:1.75rem;font-weight:700;margin:0 0 12px;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,var(--fg-heading) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle.svelte-eagp7f{text-align:center;font-size:.95rem;color:var(--fg-muted);margin:0 0 48px;line-height:1.5}.formats-grid.svelte-eagp7f{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.format-card.svelte-eagp7f{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:16px}.format-card.svelte-eagp7f:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.format-header.svelte-eagp7f{display:flex;align-items:center;gap:12px}.format-icon.svelte-eagp7f{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.format-title-group.svelte-eagp7f{display:flex;flex-direction:column;gap:2px}.format-name.svelte-eagp7f{font-size:1.2rem;font-weight:700;margin:0;color:var(--fg-heading)}.format-version.svelte-eagp7f{font-size:.75rem;color:var(--fg-subtle);font-weight:500}.format-description.svelte-eagp7f{font-size:.85rem;color:var(--fg-muted);margin:0;line-height:1.6}.format-usecases.svelte-eagp7f{background:var(--bg-muted);border-radius:var(--radius-sm);padding:10px 12px}.usecase-label.svelte-eagp7f{display:block;font-size:.7rem;font-weight:700;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.usecase-text.svelte-eagp7f{font-size:.8rem;color:var(--fg);margin:0;line-height:1.5}.format-pros.svelte-eagp7f,.format-cons.svelte-eagp7f{display:flex;flex-direction:column;gap:6px}.pros-label.svelte-eagp7f,.cons-label.svelte-eagp7f{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pros-label.svelte-eagp7f{color:var(--accent)}.cons-label.svelte-eagp7f{color:var(--danger)}.pros-list.svelte-eagp7f,.cons-list.svelte-eagp7f{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.pro-item.svelte-eagp7f,.con-item.svelte-eagp7f{display:flex;align-items:flex-start;gap:6px;font-size:.8rem;line-height:1.4}.pro-check.svelte-eagp7f{color:var(--accent);font-weight:700;flex-shrink:0}.con-cross.svelte-eagp7f{color:var(--danger);font-weight:700;flex-shrink:0}.pro-item.svelte-eagp7f span:where(.svelte-eagp7f):last-child{color:var(--fg)}.con-item.svelte-eagp7f span:where(.svelte-eagp7f):last-child{color:var(--fg-muted)}.format-card.svelte-eagp7f:last-child:nth-child(odd){grid-column:1 / -1;max-width:50%;justify-self:center}@media(max-width:900px){.formats-grid.svelte-eagp7f{grid-template-columns:1fr;gap:16px}.format-card.svelte-eagp7f:last-child:nth-child(odd){max-width:100%}}@media(max-width:520px){.formats-section.svelte-eagp7f{padding:48px 0}.section-title.svelte-eagp7f{font-size:1.35rem;margin-bottom:8px}.section-subtitle.svelte-eagp7f{font-size:.85rem;margin-bottom:32px}.format-card.svelte-eagp7f{padding:20px}.format-icon.svelte-eagp7f{width:32px;height:32px}.format-name.svelte-eagp7f{font-size:1rem}}.modal.svelte-1y8iua8{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:32px;max-width:380px;width:90%;text-align:center;box-shadow:var(--shadow-xl)}.modal-icon.svelte-1y8iua8{font-size:40px;margin-bottom:16px}.modal-title.svelte-1y8iua8{font-size:1rem;font-weight:700;color:var(--fg-heading);margin:0 0 24px;line-height:1.4}.modal-actions.svelte-1y8iua8{display:flex;gap:10px;justify-content:center}.btn-modal-cancel.svelte-1y8iua8,.btn-modal-confirm.svelte-1y8iua8{padding:8px 20px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-modal-cancel.svelte-1y8iua8{background:transparent;color:var(--fg);border:1px solid var(--border)}.btn-modal-cancel.svelte-1y8iua8:hover{background:var(--bg-muted)}.btn-modal-confirm.svelte-1y8iua8{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none}.btn-modal-confirm.svelte-1y8iua8:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-1px)}@media(max-width:480px){.modal.svelte-1y8iua8{padding:24px 20px}.modal-actions.svelte-1y8iua8{flex-direction:column}.btn-modal-cancel.svelte-1y8iua8,.btn-modal-confirm.svelte-1y8iua8{width:100%}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--fg);margin:0;padding:0;min-height:100vh;line-height:1.6;overflow-x:hidden;overflow-y:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}html{overflow-y:auto;height:auto}.main-content.svelte-1vlbjfh{flex:1;display:flex;flex-direction:column}
