:root{--color-primary: #00897b;--color-primary-hover: #00695c;--color-secondary: #e1000f;--color-accent: #009081;--color-background: #f6f6f6;--color-surface: #ffffff;--color-text: #161616;--color-text-light: #3a3a3a;--color-text-muted: #555555;--color-border: #dddddd;--color-border-light: #eeeeee;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-body: "Marianne", system-ui, -apple-system, sans-serif;--font-heading: "Marianne", system-ui, -apple-system, sans-serif;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:var(--color-primary);text-decoration:underline}a:hover{color:var(--color-primary-hover)}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-lg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);font-family:var(--font-body);font-size:var(--font-size-base);font-weight:500;border:none;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:background-color .2s,color .2s}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-hover)}.btn-secondary{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-primary);color:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.chat-bubble.svelte-10s2lp0{width:56px;height:56px;border-radius:50%;background-color:var(--widget-primary, #00897b);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:transform .2s,background-color .2s}.chat-bubble.svelte-10s2lp0:hover{transform:scale(1.08)}.chat-bubble.svelte-10s2lp0:focus-visible{outline:3px solid var(--widget-primary, #00897b);outline-offset:3px}.chat-bubble--open.svelte-10s2lp0{background-color:#333}.chat-msg.svelte-1pjgwst{display:flex;margin-bottom:8px}.chat-msg--user.svelte-1pjgwst{justify-content:flex-end}.chat-msg--assistant.svelte-1pjgwst{justify-content:flex-start}.chat-msg-bubble.svelte-1pjgwst{max-width:85%;padding:10px 14px;border-radius:12px;font-size:.875rem;line-height:1.5;word-break:break-word}.chat-msg--user.svelte-1pjgwst .chat-msg-bubble:where(.svelte-1pjgwst){background-color:var(--widget-primary, #00897b);color:#fff;border-bottom-right-radius:4px}.chat-msg--assistant.svelte-1pjgwst .chat-msg-bubble:where(.svelte-1pjgwst){background-color:#f0f0f0;color:#161616;border-bottom-left-radius:4px}.chat-msg-content.svelte-1pjgwst{margin:0;white-space:pre-wrap}.chat-msg-fallback.svelte-1pjgwst{margin:8px 0 0;font-size:.75rem;color:#856404;background:#fff3cd;padding:4px 8px;border-radius:4px}.chat-msg-citations.svelte-1pjgwst{margin-top:8px;padding-top:6px;border-top:1px solid rgba(0,0,0,.1);font-size:.75rem}.citations-label.svelte-1pjgwst{font-weight:600;display:block;margin-bottom:4px}.chat-msg-citations.svelte-1pjgwst ul:where(.svelte-1pjgwst){list-style:none;padding:0;margin:0}.chat-msg-citations.svelte-1pjgwst li:where(.svelte-1pjgwst){margin-bottom:2px}.chat-msg-citations.svelte-1pjgwst a:where(.svelte-1pjgwst){color:var(--widget-primary, #00897b);text-decoration:underline;font-size:.75rem}.chat-msg-citations.svelte-1pjgwst a:where(.svelte-1pjgwst):hover{color:#00695c}.sr-only.svelte-1pjgwst{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-input-wrapper.svelte-1wtcfqi{display:flex;align-items:center;padding:8px 12px;border-top:1px solid #eeeeee;background:#fff;gap:8px}input.svelte-1wtcfqi{flex:1;border:1px solid #dddddd;border-radius:8px;padding:8px 12px;font-size:.875rem;font-family:inherit;color:#161616;background:#fafafa;outline:none;transition:border-color .2s}input.svelte-1wtcfqi:focus{border-color:var(--widget-primary, #00897b);box-shadow:0 0 0 2px #00897b26}input.svelte-1wtcfqi:disabled{opacity:.5;cursor:not-allowed}button.svelte-1wtcfqi{width:36px;height:36px;border-radius:50%;border:none;background-color:var(--widget-primary, #00897b);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s;flex-shrink:0}button.svelte-1wtcfqi:hover:not(:disabled){background-color:#00695c}button.svelte-1wtcfqi:disabled{opacity:.4;cursor:not-allowed}button.svelte-1wtcfqi:focus-visible{outline:2px solid var(--widget-primary, #00897b);outline-offset:2px}.sr-only.svelte-1wtcfqi{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-window.svelte-e7qb06{position:absolute;bottom:72px;right:0;width:380px;max-height:560px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000029;display:flex;flex-direction:column;overflow:hidden}.chat-header.svelte-e7qb06{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--widget-primary, #00897b);color:#fff}.chat-header-info.svelte-e7qb06{display:flex;align-items:center;gap:8px}.chat-header-dot.svelte-e7qb06{width:8px;height:8px;border-radius:50%;background-color:#00d084}.chat-header.svelte-e7qb06 h2:where(.svelte-e7qb06){font-size:.95rem;font-weight:600;margin:0}.chat-close-btn.svelte-e7qb06{background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:4px 8px;border-radius:4px}.chat-close-btn.svelte-e7qb06:hover{background:#ffffff26}.chat-close-btn.svelte-e7qb06:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.chat-disclaimer.svelte-e7qb06{font-size:.75rem;color:#6b5900;background:#fff3cd;padding:6px 12px;border-bottom:1px solid #ffc107;line-height:1.4}.chat-messages.svelte-e7qb06{flex:1;overflow-y:auto;padding:12px;min-height:200px;max-height:340px}.chat-welcome.svelte-e7qb06{text-align:center;color:#555;padding:24px 12px;font-size:.9rem;line-height:1.5}.chat-thinking.svelte-e7qb06{display:flex;gap:4px;padding:8px 12px}.dot.svelte-e7qb06{width:6px;height:6px;border-radius:50%;background-color:var(--widget-primary, #00897b);animation:svelte-e7qb06-bounce 1.2s infinite}.dot.svelte-e7qb06:nth-child(2){animation-delay:.2s}.dot.svelte-e7qb06:nth-child(3){animation-delay:.4s}@media(prefers-reduced-motion:reduce){.dot.svelte-e7qb06{animation:none;opacity:.6}}@keyframes svelte-e7qb06-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-error.svelte-e7qb06{padding:8px 12px;background:#f8d7da;color:#58151c;font-size:.8rem;display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-error.svelte-e7qb06 p:where(.svelte-e7qb06){margin:0;flex:1}.chat-retry-btn.svelte-e7qb06{background:#58151c;color:#fff;border:none;padding:4px 10px;border-radius:4px;font-size:.75rem;cursor:pointer;white-space:nowrap}.chat-retry-btn.svelte-e7qb06:hover{background:#721c24}.chat-retry-btn.svelte-e7qb06:focus-visible{outline:2px solid #58151c;outline-offset:2px}.chat-transparency.svelte-e7qb06{font-size:.7rem;color:#555;padding:4px 12px;text-align:center;border-top:1px solid #eeeeee}.sr-only.svelte-e7qb06{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.chat-window.svelte-e7qb06{position:fixed;top:0;left:0;width:100vw;max-width:100vw;height:var(--viewport-height, 100dvh);max-height:var(--viewport-height, 100dvh);border-radius:0;z-index:10000}.chat-messages.svelte-e7qb06{max-height:none;min-height:0;flex:1}}.chat-widget.svelte-1ra3o32{position:fixed;bottom:var(--spacing-lg, 1.5rem);right:var(--spacing-lg, 1.5rem);z-index:9999;font-family:var(--font-body, system-ui, sans-serif)}
