.chat-authenticated-host[data-chat-route=true]{height:100dvh;width:100%}.chat-container{height:100dvh;width:100dvw}.chat-container,.chat-main{position:relative;overflow:hidden}.chat-main{display:flex;height:100%;flex-direction:row}.chat-section{position:relative;display:flex;height:100%;flex:1 1 0%;flex-direction:column;min-width:var(--chat-thread-min);--chat-composer-clearance:96px;--chat-edge-fade-size:32px;--chat-composer-visual-offset:30px;--chat-composer-effects-gap:12px;--chat-align-create-dock-bottom:calc(40px + env(safe-area-inset-bottom, 0px));margin-right:0;transition:--chat-composer-clearance var(--composer-resize-duration) var(--composer-resize-easing),opacity .25s cubic-bezier(.4,0,.2,1) 60ms,margin-right var(--report-panel-l2-motion-duration,.48s) var(--report-panel-l2-motion-ease,cubic-bezier(.23,1,.32,1))}.chat-section[data-resizing]{transition:--chat-composer-clearance var(--composer-resize-duration) var(--composer-resize-easing),opacity .25s cubic-bezier(.4,0,.2,1) 60ms}.chat-section[data-composer-spectrum=on]{--chat-composer-effects-gap:0px}.chat-main[data-report-panel-open=true][data-report-panel-mode=split] .chat-section{margin-right:min(calc(var(--report-panel-width, 45%) + var(--report-panel-l2-extra, 0px) + var(--report-panel-inspector-extra, 0px) + var(--report-panel-thread-gap)),calc(100% - var(--chat-thread-min)));opacity:.92}.chat-scroll-shell{position:relative;min-height:0;flex:1 1 0%;overflow:hidden;will-change:transform;transform:translateZ(0)}.chat-scroll-viewport{position:absolute;inset:0;overflow:hidden}.chat-area{height:100%;overflow:auto}.chat-progressive-blur-edge{pointer-events:none;height:100%;opacity:1;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.chat-messages-container{margin-left:auto;margin-right:auto;display:flex;max-width:780px;flex-direction:column;padding-left:1rem;padding-right:1rem;padding-top:0;gap:32px;--chat-gap-chrome:24px;--chat-gap-sibling:48px}@media (width >= 768px){.chat-messages-container{width:min(780px,calc(100% - 2 * var(--chat-shell-inline-inset)));max-width:none;padding-left:0;padding-right:0}}.chat-message-user-block[data-editing=true],.chat-messages-container>.chat-message-user-block.group{margin-top:80px;margin-bottom:16px}.chat-message-container-user{max-width:none;animation:reveal .22s ease-out;background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--prose-body));width:-moz-max-content;width:max-content;max-width:100%;min-width:0;border-radius:48px;padding:24px 32px;overflow:hidden;box-shadow:var(--shadow-low),var(--shadow-accent-glow);--chat-user-bubble-fade-base:hsl(var(--card));position:relative}.chat-message-container-user:has(.chat-message-user-clamp-shell-truncated){padding-bottom:0}.chat-message-user-bubble-fill{min-width:0}.chat-message-container-user[data-clamp-active=true][data-expanded=true] .chat-message-user-bubble-fill,.chat-message-user-clamp-shell{position:relative}.chat-message-user-clamp-shell-truncated{max-height:160px;overflow:hidden}.chat-message-user-clamp-shell-truncated .chat-message-content-user>:last-child{margin-bottom:0}.chat-message-user-clamp-shell-expandable{cursor:pointer}.chat-message-user-clamp-shell-expandable:focus-visible{outline:2px solid rgb(59 130 246);outline-offset:-2px}.chat-message-user-fade-scrim{position:absolute;left:0;right:0;bottom:0;height:22px;pointer-events:none;background:linear-gradient(to top,var(--chat-user-bubble-fade-base) 0,transparent 100%);transition:height .18s cubic-bezier(.4,0,.2,1)}.chat-message-container-user[data-clamp-active=true][data-expanded=false]:hover .chat-message-user-fade-scrim{height:48px}.chat-message-user-cue-chevron-down{color:hsl(var(--muted-foreground))}.chat-message-container-user[data-clamp-active=true][data-expanded=false]:hover .chat-message-user-cue-chevron-down{opacity:1;bottom:12px}.chat-message-user-cue-svg{display:block}.chat-message-user-collapse-zone{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;width:100%;height:48px;align-items:center;justify-content:center;border:none;margin:0;padding:0;background:transparent;border-radius:0;cursor:pointer;color:inherit}.chat-message-user-collapse-zone:focus-visible{outline:2px solid rgb(59 130 246);outline-offset:-2px}.chat-message-user-collapse-gradient{position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .18s cubic-bezier(.4,0,.2,1);background:linear-gradient(to top,var(--chat-user-bubble-fade-base) 0,transparent 100%)}.chat-message-container-user[data-clamp-active=true][data-expanded=true]:hover .chat-message-user-collapse-gradient,.chat-message-user-collapse-zone:focus-visible .chat-message-user-collapse-gradient{opacity:1}.chat-message-user-cue-chevron-up{position:relative;z-index:1;left:auto;bottom:auto;transform:none;pointer-events:none;color:hsl(var(--muted-foreground));opacity:0;transition:opacity .18s cubic-bezier(.4,0,.2,1)}.chat-message-container-user[data-clamp-active=true][data-expanded=true]:hover .chat-message-user-cue-chevron-up,.chat-message-user-collapse-zone:focus-visible .chat-message-user-cue-chevron-up{opacity:1}.chat-message-container-assistant{width:100%;max-width:100%}@keyframes reveal{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-message-container-assistant{animation:reveal .22s ease-out;border-radius:12px;border-width:1px;border-color:transparent;background-color:transparent;padding:0}.chat-message-container-assistant .chat-message-content>:first-child:not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;padding-top:0}.chat-message-container-assistant .chat-message-content>:last-child:not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;padding-bottom:0}.chat-message-content{color:var(--tw-prose-body);max-width:65ch}.chat-message-content :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.chat-message-content :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.chat-message-content :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.chat-message-content :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.chat-message-content :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.chat-message-content :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.chat-message-content :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.chat-message-content :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.chat-message-content :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.chat-message-content :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.chat-message-content :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.chat-message-content :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.chat-message-content :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.chat-message-content :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.chat-message-content :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.chat-message-content :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.chat-message-content :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.chat-message-content :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.chat-message-content :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.chat-message-content :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.chat-message-content :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.chat-message-content :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.chat-message-content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.chat-message-content :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.chat-message-content :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.chat-message-content :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.chat-message-content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.chat-message-content :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.chat-message-content :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.chat-message-content :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.chat-message-content :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.chat-message-content :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.chat-message-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.chat-message-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.chat-message-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.chat-message-content :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.chat-message-content :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.chat-message-content :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.chat-message-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.chat-message-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.chat-message-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.chat-message-content :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.chat-message-content :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.chat-message-content :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.chat-message-content :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.chat-message-content :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.chat-message-content :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.chat-message-content :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.chat-message-content :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.chat-message-content :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.chat-message-content :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.chat-message-content :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.chat-message-content{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39/10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.chat-message-content :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.chat-message-content :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.chat-message-content :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.chat-message-content :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.chat-message-content :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.chat-message-content :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.chat-message-content :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.chat-message-content :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.chat-message-content :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.chat-message-content :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.chat-message-content :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.chat-message-content :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.chat-message-content :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.chat-message-content :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.chat-message-content :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.chat-message-content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.chat-message-content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.chat-message-content :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.chat-message-content{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:rgb(23 23 23/10%);--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255/10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040;max-width:none;font-size:16px;font-weight:300;line-height:1.8;color:hsl(var(--prose-body))}.chat-message-content :where(h1,h2,h3,h4):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;color:hsl(var(--prose-heading));margin-top:2.5em;margin-bottom:1em}.chat-message-content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em}.chat-message-content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3em}.chat-message-content :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.75em;margin-bottom:1.75em}.chat-message-content :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;color:hsl(var(--prose-heading))}.chat-message-content :where(ul,ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.75em;margin-bottom:1.75em;padding-left:1.5em}.chat-message-content :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;margin-bottom:1em}.chat-message-content :where(li)::marker{color:hsl(var(--prose-marker))}.chat-message-content-user{color:var(--tw-prose-body);max-width:65ch}.chat-message-content-user :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.chat-message-content-user :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.chat-message-content-user :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.chat-message-content-user :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.chat-message-content-user :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.chat-message-content-user :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.chat-message-content-user :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.chat-message-content-user :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.chat-message-content-user :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.chat-message-content-user :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.chat-message-content-user :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.chat-message-content-user :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.chat-message-content-user :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.chat-message-content-user :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.chat-message-content-user :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.chat-message-content-user :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.chat-message-content-user :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.chat-message-content-user :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.chat-message-content-user :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.chat-message-content-user :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.chat-message-content-user :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.chat-message-content-user :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.chat-message-content-user :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.chat-message-content-user :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.chat-message-content-user :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.chat-message-content-user :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.chat-message-content-user :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.chat-message-content-user :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.chat-message-content-user :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.chat-message-content-user :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.chat-message-content-user :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content-user :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.chat-message-content-user :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content-user :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.chat-message-content-user :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.chat-message-content-user :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.chat-message-content-user :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.chat-message-content-user :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.chat-message-content-user :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.chat-message-content-user :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.chat-message-content-user :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.chat-message-content-user :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.chat-message-content-user :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.chat-message-content-user :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.chat-message-content-user :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.chat-message-content-user :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.chat-message-content-user :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.chat-message-content-user :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.chat-message-content-user :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.chat-message-content-user :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.chat-message-content-user :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.chat-message-content-user :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.chat-message-content-user :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.chat-message-content-user :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.chat-message-content-user :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.chat-message-content-user{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39/10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.chat-message-content-user :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.chat-message-content-user :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.chat-message-content-user :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.chat-message-content-user :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.chat-message-content-user :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.chat-message-content-user :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.chat-message-content-user :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.chat-message-content-user :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.chat-message-content-user :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.chat-message-content-user :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.chat-message-content-user :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.chat-message-content-user :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.chat-message-content-user :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content-user :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content-user :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content-user :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content-user :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.chat-message-content-user :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.chat-message-content-user :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.chat-message-content-user :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.chat-message-content-user :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.chat-message-content-user :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.chat-message-content-user :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.chat-message-content-user :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.chat-message-content-user{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:rgb(23 23 23/10%);--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255/10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040;max-width:none;white-space:pre-wrap;font-size:16px;line-height:1.6;color:hsl(var(--prose-body))}.chat-input-container{gap:.5rem;z-index:var(--z-shell-base);transform-origin:bottom;pointer-events:auto}.chat-input-bar-layout,.chat-input-container{position:relative;display:flex;width:100%;align-items:flex-end}.chat-input-bar-layout{min-height:48px;justify-content:center;overflow:visible;pointer-events:none}.chat-input-wrapper{position:relative;display:flex;flex:1 1 0%;align-items:center;border-radius:32px;border-style:none;padding:.75rem 1rem;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:hsl(var(--card));color:hsl(var(--prose-body))}.chat-pill-outer{--chat-pill-glow-ring:2px;--chat-pill-glow-offset-y:2px;position:relative;margin-left:auto;margin-right:auto;display:inline-flex;max-width:100%;overflow:visible;border-radius:9999px;padding:var(--chat-pill-glow-ring);flex:0 0 auto;pointer-events:auto;transform-origin:center}.chat-pill-spectrum-aura-blur{position:absolute;inset:0;z-index:1;pointer-events:none;filter:blur(24px);animation:var(--chat-pill-spectrum-pulse,spectrum-pulse-light) 4s ease-in-out infinite alternate}.chat-pill-spectrum-aura-content{position:absolute;inset:0;box-sizing:border-box;border-radius:9999px;padding:var(--chat-pill-glow-ring);transform:translateY(var(--chat-pill-glow-offset-y));animation-delay:.5s;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:var(--jenium-spectrum-filter)}.chat-pill-spectrum-shadow-blur{position:absolute;inset:0;z-index:2;pointer-events:none;filter:blur(4px);opacity:.4}.chat-pill-spectrum-shadow-content{position:absolute;inset:0;box-sizing:border-box;border-radius:9999px;padding:var(--chat-pill-glow-ring);transform:translateY(var(--chat-pill-glow-offset-y));filter:var(--jenium-spectrum-filter) brightness(.8);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.chat-pill-ask{position:relative;z-index:3;min-height:48px;gap:.5rem;border-radius:9999px;padding:.625rem 1.25rem;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-shadow-color:rgb(0 0 0/0.1);--tw-shadow:var(--tw-shadow-colored);background-color:color-mix(in srgb,hsl(var(--card)) 70%,transparent);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);min-width:-moz-max-content;min-width:max-content;white-space:nowrap}.chat-pill-ask,.chat-pill-logo-frame{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-pill-text{-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:500;letter-spacing:-.025em;color:transparent;background-image:linear-gradient(to right,hsl(var(--muted-foreground)),hsl(var(--foreground)));flex:0 0 auto;white-space:nowrap}.chat-pill-logo{height:2rem;width:2rem;color:hsl(var(--foreground));flex:0 0 auto}.chat-textarea-wrapper{position:relative;display:flex;min-width:0;flex:1 1 0%;flex-direction:column}.chat-placeholder-overlay{pointer-events:none;position:absolute;left:0;top:0;color:hsl(var(--muted-foreground));padding-left:8px;font-size:16px;line-height:26px;white-space:nowrap;overflow:hidden}.chat-textarea{width:100%;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;padding:0;outline:2px solid transparent;outline-offset:2px;font-size:16px;line-height:26px}.chat-deep-research-tag-wrapper{position:absolute;left:var(--composer-content-inset-start,52px);bottom:calc(100% + 8px)}.chat-deep-research-toggle-btn{display:flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--foreground));--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-shadow-color:rgb(0 0 0/0.1);--tw-shadow:var(--tw-shadow-colored)}.chat-rotate-icon{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.chat-send-button,.chat-send-button-disabled{display:flex;min-height:44px;min-width:44px;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-color:transparent;background-color:transparent;padding:.5rem;outline:2px solid transparent;outline-offset:2px;margin-bottom:3px}.chat-send-button-disabled{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;pointer-events:none}.chat-send-button-icon{color:hsl(var(--foreground))}.chat-send-button-icon-disabled{color:hsl(var(--muted-foreground))}.chat-bottom-chrome{position:absolute;bottom:0;left:0;right:0;z-index:var(--z-trigger-zone);width:100%;overflow:visible;pointer-events:none}.chat-composer-interaction-zone{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:920px;overflow:visible;padding-left:1rem;padding-right:1rem;z-index:3;pointer-events:none}@media (width >= 768px){.chat-composer-interaction-zone{width:min(920px,calc(100% - 2 * var(--chat-shell-inline-inset)));max-width:none;padding-left:0;padding-right:0}}.chat-fixed-input-wrapper{position:relative;width:100%;overflow:visible;z-index:var(--z-shell-base);pointer-events:none;padding-top:var(--chat-composer-visual-offset);padding-bottom:calc(40px + env(safe-area-inset-bottom, 0))}.chat-bottom-composer-cover{bottom:0;z-index:0;height:calc(var(--chat-composer-clearance) - var(--chat-composer-visual-offset) + var(--chat-composer-effects-gap));background-color:hsl(var(--background));transition:height var(--composer-resize-duration) var(--composer-resize-easing),opacity .22s var(--composer-resize-easing);will-change:height}.chat-bottom-composer-cover,.chat-bottom-fade-layer{position:absolute;left:0;right:0;pointer-events:none;opacity:1}.chat-bottom-fade-layer{bottom:calc(var(--chat-composer-clearance) - var(--chat-composer-visual-offset) + var(--chat-composer-effects-gap));z-index:1;height:var(--chat-edge-fade-size);overflow:hidden;transition:bottom var(--composer-resize-duration) var(--composer-resize-easing),opacity .22s var(--composer-resize-easing);will-change:bottom}.chat-bottom-fade-scrim{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0,hsl(var(--background)) 100%)}.chat-composer-spectrum-aura{position:absolute;left:50%;bottom:calc(var(--chat-composer-clearance) - var(--chat-composer-visual-offset) + var(--chat-composer-effects-gap));z-index:2;width:min(760px,calc(100% - 32px));height:10px;overflow:visible;pointer-events:none;transform:translateX(-50%);background-image:var(--jenium-spectrum-gradient);background-size:500%;filter:var(--jenium-spectrum-filter);opacity:.1;animation:spectrum-slide var(--jenium-spectrum-slide-duration-standard) linear infinite;transition:bottom var(--composer-resize-duration) var(--composer-resize-easing),opacity .22s var(--composer-resize-easing);-webkit-mask-image:radial-gradient(ellipse 50% 100% at 50% 100%,#000 0,rgb(0 0 0/.52) 48%,transparent 100%);mask-image:radial-gradient(ellipse 50% 100% at 50% 100%,#000 0,rgb(0 0 0/.52) 48%,transparent 100%)}.chat-input-position{position:relative;overflow:visible;z-index:var(--z-shell-base);pointer-events:auto}.chat-bottom-chrome[data-composer-state=pill] .chat-input-position,.project-ask-jenium-chrome[data-composer-state=pill] .chat-input-position{pointer-events:none}.chat-bottom-chrome[data-align-create-docked] .chat-bottom-composer-cover,.chat-bottom-chrome[data-composer-state=pill] .chat-bottom-composer-cover,.chat-bottom-chrome[data-composer-state=pill] .chat-composer-spectrum-aura,.chat-scroll-shell[data-align-create-docked] .chat-bottom-fade-layer,.chat-scroll-shell[data-composer-state=pill] .chat-bottom-fade-layer,.project-ask-jenium-chrome[data-composer-state=pill] .chat-bottom-composer-cover,.project-ask-jenium-chrome[data-composer-state=pill] .chat-composer-spectrum-aura{opacity:0}.chat-message-user-stack{display:flex;flex-direction:column;align-items:stretch;min-width:0;max-width:100%;gap:6px}.chat-message-user-actions-below{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;padding-right:32px;opacity:0;pointer-events:none;transition:opacity .2s ease}.chat-message-user-block.group:hover .chat-message-user-actions-below{opacity:1;pointer-events:auto}@media (hover:none),(pointer:coarse){.chat-message-user-actions-below{display:none}}.chat-turn-shell{gap:var(--chat-gap-chrome)}.chat-turn-response-block,.chat-turn-shell{display:flex;flex-direction:column;min-width:0}.chat-turn-response-block{gap:var(--chat-gap-sibling)}.chat-turn-footer-chrome{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;gap:6px;min-width:0;min-height:36px;padding-right:8px;opacity:1;pointer-events:auto;transition:opacity .2s ease}@media (hover:hover) and (pointer:fine){.chat-turn-footer-chrome{opacity:0;pointer-events:none}.chat-turn-shell[data-chrome=open] .chat-turn-footer-chrome{opacity:1;pointer-events:auto}}.chat-turn-footer-metrics{font-size:14px;font-weight:400;letter-spacing:.01em;color:hsl(var(--muted-foreground))}.chat-user-message-actions-modal{position:relative;z-index:1;margin-left:1rem;margin-right:1rem;width:100%;max-width:24rem;padding:1.5rem;border-radius:var(--glass-popup-radius);border:var(--glass-popup-border);backdrop-filter:var(--glass-popup-blur);-webkit-backdrop-filter:var(--glass-popup-blur);background:var(--glass-popup-bg);box-shadow:var(--glass-popup-shadow)}.chat-user-message-actions-modal-list{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.chat-user-message-actions-modal-item{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;padding:12px 14px;border:none;border-radius:10px;background:transparent;color:hsl(var(--muted-foreground));font-size:15px;text-align:left}.chat-user-message-actions-modal-item:hover{background:hsl(var(--surface-hover))}.chat-message-user-edit-pills{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-end;gap:10px;width:100%;padding-right:32px}.chat-message-user-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin:0;border:none;background:transparent;box-shadow:none;color:hsl(var(--muted-foreground));border-radius:6px;transition:color .2s ease}.chat-message-user-icon-btn svg{display:block;flex-shrink:0;stroke:currentColor}.chat-message-user-icon-btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.chat-message-user-icon-btn:focus-visible:not(:disabled),.chat-message-user-icon-btn:hover:not(:disabled){color:hsl(var(--foreground))}.chat-message-user-icon-btn:disabled{opacity:.45}.chat-message-user-copy-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,filter .3s ease}.chat-message-user-copy-layer-visible{opacity:1;filter:none}.chat-message-user-copy-layer-hidden{opacity:0;filter:blur(4px)}.chat-message-user-block[data-editing=true] .chat-message-user-column{width:100%;max-width:100%;align-items:stretch}.chat-message-container-user[data-inline-editing=true]{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity,1));width:100%;max-width:100%;box-shadow:var(--shadow-low),var(--shadow-accent-glow)}.chat-message-user-inline-textarea{display:block;width:100%;min-height:0;max-height:none;resize:none;overflow:hidden;border:none;outline:none;background:transparent;font:inherit;color:inherit;padding:0;line-height:1.45;box-sizing:border-box}.chat-message-user-pill-cancel{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));flex-shrink:0;padding:8px 18px;border-radius:9999px;border:1px solid hsl(var(--input));background:hsl(var(--card))}.chat-message-user-pill-cancel:disabled{opacity:.5}.chat-message-user-pill-send{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--inverse-foreground));flex-shrink:0;padding:8px 22px;border-radius:9999px;border:none;background:hsl(var(--inverse-surface))}.chat-message-user-pill-send:disabled{opacity:.45}.chat-error-fallback-container{display:flex;min-height:200px;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;text-align:center}.chat-error-fallback-message{color:hsl(var(--muted-foreground))}.chat-error-fallback-buttons{display:flex;gap:.75rem}.chat-error-fallback-btn-retry{border-radius:var(--radius);background-color:hsl(var(--primary));padding:.5rem 1rem;color:hsl(var(--primary-foreground));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.chat-error-fallback-btn-retry:hover{opacity:.9}.chat-error-fallback-btn-home{border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));padding:.5rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.chat-error-fallback-btn-home:hover{background-color:hsl(var(--accent))}