.dropzone.svelte-1030gkj{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--surface);border:3px dashed var(--ink);box-shadow:var(--shadow-large);border-radius:var(--radius-lg);color:var(--ink);cursor:pointer;transition:transform var(--motion-hover),background var(--motion-hover),border var(--motion-hover)}.hero.svelte-1030gkj{padding:var(--space-8) var(--space-6);gap:var(--space-3);min-height:320px}.compact.svelte-1030gkj{flex-direction:row;padding:var(--space-3) var(--space-4);gap:var(--space-2);box-shadow:var(--shadow-default);font-weight:800;text-transform:uppercase;font-size:var(--text-small)}.dropzone.dragover.svelte-1030gkj{background:var(--accent-pink);border-style:solid;box-shadow:8px 8px #000}.dropzone.error.svelte-1030gkj{border-color:var(--danger);background:color-mix(in srgb,var(--danger) 10%,var(--surface))}.dropzone.svelte-1030gkj:focus-visible{outline:3px solid var(--ink);outline-offset:2px}h2.svelte-1030gkj{font-size:var(--text-h1);margin:0}p.svelte-1030gkj{margin:0;color:var(--ink-muted)}.formats.svelte-1030gkj{font-size:var(--text-small)}.error-msg.svelte-1030gkj{margin-top:var(--space-3);background:color-mix(in srgb,var(--danger) 15%,var(--surface));border:2px solid var(--danger);box-shadow:var(--shadow-default);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-weight:600;color:var(--ink)}.file-list.svelte-hqkmye{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:var(--radius-lg);width:320px;flex-shrink:0;max-height:calc(100vh - 200px);overflow-y:auto}ul.svelte-hqkmye{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.file-item.svelte-hqkmye{display:flex;align-items:stretch;gap:var(--space-2);border:var(--border-thin);box-shadow:var(--shadow-default);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.file-item.active.svelte-hqkmye{background:var(--accent-lavender)}.file-item.error.svelte-hqkmye{border-color:var(--danger)}.file-button.svelte-hqkmye{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);background:transparent;border:none;text-align:left;cursor:pointer;color:var(--ink);font-weight:600}.thumb.svelte-hqkmye{width:48px;height:48px;border:var(--border-thin);border-radius:var(--radius-sm);overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.thumb.svelte-hqkmye img:where(.svelte-hqkmye){width:100%;height:100%;object-fit:cover}.thumb-pdf.svelte-hqkmye{font-family:var(--font-mono);font-size:var(--text-tiny);font-weight:800}.meta.svelte-hqkmye{display:flex;flex-direction:column;min-width:0;gap:2px}.name.svelte-hqkmye{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.info.svelte-hqkmye,.status.svelte-hqkmye{font-size:var(--text-tiny);color:var(--ink-muted)}.error-msg.svelte-hqkmye{font-size:var(--text-tiny);color:var(--danger);font-weight:800}.remove.svelte-hqkmye{background:transparent;border:none;border-left:var(--border-thin);padding:var(--space-2);cursor:pointer;color:var(--ink);flex-shrink:0;min-width:40px;display:flex;align-items:center;justify-content:center}.remove.svelte-hqkmye svg:where(.svelte-hqkmye){pointer-events:none}.remove.svelte-hqkmye:hover{background:var(--accent-pink)}.controls.svelte-ue471c{width:360px;flex-shrink:0;background:var(--surface);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4);max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}h3.svelte-ue471c{font-size:var(--text-h2);margin:0 0 var(--space-2) 0}fieldset.svelte-ue471c{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}legend.legend.svelte-ue471c{float:none;width:100%;padding:0;margin:0;display:block}.legend.svelte-ue471c,label.svelte-ue471c{font-size:var(--text-small);font-weight:800}.value.svelte-ue471c{font-family:var(--font-mono);background:var(--surface);border:var(--border-thin);padding:2px var(--space-2);border-radius:var(--radius-sm);margin-left:var(--space-2);font-size:var(--text-tiny)}.row.svelte-ue471c{display:flex;align-items:center;gap:var(--space-2)}.grid.svelte-ue471c{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2)}.pattern-chip.svelte-ue471c{display:flex;align-items:center;gap:var(--space-2);justify-content:flex-start;padding:var(--space-2) var(--space-3);font-size:var(--text-small)}.pattern-icon.svelte-ue471c{display:inline-flex}input[type=color].svelte-ue471c{width:40px;height:40px;padding:0;border:var(--border-thin);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer}.color-preset.svelte-ue471c{width:32px;height:32px;padding:0;border-radius:var(--radius-sm)}.hex.svelte-ue471c{margin-left:auto}.counter.svelte-ue471c{align-self:flex-end;font-family:var(--font-mono);font-size:var(--text-tiny);color:var(--ink-muted)}input.invalid.svelte-ue471c{border-color:var(--danger);background:color-mix(in srgb,var(--danger) 10%,var(--surface))}input[type=range].svelte-ue471c{width:100%;accent-color:var(--accent-lavender)}.small.svelte-ue471c{font-size:var(--text-small);padding:var(--space-2) var(--space-3)}.storage-row.svelte-ue471c{margin-top:auto}.image-preview-row.svelte-ue471c{display:flex;align-items:center;gap:var(--space-3)}input[type=file].svelte-ue471c{max-width:100%;box-sizing:border-box}.image-preview-row.svelte-ue471c{flex-wrap:wrap}.image-preview.svelte-ue471c{max-width:120px;max-height:80px;object-fit:contain;border:var(--border-thin);box-shadow:var(--shadow-default);background:var(--bg);padding:var(--space-1);border-radius:var(--radius-sm)}.hint.svelte-ue471c{margin:0;font-size:var(--text-tiny);color:var(--ink-muted);line-height:1.3}.invalid-msg.svelte-ue471c{margin:0;color:var(--danger);font-weight:700;font-size:var(--text-small)}.warn-msg.svelte-ue471c{margin:0;color:var(--ink);background:color-mix(in srgb,var(--accent-peach) 50%,var(--surface));border:var(--border-thin);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-small)}.batch-title.svelte-ue471c{margin:0;font-size:var(--text-h2)}.use-case.svelte-ue471c{margin:0 0 var(--space-2) 0}.batch-textarea.svelte-ue471c{width:100%;min-height:160px;font-family:var(--font-mono);font-size:var(--text-small);resize:vertical;box-sizing:border-box}.batch-actions.svelte-ue471c{flex-wrap:wrap;gap:var(--space-2)}.batch-messages.svelte-ue471c{display:flex;flex-direction:column;gap:var(--space-2)}.file-button.svelte-ue471c{position:relative;overflow:hidden;cursor:pointer}.file-button.svelte-ue471c input[type=file]:where(.svelte-ue471c){position:absolute;inset:0;opacity:0;cursor:pointer}.preview.svelte-f6pcjl{flex:1;display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.pagination.svelte-f6pcjl{display:flex;align-items:center;gap:var(--space-3);background:var(--surface);border:var(--border-thin);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);box-shadow:var(--shadow-default);width:fit-content}.small.svelte-f6pcjl{font-size:var(--text-small);padding:var(--space-1) var(--space-3)}.frame.svelte-f6pcjl{position:relative;background:var(--surface);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:var(--radius-lg);overflow:hidden;flex:1;min-height:480px;display:flex;align-items:center;justify-content:center}.layer.svelte-f6pcjl{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.layer.svelte-f6pcjl canvas:where(.svelte-f6pcjl){max-width:100%;max-height:100%;object-fit:contain}.tag.svelte-f6pcjl{position:absolute;top:var(--space-2);background:var(--surface);border:var(--border-thin);padding:var(--space-1) var(--space-2);font-size:var(--text-tiny);font-weight:800;text-transform:uppercase;border-radius:var(--radius-sm)}.tag-left.svelte-f6pcjl{left:var(--space-2)}.tag-right.svelte-f6pcjl{right:var(--space-2)}.divider.svelte-f6pcjl{position:absolute;top:0;bottom:0;width:4px;background:var(--ink);border:none;transform:translate(-2px);cursor:ew-resize;padding:0}.handle.svelte-f6pcjl{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:var(--accent-peach);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:var(--radius-sm)}.watermark-handle.svelte-f6pcjl{position:absolute;transform:translate(-50%,-50%);width:44px;height:44px;background:var(--accent-pink);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:50%;cursor:grab;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);padding:0;z-index:5;touch-action:none}.watermark-handle.svelte-f6pcjl:active{cursor:grabbing}.watermark-handle.svelte-f6pcjl:focus-visible{outline:3px solid var(--ink);outline-offset:3px}@media(prefers-reduced-motion:reduce){.watermark-handle.svelte-f6pcjl{transition:none}}.loading.svelte-f6pcjl,.error.svelte-f6pcjl{position:absolute;bottom:var(--space-3);left:50%;transform:translate(-50%);background:var(--surface);border:var(--border-thin);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-weight:600}.error.svelte-f6pcjl{background:color-mix(in srgb,var(--danger) 15%,var(--surface));border-color:var(--danger)}.selector.svelte-17d7s7y{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;padding:var(--space-3);background:var(--surface);border:var(--border-thin);border-radius:var(--radius-md);box-shadow:var(--shadow-default)}.legend.svelte-17d7s7y{font-weight:800;font-size:var(--text-small)}.chips.svelte-17d7s7y{display:flex;flex-wrap:wrap;gap:var(--space-1)}.chip.svelte-17d7s7y{display:inline-flex;align-items:stretch;background:var(--surface);border:var(--border-thin);border-radius:var(--radius-sm);box-shadow:var(--shadow-default);overflow:hidden}.chip[data-selected=true].svelte-17d7s7y{background:var(--accent-lavender)}.chip[data-current=true].svelte-17d7s7y{outline:3px solid var(--accent-pink);outline-offset:2px}.chip-nav.svelte-17d7s7y,.chip-toggle.svelte-17d7s7y{background:transparent;border:none;font-family:var(--font-mono);font-weight:800;color:var(--ink);cursor:pointer;padding:var(--space-1) var(--space-2);transition:transform var(--motion-hover)}.chip-nav.svelte-17d7s7y{min-width:32px;min-height:40px}.chip-toggle.svelte-17d7s7y{min-width:24px;min-height:40px;border-left:var(--border-thin);display:inline-flex;align-items:center;justify-content:center}.chip-toggle.svelte-17d7s7y .mark:where(.svelte-17d7s7y){display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;border:var(--border-thin);border-radius:2px;font-size:12px;background:var(--surface)}.chip-nav.svelte-17d7s7y:hover:not(:disabled),.chip-toggle.svelte-17d7s7y:hover:not(:disabled){transform:translate(1px,1px)}.chip-nav.svelte-17d7s7y:disabled,.chip-toggle.svelte-17d7s7y:disabled{opacity:.6;cursor:default}.progress-wrap.svelte-um4ua8{display:flex;flex-direction:column;gap:var(--space-1);flex:1}.label.svelte-um4ua8{font-weight:800;font-size:var(--text-small)}.bar.svelte-um4ua8{background:var(--surface);border:var(--border-thin);height:24px;width:100%;overflow:hidden}.fill.svelte-um4ua8{background:var(--accent-lime);height:100%;transition:width .2s ease-out}.hiw.svelte-1cve88x{display:flex;flex-direction:column;gap:var(--space-5);background:var(--surface);border:var(--border-thick);box-shadow:var(--shadow-large);border-radius:var(--radius-lg);padding:var(--space-6);width:100%;max-width:960px;margin:0 auto}.hiw-header.svelte-1cve88x{display:flex;flex-direction:column;gap:var(--space-2);text-align:center}.hiw-header.svelte-1cve88x h2:where(.svelte-1cve88x){font-size:var(--text-h1)}.hiw-header.svelte-1cve88x p:where(.svelte-1cve88x){color:var(--ink-muted);max-width:60ch;margin:0 auto;line-height:1.5}.diagram.svelte-1cve88x{margin:0;border:var(--border-thin);border-radius:var(--radius-md);overflow:hidden;background:var(--bg)}.diagram.svelte-1cve88x svg:where(.svelte-1cve88x){display:block;width:100%;height:auto}.diagram.svelte-1cve88x figcaption:where(.svelte-1cve88x){text-align:center;padding:var(--space-2) var(--space-3) var(--space-3);font-size:var(--text-small);color:var(--ink-muted);font-weight:600;border-top:var(--border-thin);background:var(--surface)}.promises.svelte-1cve88x{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-3)}.promises.svelte-1cve88x li:where(.svelte-1cve88x){display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3);background:var(--bg);border:var(--border-thin);border-radius:var(--radius-md);box-shadow:var(--shadow-default)}.promises.svelte-1cve88x strong:where(.svelte-1cve88x){display:block;font-weight:800;margin-bottom:var(--space-1);line-height:1.2}.promises.svelte-1cve88x p:where(.svelte-1cve88x){margin:0;color:var(--ink-muted);font-size:var(--text-small);line-height:1.4}.badge.svelte-1cve88x{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:var(--border-thin);border-radius:var(--radius-sm);flex-shrink:0;color:var(--ink)}.badge-pink.svelte-1cve88x{background:var(--accent-pink)}.badge-lavender.svelte-1cve88x{background:var(--accent-lavender)}.badge-peach.svelte-1cve88x{background:var(--accent-peach)}.badge-lime.svelte-1cve88x{background:var(--accent-lime)}.hero.svelte-nmz6rb{display:flex;flex-direction:column;align-items:center;gap:var(--space-5);padding:var(--space-8) var(--space-5);text-align:center;transition:background var(--motion-hover)}.hero.dragover.svelte-nmz6rb{background:color-mix(in srgb,var(--accent-pink) 25%,var(--bg))}.hero.svelte-nmz6rb h1:where(.svelte-nmz6rb){font-size:var(--text-hero);line-height:1.1;max-width:18ch}.lead.svelte-nmz6rb{font-size:var(--text-h2);color:var(--ink-muted);max-width:50ch}.dropzone-wrap.svelte-nmz6rb{width:100%;max-width:720px}.editor.svelte-nmz6rb{display:flex;gap:var(--space-5);align-items:flex-start;padding:var(--space-5)}.center-col.svelte-nmz6rb{flex:1;display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.empty-preview.svelte-nmz6rb{flex:1;background:var(--surface);border:var(--border-thick);box-shadow:var(--shadow-default);border-radius:var(--radius-lg);padding:var(--space-7);text-align:center;font-weight:800}.action-bar.svelte-nmz6rb{position:sticky;bottom:0;margin-top:var(--space-5);background:var(--surface);border-top:var(--border-thick);padding:var(--space-4) var(--space-5);display:flex;align-items:center;gap:var(--space-5);z-index:10}.counter.svelte-nmz6rb{font-weight:600}.fatal.svelte-nmz6rb{margin:var(--space-3) var(--space-5);background:color-mix(in srgb,var(--danger) 15%,var(--surface));border:2px solid var(--danger);box-shadow:var(--shadow-default);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-weight:600}.privacy-badge.svelte-13nqh5p{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--accent-lime);border:var(--border-thin);box-shadow:var(--shadow-default);border-radius:var(--radius-md);padding:var(--space-2) var(--space-4);font-weight:600;color:var(--ink)}
