.raum.svelte-1kwfcui{max-width:800px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}header.svelte-1kwfcui{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:var(--spacing-md)}.back.svelte-1kwfcui{display:flex;align-items:center}h1.svelte-1kwfcui{font-size:1.2rem;flex:1}.header-actions.svelte-1kwfcui{display:flex;gap:var(--spacing-sm)}.btn-small.svelte-1kwfcui{padding:.4rem .6rem;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;font-size:1rem;transition:all var(--transition-fast)}.btn-small.svelte-1kwfcui:hover{background:var(--bg-card-hover);border-color:var(--anchor-teal)}.chat.svelte-1kwfcui{flex:1;padding:var(--spacing-lg);overflow-y:auto;background:linear-gradient(to bottom,rgba(var(--emotion-color, 43, 122, 140),var(--bg-opacity, .1)),rgba(var(--emotion-color, 43, 122, 140),calc(var(--bg-opacity, .1) * .3)));border-left:3px solid rgba(var(--emotion-color, 43, 122, 140),.4);border-right:3px solid rgba(var(--emotion-color, 43, 122, 140),.4);transition:all 2s ease-in-out}.message.svelte-1kwfcui{margin-bottom:var(--spacing-md);display:flex}.message.user.svelte-1kwfcui{justify-content:flex-end}.bubble.svelte-1kwfcui{max-width:80%;padding:var(--spacing-md) 1.2rem;border-radius:var(--radius-lg);line-height:1.5;white-space:pre-wrap}.user.svelte-1kwfcui .bubble:where(.svelte-1kwfcui){background:#2b7a8c33;border:1px solid rgba(43,122,140,.3)}.assistant.svelte-1kwfcui .bubble:where(.svelte-1kwfcui){background:var(--bg-card);border:1px solid var(--border-light);transition:all .5s ease}.bubble.emotion-ruhig.svelte-1kwfcui{border-color:#2b7a8c66;--glow: rgba(43, 122, 140, .2)}.bubble.emotion-mitfuehlend.svelte-1kwfcui{border-color:#9370db66;--glow: rgba(147, 112, 219, .2)}.bubble.emotion-besorgt.svelte-1kwfcui{border-color:#e67e2266;--glow: rgba(230, 126, 34, .2)}.bubble.emotion-ermutigend.svelte-1kwfcui{border-color:#4caf5066;--glow: rgba(76, 175, 80, .2)}.bubble.emotion-nachdenklich.svelte-1kwfcui{border-color:#6495ed66;--glow: rgba(100, 149, 237, .2)}.bubble.emotion-warm.svelte-1kwfcui{border-color:#ffc10766;--glow: rgba(255, 193, 7, .2)}.bubble.emotion-ernst.svelte-1kwfcui{border-color:#607d8b66;--glow: rgba(96, 125, 139, .2)}.bubble.emotion-hoffnungsvoll.svelte-1kwfcui{border-color:#00bcd466;--glow: rgba(0, 188, 212, .2)}.bubble.emotion-sanft.svelte-1kwfcui{border-color:#e996af66;--glow: rgba(233, 150, 175, .2)}.bubble.emotion-praesent.svelte-1kwfcui{border-color:#2b7a8c80;--glow: rgba(43, 122, 140, .25)}.bubble[class*=emotion-].svelte-1kwfcui{box-shadow:0 0 calc(var(--intensity, 5) * 2px) var(--glow, transparent);animation:svelte-1kwfcui-fadeInSoft .6s ease-out}@keyframes svelte-1kwfcui-fadeInSoft{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1kwfcui-gentlePulse{0%,to{box-shadow:0 0 calc(var(--intensity) * 2px) var(--glow)}50%{box-shadow:0 0 calc(var(--intensity) * 3px) var(--glow)}}.bubble[style*="--intensity: 8"].svelte-1kwfcui,.bubble[style*="--intensity: 9"].svelte-1kwfcui,.bubble[style*="--intensity: 10"].svelte-1kwfcui{animation:svelte-1kwfcui-fadeInSoft .6s ease-out,svelte-1kwfcui-gentlePulse 3s ease-in-out .6s infinite}.loading.svelte-1kwfcui{opacity:.6}.input-area.svelte-1kwfcui{padding:var(--spacing-md) var(--spacing-lg) var(--spacing-lg);border-top:1px solid var(--border-light)}.limit-info.svelte-1kwfcui{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-bottom:var(--spacing-md);padding:var(--spacing-sm);background:var(--bg-card);border-radius:var(--radius-sm)}.limit-info.low.svelte-1kwfcui{color:var(--anchor-orange);background:#db83391a}.quick-options.svelte-1kwfcui{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.btn-option.svelte-1kwfcui{padding:.6rem var(--spacing-md);background:var(--bg-card);border:1px solid var(--border-medium);color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;font-size:.9rem;transition:all var(--transition-fast)}.btn-option.svelte-1kwfcui:hover{background:var(--bg-card-hover);border-color:var(--anchor-teal)}.input-row.svelte-1kwfcui{display:flex;gap:var(--spacing-md)}textarea.svelte-1kwfcui{flex:1;resize:none}.limit-reached.svelte-1kwfcui{text-align:center;padding:var(--spacing-lg)}.limit-reached.svelte-1kwfcui p:where(.svelte-1kwfcui){color:var(--anchor-orange);margin-bottom:var(--spacing-sm)}.limit-reached.svelte-1kwfcui p.soft:where(.svelte-1kwfcui){color:var(--text-secondary);font-size:.9rem;margin-bottom:var(--spacing-md)}footer.svelte-1kwfcui{padding:var(--spacing-md) var(--spacing-lg)}.modal-overlay.svelte-1kwfcui{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal.svelte-1kwfcui{background:var(--bg-dark);border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:var(--spacing-lg);max-width:400px;width:90%}.modal-large.svelte-1kwfcui{max-width:600px;max-height:80vh;overflow-y:auto}.modal.svelte-1kwfcui h2:where(.svelte-1kwfcui){color:var(--anchor-teal-light);margin-bottom:var(--spacing-md)}.modal.svelte-1kwfcui p:where(.svelte-1kwfcui){color:var(--text-secondary);margin-bottom:var(--spacing-md)}.modal.svelte-1kwfcui input:where(.svelte-1kwfcui){width:100%;margin-bottom:var(--spacing-md)}.user-id-display.svelte-1kwfcui{display:flex;gap:var(--spacing-sm);align-items:center;margin-bottom:var(--spacing-md);padding:var(--spacing-md);background:var(--bg-card);border-radius:var(--radius-sm)}.user-id-display.svelte-1kwfcui code:where(.svelte-1kwfcui){flex:1;font-size:.85rem;color:var(--anchor-teal-light);word-break:break-all}.hint.svelte-1kwfcui{font-size:.9rem;color:var(--text-muted)}.modal-actions.svelte-1kwfcui{display:flex;gap:var(--spacing-md);justify-content:flex-end;margin-top:var(--spacing-lg)}.data-actions.svelte-1kwfcui{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.btn-danger.svelte-1kwfcui{background:#dc3545;color:#fff;border:none}.btn-danger.svelte-1kwfcui:hover{background:#c82333}.data-preview.svelte-1kwfcui{background:var(--bg-card);padding:var(--spacing-md);border-radius:var(--radius-sm)}.data-preview.svelte-1kwfcui h3:where(.svelte-1kwfcui){margin-bottom:var(--spacing-sm);font-size:1rem}.data-info.svelte-1kwfcui p:where(.svelte-1kwfcui){margin:var(--spacing-xs) 0;color:var(--text-secondary)}.data-preview.svelte-1kwfcui details:where(.svelte-1kwfcui){margin-top:var(--spacing-md)}.data-preview.svelte-1kwfcui summary:where(.svelte-1kwfcui){cursor:pointer;color:var(--anchor-teal-light)}.data-preview.svelte-1kwfcui pre:where(.svelte-1kwfcui){margin-top:var(--spacing-sm);padding:var(--spacing-md);background:var(--bg-dark);border-radius:var(--radius-sm);overflow-x:auto;font-size:.8rem;max-height:300px;overflow-y:auto}
