.initial-questions.svelte-1okedsf{margin-top:1.5rem}.questions-header.svelte-1okedsf{margin-bottom:.75rem}.questions-header.svelte-1okedsf h4:where(.svelte-1okedsf){margin:0;font-size:.875rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px}.loading-state.svelte-1okedsf{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.loading-text.svelte-1okedsf{font-size:.875rem;color:var(--color-text-light)}.error-state.svelte-1okedsf{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.error-text.svelte-1okedsf{font-size:.875rem;color:#dc3545}.questions-container.svelte-1okedsf{display:flex;flex-wrap:wrap;gap:.5rem}.question-chip.svelte-1okedsf{padding:.5rem .75rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem;color:var(--color-text);font-weight:500;font-family:var(--font-primary);text-align:left;max-width:100%}.question-chip.animate.svelte-1okedsf{animation:svelte-1okedsf-subtlePulse 2s ease-in-out}.question-chip.svelte-1okedsf:hover{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@keyframes svelte-1okedsf-subtlePulse{0%,to{border-color:#0000001a;box-shadow:0 0 #ff6b3500}50%{border-color:#ff6b3566;box-shadow:0 0 0 2px #ff6b3526}}.regenerate-button.svelte-1okedsf:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.questions-container.svelte-1okedsf{flex-direction:column}.question-chip.svelte-1okedsf{width:100%}}.theme-selector.svelte-39eudv{margin-top:1.5rem}.themes-header.svelte-39eudv{margin-bottom:.75rem}.themes-header.svelte-39eudv h4:where(.svelte-39eudv){margin:0;font-size:.875rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px}.loading-state.svelte-39eudv{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.loading-text.svelte-39eudv{font-size:.875rem;color:var(--color-text-light)}.error-state.svelte-39eudv{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.error-text.svelte-39eudv{font-size:.875rem;color:#dc3545}.themes-container.svelte-39eudv{display:flex;flex-direction:column;gap:.75rem}.theme-card.svelte-39eudv{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%;gap:1rem}.theme-card.animate.svelte-39eudv{animation:svelte-39eudv-subtlePulse 2s ease-in-out}.theme-card.svelte-39eudv:hover{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.theme-card.svelte-39eudv:hover .theme-text:where(.svelte-39eudv){color:#fff}.theme-content.svelte-39eudv{flex:1;min-width:0}.theme-text.svelte-39eudv{font-size:.9375rem;color:var(--color-text);font-weight:500;font-family:var(--font-primary);line-height:1.4;display:block}.play-button.svelte-39eudv{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent, #ff6b35);border-radius:50%;color:#fff;transition:all .2s}.theme-card.svelte-39eudv:hover .play-button:where(.svelte-39eudv){background:#fff;color:var(--color-accent, #ff6b35);transform:scale(1.1)}.play-button.svelte-39eudv svg:where(.svelte-39eudv){width:1rem;height:1rem;margin-left:2px}@keyframes svelte-39eudv-subtlePulse{0%,to{border-color:#0000001a;box-shadow:0 0 #ff6b3500}50%{border-color:#ff6b3566;box-shadow:0 0 0 2px #ff6b3526}}@media (max-width: 768px){.theme-card.svelte-39eudv{padding:.875rem 1rem}.theme-text.svelte-39eudv{font-size:.875rem}.play-button.svelte-39eudv{width:2.25rem;height:2.25rem}}.dialog-overlay.svelte-fb599k{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:3000;backdrop-filter:blur(4px);animation:svelte-fb599k-fadeIn .2s ease-out}@keyframes svelte-fb599k-fadeIn{0%{opacity:0}to{opacity:1}}.dialog-content.svelte-fb599k{position:relative;background:var(--color-background);border-radius:16px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006;animation:svelte-fb599k-slideUp .2s ease-out}@keyframes svelte-fb599k-slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dialog-header.svelte-fb599k{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.1)}.dialog-header.svelte-fb599k h2:where(.svelte-fb599k){margin:0;font-size:1.5rem;font-weight:600;color:var(--color-text)}.dialog-close.svelte-fb599k{width:2.5rem;height:2.5rem;padding:0;background:var(--color-background-secondary, #f7fafc);color:var(--color-text);border:1px solid rgba(0,0,0,.15);border-radius:8px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dialog-close.svelte-fb599k:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);transform:scale(1.1)}.dialog-body.svelte-fb599k{flex:1;overflow-y:auto;padding:1.5rem 2rem}.loading-state.svelte-fb599k,.error-state.svelte-fb599k,.empty-state.svelte-fb599k{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem}.loading-spinner.svelte-fb599k{width:2rem;height:2rem;border:3px solid var(--color-background-secondary, #f7fafc);border-top-color:var(--color-accent);border-radius:50%;animation:svelte-fb599k-spin .8s linear infinite}@keyframes svelte-fb599k-spin{to{transform:rotate(360deg)}}.loading-state.svelte-fb599k p:where(.svelte-fb599k),.empty-state.svelte-fb599k p:where(.svelte-fb599k){margin:0;color:var(--color-text-light);font-size:.875rem}.error-text.svelte-fb599k{color:#dc3545;font-size:.875rem;margin:0}.retry-button.svelte-fb599k{padding:.5rem 1rem;background:var(--color-accent);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.retry-button.svelte-fb599k:hover{opacity:.9;transform:translateY(-1px)}.episodes-list.svelte-fb599k{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.episode-item.svelte-fb599k{padding:.75rem 1rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:.875rem;color:var(--color-text);line-height:1.5;transition:all .2s}.episode-item.svelte-fb599k:hover{background:var(--color-background);border-color:var(--color-accent);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.dialog-content.svelte-fb599k{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.dialog-header.svelte-fb599k{padding:1rem 1.5rem}.dialog-header.svelte-fb599k h2:where(.svelte-fb599k){font-size:1.25rem}.dialog-body.svelte-fb599k{padding:1rem 1.5rem}.episodes-list.svelte-fb599k{grid-template-columns:1fr}}.related-profiles.svelte-g1wd2c{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.related-title.svelte-g1wd2c{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px}.loading-text.svelte-g1wd2c,.error-text.svelte-g1wd2c{font-size:.875rem;color:var(--color-text-light);margin:0}.error-text.svelte-g1wd2c{color:#dc3545}.profiles-list.svelte-g1wd2c{display:flex;flex-wrap:wrap;gap:.5rem}.profile-pill.svelte-g1wd2c{padding:.5rem 1rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.15);border-radius:20px;cursor:pointer;transition:all .2s;font-size:.875rem;color:var(--color-text);font-weight:500;font-family:var(--font-primary)}.profile-pill.svelte-g1wd2c:hover{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.waveform.svelte-12pb3d2{display:block;opacity:.6;transition:opacity .2s}.waveform.active.svelte-12pb3d2{opacity:1}.voice-input-container.svelte-uuj0al{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.voice-controls.svelte-uuj0al{display:flex;align-items:center;gap:.75rem}.error-message.svelte-uuj0al{padding:1rem;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:8px;color:#dc3545;text-align:right;max-width:400px}.error-message.svelte-uuj0al p:where(.svelte-uuj0al){margin:0;font-size:.875rem}.voice-button.svelte-uuj0al{width:80px;height:80px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;font-family:var(--font-primary);padding:0}.voice-button.idle.svelte-uuj0al{background:var(--color-accent, #ff6b35);color:#fff}.voice-button.idle.svelte-uuj0al:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.voice-button.listening.svelte-uuj0al{background:var(--color-accent, #ff6b35);color:#fff;animation:svelte-uuj0al-recordingPulse 1.5s ease-in-out infinite}@keyframes svelte-uuj0al-recordingPulse{0%,to{background:var(--color-accent, #ff6b35);box-shadow:0 0 #ff6b35b3}50%{background:#ff8c5a;box-shadow:0 0 0 8px #ff6b3500}}.voice-button.playing.svelte-uuj0al{background:var(--color-accent, #ff6b35);color:#fff;opacity:.8;cursor:not-allowed}.voice-button.error.svelte-uuj0al{background:#dc3545;color:#fff}.voice-button.svelte-uuj0al:disabled{opacity:.6;cursor:not-allowed}.button-content.svelte-uuj0al{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.microphone-icon.svelte-uuj0al,.play-icon.svelte-uuj0al,.playing-icon.svelte-uuj0al,.error-icon.svelte-uuj0al{width:32px;height:32px;stroke:currentColor}.play-icon.svelte-uuj0al,.playing-icon.svelte-uuj0al{fill:currentColor;stroke:none}@keyframes svelte-uuj0al-pulse{0%,to{opacity:1}50%{opacity:.7}}.listening-indicator.svelte-uuj0al{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.5);animation:svelte-uuj0al-ripple 2s ease-out infinite}@keyframes svelte-uuj0al-ripple{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.transcription-preview-container.svelte-uuj0al{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.transcription-preview.svelte-uuj0al{padding:1.25rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:8px;text-align:left}.transcription-label.svelte-uuj0al{margin:0 0 .5rem;color:var(--color-text-light);font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.transcription-text.svelte-uuj0al{margin:0;color:var(--color-text);font-size:.9375rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.transcription-actions.svelte-uuj0al{display:flex;gap:.75rem;justify-content:flex-end}.cancel-button.svelte-uuj0al,.send-button.svelte-uuj0al{padding:.625rem 1.5rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font-primary)}.cancel-button.svelte-uuj0al{background:var(--color-background-secondary, #f7fafc);color:var(--color-text);border:1px solid rgba(0,0,0,.15)}.cancel-button.svelte-uuj0al:hover:not(:disabled){background:#0000000d}.send-button.svelte-uuj0al{background:var(--color-accent, #ff6b35);color:#fff}.send-button.svelte-uuj0al:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cancel-button.svelte-uuj0al:disabled,.send-button.svelte-uuj0al:disabled{opacity:.5;cursor:not-allowed}.button-label.svelte-uuj0al{font-size:.875rem;color:var(--color-text-light);font-weight:500;text-align:center}.controls-row.svelte-uuj0al{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.75rem}.actions-container.svelte-uuj0al{display:flex;gap:.75rem;align-items:center}.action-button.svelte-uuj0al{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.5rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.action-button.svelte-uuj0al:hover{background:#ff6b351a;transform:translateY(-1px)}.action-button.svelte-uuj0al svg:where(.svelte-uuj0al){width:1.25rem;height:1.25rem;stroke:var(--color-accent, #ff6b35);color:var(--color-accent, #ff6b35)}.controls-separator.svelte-uuj0al{width:1px;height:2rem;background:#00000026}.playback-speed-controls.svelte-uuj0al{display:flex;gap:.5rem;align-items:center}.speed-button.svelte-uuj0al{padding:.375rem .75rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.15);border-radius:6px;cursor:pointer;transition:all .2s;font-size:.8125rem;color:var(--color-text);font-weight:500;font-family:var(--font-primary)}.speed-button.svelte-uuj0al:hover{background:#ff6b351a;border-color:var(--color-accent, #ff6b35)}.speed-button.active.svelte-uuj0al{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35)}@media (max-width: 768px){.voice-button.svelte-uuj0al{width:70px;height:70px}.microphone-icon.svelte-uuj0al,.play-icon.svelte-uuj0al,.playing-icon.svelte-uuj0al,.error-icon.svelte-uuj0al{width:28px;height:28px}.transcription-preview-container.svelte-uuj0al{max-width:100%}.transcription-actions.svelte-uuj0al{flex-direction:column}.cancel-button.svelte-uuj0al,.send-button.svelte-uuj0al{width:100%}}.chat-interface.svelte-1a30qf4{display:flex;flex-direction:column;height:100%;flex:1;width:100%;max-width:1800px;margin:0 auto;background:var(--color-background);padding:0 clamp(1rem,4vw,3rem)}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)){padding:0 clamp(1rem,4vw,2rem)}.chat-header.svelte-1a30qf4{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);background:var(--color-background)}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)) .chat-header:where(.svelte-1a30qf4){padding:1rem 0}.profile-pills.svelte-1a30qf4{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.profile-pill.svelte-1a30qf4{padding:.5rem 1.25rem;border:1px solid rgba(0,0,0,.15);border-radius:20px;background:var(--color-background);color:var(--color-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-transform:none;font-family:var(--font-primary)}.profile-pill.svelte-1a30qf4:hover:not(:disabled){background:var(--color-background-secondary, #f7fafc);border-color:var(--color-accent);transform:translateY(-1px)}.profile-pill.active.svelte-1a30qf4{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35);cursor:default}.profile-pill.svelte-1a30qf4:disabled{cursor:default;opacity:1}.profile-pill.active.svelte-1a30qf4:hover{transform:none}.header-content.svelte-1a30qf4{display:flex;align-items:center;gap:1.5rem;width:100%}.header-content.extended-header.svelte-1a30qf4{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center}.header-title.svelte-1a30qf4{display:flex;align-items:center;gap:.875rem;flex:0 0 auto;min-width:0}.header-description.svelte-1a30qf4{flex:1;min-width:0;overflow:hidden}.header-description.svelte-1a30qf4 .description-text:where(.svelte-1a30qf4){font-size:.8125rem;color:var(--color-text);line-height:1.4;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-metadata.svelte-1a30qf4{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.metadata-badge.svelte-1a30qf4{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:4px;font-size:.6875rem;white-space:nowrap;line-height:1.3}.metadata-badge.clickable.svelte-1a30qf4{cursor:pointer;transition:all .2s;border:1px solid rgba(0,0,0,.15)}.metadata-badge.clickable.svelte-1a30qf4:hover{background:var(--color-accent, #ff6b35);color:#fff;border-color:var(--color-accent, #ff6b35);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.metadata-badge.clickable.svelte-1a30qf4:hover .badge-label:where(.svelte-1a30qf4),.metadata-badge.clickable.svelte-1a30qf4:hover .badge-value:where(.svelte-1a30qf4){color:#fff}.badge-label.svelte-1a30qf4{color:var(--color-text-light);font-weight:500}.badge-value.svelte-1a30qf4{color:var(--color-text);font-weight:600}.home-button.svelte-1a30qf4{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:var(--color-accent);text-decoration:none;transition:all .2s;cursor:pointer;flex-shrink:0}.home-button.svelte-1a30qf4:hover{background:var(--color-background-secondary, #f7fafc);border-color:var(--color-accent);transform:scale(1.05)}.home-icon.svelte-1a30qf4{width:1.25rem;height:1.25rem;display:block}.profile-logo.svelte-1a30qf4{width:3rem;height:3rem;-o-object-fit:contain;object-fit:contain;border-radius:8px;flex-shrink:0;border:1px solid rgba(0,0,0,.1);background:var(--color-background)}.title-content.svelte-1a30qf4{flex:1}.title-content.svelte-1a30qf4 h2:where(.svelte-1a30qf4){margin:0 0 .25rem;color:var(--color-accent);font-size:1.5rem;line-height:1.3}.messages-wrapper.svelte-1a30qf4{flex:1;position:relative;display:flex;flex-direction:column;min-height:0}.messages-container.svelte-1a30qf4{flex:1;overflow-y:auto;padding:0;background:var(--color-background);padding-bottom:5rem}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)) .messages-container:where(.svelte-1a30qf4){padding:0;padding-bottom:5rem}.treasure-chest.svelte-1a30qf4{padding:.75rem 1rem;margin-bottom:1rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:8px}.treasure-chest.hidden.svelte-1a30qf4{display:none}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)) .treasure-chest:where(.svelte-1a30qf4){margin-bottom:.75rem}.content-header-row.svelte-1a30qf4{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.treasure-chest.svelte-1a30qf4 h3:where(.svelte-1a30qf4){margin:0;font-size:.875rem;font-weight:600;color:var(--color-text);white-space:nowrap}.loading-text.svelte-1a30qf4{color:var(--color-text-light);font-size:.875rem;margin:0}.empty-stats.svelte-1a30qf4{color:var(--color-text-light);font-size:.875rem;font-style:italic;margin:0}.button-groups-container.svelte-1a30qf4{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.button-group.svelte-1a30qf4{display:flex;align-items:center}.btn-group-label.svelte-1a30qf4,.btn-group-count.svelte-1a30qf4{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;background:var(--color-background);border:1px solid rgba(0,0,0,.15);color:var(--color-text);cursor:default;transition:background-color .2s;font-family:var(--font-primary)}.btn-group-label.svelte-1a30qf4{border-right:none;border-radius:6px 0 0 6px}.button-group.svelte-1a30qf4:first-child .btn-group-label:where(.svelte-1a30qf4){border-radius:6px 0 0 6px}.btn-group-count.svelte-1a30qf4{border-left:none;margin-left:-1px;border-radius:0 6px 6px 0;font-weight:600;min-width:2.5rem;justify-content:center}.button-group.svelte-1a30qf4:last-child .btn-group-count:where(.svelte-1a30qf4){border-radius:0 6px 6px 0}.btn-icon.svelte-1a30qf4{font-size:1rem;line-height:1;display:flex;align-items:center}.btn-text.svelte-1a30qf4{white-space:nowrap}.loading.svelte-1a30qf4{display:flex;justify-content:flex-start;margin:1rem 0}.loading-dots.svelte-1a30qf4{display:flex;gap:.5rem;padding:1rem;background:var(--color-background-secondary, #f7fafc);border-radius:12px}.loading-dots.svelte-1a30qf4 span:where(.svelte-1a30qf4){width:8px;height:8px;background:var(--color-text-light);border-radius:50%;animation:svelte-1a30qf4-bounce 1.4s infinite ease-in-out both}.loading-dots.svelte-1a30qf4 span:where(.svelte-1a30qf4):nth-child(1){animation-delay:-.32s}.loading-dots.svelte-1a30qf4 span:where(.svelte-1a30qf4):nth-child(2){animation-delay:-.16s}@keyframes svelte-1a30qf4-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.voice-input-wrapper.svelte-1a30qf4{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid rgba(0,0,0,.1);background:var(--color-background)}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)) .voice-input-wrapper:where(.svelte-1a30qf4){padding-top:.75rem;padding-bottom:.75rem}.input-container.svelte-1a30qf4{display:flex;gap:1rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.1);background:var(--color-background)}.chat-interface.svelte-1a30qf4:has(.profile-pills:where(.svelte-1a30qf4)) .input-container:where(.svelte-1a30qf4){padding-top:1rem;padding-bottom:1rem}textarea.svelte-1a30qf4{flex:1;padding:.75rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-family:var(--font-primary);font-size:1rem;resize:none;background:#ff6b350d;color:var(--color-text);transition:border-color .2s,box-shadow .2s}textarea.initial-highlight.svelte-1a30qf4{border:2px solid var(--color-accent, #ff6b35);box-shadow:0 0 0 3px #ff6b351a}textarea.svelte-1a30qf4:focus{outline:none;border-color:var(--color-accent)}textarea.svelte-1a30qf4:disabled{opacity:.6;cursor:not-allowed}button.svelte-1a30qf4{padding:.75rem 2rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}button.svelte-1a30qf4:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}button.svelte-1a30qf4:disabled{opacity:.5;cursor:not-allowed}.input-container.svelte-1a30qf4 button:where(.svelte-1a30qf4){padding:.75rem 2rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600}@media (max-width: 1024px){.chat-interface.svelte-1a30qf4{max-width:100%;padding:0 2rem}}.current-question-display.svelte-1a30qf4{margin:1rem 0;padding:1rem;background:var(--color-background-secondary, #f7fafc);border:1px solid rgba(0,0,0,.1);border-radius:8px;border-left:3px solid var(--color-accent, #ff6b35)}.question-label.svelte-1a30qf4{font-size:.75rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.question-text.svelte-1a30qf4{font-size:.9375rem;color:var(--color-text);line-height:1.5}@media (max-width: 768px){.chat-interface.svelte-1a30qf4{height:100%;padding:0 1rem}.chat-header.svelte-1a30qf4{padding:1rem 0}.header-title.svelte-1a30qf4,.header-description.svelte-1a30qf4{width:100%}.header-description.svelte-1a30qf4 .description-text:where(.svelte-1a30qf4){white-space:normal;overflow:visible;text-overflow:clip}.header-metadata.svelte-1a30qf4{width:100%;flex-wrap:wrap;justify-content:flex-start}.profile-pills.svelte-1a30qf4{gap:.5rem}.profile-pill.svelte-1a30qf4{padding:.4rem 1rem;font-size:.8125rem}.messages-container.svelte-1a30qf4{padding:1rem 0}.treasure-chest.svelte-1a30qf4{padding:.5rem .75rem;margin-bottom:.75rem}.content-header-row.svelte-1a30qf4{gap:.75rem}.button-groups-container.svelte-1a30qf4{gap:.375rem}.btn-group-label.svelte-1a30qf4,.btn-group-count.svelte-1a30qf4{padding:.4rem .6rem;font-size:.8125rem}.btn-icon.svelte-1a30qf4{font-size:.875rem}.input-container.svelte-1a30qf4{flex-direction:column;padding:1rem 0}.voice-input-wrapper.svelte-1a30qf4{justify-content:center;padding:1rem 0}button.svelte-1a30qf4{width:100%}.input-container.svelte-1a30qf4 button:where(.svelte-1a30qf4){width:100%}.dialog-box.svelte-1a30qf4{width:95%;padding:1.5rem;margin:1rem}.dialog-actions.svelte-1a30qf4{flex-direction:column}.dialog-button.svelte-1a30qf4{width:100%}}.dialog-overlay.svelte-1a30qf4{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.dialog-box.svelte-1a30qf4{position:relative;background:var(--color-background);border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:svelte-1a30qf4-dialogSlideIn .2s ease-out}@keyframes svelte-1a30qf4-dialogSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dialog-close.svelte-1a30qf4{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;padding:0;background:var(--color-accent, #ff6b35);color:#fff;border:none;border-radius:6px;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dialog-close.svelte-1a30qf4:hover{opacity:.8;transform:scale(1.1)}.dialog-box.svelte-1a30qf4 h3:where(.svelte-1a30qf4){margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:var(--color-text)}.dialog-box.svelte-1a30qf4 p:where(.svelte-1a30qf4){margin:0 0 .5rem;color:var(--color-text);font-size:.9375rem;line-height:1.5}.dialog-hint.svelte-1a30qf4{color:var(--color-text-light);font-size:.875rem;margin-bottom:1.5rem!important}.dialog-form.svelte-1a30qf4{margin:1.5rem 0}.dialog-form.svelte-1a30qf4 label:where(.svelte-1a30qf4){display:block;margin-bottom:.5rem;color:var(--color-text);font-size:.9375rem;font-weight:500}.dialog-input.svelte-1a30qf4{width:100%;padding:.75rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-family:var(--font-primary);font-size:1rem;background:var(--color-background);color:var(--color-text);box-sizing:border-box}.dialog-input.svelte-1a30qf4:focus{outline:none;border-color:var(--color-accent)}.share-link-container.svelte-1a30qf4{display:flex;gap:.5rem;align-items:stretch}.share-link-input.svelte-1a30qf4{flex:1;font-size:.875rem}.copy-button.svelte-1a30qf4{padding:.75rem 1.5rem;background:var(--color-accent, #ff6b35);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-size:.875rem}.copy-button.svelte-1a30qf4:hover{opacity:.9;transform:translateY(-1px)}.copy-button.svelte-1a30qf4:active{transform:translateY(0)}.success-message.svelte-1a30qf4{color:#06d6a0;font-weight:500;margin:1rem 0}.dialog-actions.svelte-1a30qf4{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.dialog-button.svelte-1a30qf4{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.dialog-button-cancel.svelte-1a30qf4{background:var(--color-accent, #ff6b35);color:#fff}.dialog-button-cancel.svelte-1a30qf4:hover{opacity:.9}.dialog-button-submit.svelte-1a30qf4{background:#ff6b3599;color:var(--color-text)}.dialog-button-submit.svelte-1a30qf4:hover:not(:disabled){background:#ff6b35cc}.dialog-button-submit.svelte-1a30qf4:disabled{opacity:.5;cursor:not-allowed}
