.support-chat-messages{display:flex;flex-direction:column;gap:1.25rem;position:relative}.support-chat-message-block{display:flex;flex-direction:column;min-width:0;max-width:100%}.support-chat-row.is-user .support-chat-message-block{align-items:flex-end;max-width:min(88%,28rem)}.support-chat-row.is-user .support-chat-message-block:has(.support-chat-user-bubble.has-uploads){max-width:min(96%,34rem)}.support-chat-row.is-assistant .support-chat-message-block{align-items:flex-start;width:100%}.support-chat-message-actions{display:flex;align-items:center;gap:.1rem;margin-top:.2rem;opacity:1;transition:opacity .15s ease}.support-chat-message-actions.is-user{justify-content:flex-end;opacity:0}.support-chat-message-actions.is-user:focus-within,.support-chat-message-block:hover .support-chat-message-actions.is-user{opacity:1}.support-chat-message-action{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:.5rem;background:transparent;color:color-mix(in srgb,var(--text-card-muted,#a1a1aa) 90%,transparent);cursor:pointer;transition:color .15s ease,background .15s ease}.support-chat-message-action:hover{background:color-mix(in srgb,var(--text-card-heading,#fff) 8%,transparent)}.support-chat-message-action.is-active,.support-chat-message-action.is-copied,.support-chat-message-action:hover{color:var(--text-card-heading,#fff)}.support-chat-copy-icon{animation:support-chat-copy-pop .24s cubic-bezier(.34,1.56,.64,1)}@keyframes support-chat-copy-pop{0%{transform:scale(.55);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion:reduce){.support-chat-copy-icon{animation:none}}.support-chat-row{display:flex;width:100%}.support-chat-row.is-user{justify-content:flex-end}.support-chat-row.is-assistant{justify-content:flex-start}.support-chat-user-bubble.has-uploads{padding:0;overflow:hidden}.support-chat-user-bubble.has-uploads .support-chat-user-text,.support-chat-user-bubble.is-editing .support-chat-user-edit{padding:.65rem 1rem}.support-chat-user-bubble.has-uploads .support-chat-user-artifacts{padding:0 1rem .65rem}.support-chat-user-media{width:100%}.support-chat-user-edit-input{width:100%;min-height:5rem;max-height:17.5rem;resize:vertical;border:0;background:transparent;color:inherit;font:inherit;line-height:1.55;outline:none}.support-chat-user-edit-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.support-chat-user-edit-btn{border:0;border-radius:9999px;padding:.4rem .85rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:opacity .15s ease,background .15s ease}.support-chat-user-edit-btn:disabled{opacity:.45;cursor:not-allowed}.support-chat-user-edit-btn.is-cancel{background:color-mix(in srgb,var(--text-card-heading,#fff) 14%,transparent);color:var(--text-card-heading,#f4f4f5)}.support-chat-user-edit-btn.is-send{background:var(--text-card-heading,#fafafa);color:var(--bg-primary,#09090b)}.support-chat-user-bubble{max-width:min(88%,28rem);padding:.65rem 1rem;border-radius:1.25rem;font-size:.9375rem;line-height:1.55;white-space:pre-wrap;background:color-mix(in srgb,var(--text-card-heading,#fff) 12%,transparent);color:var(--text-card-heading,#f4f4f5);border:1px solid color-mix(in srgb,var(--text-card-heading,#fff) 8%,transparent)}.support-chat-assistant{max-width:100%;width:100%;font-size:.9375rem;line-height:1.6;color:var(--text-card,#e4e4e7)}.support-chat-assistant.support-chat-markdown h3{font-size:1.05rem;font-weight:600;margin-top:.75rem;margin-bottom:.35rem;color:var(--text-card-heading,#fff)}.support-chat-assistant.support-chat-markdown p{margin-bottom:.65rem}.support-chat-assistant.support-chat-markdown ol,.support-chat-assistant.support-chat-markdown ul{margin:.35rem 0 .65rem;padding-left:1.15rem}.support-chat-assistant.support-chat-markdown p>a:only-child{display:inline-flex;align-items:center;gap:.4rem;margin-top:.15rem;padding:.45rem .95rem;border-radius:9999px;font-size:.8125rem;font-weight:600;text-decoration:none;background:var(--text-card-heading,#fafafa);color:var(--bg-primary,#09090b);border:1px solid transparent;transition:transform .15s ease,opacity .15s ease}.support-chat-assistant.support-chat-markdown p>a:only-child:hover{transform:translateY(-1px);opacity:.92}.support-chat-assistant.support-chat-markdown p>a:only-child:active{transform:translateY(0) scale(.98)}.support-chat-quick-chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 .85rem .5rem}.support-chat-suggestions{padding:0 .85rem .65rem}.support-chat-messages-empty{display:grid;place-items:center;align-content:center;min-height:100%;gap:0}.support-chat-empty-greeting-wrap{width:100%;max-width:20rem;margin:0 auto;padding:0 .75rem;box-sizing:border-box}.support-chat-empty-state{width:min(100%,19rem);padding:0 .75rem;box-sizing:border-box}.support-chat-empty-state-inner{display:flex;flex-direction:column;align-items:flex-start;width:100%}.support-chat-empty-greeting{margin:0;width:100%;text-align:center;font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text-card-heading,#fafafa)}.support-chat-suggestions-dock{flex-shrink:0;padding:0 .85rem .4rem}.support-chat-scroll-down{position:absolute;left:50%;bottom:5.75rem;z-index:12;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid color-mix(in srgb,var(--text-card-muted,#888) 35%,transparent);border-radius:9999px;background:color-mix(in srgb,var(--bg-primary,#09090b) 88%,transparent);color:var(--text-card-heading,#fafafa);box-shadow:0 4px 18px rgba(0,0,0,.35);cursor:pointer;transform:translateX(-50%);transition:background .15s ease,transform .15s ease}.support-chat-scroll-down:hover{background:color-mix(in srgb,var(--text-card-heading,#fff) 12%,var(--bg-primary,#09090b));transform:translateX(-50%) translateY(-1px)}.support-chat-suggestions-greeting{margin:0 0 .75rem;text-align:center;font-size:.9375rem;font-weight:500;color:var(--text-card-heading,#fafafa)}.support-chat-suggestions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.support-chat-suggestion{display:flex;align-items:center;gap:.55rem;width:100%;padding:.38rem .15rem;border:none;border-radius:0;background:transparent;color:var(--text-card-muted,#a1a1aa);font-size:.875rem;text-align:left;cursor:pointer;transition:color .18s ease}.support-chat-suggestion:focus-visible:not(:disabled),.support-chat-suggestion:hover:not(:disabled){color:var(--text-card-heading,#fafafa);outline:none}.support-chat-suggestion:active:not(:disabled){opacity:.78}.support-chat-suggestion-icon{flex-shrink:0;color:currentColor;transition:color .18s ease}.support-chat-quick-chip{border-radius:9999px;padding:.35rem .7rem;font-size:.75rem;font-weight:500;color:var(--text-card-muted,#a1a1aa);background:transparent;border:1px solid color-mix(in srgb,var(--text-card-muted,#888) 35%,transparent);transition:background .15s ease,color .15s ease,border-color .15s ease}.support-chat-quick-chip:hover:not(:disabled){color:var(--text-card-heading,#fff);border-color:color-mix(in srgb,var(--text-card-heading,#fff) 25%,transparent);background:color-mix(in srgb,var(--text-card-heading,#fff) 6%,transparent)}.support-chat-composer-wrap{flex-shrink:0;padding:.35rem .75rem .65rem}.support-chat-attachments{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 .25rem .45rem}.support-chat-attachment{position:relative;width:3rem;height:3rem;border-radius:.6rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--text-card-heading,#fff) 14%,transparent)}.support-chat-attachment img{width:100%;height:100%;object-fit:cover;display:block}.support-chat-attachment button{position:absolute;top:.15rem;right:.15rem;width:1.1rem;height:1.1rem;background:rgba(0,0,0,.62);color:#fff}.support-chat-attach,.support-chat-attachment button{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:none;cursor:pointer}.support-chat-attach{flex-shrink:0;width:1.85rem;height:1.85rem;margin-left:-.4rem;background:transparent;color:color-mix(in srgb,var(--text-card-heading,#fff) 55%,transparent);transition:color .15s ease,background .15s ease}.support-chat-attach:hover:not(:disabled){color:var(--text-card-heading,#fff);background:color-mix(in srgb,var(--text-card-heading,#fff) 10%,transparent)}.support-chat-attach:disabled{opacity:.45;cursor:not-allowed}.support-chat-composer{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem .45rem 1rem;border-radius:9999px;border:1px solid color-mix(in srgb,var(--text-card-heading,#fff) 10%,transparent);transition:border-color .2s ease,border-radius .2s ease;color-scheme:normal;flex-shrink:0}.support-chat-composer.is-multiline{border-radius:1.25rem;align-items:flex-end}.support-chat-composer:focus-within{border-color:color-mix(in srgb,var(--text-card-heading,#fff) 22%,transparent);box-shadow:none}.support-chat-composer .support-chat-composer-input,.support-chat-composer input.support-chat-composer-input,.support-chat-composer textarea.support-chat-composer-input,[data-app-root] .support-chat-composer input.support-chat-composer-input,html.theme-dark .support-chat-composer input.support-chat-composer-input,html:not(.theme-light) .support-chat-composer input.support-chat-composer-input{flex:1 1 auto;align-self:center;min-width:0;width:100%;border:none!important;outline:none!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;-webkit-box-shadow:none!important;-webkit-appearance:none;appearance:none;border-radius:0!important;color-scheme:normal;font-size:.9375rem;line-height:1.45;color:var(--text-card-heading,#fff);padding:0;margin:0;caret-color:var(--text-card-heading,#fff);min-height:1.45rem;max-height:10.5rem;overflow-y:hidden;resize:none}.support-chat-composer .support-chat-composer-input:active,.support-chat-composer .support-chat-composer-input:disabled,.support-chat-composer .support-chat-composer-input:focus,.support-chat-composer .support-chat-composer-input:focus-visible,.support-chat-composer .support-chat-composer-input:hover,.support-chat-composer textarea.support-chat-composer-input:active,.support-chat-composer textarea.support-chat-composer-input:disabled,.support-chat-composer textarea.support-chat-composer-input:focus,.support-chat-composer textarea.support-chat-composer-input:focus-visible,.support-chat-composer textarea.support-chat-composer-input:hover{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;outline:none!important}.support-chat-composer-input::placeholder{color:var(--text-card-muted,#71717a);opacity:1}.support-chat-send{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1.5px solid color-mix(in srgb,var(--text-card-heading,#fff) 35%,transparent);background:transparent;color:color-mix(in srgb,var(--text-card-heading,#fff) 40%,transparent);cursor:not-allowed;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.support-chat-send.is-ready{border-color:var(--text-card-heading,#fff);background:var(--text-card-heading,#fff);color:var(--bg-primary,#000);cursor:pointer}.support-chat-send.is-ready:hover{transform:scale(1.04)}.support-chat-send.is-ready:active{transform:scale(.96)}.support-agent-work{display:flex;flex-direction:column;gap:.6rem;padding:.1rem 0 .4rem;width:100%;align-self:stretch}.support-agent-work .support-chat-thinking{margin:0}.support-chat-thinking{margin:0 .85rem .35rem;padding:0;min-height:0;background:none;border:none;animation:support-chat-thinking-in .28s ease forwards}.support-chat-thinking-text{display:inline-block;font-size:.8125rem;line-height:1.35;background:linear-gradient(90deg,color-mix(in srgb,var(--text-card-muted,#71717a) 100%,transparent) 0,color-mix(in srgb,var(--text-card-muted,#71717a) 100%,transparent) 35%,color-mix(in srgb,var(--text-card-heading,#fafafa) 100%,transparent) 50%,color-mix(in srgb,var(--text-card-muted,#71717a) 100%,transparent) 65%,color-mix(in srgb,var(--text-card-muted,#71717a) 100%,transparent) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:support-chat-text-wave 2.4s ease-in-out infinite,support-chat-thinking-text .28s ease}@keyframes support-chat-thinking-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes support-chat-thinking-text{0%{opacity:0}to{opacity:1}}@keyframes support-chat-text-wave{0%{background-position:120% 0}to{background-position:-120% 0}}html.theme-light .support-chat-user-bubble{background:color-mix(in srgb,#000 6%,transparent);color:var(--text-primary,#1d1d1f);border-color:color-mix(in srgb,#000 8%,transparent)}html.theme-light .support-chat-assistant{color:var(--text-primary,#1d1d1f)}html.theme-light .support-chat-composer{background-color:color-mix(in srgb,#000 5%,var(--bg-primary,#f8f7f4))!important;border-color:color-mix(in srgb,#000 10%,transparent)}html.theme-light .support-chat-composer-input{color:var(--text-primary,#1d1d1f)}html.theme-light .support-chat-send.is-ready{background:#1d1d1f;border-color:#1d1d1f;color:#fff}html.theme-light .support-chat-thinking-text{background:linear-gradient(90deg,#8e8e93,#8e8e93 35%,#1d1d1f 50%,#8e8e93 65%,#8e8e93);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent}