.chat-container.svelte-77zz99{display:flex;flex-direction:column;height:calc(100vh - 180px);background:linear-gradient(180deg,#0d142180,#1a27444d);border:1px solid rgba(45,90,123,.2);border-radius:1rem;overflow:hidden}.messages-area.svelte-77zz99{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.empty-state.svelte-77zz99{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.empty-icon.svelte-77zz99{width:5rem;height:5rem;border-radius:9999px;background:linear-gradient(135deg,#d4793a26,#e9a45626);border:1px solid rgba(212,121,58,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--color-nocturnium-ember, #d4793a)}.empty-state.svelte-77zz99 h3:where(.svelte-77zz99){font-size:1.25rem;font-weight:600;color:var(--color-surface-100, #f4f1e0);margin:0 0 .5rem}.empty-state.svelte-77zz99 p:where(.svelte-77zz99){font-size:.875rem;color:var(--color-surface-400, #7a9eb8);margin:0 0 1.5rem}.quick-actions.svelte-77zz99{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.quick-action.svelte-77zz99{padding:.5rem 1rem;background:#2d5a7b33;border:1px solid rgba(45,90,123,.3);border-radius:9999px;color:var(--color-surface-300, #a8c5d9);font-size:.75rem;cursor:pointer;transition:all .2s}.quick-action.svelte-77zz99:hover{background:#d4793a26;border-color:#d4793a66;color:var(--color-nocturnium-ember, #d4793a)}.message.svelte-77zz99{display:flex;gap:.75rem;animation:svelte-77zz99-fadeIn .2s ease-out}@keyframes svelte-77zz99-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.message-avatar.svelte-77zz99{width:2.25rem;height:2.25rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message.user.svelte-77zz99 .message-avatar:where(.svelte-77zz99){background:#60a5fa26;color:var(--color-nocturnium-aurora-blue, #60a5fa)}.message.assistant.svelte-77zz99 .message-avatar:where(.svelte-77zz99){background:#d4793a26;color:var(--color-nocturnium-ember, #d4793a)}.message-content.svelte-77zz99{flex:1;min-width:0}.message-header.svelte-77zz99{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.message-role.svelte-77zz99{font-size:.8125rem;font-weight:500;color:var(--color-surface-200, #e8e5d4)}.message-time.svelte-77zz99{font-size:.6875rem;color:var(--color-surface-500, #4a8db7)}.message-text.svelte-77zz99{font-size:.875rem;color:var(--color-surface-300, #a8c5d9);line-height:1.6}.message-text.svelte-77zz99 pre:where(.svelte-77zz99){margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit}.message.assistant.svelte-77zz99 .message-text:where(.svelte-77zz99){background:#1a274480;border:1px solid rgba(45,90,123,.2);border-radius:.5rem;padding:.75rem 1rem}.tool-calls.svelte-77zz99{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.tool-call.svelte-77zz99{background:#0d142180;border:1px solid rgba(45,90,123,.3);border-radius:.5rem;padding:.75rem;font-size:.8125rem}.tool-call.completed.svelte-77zz99{border-color:#22c55e4d}.tool-call.failed.svelte-77zz99{border-color:#ef44444d}.tool-call.awaiting_confirmation.svelte-77zz99{border-color:#f59e0b4d}.tool-header.svelte-77zz99{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.tool-name.svelte-77zz99{font-family:monospace;color:var(--color-nocturnium-wave, #4a8db7)}.tool-status.svelte-77zz99{font-size:.6875rem;text-transform:uppercase;color:var(--color-surface-500, #4a8db7)}.tool-result.svelte-77zz99{margin:0;padding:.5rem;background:#0003;border-radius:.25rem;font-family:monospace;font-size:.75rem;color:var(--color-surface-300, #a8c5d9);white-space:pre-wrap;word-break:break-word}.tool-error.svelte-77zz99{color:#f87171;font-size:.75rem}.confirmations.svelte-77zz99{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.confirmation.svelte-77zz99{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.5rem;padding:1rem}.confirmation-header.svelte-77zz99{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#f59e0b;margin-bottom:.5rem}.confirmation-desc.svelte-77zz99{font-size:.875rem;color:var(--color-surface-300, #a8c5d9);margin:0 0 .5rem}.confirmation-warnings.svelte-77zz99{margin:0 0 .75rem;padding-left:1.25rem;font-size:.8125rem;color:#fbbf24}.confirmation-warnings.svelte-77zz99 li:where(.svelte-77zz99){margin-bottom:.25rem}.confirmation-actions.svelte-77zz99{display:flex;gap:.5rem}.error-banner.svelte-77zz99{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border-top:1px solid rgba(239,68,68,.2);color:#f87171;font-size:.8125rem}.error-banner.svelte-77zz99 button:where(.svelte-77zz99){margin-left:auto;padding:.25rem;background:transparent;border:none;color:inherit;cursor:pointer;opacity:.7;transition:opacity .2s}.error-banner.svelte-77zz99 button:where(.svelte-77zz99):hover{opacity:1}.input-area.svelte-77zz99{padding:1rem;border-top:1px solid rgba(45,90,123,.2);background:#0d142180}.input-wrapper.svelte-77zz99{display:flex;gap:.75rem;align-items:flex-end}.input-wrapper.svelte-77zz99 textarea:where(.svelte-77zz99){flex:1;padding:.75rem 1rem;background:#1a274480;border:1px solid rgba(45,90,123,.3);border-radius:.75rem;color:var(--color-surface-100, #f4f1e0);font-size:.875rem;font-family:inherit;resize:none;outline:none;min-height:2.75rem;max-height:8rem;transition:border-color .2s}.input-wrapper.svelte-77zz99 textarea:where(.svelte-77zz99)::placeholder{color:var(--color-surface-500, #4a8db7)}.input-wrapper.svelte-77zz99 textarea:where(.svelte-77zz99):focus{border-color:#d4793a80}.input-wrapper.svelte-77zz99 textarea:where(.svelte-77zz99):disabled{opacity:.6;cursor:not-allowed}.streaming-toggle.svelte-77zz99{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#2d5a7b26;border:1px solid rgba(45,90,123,.3);border-radius:.5rem;cursor:pointer;transition:all .2s}.streaming-toggle.svelte-77zz99:hover{background:#2d5a7b40;border-color:#2d5a7b66}.streaming-toggle.svelte-77zz99 input[type=checkbox]:where(.svelte-77zz99){width:1rem;height:1rem;accent-color:var(--color-nocturnium-ember, #d4793a);cursor:pointer}.streaming-toggle.svelte-77zz99 .toggle-label:where(.svelte-77zz99){font-size:.8125rem;color:var(--color-surface-300, #a8c5d9)}.streaming-cursor.svelte-77zz99{display:inline-block;color:var(--color-nocturnium-ember, #d4793a);animation:svelte-77zz99-blink 1s step-end infinite}@keyframes svelte-77zz99-blink{0%,to{opacity:1}50%{opacity:0}}.message-text.streaming.svelte-77zz99{border-color:#d4793a66}
