.gallery-page.svelte-16h6p05{max-width:1200px;margin:0 auto;padding:2rem;background-color:var(--bg-primary);min-height:100vh}.gallery-header.svelte-16h6p05{text-align:center;margin-bottom:2rem}.header-content.svelte-16h6p05{display:flex;align-items:center;justify-content:center;gap:1.5rem}.header-logo.svelte-16h6p05{width:60px;height:60px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.2))}.gallery-header.svelte-16h6p05 p:where(.svelte-16h6p05){color:var(--text-secondary);font-size:1.2rem;margin:0}.gallery-stats.svelte-16h6p05{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}.stat-item.svelte-16h6p05{text-align:center}.stat-number.svelte-16h6p05{display:block;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.stat-label.svelte-16h6p05{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stat-item.highlight.svelte-16h6p05 .stat-number:where(.svelte-16h6p05){color:var(--status-ok);text-shadow:0 2px 4px var(--shadow-color)}.gallery-controls.svelte-16h6p05{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}.filters.svelte-16h6p05{display:flex;gap:.75rem}.filter-select.svelte-16h6p05{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);font-size:.875rem;color:var(--text-primary);transition:all .2s}.filter-select.svelte-16h6p05:hover{background:var(--bg-hover);border-color:var(--border-hover)}.filter-select.svelte-16h6p05 option:where(.svelte-16h6p05){background:var(--bg-tertiary);color:var(--text-primary)}.search-bar.svelte-16h6p05{flex-grow:1;min-width:200px}.search-input.svelte-16h6p05{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);font-size:.875rem;color:var(--text-primary);transition:all .2s}.search-input.svelte-16h6p05::placeholder{color:var(--text-muted)}.search-input.svelte-16h6p05:hover{background:var(--bg-hover);border-color:var(--border-hover)}.search-input.svelte-16h6p05:focus{outline:none;background:var(--bg-hover);border-color:var(--accent-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 20%,transparent)}.view-controls.svelte-16h6p05{display:flex;gap:.5rem}.view-button.svelte-16h6p05{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);font-size:.875rem;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.view-button.svelte-16h6p05:hover{background:var(--bg-hover);border-color:var(--border-hover)}.view-button.active.svelte-16h6p05{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-on-accent, #ffffff);box-shadow:0 4px 12px var(--shadow-color)}.delete-controls.svelte-16h6p05{display:flex;gap:.5rem}.download-all-button.svelte-16h6p05{padding:.5rem 1rem;border:1px solid var(--accent-primary);border-radius:8px;background:var(--accent-primary);font-size:.875rem;color:var(--text-on-accent, #ffffff);cursor:pointer;transition:all .2s ease}.download-all-button.svelte-16h6p05:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);filter:brightness(1.05)}.delete-all-button.svelte-16h6p05{padding:.5rem 1rem;border:1px solid var(--status-err);border-radius:8px;background:var(--status-err);font-size:.875rem;color:var(--text-on-accent, #ffffff);cursor:pointer;transition:all .2s ease}.delete-all-button.svelte-16h6p05:hover:not(:disabled){background:var(--status-err);border-color:var(--status-err);filter:brightness(.9);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-hover)}.delete-all-button.svelte-16h6p05:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-secondary);border-color:var(--border-color)}.loading.svelte-16h6p05{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:var(--text-primary);background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid var(--border-color);margin-top:2rem}.spinner.svelte-16h6p05{width:3rem;height:3rem;border:3px solid var(--border-color);border-top:3px solid var(--accent-primary);border-radius:50%;animation:svelte-16h6p05-spin 1s linear infinite;margin-bottom:1rem}@keyframes svelte-16h6p05-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state.svelte-16h6p05{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;color:var(--text-secondary);background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid var(--border-color);margin-top:2rem}.empty-icon.svelte-16h6p05{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state.svelte-16h6p05 h3:where(.svelte-16h6p05){font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;text-shadow:0 2px 4px var(--shadow-color)}.grouped-view.svelte-16h6p05{display:flex;flex-direction:column;gap:2rem}.lazy-load-sentinel.svelte-16h6p05{height:1px;width:100%;margin:20px 0;opacity:0;pointer-events:none}.session-group.svelte-16h6p05{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 8px 32px var(--shadow-color)}.session-header.svelte-16h6p05{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-tertiary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);border-radius:16px 16px 0 0}.session-header.svelte-16h6p05 h3:where(.svelte-16h6p05){font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;text-shadow:0 1px 2px var(--shadow-color)}.session-header-right.svelte-16h6p05{display:flex;align-items:center;gap:.75rem}.session-count.svelte-16h6p05{font-size:.875rem;color:var(--text-secondary);background:var(--bg-hover);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.25rem .75rem;border-radius:12px;border:1px solid var(--border-color)}.session-delete-button.svelte-16h6p05{background:color-mix(in srgb,var(--status-err) 20%,transparent);border:1px solid color-mix(in srgb,var(--status-err) 40%,transparent);border-radius:8px;padding:.375rem .625rem;cursor:pointer;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:var(--status-err);line-height:1}.session-delete-button.svelte-16h6p05:hover{background:color-mix(in srgb,var(--status-err) 30%,transparent);border-color:color-mix(in srgb,var(--status-err) 60%,transparent);transform:scale(1.1);box-shadow:0 4px 12px var(--shadow-hover)}.session-content.svelte-16h6p05{padding:1.5rem;background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 16px 16px;border:1px solid var(--border-color);border-top:none}.session-layout.svelte-16h6p05{display:flex;gap:2rem;align-items:flex-start}.section-title.svelte-16h6p05{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;text-shadow:0 1px 2px var(--shadow-color)}.input-section.svelte-16h6p05{flex:1}.text-input-container.svelte-16h6p05{background:var(--bg-tertiary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px var(--shadow-color)}.text-input-content.svelte-16h6p05,.prompt-text.svelte-16h6p05{margin-bottom:1rem}.prompt-text.svelte-16h6p05 strong:where(.svelte-16h6p05){display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.prompt-text.svelte-16h6p05 p:where(.svelte-16h6p05){font-size:1rem;color:var(--text-primary);line-height:1.6;margin:0;padding:.75rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color);word-wrap:break-word}.prompt-text.negative-prompt.svelte-16h6p05{margin-top:1rem}.prompt-text.negative-prompt.svelte-16h6p05 p:where(.svelte-16h6p05){color:var(--text-secondary)}.prompt-settings.svelte-16h6p05{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.setting-badge.svelte-16h6p05{background:var(--bg-hover);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.375rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;color:var(--text-primary);border:1px solid var(--border-color)}.setting-badge.style-badge.svelte-16h6p05{color:var(--accent-primary)}.setting-badge.model-badge.svelte-16h6p05{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);font-weight:600}.text-input-actions.svelte-16h6p05{display:flex;gap:.5rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.text-input-actions.svelte-16h6p05 .action-button:where(.svelte-16h6p05){position:static;opacity:1;width:auto;height:auto;padding:.5rem 1rem;font-size:.875rem}.output-section.svelte-16h6p05{flex:1}.vertical-divider.svelte-16h6p05{width:2px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.3),rgba(255,255,255,.6),rgba(255,255,255,.3),transparent);margin:0 1rem;min-height:200px;border-radius:1px}.session-images.svelte-16h6p05{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media (max-width: 768px){.session-layout.svelte-16h6p05{flex-direction:column;gap:1.5rem}.vertical-divider.svelte-16h6p05{width:100%!important;height:8px!important;margin:1.5rem 0!important;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),rgba(255,255,255,.4),rgba(255,255,255,.6),rgba(255,255,255,.4),rgba(255,255,255,.2),transparent)!important;border-radius:4px!important;box-shadow:0 2px 8px #0000001a!important;min-height:auto!important}}.gallery-item-container.svelte-16h6p05{position:relative;display:flex;flex-direction:column}.gallery-item.svelte-16h6p05{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);padding:0;cursor:pointer;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px var(--shadow-color);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.gallery-item.svelte-16h6p05:hover{transform:translateY(-4px);box-shadow:0 12px 40px var(--shadow-hover);background:var(--bg-hover);border-color:var(--border-hover)}.item-image.svelte-16h6p05{position:relative;aspect-ratio:1;overflow:hidden;background-color:#fff;background-image:linear-gradient(45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.08) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center}.thumbnail-placeholder.svelte-16h6p05{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem;background-color:#fff;background-image:linear-gradient(45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.08) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px}.item-image.svelte-16h6p05 img:where(.svelte-16h6p05){width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.gallery-item.svelte-16h6p05:hover .item-image:where(.svelte-16h6p05) img:where(.svelte-16h6p05){transform:scale(1.05)}.item-overlay.svelte-16h6p05{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000004d);opacity:0;transition:opacity .2s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:.5rem}.gallery-item.svelte-16h6p05:hover .item-overlay:where(.svelte-16h6p05){opacity:1}.item-badges.svelte-16h6p05{display:flex;flex-direction:column;gap:.5rem}.tool-badge.svelte-16h6p05,.type-badge.svelte-16h6p05,.reference-badge.svelte-16h6p05{background:var(--bg-hover);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;color:var(--text-primary);border:1px solid var(--border-color);display:flex;align-items:center;gap:.25rem}.input-badge.svelte-16h6p05{background:color-mix(in srgb,var(--status-ok) 30%,transparent);border-color:color-mix(in srgb,var(--status-ok) 50%,transparent);color:var(--status-ok)}.output-badge.svelte-16h6p05{background:color-mix(in srgb,var(--accent-primary) 30%,transparent);border-color:color-mix(in srgb,var(--accent-primary) 50%,transparent);color:var(--accent-primary)}.reference-badge.svelte-16h6p05{background:color-mix(in srgb,var(--accent-primary) 30%,transparent);color:var(--text-on-accent, #ffffff);border-color:color-mix(in srgb,var(--accent-primary) 50%,transparent)}.item-info.svelte-16h6p05{padding:1rem;background:var(--bg-tertiary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 0 12px 12px}.item-filename.svelte-16h6p05{font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px var(--shadow-color)}.item-metadata.svelte-16h6p05{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--text-secondary)}.item-style.svelte-16h6p05{color:var(--accent-primary);font-weight:500}.item-actions.svelte-16h6p05{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease}.gallery-item-container.svelte-16h6p05:hover .item-actions:where(.svelte-16h6p05){opacity:1}.action-button.svelte-16h6p05{background:var(--bg-hover);border:1px solid var(--border-color);border-radius:8px;padding:.25rem;cursor:pointer;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--text-primary)}.action-button.svelte-16h6p05:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:scale(1.1)}.send-to-container.svelte-16h6p05{position:relative}.send-to-dropdown.svelte-16h6p05{position:absolute;top:100%;right:0;background:var(--bg-secondary);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 32px var(--shadow-color);z-index:10;min-width:200px;margin-top:.25rem}.dropdown-item.svelte-16h6p05{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.875rem;color:var(--text-primary);transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.dropdown-item.svelte-16h6p05:hover{background:var(--bg-hover)}.dropdown-item.svelte-16h6p05:first-child{border-radius:6px 6px 0 0}.dropdown-item.svelte-16h6p05:last-child{border-radius:0 0 6px 6px}.list-view.svelte-16h6p05{display:flex;flex-direction:column;gap:1rem}.list-item.svelte-16h6p05{display:flex;gap:1rem;padding:1rem;background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid var(--border-color);transition:all .2s ease}.list-item.svelte-16h6p05:hover{background:var(--bg-hover);border-color:var(--border-hover);box-shadow:0 8px 32px var(--shadow-color)}.list-image.svelte-16h6p05{width:80px;height:80px;border-radius:6px;overflow:hidden;background-color:#fff;background-image:linear-gradient(45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.08) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;flex-shrink:0}.list-image.svelte-16h6p05 img:where(.svelte-16h6p05){width:100%;height:100%;object-fit:cover}.list-content.svelte-16h6p05{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.list-info.svelte-16h6p05{flex-grow:1}.list-filename.svelte-16h6p05{font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem;text-shadow:0 1px 2px var(--shadow-color)}.list-metadata.svelte-16h6p05{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--text-secondary)}.list-actions.svelte-16h6p05{display:flex;gap:.5rem}.toast.svelte-16h6p05{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:8px;color:var(--text-on-accent, #ffffff);font-weight:500;z-index:1000;animation:svelte-16h6p05-slideIn .3s ease}.toast-success.svelte-16h6p05{background:var(--status-ok)}.toast-error.svelte-16h6p05{background:var(--status-err)}@keyframes svelte-16h6p05-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.gallery-page.svelte-16h6p05{padding:1rem}.header-content.svelte-16h6p05{flex-direction:column;gap:1rem}.header-logo.svelte-16h6p05{width:50px;height:50px}.gallery-header.svelte-16h6p05 h1:where(.svelte-16h6p05){font-size:2rem}.gallery-controls.svelte-16h6p05{flex-direction:column;align-items:stretch}.filters.svelte-16h6p05{justify-content:center}.session-images.svelte-16h6p05{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;padding:1rem}.list-item.svelte-16h6p05{flex-direction:column}.list-content.svelte-16h6p05{flex-direction:column;align-items:stretch;gap:1rem}.list-actions.svelte-16h6p05{justify-content:center}}
