.static-chat-window,.static-chat-inline{--chat-outline:color-mix(in oklab, var(--ink) 24%, var(--rule));--chat-outline-strong:color-mix(in oklab, var(--ink) 42%, var(--rule));--chat-user-outline:color-mix(in oklab, var(--signal) 46%, var(--rule));--chat-shell-fill:color-mix(in oklab, var(--ink) 2.5%, var(--paper));--chat-assistant-fill:color-mix(in oklab, var(--ink) 2.5%, var(--paper));--chat-message-fill:var(--paper);--chat-user-fill:color-mix(in oklab, var(--signal) 9%, var(--paper))}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) :is(.static-chat-window,.static-chat-inline){--chat-outline:color-mix(in oklab, var(--ink) 28%, var(--rule));--chat-outline-strong:color-mix(in oklab, var(--ink) 46%, var(--rule));--chat-shell-fill:color-mix(in oklab, var(--ink) 4%, var(--paper));--chat-assistant-fill:color-mix(in oklab, var(--ink) 9%, var(--paper));--chat-message-fill:var(--chat-assistant-fill);--chat-user-fill:color-mix(in oklab, var(--signal) 12%, var(--paper))}}:root[data-theme=dark] :is(.static-chat-window,.static-chat-inline){--chat-outline:color-mix(in oklab, var(--ink) 28%, var(--rule));--chat-outline-strong:color-mix(in oklab, var(--ink) 46%, var(--rule));--chat-shell-fill:color-mix(in oklab, var(--ink) 4%, var(--paper));--chat-assistant-fill:color-mix(in oklab, var(--ink) 9%, var(--paper));--chat-message-fill:var(--chat-assistant-fill);--chat-user-fill:color-mix(in oklab, var(--signal) 12%, var(--paper))}.static-chat-window{background:var(--chat-shell-fill);border:1px solid var(--chat-outline-strong);border-radius:var(--artifact-radius,2px);font-family:var(--artifact-sans);overflow:visible}.static-chat-inline{border-bottom:1px solid var(--chat-outline-strong);color:var(--ink);font-family:var(--sans);margin:var(--artifact-space-before,40px) 0 var(--artifact-space-after,56px);width:var(--artifact-wide-width,100%);padding:0 0 14px;position:relative;left:50%;transform:translate(-50%)}.article-root>.prose>.static-chat-inline:has(+.static-chat-inline){margin-bottom:var(--artifact-cluster-gap,24px)}.article-root>.prose>.static-chat-inline+.static-chat-inline{margin-top:var(--artifact-cluster-gap,24px)}.static-chat-inline__context{border-bottom:1px solid var(--chat-outline-strong);border-top:1px solid var(--ink);color:var(--ink);align-items:center;gap:10px;margin:0 0 12px;padding:9px 0;display:flex;position:relative}.static-chat-inline__context:before{background:var(--signal);content:"";width:clamp(48px,9%,72px);height:2px;position:absolute;top:-1px;left:0}.static-chat-inline__context-icon{background:var(--surface-ink);border-radius:var(--artifact-radius,2px);color:var(--surface-ink-text);flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.static-chat-inline__context-title{font-family:var(--sans);letter-spacing:-.012em;overflow-wrap:anywhere;text-wrap:balance;text-transform:none;flex:auto;font-size:13.5px;font-weight:780;line-height:1.2}.prose .static-chat-inline__list,.static-chat-inline__list{gap:16px;margin:0;padding:0;list-style:none;display:grid}.prose .static-chat-inline__turn,.static-chat-inline__turn{font-size:inherit;min-width:0;margin:0;padding:0;line-height:normal;display:block;position:relative}.static-chat-inline__turn[data-role=user]{margin-left:clamp(40px,9%,72px)}.static-chat-inline__turn[data-role=assistant]{margin-right:clamp(40px,9%,72px)}.static-chat-inline__role{color:var(--sub);letter-spacing:.045em;text-transform:uppercase;z-index:1;align-items:center;gap:6px;width:auto;font-size:12px;font-weight:760;line-height:1.35;display:flex;position:absolute;top:9px;left:10px}.static-chat-inline__avatar{background:var(--surface-ink);border:1px solid var(--surface-ink);border-radius:var(--artifact-radius,2px);color:var(--surface-ink-text);flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.static-chat-inline__turn[data-role=user] .static-chat-inline__role{color:var(--signal);text-align:right;flex-direction:row-reverse;left:auto;right:10px}.static-chat-inline__turn[data-role=user] .static-chat-inline__avatar{border-color:var(--chat-user-outline);background:var(--chat-user-fill);color:var(--signal);border-radius:50%}.static-chat-inline__body{background:var(--chat-assistant-fill);border:1px solid var(--chat-outline);border-radius:var(--artifact-radius,2px);width:100%;min-width:0;padding:48px 15px 14px;position:relative}.static-chat-inline__body:before,.static-chat-inline__body:after{display:none}.static-chat-inline__turn[data-role=user] .static-chat-inline__body{background:var(--chat-user-fill);border-color:var(--chat-user-outline);border-radius:var(--artifact-radius,2px)}.static-chat-inline .static-chat-message-copy{max-width:72ch;font-size:clamp(16.5px,1.25vw,18px);line-height:1.5}.static-chat-inline__turn[data-role=user] .static-chat-message-copy{margin-left:auto}.prose .static-chat-inline .static-chat-message-copy :is(p,li),.static-chat-inline .static-chat-message-copy :is(p,li){font-family:var(--sans);font-size:inherit;line-height:inherit}.static-chat-inline-attachment{appearance:none;color:inherit;cursor:zoom-in;font:inherit;text-align:left;border:0;width:100%;max-width:320px;margin:0 0 12px;display:block;position:relative;overflow:hidden}.static-chat-inline-attachment__meta{border-top:1px solid var(--chat-outline);color:var(--sub);font-family:var(--sans);text-align:left;grid-template-columns:14px auto minmax(0,1fr);align-items:center;gap:6px;padding:7px 9px;font-size:12px;line-height:1.3;display:grid}.static-chat-inline-attachment__meta svg{color:var(--signal)}.static-chat-inline-attachment__meta strong{white-space:nowrap;font-weight:740}.static-chat-inline-attachment__meta>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.static-chat-file-attachment--inline{border-color:var(--chat-user-outline);max-width:100%;margin-bottom:12px;padding-block:9px}.static-chat-file-attachment--inline .static-chat-file-attachment-icon{color:var(--signal)}.static-chat-file-attachment--inline .static-chat-file-attachment-copy strong{font-weight:760}.static-chat-file-attachment--inline .static-chat-file-attachment-copy span{color:var(--sub);font-size:12px}.static-chat-header{background:var(--surface-ink);border:0;padding:0}.static-chat-header-copy{align-items:center;width:100%;min-height:56px;padding:0 18px;display:flex}.static-chat-header-title{justify-content:space-between;align-items:baseline;gap:20px;width:100%;min-width:0;display:flex}.static-chat-header-identity{color:var(--surface-ink-text);align-items:center;gap:9px;min-width:0;display:inline-flex}.static-chat-header-identity svg{color:color-mix(in srgb, var(--surface-ink-text) 72%, transparent);flex:none}.static-chat-header-title strong{color:var(--surface-ink-text);font-family:var(--artifact-sans);letter-spacing:-.035em;font-size:clamp(20px,1.6vw,24px);font-weight:760;line-height:1}.static-chat-header-title span{color:color-mix(in srgb, var(--surface-ink-text) 68%, transparent);font-family:var(--artifact-sans);letter-spacing:-.01em;text-align:right;font-size:12.5px;line-height:1.35}.static-chat-thread,.static-chat-viewport{min-height:0}.static-chat-viewport{max-height:none;overflow:visible}.static-chat-message-list{flex-direction:column;gap:clamp(16px,2vw,22px);padding:clamp(20px,2.4vw,28px);display:flex}.static-chat-message{background:0 0;border:0;align-items:flex-start;width:min(88%,730px);padding:0;display:block;position:relative}.static-chat-message[data-role=assistant]{align-self:flex-start}.static-chat-message[data-role=user]{align-self:flex-end}.static-chat-message-avatar{background:var(--surface-ink);border:1px solid var(--surface-ink);border-radius:var(--artifact-radius,2px);color:var(--surface-ink-text);z-index:1;justify-content:center;align-items:center;width:27px;height:27px;display:inline-flex;position:absolute;top:9px;left:10px}.static-chat-message[data-role=user] .static-chat-message-avatar{border-color:var(--chat-user-outline);background:var(--chat-user-fill);color:var(--signal,var(--accent));border-radius:50%;left:auto;right:10px}.static-chat-message-bubble{background:var(--chat-message-fill);border:1px solid var(--chat-outline);border-radius:var(--artifact-radius,2px) 8px 8px 8px;flex:1;width:100%;min-width:0;overflow:hidden}.static-chat-message[data-role=user] .static-chat-message-bubble{background:var(--chat-user-fill);border-color:var(--chat-user-outline);border-radius:8px var(--artifact-radius,2px) 8px 8px}.static-chat-message-meta{border-bottom:1px solid color-mix(in oklab, var(--ink) 8%, transparent);justify-content:space-between;align-items:center;min-height:44px;padding:0 7px 0 47px;display:flex}.static-chat-message[data-role=user] .static-chat-message-meta{flex-direction:row-reverse;padding-left:7px;padding-right:47px}.static-chat-message-role{color:var(--sub);font-family:var(--artifact-sans);letter-spacing:-.01em;align-items:center;gap:6px;font-size:13px;font-weight:720;line-height:1.25;display:inline-flex}.static-chat-message[data-role=user] .static-chat-message-role{color:var(--signal,var(--accent))}.static-chat-message-content{min-width:0;padding:3px 15px 16px}.static-chat-message-copy{gap:.72em;display:grid}.static-chat-message-copy p{color:var(--ink);font-family:var(--artifact-sans);text-wrap:pretty;margin:0;font-size:clamp(16px,1.3vw,18px);font-weight:470;line-height:1.55}.static-chat-message-copy .static-chat-message-heading{color:var(--ink);font-family:var(--artifact-sans);letter-spacing:-.02em;text-transform:none;margin:0;font-size:1em;font-weight:720;line-height:1.25}.static-chat-message-copy strong{font-weight:750}.static-chat-message-copy em{font-style:italic}.static-chat-message-copy code{background:color-mix(in oklab, var(--ink) 7%, transparent);border-radius:var(--artifact-radius,2px);font-family:var(--mono);padding:.08em .3em;font-size:.9em}.static-chat-message-copy pre{background:var(--surface-ink,var(--ink));border-radius:var(--artifact-radius,2px);color:var(--surface-ink-text,var(--paper));border:0;margin:0;padding:14px 16px;overflow-x:auto}.static-chat-message-copy pre code{color:inherit;white-space:pre-wrap;background:0 0;border-radius:0;padding:0;font-size:12px;line-height:1.4;display:block}.static-chat-message-copy a{color:var(--ink);text-decoration-color:var(--signal,var(--accent));text-underline-offset:3px;text-decoration-thickness:2px}.static-chat-message-copy :is(ul,ol){font-family:var(--artifact-sans);text-wrap:pretty;margin:0;padding-left:1.25em;font-size:clamp(16px,1.3vw,18px);line-height:1.5}.static-chat-message-copy li+li{margin-top:.4em}.static-chat-message-copy blockquote{border-left:0;border-top:1px solid var(--signal,var(--accent));margin:0;padding-top:12px}.static-chat-attachment{appearance:none;color:inherit;cursor:zoom-in;font:inherit;text-align:left;border:0;width:100%;max-width:420px;margin:0 0 16px;display:block;position:relative;overflow:hidden}.static-chat-attachment__zoom{background:color-mix(in oklab, var(--surface-ink) 90%, transparent);border:1px solid color-mix(in oklab, var(--surface-ink-text) 24%, transparent);border-radius:var(--artifact-radius,2px);color:var(--surface-ink-text);pointer-events:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .16s,transform .16s;display:flex;position:absolute;top:8px;right:8px}.static-chat-attachment:is(:hover,:focus-visible) .static-chat-attachment__zoom,.static-chat-inline-attachment:is(:hover,:focus-visible) .static-chat-attachment__zoom{background:var(--surface-ink);transform:scale(1.06)}.static-chat-attachment:focus-visible,.static-chat-inline-attachment:focus-visible{outline:var(--focus-ring,2px solid var(--signal));outline-offset:3px}.static-chat-attachment-meta{border-top:1px solid var(--rule);color:var(--sub);font-family:var(--mono);text-align:left;align-items:center;gap:7px;min-height:36px;padding:8px 10px;font-size:12px;line-height:1.3;display:flex}.static-chat-attachment-meta svg{flex:none}.static-chat-file-attachment{border-bottom:1px solid var(--rule);border-top:1px solid var(--rule);grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;max-width:420px;margin:0 0 16px;padding:9px 0;display:grid}.static-chat-file-attachment-icon{background:color-mix(in oklab, var(--ink) 7%, transparent);border:1px solid color-mix(in oklab, var(--ink) 14%, var(--rule));border-radius:var(--artifact-radius,2px);color:var(--sub);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.static-chat-file-attachment-copy{flex-direction:column;min-width:0;line-height:1.25;display:flex}.static-chat-file-attachment-copy strong{color:var(--ink);font-family:var(--artifact-sans);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:680;overflow:hidden}.static-chat-file-attachment-copy span{color:var(--mute);font-family:var(--artifact-sans);letter-spacing:-.005em;margin-top:2px;font-size:12px}.static-chat-file-attachment-type{color:var(--signal);font-family:var(--artifact-sans,var(--sans));letter-spacing:.07em;font-size:11.5px;font-weight:780;line-height:1.1}.static-chat-inline__turn[data-role=user] .static-chat-file-attachment--inline{border-color:color-mix(in oklab, var(--signal) 24%, var(--rule))}.static-chat-message-actions{flex:none}.static-chat-message-actions button{appearance:none;border-radius:var(--artifact-radius,2px);color:var(--sub);cursor:pointer;font-family:var(--artifact-sans);background:0 0;border:0;justify-content:center;align-items:center;gap:0;width:44px;min-width:44px;min-height:44px;padding:0;font-size:12px;font-weight:650;line-height:1.2;display:inline-flex}.static-chat-message-actions button span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.static-chat-message-actions button:hover{background:color-mix(in oklab, var(--ink) 7%, transparent);color:var(--ink)}.static-chat-message-actions button[data-copy-state=copied]{border-color:var(--signal,var(--accent));color:var(--signal,var(--accent))}.static-chat-message-actions button[data-copy-state=failed]{color:var(--signal,var(--accent))}.static-chat-message-actions button:not([data-copy-state=idle]){gap:6px;width:auto;padding-inline:9px}.static-chat-message-actions button:not([data-copy-state=idle]) span{clip:auto;clip-path:none;white-space:nowrap;width:auto;height:auto;position:static;overflow:visible}.static-chat-continuation{background:var(--surface-ink);color:color-mix(in srgb, var(--surface-ink-text) 62%, transparent);font-family:var(--artifact-sans);letter-spacing:-.005em;padding:14px var(--artifact-gutter);font-size:12px;font-weight:600}@media (width<=700px){.static-chat-inline{margin:36px 0 48px}.static-chat-inline__context{margin-bottom:10px;padding:10px 0 9px}.static-chat-inline__context-title{line-height:1.25}.static-chat-inline__turn[data-role=user],.static-chat-inline__turn[data-role=assistant]{margin-inline:0}.static-chat-inline__role{gap:6px;top:8px;left:9px}.static-chat-inline__turn[data-role=user] .static-chat-inline__role{text-align:right;flex-direction:row-reverse;left:auto;right:9px}.static-chat-inline__avatar{flex-basis:24px;width:24px;height:24px}.static-chat-inline__body{width:100%;padding:44px 13px 13px}.static-chat-header-copy{min-height:58px;padding:0 16px}.static-chat-header-title{overflow-wrap:anywhere;flex-direction:column;align-items:start;gap:5px}.static-chat-header-title span{text-align:left}.static-chat-message-list{gap:15px;padding:14px 10px 16px}.static-chat-message{width:100%}.static-chat-message-content{padding:4px 14px 15px}.static-chat-attachment{max-width:100%}}@media (prefers-reduced-motion:reduce){.static-chat-attachment__zoom{transition:none}.static-chat-attachment:is(:hover,:focus-visible) .static-chat-attachment__zoom,.static-chat-inline-attachment:is(:hover,:focus-visible) .static-chat-attachment__zoom{transform:none}}
