dialog.modal-dialog.svelte-e13evb{z-index:1000;box-sizing:border-box;background:0 0;border:none;justify-content:center;align-items:center;width:100%;max-width:100vw;height:100%;max-height:100vh;margin:0;padding:1.5rem;display:none;position:fixed;inset:0}dialog.modal-dialog[open].svelte-e13evb{display:flex}dialog.svelte-e13evb::backdrop{-webkit-backdrop-filter:blur(12px);background:#0d0f14b3}.modal-card.svelte-e13evb{background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:calc(100vh - 3rem);box-shadow:var(--shadow-lg);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.modal-header.svelte-e13evb{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.header-title-group.svelte-e13evb{align-items:center;gap:.625rem;display:flex}.header-icon.svelte-e13evb{font-size:1.375rem}.btn-close.svelte-e13evb{justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:.875rem;display:flex}.modal-disclaimer.svelte-e13evb{background:var(--color-info-bg);color:var(--color-info);border-radius:var(--radius-md);border:1px solid #38bdf833;padding:.75rem;font-size:.8125rem;line-height:1.5}.settings-grid.svelte-e13evb{border:1px solid var(--border-subtle);padding:.875rem 1rem}.checkbox-container.svelte-e13evb{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:flex;position:relative}.checkbox-container.svelte-e13evb input:where(.svelte-e13evb){opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark.svelte-e13evb{background-color:var(--bg-input);border:1.5px solid var(--border-strong);width:18px;height:18px;transition:all var(--transition-fast);border-radius:4px;flex-shrink:0;margin-top:2px;position:relative}.checkbox-container.svelte-e13evb:hover input:where(.svelte-e13evb)~.checkmark:where(.svelte-e13evb),.checkbox-container-row.svelte-e13evb:hover input:where(.svelte-e13evb)~.checkmark:where(.svelte-e13evb){border-color:var(--color-brand-light)}.checkbox-container.svelte-e13evb input:where(.svelte-e13evb):checked~.checkmark:where(.svelte-e13evb),.checkbox-container-row.svelte-e13evb input:where(.svelte-e13evb):checked~.checkmark:where(.svelte-e13evb){background-color:var(--color-brand);border-color:var(--color-brand)}.checkmark.svelte-e13evb:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;display:none;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.checkbox-container.svelte-e13evb input:where(.svelte-e13evb):checked~.checkmark:where(.svelte-e13evb):after,.checkbox-container-row.svelte-e13evb input:where(.svelte-e13evb):checked~.checkmark:where(.svelte-e13evb):after{display:block}.checkbox-label-block.svelte-e13evb{flex-direction:column;gap:.15rem;display:flex}.checkbox-title.svelte-e13evb{color:var(--text-primary);font-size:.875rem;font-weight:600}.checkbox-desc.svelte-e13evb{color:var(--text-muted);font-size:.75rem;line-height:1.4}.warning-banner.svelte-e13evb{background:var(--color-critical-bg);border-color:var(--color-critical);flex-direction:row;gap:1rem;padding:1.25rem;display:flex}.warning-icon.svelte-e13evb{flex-shrink:0;font-size:1.75rem}.warning-content.svelte-e13evb h4:where(.svelte-e13evb){color:var(--text-primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:700}.warning-content.svelte-e13evb p:where(.svelte-e13evb){color:var(--text-secondary);font-size:.8125rem;line-height:1.5}.warning-action-block.svelte-e13evb{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.warning-subtext.svelte-e13evb{color:var(--text-muted);font-size:.7rem;font-weight:500}.url-input-group.svelte-e13evb{gap:.5rem;margin-top:.25rem;display:flex}.url-input.svelte-e13evb{font-family:var(--font-mono,monospace);background:var(--bg-input);border-color:var(--border-default);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.copy-btn.svelte-e13evb{background:var(--color-brand);color:var(--text-inverse);flex-shrink:0;min-width:110px}.copy-btn.svelte-e13evb:hover{background:var(--color-brand-dark)}.copied-state.svelte-e13evb{background:var(--color-success)!important;color:#fff!important}.qr-card.svelte-e13evb{border:1px solid var(--border-subtle);padding:1rem}.qr-content-row.svelte-e13evb{align-items:center;gap:1.25rem;display:flex}.qr-img-wrapper.svelte-e13evb{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.qr-code-img.svelte-e13evb{width:100px;height:100px;display:block}.qr-text-block.svelte-e13evb{flex-direction:column;gap:.25rem;display:flex}.qr-text-block.svelte-e13evb h4:where(.svelte-e13evb){font-size:.875rem;font-weight:700}.qr-text-block.svelte-e13evb p:where(.svelte-e13evb){color:var(--text-secondary);font-size:.75rem;line-height:1.5}.modal-footer.svelte-e13evb{border-top:1px solid var(--border-subtle);justify-content:flex-end;padding-top:.75rem;display:flex}.modal-reports-checklist.svelte-e13evb{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);flex-direction:column;gap:.5rem;max-height:160px;margin-bottom:.5rem;padding:.5rem;display:flex;overflow-y:auto}.checkbox-container-row.svelte-e13evb{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;padding:.4rem .625rem;display:flex;position:relative}.checkbox-container-row.svelte-e13evb:hover{background:var(--bg-hover);border-color:var(--border-default)}.checkbox-container-row.checked.svelte-e13evb{border-color:var(--color-brand);background:var(--color-brand-glow)}.checkbox-container-row.svelte-e13evb input:where(.svelte-e13evb){opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-container-row.svelte-e13evb .checkmark:where(.svelte-e13evb){margin-top:0}.report-row-info.svelte-e13evb{justify-content:space-between;align-items:center;width:100%;padding-left:.25rem;font-size:.8125rem;display:flex}.report-row-date.svelte-e13evb{color:var(--text-primary);font-weight:600}.report-row-tc.svelte-e13evb{color:var(--text-secondary);font-size:.75rem}.mb-2.svelte-e13evb{margin-bottom:.5rem}@media (width<=600px){dialog.modal-dialog.svelte-e13evb{padding:.75rem}.modal-card.svelte-e13evb{gap:.5rem;max-height:calc(100vh - 1.5rem);padding:1rem}.report-row-info.svelte-e13evb{flex-wrap:wrap;gap:.25rem}}@media (width<=500px){.qr-content-row.svelte-e13evb{text-align:center;flex-direction:column}.url-input-group.svelte-e13evb{flex-direction:column;gap:.5rem}.copy-btn.svelte-e13evb{width:100%}.warning-action-block.svelte-e13evb{flex-direction:column;align-items:stretch;width:100%}.warning-action-block.svelte-e13evb button:where(.svelte-e13evb){width:100%}.warning-subtext.svelte-e13evb{text-align:center}}
