.chatbot.svelte-1wrm00l{position:relative;max-width:640px;border-radius:var(--radius-lg);background:var(--color-card-bg);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column}.chatbot-header.svelte-1wrm00l{display:flex;align-items:center;gap:.625rem;padding:.875rem 1.25rem;background:var(--color-navy);color:#faf8f5}.chatbot-avatar.svelte-1wrm00l{font-size:1.5rem;line-height:1}.chatbot-header.svelte-1wrm00l strong:where(.svelte-1wrm00l){display:block;font-family:var(--font-display);font-size:1rem}.chatbot-subtitle.svelte-1wrm00l{font-size:.75rem;color:var(--color-text-light)}.chatbot-messages.svelte-1wrm00l{flex:1;min-height:400px;max-height:500px;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.msg.svelte-1wrm00l{display:flex;flex-direction:column;max-width:85%}.msg-user.svelte-1wrm00l{align-self:flex-end;align-items:flex-end}.msg-bot.svelte-1wrm00l{align-self:flex-start;align-items:flex-start}.bubble.svelte-1wrm00l{padding:.625rem .875rem;border-radius:var(--radius-md);font-size:.9rem;line-height:1.55;word-break:break-word}.bubble-user.svelte-1wrm00l{background:var(--color-gold);color:var(--color-navy)}.bubble-bot.svelte-1wrm00l{background:var(--color-cream-dark);color:var(--color-text)}.bubble.typing.svelte-1wrm00l{display:flex;align-items:center;gap:.3rem;padding:.75rem 1rem}.dot.svelte-1wrm00l{width:7px;height:7px;background:var(--color-text-light);border-radius:50%;animation:svelte-1wrm00l-bounce 1.2s infinite ease-in-out}.dot.svelte-1wrm00l:nth-child(2){animation-delay:.15s}.dot.svelte-1wrm00l:nth-child(3){animation-delay:.3s}@keyframes svelte-1wrm00l-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chips.svelte-1wrm00l{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.chip.svelte-1wrm00l{padding:.375rem .75rem;background:var(--color-cream);border:1px solid var(--color-card-border);border-radius:var(--radius-full);font-size:.8rem;color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);text-align:left}.chip.svelte-1wrm00l:hover{background:var(--color-gold-light);border-color:var(--color-gold)}.chatbot-input.svelte-1wrm00l{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--color-card-border);background:var(--color-cream)}.chatbot-input.svelte-1wrm00l input:where(.svelte-1wrm00l){flex:1;padding:.5rem .75rem;border:1px solid var(--color-card-border);border-radius:var(--radius-md);font-size:.9rem;font-family:var(--font-body);background:var(--color-card-bg);color:var(--color-text);outline:none;transition:border-color var(--transition-fast)}.chatbot-input.svelte-1wrm00l input:where(.svelte-1wrm00l):focus{border-color:var(--color-gold)}.chatbot-input.svelte-1wrm00l input:where(.svelte-1wrm00l)::placeholder{color:var(--color-text-muted)}.chatbot-input.svelte-1wrm00l button:where(.svelte-1wrm00l){display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:var(--radius-md);background:var(--color-gold);color:var(--color-navy);cursor:pointer;transition:background var(--transition-fast);flex-shrink:0}.chatbot-input.svelte-1wrm00l button:where(.svelte-1wrm00l):hover:not(:disabled){background:var(--color-gold-dark)}.chatbot-input.svelte-1wrm00l button:where(.svelte-1wrm00l):disabled{opacity:.4;cursor:not-allowed}@media(max-width:640px){.chatbot-messages.svelte-1wrm00l{min-height:350px;max-height:60vh}.msg.svelte-1wrm00l{max-width:92%}}.page-header.svelte-1bex8oj{background:var(--color-navy);color:#faf8f5;padding:3rem 0}.page-title.svelte-1bex8oj{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:#faf8f5;margin-bottom:.5rem}.page-subtitle.svelte-1bex8oj{color:var(--color-text-light);max-width:600px;line-height:1.5}.faq-chat-section.svelte-1bex8oj{padding:2.5rem 0}.faq-accordion-section.svelte-1bex8oj{padding:2rem 0 4rem;max-width:900px}.accordion-title.svelte-1bex8oj{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--color-foreground);margin-bottom:1.5rem}.faq-category.svelte-1bex8oj{margin-bottom:2rem}.category-name.svelte-1bex8oj{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-gold-dark);margin-bottom:.75rem;padding-left:.25rem}.faq-item.svelte-1bex8oj{background:var(--color-card-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-card);margin-bottom:.5rem;overflow:hidden}.faq-item.svelte-1bex8oj summary:where(.svelte-1bex8oj){padding:.875rem 1.25rem;font-weight:500;color:var(--color-foreground);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background var(--transition-fast)}.faq-item.svelte-1bex8oj summary:where(.svelte-1bex8oj):hover{background:var(--color-cream-dark)}.faq-item.svelte-1bex8oj summary:where(.svelte-1bex8oj):after{content:"+";font-size:1.25rem;color:var(--color-gold);font-weight:300;flex-shrink:0;transition:transform var(--transition-fast)}.faq-item[open].svelte-1bex8oj summary:where(.svelte-1bex8oj):after{content:"−"}.faq-item.svelte-1bex8oj summary:where(.svelte-1bex8oj)::-webkit-details-marker{display:none}.faq-item.svelte-1bex8oj p:where(.svelte-1bex8oj){padding:0 1.25rem 1rem;color:var(--color-text);line-height:1.65;font-size:.9rem}.faq-footer.svelte-1bex8oj{margin-top:2rem;padding:1.25rem;background:var(--color-cream-dark);border-radius:var(--radius-md);text-align:center}.faq-footer.svelte-1bex8oj p:where(.svelte-1bex8oj){color:var(--color-text);font-size:.9rem;line-height:1.6}.faq-footer.svelte-1bex8oj a:where(.svelte-1bex8oj){color:var(--color-gold);text-decoration:underline}.faq-footer.svelte-1bex8oj a:where(.svelte-1bex8oj):hover{color:var(--color-coral)}
