.gw-chat{--gw-chat-z:19;--gw-chat-surface:#ffffff;--gw-chat-ink:#10242c;--gw-chat-muted:color-mix(in srgb, currentColor 62%, transparent);--gw-chat-line:color-mix(in srgb, var(--gw-navy) 16%, transparent);--gw-chat-bubble:color-mix(in srgb, var(--gw-navy) 6%, transparent);--gw-chat-shadow:0 12px 40px rgb(6 32 43 / 18%);--gw-chat-gap:1rem;position:fixed;right:var(--gw-chat-gap);bottom:var(--gw-chat-gap);z-index:var(--gw-chat-z);display:flex;flex-direction:column-reverse;align-items:flex-end;gap:.6rem;font-family:inherit;color:var(--gw-chat-ink)}.dark .gw-chat{--gw-chat-surface:#0a2b37;--gw-chat-ink:#e6f1f2;--gw-chat-line:color-mix(in srgb, var(--gw-mint) 22%, transparent);--gw-chat-bubble:color-mix(in srgb, var(--gw-mint) 12%, transparent);--gw-chat-shadow:0 12px 40px rgb(0 0 0 / 45%)}.gw-chat[hidden]{display:none}@media print{.gw-chat{display:none}}.gw-chat-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.gw-chat-launcher{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;border:0;border-radius:9999px;background:var(--gw-accent);color:var(--gw-accent-ink);font:inherit;font-weight:600;font-size:.95rem;line-height:1;cursor:pointer;box-shadow:var(--gw-chat-shadow);transition:filter .2s ease,transform .2s ease}.gw-chat-launcher:hover{filter:brightness(.95)}.gw-chat-launcher:focus-visible{outline:2px solid var(--gw-accent);outline-offset:3px}.gw-chat-launcher svg{width:1.15rem;height:1.15rem;flex:none}.gw-chat[data-open=true] .gw-chat-launcher-text{display:none}@media(max-width:26rem){.gw-chat-launcher-text{display:none}.gw-chat-launcher{padding:.85rem}}.gw-chat-panel{display:flex;flex-direction:column;width:min(23rem,calc(100vw - 2 * var(--gw-chat-gap)));max-height:min( 34rem,calc(100dvh - var(--navbar-height,4rem) - 5.5rem) );overflow:hidden;border:1px solid var(--gw-chat-line);border-radius:1rem;background:var(--gw-chat-surface);box-shadow:var(--gw-chat-shadow)}.gw-chat-panel[hidden]{display:none}.gw-chat-header{display:flex;align-items:center;gap:.5rem;padding:.85rem .9rem .85rem 1.1rem;border-bottom:1px solid var(--gw-chat-line)}.gw-chat-title{flex:1;min-width:0;margin:0;font-size:.975rem;font-weight:600;white-space:nowrap}.gw-chat-header button{flex:none;border:0;border-radius:.5rem;background:0 0;color:inherit;font:inherit;font-size:.8rem;padding:.3rem .5rem;cursor:pointer;opacity:.7}.gw-chat-header button:hover{opacity:1;background:var(--gw-chat-bubble)}.gw-chat-header button:focus-visible{outline:2px solid var(--gw-accent);outline-offset:1px;opacity:1}.gw-chat-close svg{display:block;width:1.1rem;height:1.1rem}.gw-chat-log{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1rem;display:flex;flex-direction:column;gap:.75rem;font-size:.925rem;line-height:1.55}.gw-chat-log:focus-visible{outline:2px solid var(--gw-accent);outline-offset:-2px}.gw-chat-intro{margin:0;opacity:.75}.gw-chat-msg{max-width:90%;padding:.6rem .85rem;border-radius:.9rem;overflow-wrap:anywhere}.gw-chat-msg--user{align-self:flex-end;background:var(--gw-accent);color:var(--gw-accent-ink);border-bottom-right-radius:.25rem;white-space:pre-wrap}.gw-chat-msg--assistant{align-self:flex-start;background:var(--gw-chat-bubble);border-bottom-left-radius:.25rem}.gw-chat-msg--notice{align-self:flex-start;background:0 0;border:1px dashed var(--gw-chat-line);opacity:.85}.gw-chat-msg>:first-child{margin-top:0}.gw-chat-msg>:last-child{margin-bottom:0}.gw-chat-msg p{margin:0 0 .6rem}.gw-chat-msg ul,.gw-chat-msg ol{margin:0 0 .6rem;padding-left:1.2rem}.gw-chat-msg li{margin:.15rem 0}.gw-chat-msg h3,.gw-chat-msg h4{margin:.4rem 0 .35rem;font-size:.95rem;font-weight:600}.gw-chat-msg a{color:var(--gw-accent);text-decoration:underline}.gw-chat-msg--user a{color:inherit}.gw-chat-msg code{padding:.1rem .3rem;border-radius:.3rem;background:color-mix(in srgb,currentColor 12%,transparent);font-size:.875em}.gw-chat-msg pre{margin:0 0 .6rem;padding:.6rem .7rem;border-radius:.5rem;background:color-mix(in srgb,currentColor 10%,transparent);overflow-x:auto}.gw-chat-msg pre code{padding:0;background:0 0}.gw-chat-pending{align-self:flex-start;display:flex;gap:.3rem;padding:.85rem;border-radius:.9rem;background:var(--gw-chat-bubble);border-bottom-left-radius:.25rem}.gw-chat-pending span{width:.4rem;height:.4rem;border-radius:9999px;background:currentColor;opacity:.35;animation:gw-chat-pulse 1.2s ease-in-out infinite}.gw-chat-pending span:nth-child(2){animation-delay:.15s}.gw-chat-pending span:nth-child(3){animation-delay:.3s}@keyframes gw-chat-pulse{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:.9;transform:translateY(-.15rem)}}@media(prefers-reduced-motion:reduce){.gw-chat-pending span{animation:none;opacity:.6}.gw-chat-launcher{transition:none}}.gw-chat-form{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem .75rem .5rem;border-top:1px solid var(--gw-chat-line)}.gw-chat-input{flex:1;min-width:0;max-height:7rem;padding:.55rem .7rem;border:1px solid var(--gw-chat-line);border-radius:.7rem;background:0 0;color:inherit;font:inherit;font-size:.925rem;line-height:1.45;resize:none}.gw-chat-input:focus-visible{outline:2px solid var(--gw-accent);outline-offset:-1px;border-color:transparent}.gw-chat-input::placeholder{color:var(--gw-chat-muted)}.gw-chat-send{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;flex:none;border:0;border-radius:.7rem;background:var(--gw-accent);color:var(--gw-accent-ink);cursor:pointer}.gw-chat-send svg{width:1.05rem;height:1.05rem}.gw-chat-send:hover{filter:brightness(.95)}.gw-chat-send:focus-visible{outline:2px solid var(--gw-accent);outline-offset:2px}.gw-chat-send:disabled,.gw-chat-input:disabled{opacity:.5;cursor:not-allowed}.gw-chat-privacy{margin:0;padding:0 .9rem .75rem;font-size:.725rem;line-height:1.4;opacity:.6}@media(max-width:30rem){.gw-chat-panel{position:fixed;left:.5rem;right:.5rem;bottom:.5rem;top:calc(var(--navbar-height,4rem) + .5rem);width:auto;max-height:none}.gw-chat[data-open=true] .gw-chat-launcher{display:none}}