:root{--bg-color: #121212;--primary-color: #bb86fc;--primary-variant: #3700b3;--secondary-color: #03dac6;--text-color: #e0e0e0;--text-secondary: #a0a0a0;--surface-color: #1e1e1e;--error-color: #cf6679;--border-color: #333;--input-bg: #2a2a2a;--selected-bg: rgba(187, 134, 252, .2);--gradient-start: #1a1a2e;--gradient-mid: #16213e;--gradient-end: #0f3460;background:linear-gradient(-45deg,var(--gradient-start),var(--gradient-mid),var(--gradient-end),var(--gradient-mid));background-size:400% 400%;animation:svelte-kfbv9x-gradientBG 15s ease infinite}.svelte-kfbv9x{box-sizing:border-box;margin:0;padding:0}.app-container.svelte-kfbv9x{display:flex;flex-direction:column;height:100vh;width:100vw;padding:2rem 2rem 8rem;overflow-y:auto;position:relative}section.svelte-kfbv9x{width:100%;max-width:800px;margin:0 auto;padding:1rem 0}section.hidden.svelte-kfbv9x{display:none}.prompt-section.svelte-kfbv9x{flex-grow:1;display:flex;align-items:center;justify-content:center}.prompt-input.svelte-kfbv9x{width:100%;padding:1.5rem;border:1px solid var(--border-color);border-radius:8px;font-size:1.5rem;line-height:1.4;background-color:var(--input-bg);color:var(--text-color);resize:none;transition:all .2s ease;min-height:100px}.prompt-input.svelte-kfbv9x:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #bb86fc4d}.prompt-input.svelte-kfbv9x:disabled{opacity:.5;background-color:#333}.lora-section.svelte-kfbv9x{position:relative;padding-top:0}.back-button.svelte-kfbv9x{position:absolute;top:-10px;left:0;background:none;border:none;color:var(--text-secondary);padding:.5rem;cursor:pointer;font-size:.9rem}.back-button.svelte-kfbv9x:hover{color:var(--primary-color)}.search-container.svelte-kfbv9x{position:relative;margin-bottom:1rem}.lora-search-input.svelte-kfbv9x{width:100%;padding:1rem 3rem 1rem 1.5rem;border:1px solid var(--border-color);border-radius:8px;font-size:1.2rem;background-color:var(--input-bg);color:var(--text-color);transition:all .2s ease}.lora-search-input.svelte-kfbv9x:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #bb86fc4d}.lora-list.svelte-kfbv9x{list-style:none;max-height:calc(100vh - 260px);overflow-y:auto;border:1px solid var(--border-color);border-radius:8px;background-color:var(--surface-color)}.lora-list.svelte-kfbv9x li:where(.svelte-kfbv9x){border-bottom:1px solid var(--border-color)}.lora-list.svelte-kfbv9x li:where(.svelte-kfbv9x):last-child{border-bottom:none}.lora-item.svelte-kfbv9x{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.8rem 1.2rem;background:none;border:none;color:var(--text-color);cursor:pointer;text-align:left;transition:background-color .15s ease;font-size:1rem}.lora-item.svelte-kfbv9x:hover{background-color:#ffffff0d}.lora-item.selected.svelte-kfbv9x{background-color:var(--selected-bg)}.lora-thumbnail.svelte-kfbv9x,.lora-thumbnail-placeholder.svelte-kfbv9x{width:40px;height:40px;border-radius:4px;margin-right:12px;object-fit:cover;flex-shrink:0;background-color:var(--input-bg)}.lora-thumbnail-placeholder.svelte-kfbv9x{border:1px dashed var(--border-color)}.lora-info.svelte-kfbv9x{display:flex;flex-direction:column;overflow:hidden;flex-grow:1}.lora-item.selected.svelte-kfbv9x .lora-info:where(.svelte-kfbv9x) .lora-name:where(.svelte-kfbv9x){color:var(--primary-color);font-weight:600}.lora-name.svelte-kfbv9x{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1rem;margin-bottom:2px}.lora-author.svelte-kfbv9x{font-size:.85rem;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.generating-section.svelte-kfbv9x,.result-section.svelte-kfbv9x{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.result-image.svelte-kfbv9x{max-width:100%;max-height:calc(100vh - 12rem);height:auto;border-radius:8px;object-fit:contain;background-color:var(--input-bg);margin-bottom:1rem}.action-button-container.svelte-kfbv9x{position:fixed;bottom:0;left:0;width:100%;padding:1.5rem 2rem;display:flex;justify-content:center;z-index:10}.action-button.svelte-kfbv9x{padding:1rem 2.5rem;background-color:var(--primary-color);color:#000;border:none;border-radius:30px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0003}.action-button.svelte-kfbv9x:hover:not(:disabled){background-color:var(--secondary-color);box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.action-button.svelte-kfbv9x:disabled{background-color:#555;color:#999;cursor:not-allowed;opacity:.6;box-shadow:none}.spinner.svelte-kfbv9x{border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--secondary-color);width:20px;height:20px;animation:svelte-kfbv9x-spin 1s linear infinite;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.spinner.large.svelte-kfbv9x{width:50px;height:50px;border-width:5px;position:static;transform:none;margin-bottom:1rem}@keyframes svelte-kfbv9x-spin{to{transform:translateY(-50%) rotate(360deg)}}@keyframes svelte-kfbv9x-spin-large{to{transform:rotate(360deg)}}.spinner.large.svelte-kfbv9x{animation-name:svelte-kfbv9x-spin-large;transform:none}@keyframes svelte-kfbv9x-gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.error-message.svelte-kfbv9x,.info-message.svelte-kfbv9x{padding:.8rem 1.2rem;border-radius:6px;margin:1rem auto;text-align:center;max-width:600px;font-size:.95rem}.error-message.svelte-kfbv9x{background-color:#cf667933;color:var(--error-color);border:1px solid var(--error-color)}.error-message.fatal.svelte-kfbv9x{font-size:1.1rem;margin-bottom:1rem}.info-message.svelte-kfbv9x{background-color:#03dac61a;color:var(--secondary-color);border:1px solid var(--secondary-color)}.loading-text.svelte-kfbv9x{margin-top:1rem;font-size:1.1rem;color:var(--text-secondary);min-height:1.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}
