.chat-fab.svelte-1g2ry5f{z-index:9999;background:var(--accent,#c9a227);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #c9a22773}.chat-fab.svelte-1g2ry5f:hover{transform:scale(1.08);box-shadow:0 6px 28px #c9a22799}.chat-window.svelte-1g2ry5f{z-index:9998;background:#fff;border:1px solid #0000001a;border-radius:0;flex-direction:column;width:370px;max-width:calc(100vw - 2rem);height:520px;max-height:calc(100vh - 8rem);font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:.25s ease-out svelte-1g2ry5f-chatSlideUp;display:flex;position:fixed;bottom:5.5rem;right:1.5rem;overflow:hidden;box-shadow:0 12px 48px #00000026}@keyframes svelte-1g2ry5f-chatSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chat-header.svelte-1g2ry5f{background:linear-gradient(135deg, var(--accent,#c9a227), #d4a833);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.chat-header-info.svelte-1g2ry5f{align-items:center;gap:.65rem;display:flex}.chat-avatar.svelte-1g2ry5f{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.chat-header-title.svelte-1g2ry5f{font-size:.9rem;font-weight:600}.chat-header-status.svelte-1g2ry5f{opacity:.8;font-size:.7rem}.chat-close.svelte-1g2ry5f{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px;transition:opacity .15s}.chat-close.svelte-1g2ry5f:hover{opacity:1}.chat-body.svelte-1g2ry5f{flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.chat-body.svelte-1g2ry5f::-webkit-scrollbar{width:4px}.chat-body.svelte-1g2ry5f::-webkit-scrollbar-track{background:0 0}.chat-body.svelte-1g2ry5f::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.chat-msg.svelte-1g2ry5f{display:flex}.chat-msg.user.svelte-1g2ry5f{justify-content:flex-end}.chat-msg.bot.svelte-1g2ry5f{justify-content:flex-start}.chat-bubble.svelte-1g2ry5f{white-space:pre-line;word-break:break-word;border-radius:2px;max-width:82%;padding:.6rem .85rem;font-size:.82rem;line-height:1.5}.chat-bubble.bot.svelte-1g2ry5f{color:var(--text-dark,#1a1a1a);background:#0000000a;border-bottom-left-radius:4px}.chat-bubble.bot.svelte-1g2ry5f a{color:var(--gold,#e8b44a);text-underline-offset:2px;text-decoration:underline}.chat-bubble.bot.svelte-1g2ry5f a:hover{color:var(--text-dark)}.chat-bubble.user.svelte-1g2ry5f{background:var(--accent,#c9a227);color:#fff;border-bottom-right-radius:4px}.chat-quick.svelte-1g2ry5f{margin-top:.5rem}.chat-quick-label.svelte-1g2ry5f{color:#0006;margin-bottom:.5rem;font-size:.72rem}.chat-quick-grid.svelte-1g2ry5f{flex-wrap:wrap;gap:.4rem;display:flex}.chat-quick-btn.svelte-1g2ry5f{color:var(--text-dark,#1a1a1a);cursor:pointer;background:#00000008;border:1px solid #0000001a;border-radius:20px;padding:.35rem .7rem;font-size:.72rem;transition:all .15s}.chat-quick-btn.svelte-1g2ry5f:hover{border-color:var(--accent,#c9a227);background:#c9a22733}.chat-input-bar.svelte-1g2ry5f{background:#00000005;border-top:1px solid #00000014;flex-shrink:0;align-items:center;gap:.5rem;padding:.7rem .8rem;display:flex}.chat-input.svelte-1g2ry5f{color:var(--text-dark);background:#00000008;border:1px solid #0000001a;border-radius:8px;outline:none;flex:1;padding:.55rem .75rem;font-size:.82rem;transition:border-color .15s}.chat-input.svelte-1g2ry5f::placeholder{color:#0000004d}.chat-input.svelte-1g2ry5f:focus{border-color:var(--accent,#c9a227)}.chat-send.svelte-1g2ry5f{background:var(--accent,#c9a227);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.chat-send.svelte-1g2ry5f:hover{background:var(--accent-hover,#d4a833)}@media (width<=768px){.chat-window.svelte-1g2ry5f{bottom:calc(.75rem + env(safe-area-inset-bottom,0px));width:calc(100vw - 1.5rem);max-width:380px;height:70dvh;max-height:70dvh;right:.75rem}.chat-fab.svelte-1g2ry5f{bottom:calc(1rem + env(safe-area-inset-bottom,0px));min-width:56px;min-height:56px;right:1rem}.chat-input.svelte-1g2ry5f{min-height:44px;font-size:16px}.chat-send.svelte-1g2ry5f{min-width:44px;min-height:44px}.chat-close.svelte-1g2ry5f{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.chat-quick-btn.svelte-1g2ry5f{min-height:36px}}@media (width<=480px){.chat-window.svelte-1g2ry5f{width:100vw;height:100dvh;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:0;bottom:0;left:0;right:0}.chat-fab.svelte-1g2ry5f{bottom:calc(1rem + env(safe-area-inset-bottom,0px));right:1rem}}
