.messages{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.messages button,.messages a,.messages [role=button]{touch-action:manipulation}.messages::-webkit-scrollbar{width:5px}.messages::-webkit-scrollbar-track{background:transparent}.messages::-webkit-scrollbar-thumb{background:#fff6;border-radius:3px}.messages::-webkit-scrollbar-thumb:hover{background:#ffffff8c}.layout.colorMode-light .messages::-webkit-scrollbar-thumb{background:#00000038}.layout.colorMode-light .messages::-webkit-scrollbar-thumb:hover{background:#00000059}.messageList{max-width:800px;width:100%;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}@keyframes messageRowEntrance{0%{opacity:0;transform:translate3d(0,14px,0) scale(.985);filter:blur(10px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes messageAccessoryFade{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes inlineEditorReveal{0%{opacity:0;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}.messageRowEnter{animation:messageRowEntrance .42s cubic-bezier(.2,.82,.2,1) both;will-change:transform,opacity,filter}.messageRowEnter-user{transform-origin:100% 100%}.messageRowEnter-assistant{transform-origin:0 0}.messageRowEnter .msgActions,.messageRowEnter .userEditActions{animation:messageAccessoryFade .34s cubic-bezier(.22,.8,.24,1) 70ms both}.emptyState{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;gap:2.5rem}.welcomeTitle{font-size:2rem;font-weight:700;color:var(--text-primary);text-align:center;letter-spacing:-.01em;font-family:var(--font-serif);line-height:1.25;opacity:.92}.examplePrompts{display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:580px}.exampleBtn{text-align:left;padding:.85rem 1.15rem;border:1px solid rgba(255,255,255,.08);border-radius:.85rem;background:#ffffff08;color:var(--text-secondary);font-size:.88rem;font-family:var(--font-serif);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;line-height:1.5}.exampleBtn:hover{background:#ffffff12;border-color:#d977064d;color:var(--text-primary);transform:translateY(-1px)}.userMsg{display:flex;justify-content:flex-end;width:100%;content-visibility:auto;contain-intrinsic-size:auto 96px}.userBubble{display:flex;flex-direction:column;align-self:flex-end;background:linear-gradient(135deg,var(--chat-user-bubble-start, #3c3c3a) 0%,var(--chat-user-bubble-end, #343432) 100%);color:var(--chat-user-bubble-text, var(--user-bubble-text));padding:.8rem 1.15rem;border-radius:1.25rem 1.25rem .3rem;width:fit-content;max-width:100%;min-width:0;font-size:var(--chat-user-font-size);line-height:var(--chat-message-line-height);font-weight:400;letter-spacing:.01em;white-space:normal;word-break:normal;overflow-wrap:anywhere;font-family:var(--font-serif);box-shadow:0 2px 8px #00000026;box-sizing:border-box;transform-origin:100% 100%;transition:transform .18s ease,border-radius .22s ease,background .22s ease,box-shadow .22s ease}.userBubbleText{white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere;min-width:0}.userBubbleToggle{display:inline-flex;align-items:center;align-self:flex-start;margin-top:.55rem;padding:0;border:0;background:transparent;color:#d6f36d;font:inherit;font-size:.86em;font-weight:800;letter-spacing:.01em;cursor:pointer}.userBubbleToggle:focus-visible{outline:2px solid rgba(214,243,109,.65);outline-offset:3px;border-radius:.3rem}.userBubbleEditing{box-shadow:inset 0 0 0 1px #d6f36d47,0 12px 28px #00000029}.userBubbleEditorWrap{min-width:0;animation:inlineEditorReveal .18s ease both}.userBubbleEditor{width:100%;min-height:3.75rem;resize:none;border:1px solid rgba(255,255,255,.12);border-radius:.9rem;background:#ffffff0d;color:inherit;padding:.8rem .9rem;font:inherit;line-height:inherit;letter-spacing:inherit;font-family:var(--font-serif);box-sizing:border-box;overflow:hidden}.userBubbleEditor:focus{outline:none;border-color:#fff3;box-shadow:0 0 0 3px #ffffff14}.userBubbleEditorBtn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#f3f3f1;padding:.4rem .85rem;font-size:.76rem;font-family:var(--font-serif);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.userBubbleEditorBtn:hover:not(:disabled){background:#ffffff17;border-color:#ffffff2e}.userBubbleEditorBtn:disabled{opacity:.45;cursor:default}.userBubbleEditorBtn.primary{color:#f3f3f1;border-color:#ffffff2e;background:#ffffff1a}.userBubbleEditorBtn.primary:hover:not(:disabled){background:#ffffff24;border-color:#ffffff3d}.userBubbleEditorBtn.secondary{color:#ffffffc7}.messageAttachments{margin-top:.7rem;display:grid;gap:.4rem}.messageAttachmentChip{display:flex;align-items:center;gap:.55rem;background:#00000040;border:1px solid rgba(255,255,255,.1);border-radius:.6rem;padding:.4rem .5rem;transition:border-color .15s ease}.messageAttachmentChip:hover{border-color:#fff3}.messageAttachmentThumb{width:36px;height:36px;border-radius:.45rem;object-fit:cover;border:1px solid rgba(255,255,255,.15)}.messageAttachmentIcon{min-width:36px;height:36px;border-radius:.45rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#b8b8b4;font-size:.56rem;font-weight:700;letter-spacing:.05em;display:flex;align-items:center;justify-content:center}.messageAttachmentMeta{min-width:0;display:grid;gap:.05rem}.messageAttachmentName{font-size:.73rem;color:#eaeae7;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:210px;font-family:var(--font-serif)}.messageAttachmentSize{font-size:.66rem;color:#ffffff80;letter-spacing:.01em}.userContextBadge{margin-top:.6rem;display:inline-flex;align-items:center;padding:.2rem .62rem;border-radius:999px;border:1px solid rgba(147,197,253,.2);font-size:.67rem;font-family:var(--font-serif);color:#bfdbfe;background:#3b82f61f;letter-spacing:.01em}.userContextBadge+.userContextBadge{margin-left:.45rem}.layout.colorMode-light .userContextBadge{border-color:#a4b5583d;color:#5a6714;background:#d6f36d2e}.assistantMsg{display:flex;align-items:flex-start;width:100%;min-width:0}.assistantContent{flex:1;min-width:0;width:100%;max-width:100%}.assistantReplyBody{display:flex;flex-direction:column;gap:.85rem;overflow:visible;width:100%;min-width:0;align-items:stretch}.assistantReplyBody>*{min-width:0;max-width:100%}.assistantChipsRow{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;min-width:0}.assistantChipsRow .proactiveSuggestions{display:contents}.assistantApiBadgeRow{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;min-width:0}.searchApiBadge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(96,165,250,.24);background:#1e40af29;color:#bfdbfe;font-size:.72rem;font-family:var(--font-serif);padding:.18rem .58rem;letter-spacing:.01em;white-space:nowrap}.layout.colorMode-light .searchApiBadge{border-color:#2563eb3d;background:#2563eb1a;color:#1e40af}.citationPill{position:relative;display:inline-flex;align-items:center;gap:.28rem;height:1.35rem;padding:0 .5rem;margin:0 .15rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#e2e8f0eb;font-size:.72rem;font-weight:500;line-height:1;text-decoration:none;vertical-align:baseline;transform:translateY(-1px);transition:background .12s ease,border-color .12s ease,transform .12s ease;z-index:1}.citationPillButton{font:inherit;cursor:pointer}.citationPill:hover,.citationPill:focus-visible{background:#ffffff1a;border-color:#ffffff2e;text-decoration:none;outline:none;z-index:90}.citationPillFavicon{width:12px;height:12px;border-radius:2px;object-fit:contain;flex-shrink:0}.citationPillUnresolved{opacity:.7;cursor:default}.citationPillUnresolved:hover{background:#ffffff0f;border-color:#ffffff1a}.layout.colorMode-light .citationPillUnresolved:hover{background:#0f172a0a;border-color:#0f172a1f}.citationPillLabel{white-space:nowrap;max-width:10rem;overflow:hidden;text-overflow:ellipsis}.layout.colorMode-light .citationPill{border-color:#0f172a1f;background:#0f172a0a;color:#0f172adb}.layout.colorMode-light .citationPill:hover,.layout.colorMode-light .citationPill:focus-visible{background:#0f172a14;border-color:#0f172a38}.citationHoverCard{position:absolute;top:calc(100% + 6px);left:0;z-index:120;display:none;flex-direction:column;gap:.3rem;min-width:14rem;max-width:20rem;padding:.6rem .7rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0f1115fa;box-shadow:0 8px 24px #0006;color:#e2e8f0f2;font-size:.78rem;line-height:1.35;text-align:left;pointer-events:none}.citationPill:hover .citationHoverCard,.citationPill:focus-visible .citationHoverCard{display:flex}.citationHoverCardHeader{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:500;color:#94a3b8f2}.citationHoverCardFavicon{width:14px;height:14px;border-radius:2px;object-fit:contain}.citationHoverCardSite{white-space:nowrap}.citationHoverCardTitle{font-size:.82rem;font-weight:600;color:#f1f5f9fa;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.layout.colorMode-light .citationHoverCard{background:#fff;border-color:#0f172a1a;box-shadow:0 6px 18px #0f172a1a;color:#0f172aeb}.layout.colorMode-light .citationHoverCardHeader{color:#475569e6}.layout.colorMode-light .citationHoverCardTitle{color:#0f172af5}@keyframes citationSheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes citationSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes citationSheetDown{0%{opacity:1;transform:translateY(0)}to{opacity:.84;transform:translateY(100%)}}@keyframes citationSourcesPanelIn{0%{opacity:.86;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes citationSourcesPanelOut{0%{opacity:1;transform:translate(0)}to{opacity:.86;transform:translate(100%)}}@keyframes citationSheetFadeOut{0%{opacity:1}to{opacity:0}}.citationSheetBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;z-index:1600;background:#02030399;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:citationSheetFadeIn .2s ease}.citationSheet{display:flex;flex-direction:column;gap:1rem;width:min(100%,44rem);max-height:min(70vh,38rem);margin:0 auto;padding:.8rem .85rem calc(.95rem + env(safe-area-inset-bottom,0px));border-radius:1.5rem 1.5rem 0 0;border:1px solid rgba(255,255,255,.08);background:#0c0d0cfa;box-shadow:0 -18px 48px #0000006b;overflow:hidden;animation:citationSheetUp .2s cubic-bezier(.2,.9,.2,1)}.citationSheetHandle{width:2.9rem;height:.28rem;margin:0 auto;border-radius:999px;background:#ffffff2e}.citationSheetHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.citationSheetEyebrow{margin:0;color:#f5f5f075;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.citationSheetTitle{margin:.35rem 0 0;color:#f5f5f0;font-size:1.1rem;font-weight:600;line-height:1.2}.citationSheetClose{width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0a;color:#f5f5f0d1;cursor:pointer}.citationSheetList{display:grid;gap:.7rem;overflow-y:auto;padding-right:.1rem}.citationSheetItem{display:grid;gap:.28rem;padding:.9rem .95rem;border-radius:1rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#f5f5f0;text-decoration:none}.citationSheetItemMeta{display:inline-flex;align-items:center;gap:.45rem;color:#f5f5f080;font-size:.78rem;font-weight:600}.citationSheetItemFavicon{width:16px;height:16px;border-radius:3px;object-fit:contain}.citationSheetItemTitle{color:#f5f5f0eb;font-size:.92rem;line-height:1.4}.citationSheetItem:hover,.citationSheetItem:focus-visible{background:#ffffff0d;border-color:#ffffff1f;outline:none}.layout.colorMode-light .citationSheet{background:#fffffffa;border-color:#0f172a1a;box-shadow:0 -18px 48px #0f172a1f}.layout.colorMode-light .citationSheetHandle{background:#0f172a29}.layout.colorMode-light .citationSheetEyebrow{color:#0f172a75}.layout.colorMode-light .citationSheetTitle,.layout.colorMode-light .citationSheetItem,.layout.colorMode-light .citationSheetItemTitle{color:#0f172aeb}.layout.colorMode-light .citationSheetClose{border-color:#0f172a1a;background:#0f172a0a;color:#0f172ac2}.layout.colorMode-light .citationSheetItem{border-color:#0f172a14;background:#0f172a08}.layout.colorMode-light .citationSheetItemMeta{color:#0f172a7a}.citationToolSheetBackdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1099;background:#00000080;animation:citationSheetFadeIn .2s ease}.citationToolSheetBackdrop.closing{pointer-events:none;animation:citationSheetFadeOut .22s ease forwards}.toolSettingsPopup.citationToolSheet{position:fixed;top:auto;left:0;right:0;bottom:0;width:100vw;max-width:100vw;min-width:0;padding:0;border-radius:1.5rem 1.5rem 0 0;overflow:hidden;z-index:1100;transform-origin:center bottom;box-sizing:border-box;display:flex;flex-direction:column;touch-action:none;will-change:height;transition:height .42s cubic-bezier(.32,.72,0,1),max-height .42s cubic-bezier(.32,.72,0,1),border-radius .28s cubic-bezier(.32,.72,0,1)}.citationToolSheet *{touch-action:none}.citationToolSheet.dragging{transition:none}.citationToolSheet.closing{pointer-events:none;animation:citationSheetDown .22s cubic-bezier(.32,.72,0,1) forwards}.citationToolSheetHandleRow{display:flex;justify-content:center;padding:.65rem 1rem .35rem}.citationToolSheetHandle{width:3.5rem;height:.34rem;border:none;border-radius:999px;background:#f5f5f038;cursor:ns-resize;padding:0;touch-action:none}.citationToolSheetHandle:hover,.citationToolSheetHandle:focus-visible{background:#f5f5f052;outline:none}.citationToolSheetHeader{padding:0 1rem .8rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.citationToolSheetTitleBlock{min-width:0}.citationToolSheetTitle{margin:0;color:#d6f36d;font-family:var(--font-serif);font-size:1.35rem;font-weight:600;line-height:1.05}.citationToolSheetSubtitle{margin:.35rem 0 0;color:#f5f5f0b8;font-size:1rem;font-weight:500;line-height:1.25}.citationToolSheetClose{display:none;width:2rem;height:2rem;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:#f5f5f0c2;font-size:1.35rem;line-height:1;cursor:pointer;place-items:center}.citationToolSheetClose:hover,.citationToolSheetClose:focus-visible{background:#ffffff14;color:#f5f5f0f0;outline:none}.citationToolSheetList{padding:0 0 calc(1rem + env(safe-area-inset-bottom,0px));overflow-y:hidden;flex:1 1 auto;touch-action:none}.citationToolSheetList.scrollable{overflow-y:auto;touch-action:none}.citationToolSheetItem{display:grid;gap:.42rem;padding:1rem;color:var(--ui-popover-text);text-decoration:none;transition:background .15s ease;touch-action:none}.citationToolSheetItem+.citationToolSheetItem{border-top:1px solid rgba(255,255,255,.06)}.citationToolSheetItem:hover,.citationToolSheetItem:focus-visible{background:var(--ui-popover-hover);outline:none}.citationToolSheetItemMeta{display:inline-flex;align-items:center;gap:.45rem;color:var(--ui-popover-muted);font-size:.92rem;font-weight:600}.citationToolSheetItemFavicon{width:16px;height:16px;border-radius:3px;object-fit:contain}.citationToolSheetItemSite{color:var(--ui-popover-text);font-family:var(--font-serif);font-size:1rem;font-weight:600;line-height:1.2}.citationToolSheetItemTitle{color:#f5f5f0b3;font-size:1rem;line-height:1.35}.citationToolSheetItemSnippet{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#f5f5f08a;font-size:.92rem;line-height:1.35}.layout.colorMode-light .citationToolSheetHandle{background:#0f172a2e}.layout.colorMode-light .citationToolSheetHandle:hover,.layout.colorMode-light .citationToolSheetHandle:focus-visible{background:#0f172a47}.layout.colorMode-light .citationToolSheetSubtitle,.layout.colorMode-light .citationToolSheetItemTitle,.layout.colorMode-light .citationToolSheetClose{color:#0f172a9e}.layout.colorMode-light .citationToolSheetClose:hover,.layout.colorMode-light .citationToolSheetClose:focus-visible{background:#0f172a0f;color:#0f172adb}.layout.colorMode-light .citationToolSheetItemSnippet{color:#0f172a80}@media (min-width: 769px){.citationToolSheetBackdrop{background:#00000014;animation:citationSheetFadeIn .16s ease}.toolSettingsPopup.citationToolSheet{top:0;left:auto;right:0;bottom:0;width:min(420px,calc(100vw - 56px));max-width:min(420px,calc(100vw - 56px));height:100dvh!important;max-height:100dvh!important;border-radius:0;border-left:1px solid rgba(255,255,255,.08);box-shadow:-24px 0 48px #00000047;transform-origin:center right;touch-action:auto;will-change:transform;transition:none;animation:citationSourcesPanelIn .22s cubic-bezier(.2,.9,.2,1)}.citationToolSheet.closing{animation:citationSourcesPanelOut .22s cubic-bezier(.4,0,.2,1) forwards}.citationToolSheet,.citationToolSheet *{touch-action:auto}.citationToolSheetHandleRow{display:none}.citationToolSheetHeader{min-height:4.2rem;padding:1.15rem 1.15rem .95rem;border-bottom:1px solid rgba(255,255,255,.06);align-items:center}.citationToolSheetTitle{color:#d6f36d;font-family:inherit;font-size:1rem;font-weight:650;letter-spacing:0}.citationToolSheetSubtitle{margin-top:.2rem;font-size:.78rem}.citationToolSheetClose{display:inline-grid}.citationToolSheetList,.citationToolSheetList.scrollable{overflow-y:auto;padding:.75rem 0 1.25rem;touch-action:pan-y}.citationToolSheetItem{gap:.35rem;padding:.85rem 1.15rem;touch-action:auto}.citationToolSheetItemMeta{gap:.42rem;font-size:.78rem;font-weight:500}.citationToolSheetItemFavicon{width:14px;height:14px}.citationToolSheetItemSite{color:#f5f5f0c7;font-family:inherit;font-size:.82rem;font-weight:500}.citationToolSheetItemTitle{color:#f5f5f0f0;font-size:.91rem;font-weight:650;line-height:1.35}.citationToolSheetItemSnippet{font-size:.84rem}.layout.colorMode-light .citationToolSheetBackdrop{background:#0f172a0f}.layout.colorMode-light .citationToolSheet{border-left-color:#0f172a1a;box-shadow:-24px 0 48px #0f172a1f}.layout.colorMode-light .citationToolSheetHeader{border-bottom-color:#0f172a14}.layout.colorMode-light .citationToolSheetItemTitle{color:#0f172aeb}.layout.colorMode-light .citationToolSheetTitle{color:#7a9800}.layout.colorMode-light .citationToolSheetItemSite{color:#0f172aad}}.assistantFooterRow{display:flex;align-items:center;justify-content:flex-start;gap:.55rem;flex-wrap:wrap;margin-top:.8rem}.travelApiBadge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(52,211,153,.22);background:#064e3b2e;color:#a7f3d0;font-size:.72rem;font-family:var(--font-serif);padding:.18rem .58rem;letter-spacing:.01em;white-space:nowrap}.layout.colorMode-light .travelApiBadge{border-color:#05966938;background:#0596691a;color:#047857}.msgText{color:var(--text-primary);font-size:var(--chat-assistant-font-size);line-height:var(--chat-message-line-height);font-weight:420;letter-spacing:.01em;word-break:break-word;overflow-wrap:anywhere;overflow:visible;font-family:var(--font-serif);width:100%;min-width:0;max-width:100%}.chatView .messageList .msgText :is(p,li,a,span,blockquote,small){font-size:inherit!important;line-height:inherit!important}.assistantImagePreviewPanel{border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:#ffffff06;padding:.65rem;display:inline-block;width:fit-content;max-width:100%;box-sizing:border-box;overflow:hidden;box-shadow:0 2px 8px #00000026}.assistantRoutePreviewPanel{border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:#ffffff06;padding:.65rem;width:min(560px,100%);max-width:100%;box-sizing:border-box;overflow:hidden;box-shadow:0 2px 8px #00000026}.assistantRoutePreviewMeta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.assistantRoutePreviewChip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(147,197,253,.25);background:#1e40af2e;color:#bfdbfe;font-size:.7rem;font-family:var(--font-serif);padding:.18rem .55rem;white-space:nowrap;letter-spacing:.01em}.assistantRoutePreviewFrame{width:100%;height:240px;border:0;border-radius:.55rem;background:#00000040}.assistantRoutePreviewLink{display:inline-flex;align-items:center;margin-top:.55rem;color:#93c5fd;text-decoration:none;font-size:.8rem;font-family:var(--font-serif);border-bottom:1px solid rgba(147,197,253,.2);transition:border-color .15s ease}.assistantRoutePreviewLink:hover{text-decoration:none;border-bottom-color:#93c5fd}.assistantPlacePreviewPanel{padding:0;width:min(560px,100%);max-width:100%;box-sizing:border-box;overflow:visible}.assistantPlacePreviewLabel{color:var(--text-secondary);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;font-weight:700;font-family:var(--font-serif)}.assistantPlacePreviewGrid{display:grid;gap:.6rem}.assistantPlacePreviewCard{border:1px solid rgba(255,255,255,.07);border-radius:.6rem;background:#ffffff05;padding:.45rem;display:grid;gap:.4rem;transition:border-color .2s ease,box-shadow .2s ease}.assistantPlacePreviewCard:hover{border-color:#ffffff24;box-shadow:0 4px 12px #0003}.assistantPlacePreviewFrame{width:100%;height:190px;border:0;border-radius:.45rem;background:#00000038}.assistantPlacePreviewMeta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.1rem .15rem;min-width:0;overflow:hidden}.assistantPlacePreviewTitle{color:var(--text-primary);font-size:.78rem;font-family:var(--font-serif);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistantPlacePreviewLink{color:#93c5fd;text-decoration:none;font-size:.74rem;font-family:var(--font-serif);white-space:nowrap;border-bottom:1px solid transparent;transition:border-color .15s ease}.assistantPlacePreviewLink:hover{text-decoration:none;border-bottom-color:#93c5fd}.assistantImagePreviewLabel{color:var(--text-secondary);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;font-weight:700;font-family:var(--font-serif)}.assistantImagePreviewGrid{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.3rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.layout.colorMode-light .assistantImagePreviewGrid{scrollbar-color:rgba(0,0,0,.24) transparent}.assistantImagePreviewGrid::-webkit-scrollbar{height:4px}.assistantImagePreviewGrid::-webkit-scrollbar-track{background:transparent}.assistantImagePreviewGrid::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.layout.colorMode-light .assistantImagePreviewGrid::-webkit-scrollbar-thumb{background:#0000003d}.assistantImagePreviewCard{display:flex;flex-direction:column;gap:.3rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border-radius:.5rem;flex:0 0 auto;width:140px}.assistantImagePreviewCard:hover{transform:translateY(-2px)}.assistantImagePreviewThumb{width:140px;height:105px;object-fit:cover;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;transition:border-color .2s ease}.assistantImagePreviewCard:hover .assistantImagePreviewThumb{border-color:#d977064d}.assistantImagePreviewTitle{color:var(--text-secondary);font-size:.69rem;font-family:var(--font-serif);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 .1rem}.msgText p{margin:0 0 .65rem}.msgText p:last-child{margin-bottom:0}.msgText h1,.msgText h2,.msgText h3,.msgText h4{margin:1.3rem 0 .45rem;font-weight:700;line-height:1.3;font-family:var(--font-serif);color:var(--chat-heading-color)}.chatView .messageList .msgText h1{font-size:1.3rem!important}.chatView .messageList .msgText h2{font-size:1.2rem!important}.chatView .messageList .msgText h3{font-size:1.1rem!important}.chatView .messageList .msgText h4{font-size:1rem!important}.msgText h1:first-child,.msgText h2:first-child,.msgText h3:first-child,.msgText h4:first-child{margin-top:0}.msgText ul,.msgText ol{margin:.4rem 0 .7rem 1.4rem;padding:0;list-style-position:outside}.msgText ul{list-style-type:disc}.msgText ul ul{list-style-type:circle}.msgText ul ul ul{list-style-type:square}.msgText ol{list-style-type:decimal}.msgText li{margin-bottom:.3rem;line-height:1.75}.msgText ul li::marker{color:#dff68aeb}.msgText ol li::marker{color:currentColor;font-family:var(--font-ui);font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1,"tnum" 1}.msgText li:last-child{margin-bottom:0}.msgText :is(strong,b){font-weight:700;color:var(--chat-strong-color)}.msgText :is(strong,b).gmailFieldLabel{color:#d6f36d}.layout.colorMode-dark .msgText ol,.layout.colorMode-custom .msgText ol{list-style:none;counter-reset:ordered-list-item var(--ordered-list-start, 0);margin-left:0}.layout.colorMode-dark .msgText ol>li,.layout.colorMode-custom .msgText ol>li{position:relative;counter-increment:ordered-list-item;padding-left:1.9rem}.layout.colorMode-dark .msgText ol>li:before,.layout.colorMode-custom .msgText ol>li:before{content:counter(ordered-list-item) ".";position:absolute;left:0;top:0;width:1.45rem;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Arial,sans-serif;font-weight:700;font-variant-numeric:normal;font-feature-settings:normal;line-height:inherit}.layout.colorMode-dark .msgText ol>li::marker,.layout.colorMode-custom .msgText ol>li::marker{content:""}.layout.colorMode-dark .msgText ol :is(strong,b),.layout.colorMode-custom .msgText ol :is(strong,b){color:inherit}.layout.colorMode-dark .msgText ol :is(strong,b).gmailFieldLabel,.layout.colorMode-custom .msgText ol :is(strong,b).gmailFieldLabel{color:#d6f36d}.msgText em{font-style:normal;color:var(--chat-em-color)}.msgText code{background:var(--chat-code-bg);border:1px solid var(--chat-code-border);border-radius:.3rem;padding:.13rem .38rem;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Consolas,monospace;font-size:.82em;color:var(--chat-code-color)}.msgText pre{background:var(--chat-pre-bg);border:1px solid var(--chat-pre-border);border-radius:.6rem;padding:.85rem 1.1rem;margin:.6rem 0 .8rem;overflow-x:auto}.msgText pre code{background:none;border:none;border-radius:0;padding:0;font-size:.83rem;line-height:1.65}.msgText blockquote{position:relative;border-left:4px solid rgba(214,243,109,.58);padding:.9rem 1.05rem .9rem 1.1rem;margin:.85rem 0;color:var(--chat-blockquote-color);font-style:italic;border-radius:0 18px 18px 0;background:linear-gradient(90deg,rgba(214,243,109,.1),rgba(214,243,109,.02) 42%,transparent 100%);box-shadow:inset 0 0 0 1px #d6f36d0f}.msgText blockquote:before{content:'"';position:absolute;top:.16rem;left:.7rem;color:#d6f36d80;font-family:var(--font-heading);font-size:1.45rem;font-style:normal;line-height:1}.msgText blockquote :is(strong,b){color:#f5f5f0eb}.msgText blockquote :is(em,i){color:#f5f5f0c7}.msgText hr{border:none;border-top:1px solid var(--border);margin:1.2rem 0}.msgText a{color:#93c5fd;text-decoration:none;border-bottom:1px solid rgba(147,197,253,.25);transition:border-color .15s ease}.msgText a:hover{text-decoration:none;border-bottom-color:#93c5fd}.msgText table{border-collapse:collapse;margin:.75rem 0 1rem;font-size:.9rem;width:100%;table-layout:auto;line-height:1.5}.msgText .tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.tableActions{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0 .15rem;border-top:1px solid rgba(255,255,255,.08);margin-top:.1rem}.tableActionBtn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:#ffffff73;font-size:.78rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s,color .15s;font-family:inherit}.tableActionBtn:hover{background:#ffffff12;color:#fffc}.tableActionBtn:active{background:#ffffff1f}.msgText .tableWrapper::-webkit-scrollbar{height:5px}.msgText .tableWrapper::-webkit-scrollbar-track{background:transparent}.msgText .tableWrapper::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:3px}.msgText .tableWrapper::-webkit-scrollbar-thumb:hover{background:#fff6}.postResponseSuggestionsWrap{max-width:800px;width:100%;margin:0 auto;padding:0 1.5rem}.postResponseSuggestionsWrapInline{max-width:none;margin:0;padding:0}.assistantMsgWrap{position:relative;content-visibility:auto;contain-intrinsic-size:auto 320px}.assistantMessageLoading{width:min(100%,38rem);padding:.9rem 1rem;border:1px solid rgba(255,255,255,.06);border-radius:1rem;background:#ffffff08;color:var(--text-secondary);font-family:var(--font-ui);font-size:.92rem}.assistantMessageControls{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin-top:.65rem}.userMsgInner{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;width:min(100%,38rem);max-width:72%;min-width:0}.branchNavigator{display:inline-flex;align-items:center;gap:2px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1px 4px;font-size:11px;color:#ffffff73;-webkit-user-select:none;user-select:none}.layout.colorMode-light .branchNavigator{background:#0000000a;border-color:#00000014;color:#00000073}.branchNavBtn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;color:inherit;cursor:pointer;border-radius:4px;padding:0;transition:color .15s,background .15s}.branchNavBtn:hover:not(:disabled){color:#fffc;background:#ffffff14}.layout.colorMode-light .branchNavBtn:hover:not(:disabled){color:#000000b3;background:#0000000f}.branchNavBtn:disabled{opacity:.3;cursor:default}.branchNavLabel{font-variant-numeric:tabular-nums;min-width:24px;text-align:center;font-size:11px;line-height:1}.msgActions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;opacity:1}.msgActionBtn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffad;border-radius:6px;cursor:pointer;padding:0;transition:color .15s,background .15s,border-color .15s}.msgActionBtn:hover{color:#ffffffeb;background:#ffffff1a;border-color:#ffffff29}.userMsgActions{justify-content:flex-end;align-self:flex-end;margin-top:0;padding-top:0;border-top:none}.userEditActions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:.7rem;align-self:flex-end}.userBubble[data-editing=true] .messageAttachments,.userBubble[data-editing=true] .userContextBadge{opacity:.8;transition:opacity .16s ease}.assistantMsgWrap .msgActions{margin-top:0;padding-top:0}.layout.colorMode-light .msgActionBtn{color:#606d18eb;background:#d6f36d1f;border-color:#a4b5582e}.layout.colorMode-light .msgActionBtn:hover{color:#3f4a0c;background:#d6f36d33;border-color:#a4b55842}.layout.colorMode-light .userBubbleEditor{border-color:#473d281a;background:#fffbf3d1}.layout.colorMode-light .userBubbleEditor:focus{border-color:#a4b5584d;box-shadow:0 0 0 3px #d6f36d1f}.layout.colorMode-light .userBubbleEditorBtn{color:#3f3a2e;border-color:#473d281a;background:#fffbf3e0}.layout.colorMode-light .userBubbleEditorBtn:hover:not(:disabled){background:#f6f0e2f5;border-color:#473d2829}.layout.colorMode-light .userBubbleEditorBtn.primary{color:#1b2007;border-color:#a4b5583d;background:linear-gradient(180deg,#e8f7a8,#d6f36d)}.layout.colorMode-light .userBubbleEditorBtn.primary:hover:not(:disabled){background:linear-gradient(180deg,#edf8ba,#d9f06f);border-color:#a4b55847}.layout.colorMode-light .userBubble{padding:.92rem 1.15rem;border:1px solid rgba(164,181,88,.22);border-radius:22px 22px 10px;box-shadow:0 18px 38px #5d4d291a;font-family:var(--font-ui);background:linear-gradient(180deg,#d6f36d14,#d6f36d08),linear-gradient(180deg,#f5f2e1fa,#eae5cdfa)}.layout.colorMode-dark .messageList,.layout.colorMode-custom .messageList{max-width:920px;padding:2.25rem 1.75rem 1.5rem;gap:1.8rem}.layout.colorMode-dark .userBubble,.layout.colorMode-custom .userBubble{padding:.92rem 1.15rem;border:1px solid rgba(214,243,109,.12);border-radius:22px 22px 10px;box-shadow:0 16px 34px #00000029;font-family:var(--font-ui);background:linear-gradient(180deg,#d6f36d0a,#d6f36d04),linear-gradient(180deg,#111211f5,#0c0d0cf5)}.layout.colorMode-dark .messageAttachmentChip,.layout.colorMode-custom .messageAttachmentChip{background:#d6f36d0d;border-color:#d6f36d1f}.layout.colorMode-dark .userContextBadge,.layout.colorMode-custom .userContextBadge{border-color:#d6f36d33;background:#d6f36d1a;color:#dff58a}.layout.colorMode-dark .msgActionBtn,.layout.colorMode-custom .msgActionBtn{border-color:#d6f36d24;background:#d6f36d0d;color:#d6f36ddb}.layout.colorMode-dark .msgActionBtn:hover,.layout.colorMode-custom .msgActionBtn:hover{color:#f2f8dc;background:#d6f36d1f;border-color:#d6f36d3d}.layout.colorMode-dark .msgText,.layout.colorMode-custom .msgText{color:#f5f5f0e6;font-family:var(--font-ui);font-size:1rem;line-height:1.78;letter-spacing:.002em}.layout.colorMode-dark .msgText :is(h1,h2,h3,h4,h5,h6),.layout.colorMode-custom .msgText :is(h1,h2,h3,h4,h5,h6){color:#f5f5f0;font-family:var(--font-heading);letter-spacing:-.03em}.layout.colorMode-dark .msgText a,.layout.colorMode-custom .msgText a,.layout.colorMode-dark .writeosCitation a,.layout.colorMode-custom .writeosCitation a,.layout.colorMode-dark .writeosReferenceItem a,.layout.colorMode-custom .writeosReferenceItem a{color:#d6f36d;text-decoration:none}.layout.colorMode-dark .msgText a:hover,.layout.colorMode-custom .msgText a:hover,.layout.colorMode-dark .writeosCitation a:hover,.layout.colorMode-custom .writeosCitation a:hover,.layout.colorMode-dark .writeosReferenceItem a:hover,.layout.colorMode-custom .writeosReferenceItem a:hover{text-decoration:underline}.layout.colorMode-dark .assistantImagePreviewPanel,.layout.colorMode-dark .assistantRoutePreviewPanel,.layout.colorMode-custom .assistantImagePreviewPanel,.layout.colorMode-custom .assistantRoutePreviewPanel,.layout.colorMode-custom .assistantPlacePreviewPanel{border-color:#ffffff14;background:#ffffff08;border-radius:20px;box-shadow:0 20px 42px #0000002e}.layout.colorMode-dark .assistantPlacePreviewPanel,.layout.colorMode-custom .assistantPlacePreviewPanel{border-color:transparent;background:transparent;border-radius:0;box-shadow:none}.layout.colorMode-dark .searchApiBadge,.layout.colorMode-dark .travelApiBadge,.layout.colorMode-dark .assistantRoutePreviewChip,.layout.colorMode-custom .searchApiBadge,.layout.colorMode-custom .travelApiBadge,.layout.colorMode-custom .assistantRoutePreviewChip{border-color:#d6f36d2e;background:#d6f36d17;color:#e6f9a2}html[data-performance-profile=constrained] .msgRow,html[data-performance-profile=constrained] .msgRow>*,html[data-performance-profile=constrained] .citationSheet,html[data-performance-profile=constrained] .citationSheetPanel{animation:none!important;transition:none!important;filter:none!important}html[data-performance-profile=constrained] .citationSheet,html[data-performance-profile=constrained] .citationSheetPanel{backdrop-filter:none;-webkit-backdrop-filter:none}.claudeInputBar{padding:.75rem 1rem 1.1rem;background:var(--chat-surface-bg);flex-shrink:0}.claudeInputWrapper{max-width:860px;margin:0 auto}.claudeInputCard{background:var(--chat-card-bg);border:1px solid transparent;border-radius:.85rem;background-clip:padding-box;box-shadow:inset 0 0 0 1px var(--chat-card-border);display:flex;flex-direction:column;position:relative;min-height:112px;overflow:visible;transition:box-shadow .25s ease}.claudeInputCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--chat-card-bg);pointer-events:none}.claudeInputCard>*{position:relative;z-index:1}.claudeInputCard:focus-within{box-shadow:inset 0 0 0 1px var(--chat-card-border-focus)}.composerEditBanner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.62rem .85rem 0;color:var(--chat-input-text);font-family:var(--font-ui);font-size:.82rem;font-weight:700}.composerEditBanner span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.82}.composerEditBanner button{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:inherit;cursor:pointer;flex-shrink:0;font:inherit;font-size:.76rem;padding:.28rem .7rem}.composerEditBanner button:hover{background:#ffffff1a}.claudeResizeHandle{position:absolute;top:6px;right:8px;width:28px;height:28px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:6px;opacity:0;transition:opacity .15s ease,background .15s ease;color:#fff6}.claudeInputCard:hover .claudeResizeHandle,.claudeInputCard:focus-within .claudeResizeHandle{opacity:1}.claudeResizeHandle:hover{background:#ffffff14;color:#ffffffb3}.claudeTextarea{min-height:36px;max-height:none;width:100%;box-sizing:border-box;border-top-left-radius:calc(.85rem - 1px);border-top-right-radius:calc(.85rem - 1px);padding:.7rem 1rem .45rem;border:none;outline:none;background:var(--chat-card-bg);-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--chat-input-text);resize:none;font-family:var(--font-serif);font-size:1rem;line-height:1.5;overflow-y:auto;overflow-x:hidden;display:block;flex-shrink:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.composerEditing .claudeTextarea{padding-top:.5rem}.claudeTextarea::-webkit-scrollbar{width:4px}.claudeTextarea::-webkit-scrollbar-track{background:transparent}.claudeTextarea::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.claudeTextarea:hover::-webkit-scrollbar-thumb{background:#ffffff40}.claudeTextarea::placeholder{color:var(--chat-input-placeholder);font-style:italic;opacity:.7}.claudeActions{display:flex;align-items:center;justify-content:space-between;padding:0 .8rem .6rem;margin-top:auto}.claudeActionsLeft{display:flex;align-items:center;gap:.25rem}.claudeActionsRight{display:flex;align-items:center;gap:.5rem}.claudeIconBtn{width:36px;height:36px;border-radius:.5rem;border:none;background:transparent;color:var(--chat-icon-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s,background .15s;flex-shrink:0}.claudeIconBtn:hover:not(:disabled){background:var(--chat-icon-hover-bg);color:var(--chat-icon-hover-color)}.claudeIconBtn.active{background:#7ec6ff1f;color:#8ed3ff}.claudeIconBtn:disabled{opacity:.4;cursor:default}.claudeSendBtn{width:36px;height:36px;border-radius:.5rem;border:none;background:var(--chat-send-bg);color:var(--chat-send-color);display:flex;align-items:center;justify-content:center;cursor:not-allowed;transition:background .2s,color .2s;flex-shrink:0}.claudeSendBtn.active{background:var(--chat-send-active-bg);color:var(--chat-send-active-color);cursor:pointer}.claudeSendBtn.active:hover{background:var(--chat-send-active-hover-bg)}.claudeSendBtn.stopping{cursor:pointer}.claudeSendBtn.stopping svg{width:13px;height:13px}.claudeSendBtn:disabled{opacity:.6}.claudeAttachments{display:flex;gap:.75rem;margin-top:.5rem;overflow-x:auto;padding-bottom:.25rem}.claudeAttachmentCard{position:relative;width:125px;height:125px;border-radius:.65rem;overflow:hidden;flex-shrink:0;background:var(--chat-attachment-card-bg);border:1px solid rgba(255,255,255,.1)}.claudeAttachmentCard img{width:100%;height:100%;object-fit:cover;display:block}.claudeAttachmentCardIcon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#555;font-size:2rem}.claudeAttachmentGradient{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--chat-attachment-gradient);display:flex;align-items:flex-end;padding:.5rem}.claudeAttachmentBadge{font-size:.65rem;font-weight:600;text-transform:uppercase;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:.35rem;padding:.15rem .4rem;letter-spacing:.04em}.claudeAttachmentRemove{position:absolute;top:.35rem;right:.35rem;width:22px;height:22px;border:none;border-radius:.35rem;background:#0009;color:#ccc;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;opacity:0;transition:opacity .15s,background .15s,color .15s}.claudeAttachmentCard:hover .claudeAttachmentRemove{opacity:1}.claudeAttachmentRemove:hover{background:#000000d9;color:#fff}.proactiveSuggestions{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 .25rem;animation:proactiveFadeIn .25s ease-out}.proactiveSuggestions--input{padding:.4rem .75rem .1rem}.proactiveSuggestions--response{padding:.5rem 0}@keyframes proactiveFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.proactiveSuggestionChip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:1rem;border:1px solid var(--chip-border, rgba(255, 255, 255, .1));background:var(--chip-bg, rgba(255, 255, 255, .04));color:var(--chip-text, rgba(255, 255, 255, .6));font-size:.78rem;font-family:var(--font-serif);cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1.3}.proactiveSuggestionChip:hover{background:var(--chip-hover-bg, rgba(255, 255, 255, .08));border-color:var(--chip-hover-border, rgba(255, 255, 255, .18));color:var(--chip-hover-text, rgba(255, 255, 255, .85))}.proactiveSuggestionChip:active{transform:scale(.97)}.proactiveSuggestionIcon{display:flex;align-items:center;justify-content:center;opacity:.7}.proactiveSuggestionChip:hover .proactiveSuggestionIcon{opacity:1}.proactiveSuggestionLabel{font-weight:450}.layout.colorMode-light .proactiveSuggestionChip{--chip-border: rgba(15, 23, 42, .16);--chip-bg: rgba(15, 23, 42, .055);--chip-text: rgba(15, 23, 42, .84);--chip-hover-bg: rgba(15, 23, 42, .095);--chip-hover-border: rgba(15, 23, 42, .24);--chip-hover-text: rgba(15, 23, 42, .96)}.layout.colorMode-dark .claudeInputBar,.layout.colorMode-custom .claudeInputBar{padding:.95rem 1.15rem 1.3rem;background:transparent}.layout.colorMode-dark .claudeInputWrapper,.layout.colorMode-custom .claudeInputWrapper{max-width:920px}.layout.colorMode-dark .claudeInputCard,.layout.colorMode-custom .claudeInputCard{min-height:128px;border-radius:24px;background:var(--chat-card-bg);box-shadow:0 28px 60px #00000038,inset 0 0 0 1px #ffffff14}.layout.colorMode-dark .claudeInputCard:before,.layout.colorMode-custom .claudeInputCard:before{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 28%),var(--chat-card-bg)}.layout.colorMode-dark .claudeInputCard:focus-within,.layout.colorMode-custom .claudeInputCard:focus-within{box-shadow:0 28px 60px #0000003d,inset 0 0 0 1px #d6f36d38,0 0 0 1px #d6f36d1f}.layout.colorMode-dark .claudeTextarea,.layout.colorMode-custom .claudeTextarea{padding:1rem 1.15rem .5rem;background:transparent;color:#f5f5f0;font-family:var(--font-ui);font-size:1.02rem;line-height:1.72}.layout.colorMode-dark .claudeTextarea::placeholder,.layout.colorMode-custom .claudeTextarea::placeholder{color:#f5f5f05c;font-style:normal}.layout.colorMode-dark .claudeActions,.layout.colorMode-custom .claudeActions{padding:0 .95rem .9rem}.layout.colorMode-dark .claudeIconBtn,.layout.colorMode-custom .claudeIconBtn{width:38px;height:38px;border-radius:999px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.layout.colorMode-dark .claudeIconBtn.active,.layout.colorMode-custom .claudeIconBtn.active{background:#d6f36d1a;border-color:#d6f36d2e;color:#e6f9a2}.layout.colorMode-dark .claudeSendBtn,.layout.colorMode-custom .claudeSendBtn{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:#ffffff0d}.layout.colorMode-dark .claudeSendBtn.active,.layout.colorMode-custom .claudeSendBtn.active{border-color:transparent;background:radial-gradient(circle at 50% 42%,#d6f36d57,#d6f36d1f 42%,#ffffff0f 72%),#222420f5;color:#e8f6b7;box-shadow:0 0 18px #d6f36d2e,0 0 34px #d6f36d1a,inset 0 0 18px #d6f36d24,inset 0 0 0 1px #d6f36d14}.layout.colorMode-dark .claudeAttachmentCard,.layout.colorMode-custom .claudeAttachmentCard{border-color:#ffffff14;border-radius:18px}.layout.colorMode-dark .proactiveSuggestionChip,.layout.colorMode-custom .proactiveSuggestionChip{border-radius:999px;border-color:#d6f36d1f;background:#d6f36d0f;color:#ecf7bcd1;font-family:var(--font-ui)}.layout.colorMode-dark .proactiveSuggestionChip:hover,.layout.colorMode-custom .proactiveSuggestionChip:hover{background:#d6f36d1a;border-color:#d6f36d38;color:#f5f5f0}.docFileCard{display:flex;align-items:center;gap:.75rem;margin:.75rem 0;padding:.75rem 1rem;background:#d6f36d0b;border:1px solid rgba(214,243,109,.12);border-radius:1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease;max-width:320px}.docFileCard:hover{background:#d6f36d14;border-color:#d6f36d33}.docFileIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.8rem;background:#d6f36d1f;color:#dff68a;flex-shrink:0}.docFileInfo{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.docFileName{font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docFileType{font-size:.72rem;color:var(--text-secondary)}.docFileDownload{display:flex;align-items:center;color:var(--text-secondary);flex-shrink:0;transition:color .15s ease}.docFileCard:hover .docFileDownload{color:var(--text-primary)}.msgText .katex-display{overflow-x:auto;overflow-y:hidden;padding:.2rem 0}.msgText .katex,.msgText .katex *{color:#dff68a!important}.msgText .katex-display{color:#dff68a}.msgText th,.msgText td{border:none;border-bottom:1px solid rgba(255,255,255,.15);padding:.5rem .6rem .5rem 0;text-align:left;vertical-align:top;word-wrap:break-word;overflow-wrap:break-word}.msgText th{font-weight:600;font-size:.78rem;color:#ffffff80;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:.4rem;white-space:nowrap}.msgText tr:last-child td{border-bottom:none}.msgText td:first-child{font-weight:600;color:#f2f2ef;white-space:nowrap}.msgError{color:#fca5a5;background:#991b1b26;border:1px solid rgba(248,113,113,.2);border-radius:.6rem;padding:.7rem .9rem;font-size:.88rem;font-family:var(--font-serif);line-height:1.55}.assistantWarningPanel{display:grid;gap:.55rem;margin-top:.9rem}.msgWarning{margin:0;color:#fde68a;background:#78350f2e;border:1px solid rgba(245,158,11,.24);border-radius:.6rem;padding:.7rem .9rem;font-size:.84rem;font-family:var(--font-serif);line-height:1.5}.detailsToggle{margin-top:0;padding:.3rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff08;color:var(--text-secondary);font-size:.76rem;font-family:var(--font-serif);cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.detailsToggle:hover{background:#ffffff0f;border-color:#d6f36d38;color:var(--text-primary)}.layout.colorMode-light .detailsToggle{border-color:#0f172a24;background:#0f172a0a;color:#0f172ad1}.layout.colorMode-light .detailsToggle:hover{background:#0f172a14;border-color:#0f172a38;color:#0f172a}.msgDetails{margin-top:.75rem;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;overflow:hidden;background:#ffffff05}.detailSection{padding:.85rem 1.1rem}.detailSection+.detailSection{border-top:1px solid rgba(255,255,255,.06)}.detailSection h4{font-size:.68rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem;font-weight:700;font-family:var(--font-serif)}.detailSummary{color:var(--text-primary);font-size:.85rem;line-height:1.55;margin-bottom:.5rem;font-family:var(--font-serif)}.pipelineList{list-style:none;display:grid;gap:.35rem}.pipelineList li{color:var(--text-secondary);font-size:.82rem;line-height:1.4}.jsonBlock{background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:.45rem;padding:.55rem;color:#bcc7dd;font-size:.75rem;white-space:pre-wrap;word-break:break-word;max-height:180px;overflow:auto}.sourcesList{list-style:none;display:flex;flex-direction:column;gap:.3rem}.sourcesList a{color:#93c5fd;font-size:.85rem;font-family:var(--font-serif);text-decoration:none;border-bottom:1px solid rgba(147,197,253,.2);transition:border-color .15s ease}.sourcesList a:hover{text-decoration:none;border-bottom-color:#93c5fd}.sourcesList span{color:var(--text-secondary);font-size:.85rem;font-family:var(--font-serif)}.artifactCard{border:1px solid rgba(214,243,109,.12);border-radius:1rem;padding:.75rem;display:grid;gap:.55rem;background:#d6f36d0b;margin-bottom:.5rem;font-family:var(--font-serif)}.artifactCard:last-child{margin-bottom:0}.artifactCard header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.artifactCard header strong{font-size:.9rem}.artifactType{background:#d6f36d24;color:#dff68a;border-radius:999px;font-size:.7rem;padding:.12rem .5rem}.artifactMeta{display:flex;align-items:center;gap:.45rem}.approvalStatus,.actionType{border-radius:999px;font-size:.68rem;padding:.1rem .45rem;border:1px solid rgba(255,255,255,.12)}.approvalStatus.status-approved{background:#22c55e33;color:#86efac}.approvalStatus.status-pending{background:#eab30833;color:#fde68a}.approvalStatus.status-rejected{background:#ef444433;color:#fca5a5}.approvalStatus.status-not_required{background:#94a3b833;color:#cbd5e1}.actionType{background:#d6f36d1f;color:#dff68a}.artifactCard textarea{width:100%;resize:vertical;min-height:100px;border:1px solid rgba(255,255,255,.12);border-radius:.4rem;padding:.55rem;font:inherit;font-size:.875rem;background:#0003;color:var(--text-primary);outline:none;transition:border-color .15s}.artifactCard textarea:focus{border-color:#ffffff40}.artifactMath{width:100%;min-height:80px;border:1px solid rgba(255,255,255,.12);border-radius:.4rem;padding:.65rem .75rem;font-family:Fira Code,Cascadia Code,JetBrains Mono,SF Mono,Consolas,monospace;font-size:.84rem;line-height:1.65;background:#00000040;color:#dff68a;white-space:pre-wrap;word-break:break-word;overflow:auto;max-height:320px}.approvalActions{display:flex;gap:.5rem}.approvalActions button{padding:.35rem .75rem;border:1px solid rgba(255,255,255,.15);border-radius:.4rem;background:#ffffff12;color:var(--text-primary);font-size:.83rem;font-family:inherit;cursor:pointer;transition:background .15s}.approvalActions button:hover{background:#ffffff1f}.approvalActions button:disabled{opacity:.6;cursor:not-allowed}.detailError{margin-top:.45rem;color:#fca5a5;font-size:.78rem}.streamStepsLog{display:flex;flex-direction:column;gap:4px;padding:4px 0 6px}.streamStepItem{font-size:.78rem;color:#ffffff8c;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px;animation:fadeInStep .3s ease-out}.streamStepItem.active{color:#ffffffbf}@keyframes fadeInStep{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.workingTrace{margin-bottom:.5rem}.workingTraceToggle{display:inline-flex;align-items:center;gap:.4rem;border:none;background:none;color:#ffffffc2;font-size:.88rem;font-weight:600;padding:0;cursor:pointer;line-height:1.4;text-align:left}.workingTraceToggle:disabled{cursor:default;opacity:1}.workingTraceToggle:hover:not(:disabled){color:#fffffff5}.workingTraceDot{width:6px;height:6px;border-radius:50%;background:#89a0ff;flex-shrink:0;animation:workingTracePulse 1.6s ease-in-out infinite}@keyframes workingTracePulse{0%,to{opacity:.4}50%{opacity:1}}.workingTraceLabel{color:#ffffffe6}.workingTrace.streaming .workingTraceLabel{color:#fffffff5}.workingTraceDuration{color:#ffffffad;font-size:.8rem;margin-left:.15rem}.workingTraceChevron{color:#ffffffb8;transition:transform .16s ease;flex-shrink:0}.workingTraceChevron.open{transform:rotate(180deg)}.workingTraceStepsShell{overflow:hidden;opacity:0;transition:max-height .24s ease,opacity .18s ease;will-change:max-height,opacity}.workingTraceStepsShell.open{opacity:1}.workingTraceSteps{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0 .2rem 1rem;border-left:1.5px solid rgba(255,255,255,.14);margin-left:.18rem;margin-top:.3rem}.workingTraceStep{font-size:.86rem;color:#ffffffc7;line-height:1.55}.workingTraceStep.active{color:#fffffff5}.workingTraceStepText{color:inherit;font-weight:600}.workingTraceStepDetail{color:#ffffffe0;margin-left:.4rem}.workingTraceStepDetail.standalone{display:block;margin-left:0;color:#ffffffe6}.thinkingDropdown{margin-bottom:.75rem}.thinkingDropdownToggle{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fffffff0;font-size:.9rem;font-weight:600;padding:.3rem .7rem .3rem .5rem;border-radius:1rem;cursor:pointer;line-height:1.4;transition:background .12s ease,border-color .12s ease}.thinkingDropdownToggle:hover{background:#ffffff24;border-color:#ffffff42;color:#fff}.thinkingDropdownIcon{flex-shrink:0}.thinkingDropdownLabel{color:inherit;font-weight:500}.thinkingDropdownChevron{color:#ffffffb8;transition:transform .16s ease;flex-shrink:0}.thinkingDropdownChevron.open{transform:rotate(180deg)}.thinkingDropdownContent{margin-top:.5rem;padding:.75rem 0 .35rem 1rem;border-left:2px solid rgba(255,255,255,.16);margin-left:.25rem;font-size:.92rem;line-height:1.7;color:#ffffffe0;word-break:break-word;max-height:400px;overflow-y:auto;scrollbar-color:rgba(255,255,255,.4) transparent}.thinkingDropdownContent::-webkit-scrollbar{width:5px}.thinkingDropdownContent::-webkit-scrollbar-track{background:transparent}.thinkingDropdownContent::-webkit-scrollbar-thumb{background:#fff6;border-radius:3px}.thinkingDropdownContent::-webkit-scrollbar-thumb:hover{background:#ffffff8c}.layout.colorMode-light .thinkingDropdownContent{scrollbar-color:rgba(0,0,0,.22) transparent}.layout.colorMode-light .thinkingDropdownContent::-webkit-scrollbar-thumb{background:#00000038}.layout.colorMode-light .thinkingDropdownContent::-webkit-scrollbar-thumb:hover{background:#00000059}.thinkingDropdownContent p{margin:0 0 .5rem}.thinkingDropdownContent p:last-child{margin-bottom:0}.thinkingDropdownContent strong{color:#fff;font-weight:600}@media (prefers-reduced-motion: reduce){.workingTraceChevron,.thinkingDropdownChevron,.workingTraceStepsShell{transition:none}}.thinkingIndicator{display:flex;align-items:center;gap:8px;padding:4px 0}.thinkingLabel{font-size:.82rem;color:var(--text-secondary, rgba(255, 255, 255, .45));letter-spacing:.02em;animation:thinkingLabelFade 2s ease-in-out infinite}@keyframes thinkingLabelFade{0%,to{opacity:.5}50%{opacity:1}}.thinkingDots{display:flex;gap:6px;padding:8px 0}.thinkingDots span{width:6px;height:6px;border-radius:50%;background:#89a0ff;opacity:.4;animation:pulse 1.4s ease-in-out infinite}.thinkingDots span:nth-child(2){animation-delay:.2s}.thinkingDots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,60%,to{transform:scale(1);opacity:.35}30%{transform:scale(1.35);opacity:1}}.streamingCursor{display:inline-block;width:2px;height:1.1em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.streamingText>:last-child{display:inline}.streamingText>:last-child{display:inline;line-height:1.6}html[data-performance-profile=constrained] .workingTraceStep,html[data-performance-profile=constrained] .workingTracePulse,html[data-performance-profile=constrained] .thinkingLabel,html[data-performance-profile=constrained] .thinkingDots span,html[data-performance-profile=constrained] .streamingCursor{animation:none}html[data-performance-profile=constrained] .workingTraceDisclosure,html[data-performance-profile=constrained] .workingTraceActionBtn{transition:none}.chatMainPane{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;min-width:0}.chatView.canvasActive{flex-direction:row}.chatCanvasPanel{width:50%;min-width:360px;max-width:65%;height:100%;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.1);background:#1e1e1e;animation:canvasSlideIn .25s cubic-bezier(.25,.1,.25,1);position:relative}@keyframes canvasSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.chatCanvasHeader{display:flex;align-items:center;justify-content:space-between;padding:.45rem .65rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;gap:.35rem;overflow-x:auto;scrollbar-width:none}.chatCanvasHeader::-webkit-scrollbar{display:none}.chatCanvasHeaderLeft{display:flex;align-items:center;gap:.45rem;color:#ffffffb3;min-width:0;flex-shrink:0}.chatCanvasTitle{font-size:.82rem;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.chatCanvasHeaderActions{display:flex;align-items:center;gap:.15rem;flex-shrink:0}.chatCanvasBtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:none;color:#ffffff73;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.chatCanvasBtn:hover{background:#ffffff14;color:#ffffffd9}.chatCanvasBtn:disabled{cursor:not-allowed;opacity:.45}.chatCanvasBtn:disabled:hover{background:none;color:#ffffff73}.chatCanvasBtnSpinner{width:13px;height:13px;border:2px solid rgba(255,255,255,.18);border-top-color:#ffffffbf;border-radius:999px;animation:canvasSpin .75s linear infinite}@keyframes canvasSpin{to{transform:rotate(360deg)}}.chatCanvasCloseBtn:hover{background:#ff505026;color:#ff6b6b}.chatCanvasToolbarDivider{width:1px;height:18px;background:#ffffff1a;margin:0 .15rem;flex-shrink:0}.chatCanvasHeadingSelect{height:28px;padding:0 .4rem;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:transparent;color:#ffffffb3;font-size:.75rem;font-family:inherit;cursor:pointer;outline:none;transition:border-color .15s;flex-shrink:0}.chatCanvasHeadingSelect:focus{border-color:#ffffff4d}.chatCanvasHeadingSelect option{background:#2a2a2a;color:#e0e0e0}.chatCanvasCreateWrap{flex-shrink:0;position:relative}.chatCanvasCreateBtn{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .85rem;background:#1a6b6a;color:#fff;border:none;border-radius:18px;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap;font-family:inherit}.chatCanvasCreateBtn:hover{background:#1d7d7c}.canvasCreateBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199}.canvasCreateMenu{position:absolute;top:0;right:12px;z-index:200;background:linear-gradient(170deg,#2e2e2c,#262624);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.4rem;box-shadow:0 12px 36px #00000080;min-width:220px;animation:canvasMenuFadeIn .15s ease-out}@keyframes canvasMenuFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.canvasCreateItem{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .75rem;border:none;background:none;color:#ffffffd9;font-size:.82rem;font-family:inherit;cursor:pointer;border-radius:8px;transition:background .12s;text-align:left;white-space:nowrap}.canvasCreateItem:hover{background:#ffffff14}.canvasCreateItem svg{color:#ffffff73;flex-shrink:0}.canvasCreateDivider{height:1px;background:#ffffff14;margin:.3rem .5rem}.canvasCreateCustom{padding:.45rem .5rem;position:relative}.canvasCreateCustomLabel{position:absolute;top:.15rem;left:.85rem;background:linear-gradient(170deg,#2e2e2c,#262624);padding:0 .3rem;font-size:.68rem;color:#fff6;z-index:1}.canvasCreateCustomInput{width:100%;padding:.55rem .6rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:transparent;color:#ffffffe6;font-size:.82rem;font-family:inherit;outline:none;transition:border-color .15s}.canvasCreateCustomInput:focus{border-color:#4a9eff}.canvasCreateCustomInput::placeholder{color:#ffffff40}.chatCanvasEditor.canvasExiting,.chatCanvasIframe.canvasExiting{animation:canvasContentExit .3s ease-out forwards;pointer-events:none}@keyframes canvasContentExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.chatCanvasIframe.canvasEntering{animation:canvasIframeEnter .35s cubic-bezier(.25,.1,.25,1) forwards}.chatCanvasEditor.canvasEntering{animation:canvasEditorEnter .3s ease-out forwards}@keyframes canvasIframeEnter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes canvasEditorEnter{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.chatCanvasStage{position:relative;flex:1;min-height:0;overflow:hidden}.canvasShimmer{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:.85rem;overflow:hidden;z-index:5;pointer-events:none;animation:canvasShimmerFadeIn .3s ease-out}@keyframes canvasShimmerFadeIn{0%{opacity:0}to{opacity:1}}.canvasShimmerLine{height:14px;border-radius:6px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:400% 100%;animation:canvasShimmerPulse 1.8s ease-in-out infinite}.canvasShimmerLine:nth-child(1){width:55%;height:22px;margin-bottom:.5rem}.canvasShimmerLine:nth-child(2){width:100%}.canvasShimmerLine:nth-child(3){width:92%}.canvasShimmerLine:nth-child(4){width:100%}.canvasShimmerLine:nth-child(5){width:78%;margin-bottom:.5rem}.canvasShimmerLine:nth-child(6){width:40%;height:18px;margin-bottom:.3rem}.canvasShimmerLine:nth-child(7){width:100%}.canvasShimmerLine:nth-child(8){width:95%}.canvasShimmerLine:nth-child(9){width:88%}.canvasShimmerLine:nth-child(10){width:60%}.canvasShimmerLine:nth-child(2n){animation-delay:.15s}.canvasShimmerLine:nth-child(3n){animation-delay:.3s}@keyframes canvasShimmerPulse{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.chatCanvasEditor.canvasStreamingEditor{position:relative;z-index:10}.chatCanvasEditor .canvasStreamCursor{display:inline-block;width:2px;height:1.1em;background:#4a8cff;margin-left:2px;vertical-align:text-bottom;animation:canvasCursorBlink .8s ease-in-out infinite}@keyframes canvasCursorBlink{0%,to{opacity:1}50%{opacity:0}}.chatCanvasIframe{flex:1;width:100%;height:100%;display:block;border:none;background:#1e1e1e}.chatCanvasEditor{flex:1;height:100%;overflow-y:auto;padding:2rem 2.5rem;color:#ffffffeb;font-size:.92rem;line-height:1.7;outline:none;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.chatCanvasEditor::-webkit-scrollbar{width:5px}.chatCanvasEditor::-webkit-scrollbar-track{background:transparent}.chatCanvasEditor::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.chatCanvasEditor::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chatCanvasEditor h1{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#fffffff2}.chatCanvasEditor h2{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .5rem;color:#ffffffe6}.chatCanvasEditor h3{font-size:1.05rem;font-weight:600;margin:1.25rem 0 .4rem;color:#ffffffd9}.chatCanvasEditor p{margin:0 0 .75rem}.chatCanvasEditor ul,.chatCanvasEditor ol{margin:0 0 .75rem;padding-left:1.5rem}.chatCanvasEditor li{margin-bottom:.3rem}.chatCanvasEditor li::marker{color:#dff68aeb}.chatCanvasEditor :is(strong,b){font-weight:600;color:#dff68a}.chatCanvasEditor em{font-style:italic}.chatCanvasEditor table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.88rem}.chatCanvasEditor th,.chatCanvasEditor td{border:1px solid rgba(255,255,255,.12);padding:.45rem .65rem;text-align:left}.chatCanvasEditor th{font-weight:600;color:#fff9;font-size:.8rem;background:#ffffff0a}.chatCanvasEditor blockquote{position:relative;border-left:4px solid rgba(214,243,109,.46);padding:.85rem 1rem .85rem 1.1rem;margin:.85rem 0;color:#ffffffb3;border-radius:0 16px 16px 0;background:linear-gradient(90deg,rgba(214,243,109,.08),rgba(214,243,109,.02) 40%,transparent 100%)}.chatCanvasEditor blockquote:before{content:'"';position:absolute;top:.16rem;left:.68rem;color:#d6f36d66;font-family:var(--font-heading);font-size:1.3rem;line-height:1}.chatCanvasEditor blockquote :is(strong,b){color:#f5f5f0eb}.chatCanvasEditor blockquote :is(em,i){color:#f5f5f0c7}.chatCanvasEditor code{background:#ffffff14;padding:.15rem .35rem;border-radius:3px;font-size:.85em;font-family:SF Mono,Fira Code,monospace}.chatCanvasEditor pre{background:#0000004d;padding:.85rem 1rem;border-radius:6px;overflow-x:auto;margin:.75rem 0}.chatCanvasEditor pre code{background:none;padding:0}.chatCanvasEditor hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1.25rem 0}.canvasDocCard{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-top:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:default;transition:background .15s}.canvasDocCard:hover{background:#ffffff14}.canvasDocCardIcon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff0f;color:#ffffff80;flex-shrink:0}.canvasDocCardInfo{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.canvasDocCardTitle{font-size:.85rem;font-weight:500;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.canvasDocCardDate{font-size:.72rem;color:#fff6}.canvasDocCardActions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.canvasDocCardOpenBtn{padding:.35rem 1rem;border:none;border-radius:18px;background:#ffffff1a;color:#fffc;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0;font-family:inherit}.canvasDocCardOpenBtn:hover{background:#ffffff2e;color:#fff}.canvasFab{position:absolute;left:14px;top:14px;display:flex;flex-direction:column;gap:2px;padding:5px;background:#121212eb;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border-radius:22px;border:1px solid rgba(255,255,255,.07);box-shadow:0 6px 28px #00000073,0 0 0 .5px #ffffff0a inset;z-index:50;animation:canvasFabIn .35s cubic-bezier(.34,1.56,.64,1);touch-action:none;will-change:left,top;transform:translateZ(0)}.canvasFab.dragging{backdrop-filter:blur(8px) saturate(1.15);-webkit-backdrop-filter:blur(8px) saturate(1.15);box-shadow:0 10px 24px #0000006b,0 0 0 .5px #ffffff0f inset}@keyframes canvasFabIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.canvasFabBtn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;color:#fff6;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1);position:relative}.canvasFabMoveBtn{cursor:grab}.canvasFab.dragging .canvasFabMoveBtn{cursor:grabbing}.canvasFabBtn:hover{background:#ffffff14;color:#ffffffe6}.canvasFabBtn.active{color:#a78bfa;background:#a78bfa1a}.canvasFabBtn:after{content:attr(data-tooltip);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);padding:5px 10px;background:#0a0a0af2;color:#ffffffe6;font-size:.72rem;white-space:nowrap;border-radius:6px;pointer-events:none;opacity:0;transition:opacity .15s;border:1px solid rgba(255,255,255,.06)}.canvasFabBtn:hover:after{opacity:1}.canvasSelectionLayer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;cursor:crosshair;background:transparent;touch-action:none}.canvasSelectionBox{position:absolute;z-index:45;border-radius:22px;border:2px solid rgba(225,216,255,.96);background:#c4b5fd14;box-shadow:0 0 0 2px #c4b5fd1f,0 0 28px #c4b5fd52,inset 0 0 18px #ffffff14;pointer-events:none;will-change:left,top,width,height;transform:translateZ(0)}.canvasSelectionBox.dragging{box-shadow:0 0 0 1px #c4b5fd33,0 0 16px #c4b5fd33}.canvasSelPopover{position:absolute;z-index:120;display:flex;align-items:center;gap:2px;padding:4px;background:#0e0e0ef2;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000080,0 0 0 .5px #ffffff08 inset;animation:selPopIn .18s cubic-bezier(.34,1.4,.64,1);pointer-events:auto;max-width:min(calc(100% - 24px),560px)}@keyframes selPopIn{0%{opacity:0;transform:translateY(6px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.canvasSelPopover .selDivider{width:1px;height:20px;background:#ffffff14;margin:0 2px;flex-shrink:0}.canvasSelBtn{display:flex;align-items:center;gap:5px;padding:6px 10px;border:none;background:none;color:#ffffffb3;font-size:.76rem;font-family:inherit;cursor:pointer;border-radius:8px;white-space:nowrap;transition:all .15s}.canvasSelBtn:hover{background:#ffffff14;color:#fff}.canvasSelBtn svg{flex-shrink:0;opacity:.6}.canvasSelBtn:hover svg{opacity:1}.canvasSelBtn.selPrimary{background:linear-gradient(135deg,#7c6ef626,#63b3ed1f);color:#c4b5fd;border:1px solid rgba(124,110,246,.15)}.canvasSelBtn.selPrimary:hover{background:linear-gradient(135deg,#7c6ef640,#63b3ed33);color:#ddd6fe}.canvasSelAskWrap{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;gap:4px;padding:4px 4px 4px 12px;background:#0e0e0efa;border-radius:12px;animation:selAskIn .15s ease-out}@keyframes selAskIn{0%{opacity:0}to{opacity:1}}.canvasSelAskInput{flex:1;min-width:200px;padding:0;border:none;background:transparent;color:#ffffffe6;font-size:.8rem;font-family:inherit;outline:none}.canvasSelAskInput::placeholder{color:#ffffff4d}.canvasSelAskSend{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:linear-gradient(135deg,#7c6ef6,#63b3ed);color:#fff;border-radius:8px;cursor:pointer;flex-shrink:0;transition:opacity .15s}.canvasSelAskSend:hover{opacity:.85}.canvasSelAskClose{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:#fff6;border-radius:8px;cursor:pointer;flex-shrink:0}.canvasSelAskClose:hover{color:#fffc;background:#ffffff0f}.canvasFeatScrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:110;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:featScrimIn .2s ease-out}@keyframes featScrimIn{0%{opacity:0}to{opacity:1}}.canvasFeatModal{position:absolute;left:24px;top:24px;z-index:115;width:340px;background:linear-gradient(165deg,#1e1e1e,#171717);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 20px 60px #0009,0 0 0 .5px #ffffff0a inset;overflow:hidden;animation:featModalIn .25s cubic-bezier(.34,1.3,.64,1)}@keyframes featModalIn{0%{opacity:0;transform:translate(20px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.canvasFeatHeader{padding:16px 18px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.canvasFeatHeader h3{margin:0;font-size:.88rem;font-weight:600;color:#ffffffe6;display:flex;align-items:center;gap:8px}.canvasFeatHeader h3 svg{color:#a78bfa}.canvasFeatHeader p{margin:4px 0 0;font-size:.74rem;color:#fff6;line-height:1.4}.canvasFeatGrid{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:8px;max-height:380px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.canvasFeatItem{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border:none;background:none;color:#ffffffbf;border-radius:10px;cursor:pointer;transition:all .18s;font-family:inherit;text-align:center;position:relative}.canvasFeatItem:hover{background:#ffffff0d;color:#fff}.canvasFeatItem:active{transform:scale(.96)}.canvasFeatItemIcon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;transition:all .18s}.canvasFeatItem:nth-child(1) .canvasFeatItemIcon{background:#a78bfa1f;color:#a78bfa}.canvasFeatItem:nth-child(2) .canvasFeatItemIcon{background:#63b3ed1f;color:#63b3ed}.canvasFeatItem:nth-child(3) .canvasFeatItemIcon{background:#48bb781f;color:#48bb78}.canvasFeatItem:nth-child(4) .canvasFeatItemIcon{background:#f6ad551f;color:#f6ad55}.canvasFeatItem:nth-child(5) .canvasFeatItemIcon{background:#ed64a61f;color:#ed64a6}.canvasFeatItem:nth-child(6) .canvasFeatItemIcon{background:#63b3ed1f;color:#63b3ed}.canvasFeatItem:nth-child(7) .canvasFeatItemIcon{background:#a78bfa1f;color:#a78bfa}.canvasFeatItem:nth-child(8) .canvasFeatItemIcon{background:#48bb781f;color:#48bb78}.canvasFeatItem:hover .canvasFeatItemIcon{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.canvasFeatItemLabel{font-size:.73rem;font-weight:500;line-height:1.3}.canvasSelProcessing{position:absolute;z-index:120;display:flex;align-items:center;gap:8px;padding:8px 14px;background:#0e0e0ef2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:10px;border:1px solid rgba(124,110,246,.15);box-shadow:0 8px 32px #00000080;color:#ffffffb3;font-size:.78rem;animation:selPopIn .18s cubic-bezier(.34,1.4,.64,1)}.canvasSelProcessing .selSpinner{width:14px;height:14px;border:2px solid rgba(167,139,250,.2);border-top-color:#a78bfa;border-radius:50%;animation:selSpin .6s linear infinite}@keyframes selSpin{to{transform:rotate(360deg)}}@media (max-width: 980px){.chatCanvasPanel{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:100%;min-width:unset;z-index:100;border-left:none}.chatCanvasEditor{padding:1.25rem 1rem}.chatCanvasTitle{max-width:120px}.chatCanvasCreateBtn span{display:none}.canvasFab{padding:4px}.canvasFabBtn{width:30px;height:30px}.canvasFeatModal{width:280px;max-width:calc(100% - 24px)}.canvasSelPopover{max-width:calc(100% - 24px)}}.layout.colorMode-dark .chatCanvasPanel,.layout.colorMode-custom .chatCanvasPanel{border-left-color:#ffffff14;background:linear-gradient(180deg,#0e0f0efa,#0a0b0afa);box-shadow:-28px 0 56px #0000003d}.layout.colorMode-dark .chatCanvasHeader,.layout.colorMode-custom .chatCanvasHeader{padding:.8rem .95rem;border-bottom-color:#ffffff0f;background:#020303b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.layout.colorMode-dark .chatCanvasTitle,.layout.colorMode-custom .chatCanvasTitle{font-family:var(--font-heading);font-size:.84rem;font-weight:500;color:#f5f5f0}.layout.colorMode-dark .chatCanvasBtn,.layout.colorMode-custom .chatCanvasBtn{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#f5f5f08a}.layout.colorMode-dark .chatCanvasBtn:hover,.layout.colorMode-custom .chatCanvasBtn:hover{background:#ffffff0f;color:#f5f5f0}.layout.colorMode-dark .chatCanvasHeadingSelect,.layout.colorMode-custom .chatCanvasHeadingSelect{border-color:#ffffff14;border-radius:999px;background:#ffffff08;color:#f5f5f0ad;font-family:var(--font-ui)}.layout.colorMode-dark .chatCanvasCreateBtn,.layout.colorMode-custom .chatCanvasCreateBtn{border-radius:999px;background:var(--accent);color:#0b1101;font-family:var(--font-ui);font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 14px 28px #d6f36d2e}.layout.colorMode-dark .chatCanvasCreateBtn:hover,.layout.colorMode-custom .chatCanvasCreateBtn:hover{background:#e4f89b}.layout.colorMode-dark .canvasCreateMenu,.layout.colorMode-custom .canvasCreateMenu{background:#0e0f0ef5;border-color:#ffffff14;border-radius:18px;box-shadow:0 24px 52px #00000057}.layout.colorMode-dark .canvasCreateItem:hover,.layout.colorMode-custom .canvasCreateItem:hover{background:#ffffff0d}
