.AiChatPage-module__MHt-Fq__mode{--ai-chat-topbar-height:56px;--ai-chat-user-bg:var(--lightningcss-light,color-mix(in srgb, var(--ink-950) 7%, var(--surface-card)))var(--lightningcss-dark,color-mix(in srgb, var(--ink-50) 9%, var(--surface-card)));--ai-chat-user-text:var(--text-primary);--ai-chat-assistant-bg:var(--lightningcss-light,color-mix(in srgb, var(--surface-card) 92%, var(--surface-elev)))var(--lightningcss-dark,color-mix(in srgb, var(--surface-card) 82%, var(--surface-elev) 18%));--ai-chat-assistant-border:var(--lightningcss-light,color-mix(in srgb, var(--line-subtle) 88%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--line-default) 74%, transparent));--ai-chat-thinking-base:var(--lightningcss-light,color-mix(in srgb, var(--text-muted) 82%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--text-muted) 88%, transparent));--ai-chat-thinking-highlight:var(--lightningcss-light,color-mix(in srgb, var(--text-primary) 52%, var(--text-muted)))var(--lightningcss-dark,color-mix(in srgb, var(--text-primary) 62%, var(--text-muted)));--ai-chat-composer-bg:var(--lightningcss-light,color-mix(in srgb, var(--surface-card) 92%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--surface-card) 88%, transparent));--ai-chat-starter-bg:var(--lightningcss-light,color-mix(in srgb, var(--surface-card) 86%, var(--surface-page)))var(--lightningcss-dark,color-mix(in srgb, var(--surface-card) 84%, var(--surface-elev)));--ai-chat-starter-bg-hover:var(--lightningcss-light,color-mix(in srgb, var(--surface-card) 74%, var(--surface-elev)))var(--lightningcss-dark,color-mix(in srgb, var(--surface-card) 76%, var(--surface-elev)));--ai-chat-starter-border:var(--lightningcss-light,color-mix(in srgb, var(--line-default) 58%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--line-default) 78%, transparent));--ai-chat-starter-border-hover:var(--lightningcss-light,color-mix(in srgb, var(--line-default) 82%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--line-strong) 72%, transparent));--ai-chat-starter-highlight:var(--lightningcss-light,color-mix(in srgb, var(--surface-card) 78%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--text-primary) 7%, transparent));--ai-chat-starter-text:var(--lightningcss-light,color-mix(in srgb, var(--text-primary) 86%, var(--text-secondary)))var(--lightningcss-dark,color-mix(in srgb, var(--text-primary) 90%, var(--text-secondary)));--ai-chat-starter-shadow:var(--shadow-xs);--ai-chat-starter-shadow-hover:var(--shadow-sm);height:calc(100vh - var(--ai-chat-topbar-height));height:calc(100dvh - var(--ai-chat-topbar-height));background:var(--surface-page);flex:1;min-height:0;display:flex;overflow:hidden}.AiChatPage-module__MHt-Fq__main{flex-direction:column;flex:1;align-self:stretch;min-width:0;height:auto;min-height:0;padding:24px 32px 18px;display:flex}.AiChatPage-module__MHt-Fq__header{border-bottom:1px solid var(--line-subtle);flex:none;justify-content:flex-end;align-items:center;gap:24px;padding:8px 0 14px;display:flex}.AiChatPage-module__MHt-Fq__headerMeta{color:var(--text-muted);flex:none;font-size:.75rem;font-weight:650;line-height:1.2}.AiChatPage-module__MHt-Fq__messageScroller{scroll-behavior:smooth;flex:1;min-height:0;padding:28px 0;overflow:hidden auto}.AiChatPage-module__MHt-Fq__messageScroller::-webkit-scrollbar{width:8px}.AiChatPage-module__MHt-Fq__messageScroller::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text-muted) 24%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.AiChatPage-module__MHt-Fq__messageStack{flex-direction:column;gap:18px;width:min(860px,100%);margin:0 auto;display:flex}.AiChatPage-module__MHt-Fq__messageRow{width:100%;min-width:0;display:flex}.AiChatPage-module__MHt-Fq__messageRowUser{justify-content:flex-end}.AiChatPage-module__MHt-Fq__messageRowAssistant{justify-content:flex-start}.AiChatPage-module__MHt-Fq__messageCluster{flex-direction:column;align-items:flex-start;gap:6px;width:min(720px,88%);min-width:0;display:flex}.AiChatPage-module__MHt-Fq__messageRowUser .AiChatPage-module__MHt-Fq__messageCluster{align-items:flex-end}.AiChatPage-module__MHt-Fq__messageBubble{border-radius:var(--radius-md);min-width:0;max-width:100%;box-shadow:var(--shadow-xs);padding:14px 16px}.AiChatPage-module__MHt-Fq__userBubble{background:var(--ai-chat-user-bg);color:var(--ai-chat-user-text)}.AiChatPage-module__MHt-Fq__assistantBubble{border:1px solid var(--ai-chat-assistant-border);background:var(--ai-chat-assistant-bg);color:var(--text-primary)}.AiChatPage-module__MHt-Fq__thinkingBubble{box-shadow:none;background:0 0;border-color:#0000}.AiChatPage-module__MHt-Fq__messageText{overflow-wrap:anywhere;font-size:.96rem;line-height:1.62}.AiChatPage-module__MHt-Fq__plainMessageText{white-space:pre-wrap}.AiChatPage-module__MHt-Fq__messageMarkdown{overflow-wrap:break-word;white-space:normal}.AiChatPage-module__MHt-Fq__messageMarkdown>:first-child{margin-top:0}.AiChatPage-module__MHt-Fq__messageMarkdown>:last-child{margin-bottom:0}.AiChatPage-module__MHt-Fq__messageMarkdown p,.AiChatPage-module__MHt-Fq__messageMarkdown ul,.AiChatPage-module__MHt-Fq__messageMarkdown ol,.AiChatPage-module__MHt-Fq__messageMarkdown blockquote,.AiChatPage-module__MHt-Fq__messageMarkdown pre,.AiChatPage-module__MHt-Fq__markdownTableWrap{margin:0 0 .82em}.AiChatPage-module__MHt-Fq__messageMarkdown h1,.AiChatPage-module__MHt-Fq__messageMarkdown h2,.AiChatPage-module__MHt-Fq__messageMarkdown h3,.AiChatPage-module__MHt-Fq__messageMarkdown h4{color:inherit;letter-spacing:0;margin:1em 0 .45em;font-size:1rem;font-weight:800;line-height:1.3}.AiChatPage-module__MHt-Fq__messageMarkdown ul,.AiChatPage-module__MHt-Fq__messageMarkdown ol{padding-left:1.35em}.AiChatPage-module__MHt-Fq__messageMarkdown li+li{margin-top:.28em}.AiChatPage-module__MHt-Fq__messageMarkdown li>p{margin:.28em 0}.AiChatPage-module__MHt-Fq__messageMarkdown strong{font-weight:800}.AiChatPage-module__MHt-Fq__messageMarkdown a{color:inherit;text-underline-offset:.18em;font-weight:750;text-decoration:underline;text-decoration-thickness:.08em}.AiChatPage-module__MHt-Fq__messageMarkdown blockquote{border-left:3px solid color-mix(in srgb, var(--accent) 42%, transparent);color:var(--text-secondary);padding-left:12px}.AiChatPage-module__MHt-Fq__messageMarkdown hr{background:var(--line-subtle);border:0;height:1px;margin:1em 0}.AiChatPage-module__MHt-Fq__messageMarkdown input[type=checkbox]{vertical-align:-.12em;width:1em;height:1em;margin:0 .45em 0 0}.AiChatPage-module__MHt-Fq__messageMarkdown .katex{color:inherit;font-size:1.03em}.AiChatPage-module__MHt-Fq__messageMarkdown .katex-display{max-width:100%;margin:.85em 0;padding:2px 0 5px;overflow:auto hidden}.AiChatPage-module__MHt-Fq__messageMarkdown .katex-display>.katex{white-space:nowrap}.AiChatPage-module__MHt-Fq__markdownCode{border:1px solid color-mix(in srgb, var(--line-default) 68%, transparent);border-radius:calc(var(--radius-sm) - 2px);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);background:var(--lightningcss-light,#0c0b0a0e)var(--lightningcss-dark,#ffffff13);font-size:.9em}.AiChatPage-module__MHt-Fq__messageMarkdown :not(pre)>.AiChatPage-module__MHt-Fq__markdownCode{padding:.08em .32em}.AiChatPage-module__MHt-Fq__markdownPre{border:1px solid color-mix(in srgb, var(--line-default) 68%, transparent);border-radius:var(--radius-sm);white-space:pre;background:var(--lightningcss-light,#0c0b0a0b)var(--lightningcss-dark,#fff1);max-width:100%;padding:11px 12px;overflow-x:auto}.AiChatPage-module__MHt-Fq__markdownPre .AiChatPage-module__MHt-Fq__markdownCode{overflow-wrap:normal;white-space:pre;background:0 0;border:0;padding:0;display:block}.AiChatPage-module__MHt-Fq__markdownTableWrap{border:1px solid var(--line-subtle);border-radius:var(--radius-sm);max-width:100%;overflow-x:auto}.AiChatPage-module__MHt-Fq__markdownTableWrap table{border-collapse:collapse;width:100%;min-width:420px;font-size:.86rem;line-height:1.42}.AiChatPage-module__MHt-Fq__markdownTableWrap th,.AiChatPage-module__MHt-Fq__markdownTableWrap td{border-bottom:1px solid var(--line-subtle);text-align:left;vertical-align:top;padding:8px 10px}.AiChatPage-module__MHt-Fq__markdownTableWrap th{background:var(--lightningcss-light,#0c0b0a0a)var(--lightningcss-dark,#ffffff0e);font-weight:800}.AiChatPage-module__MHt-Fq__markdownTableWrap tr:last-child td{border-bottom:0}.AiChatPage-module__MHt-Fq__markdownImageAlt{color:var(--text-muted);font-style:italic}.AiChatPage-module__MHt-Fq__messageAttachments{flex-wrap:wrap;gap:8px;max-width:100%;display:flex}.AiChatPage-module__MHt-Fq__messageRowUser .AiChatPage-module__MHt-Fq__messageAttachments{justify-content:flex-end}.AiChatPage-module__MHt-Fq__messageContextChip{border:1px solid var(--line-subtle);background:var(--surface-card);color:var(--text-secondary);letter-spacing:.008em;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.6875rem;font-weight:550;line-height:1.3;display:inline-flex}.AiChatPage-module__MHt-Fq__messageContextChipButton{cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);font-family:inherit}@media (hover:hover) and (pointer:fine){.AiChatPage-module__MHt-Fq__messageContextChipButton:hover{border-color:var(--line-default);background:var(--surface-hover);color:var(--text-primary)}}.AiChatPage-module__MHt-Fq__messageContextChipButton:focus-visible{outline:2px solid var(--line-strong);outline-offset:2px}.AiChatPage-module__MHt-Fq__messageContextChipCaret{color:var(--text-muted)}.AiChatPage-module__MHt-Fq__messageContextChipButton:hover .AiChatPage-module__MHt-Fq__messageContextChipCaret{color:currentColor}.AiChatPage-module__MHt-Fq__messageAttachment{border:1px solid color-mix(in srgb, currentColor 18%, transparent);border-radius:var(--radius-sm);background:color-mix(in srgb, currentColor 8%, transparent);width:220px;min-width:0;max-width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;transition:transform var(--transition-fast) var(--ease), background var(--transition-fast), border-color var(--transition-fast);flex-direction:column;padding:0;display:flex;overflow:hidden}.AiChatPage-module__MHt-Fq__messageAttachment:hover:not(:disabled){border-color:color-mix(in srgb, currentColor 30%, transparent);background:color-mix(in srgb, currentColor 12%, transparent);transform:translateY(-1px)}.AiChatPage-module__MHt-Fq__messageAttachment:active:not(:disabled){transform:scale(.98)}.AiChatPage-module__MHt-Fq__messageAttachment:focus-visible{outline-offset:2px;outline:2px solid}.AiChatPage-module__MHt-Fq__messageAttachment:disabled{cursor:default}.AiChatPage-module__MHt-Fq__messageAttachmentMeta{flex-direction:column;gap:2px;width:100%;min-width:0;padding:8px 10px 9px;display:flex}.AiChatPage-module__MHt-Fq__messageAttachmentStatus{text-overflow:ellipsis;white-space:nowrap;opacity:.62;min-width:0;font-size:.75rem;font-weight:650;line-height:1.25;overflow:hidden}.AiChatPage-module__MHt-Fq__messageAttachmentMedia{background:color-mix(in srgb, currentColor 8%, transparent);place-items:center;width:100%;height:132px;display:grid;position:relative;overflow:hidden}.AiChatPage-module__MHt-Fq__messageAttachmentImage{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .18s var(--ease);display:block;position:absolute;inset:0}.AiChatPage-module__MHt-Fq__messageAttachmentImageLoaded{opacity:1}.AiChatPage-module__MHt-Fq__messageAttachmentFallback{background:color-mix(in srgb, currentColor 7%, transparent);opacity:.72;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.AiChatPage-module__MHt-Fq__messageAttachmentSpinner{z-index:1;color:var(--text-muted);animation:.75s linear infinite AiChatPage-module__MHt-Fq__messageAttachmentSpin;display:inline-flex;position:relative}@keyframes AiChatPage-module__MHt-Fq__messageAttachmentSpin{to{transform:rotate(360deg)}}.AiChatPage-module__MHt-Fq__messageAttachmentExpired{opacity:.74;border-style:dashed}.AiChatPage-module__MHt-Fq__streamingPlaceholder{color:var(--ai-chat-thinking-base);letter-spacing:.01em;background:linear-gradient(100deg, var(--ai-chat-thinking-base) 36%, var(--ai-chat-thinking-highlight) 50%, var(--ai-chat-thinking-base) 64%);-webkit-text-fill-color:transparent;background-position:100% 0;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:500;animation:2.6s ease-in-out infinite AiChatPage-module__MHt-Fq__aiChatThinkingShimmer}@keyframes AiChatPage-module__MHt-Fq__aiChatThinkingShimmer{to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.AiChatPage-module__MHt-Fq__streamingPlaceholder{-webkit-text-fill-color:currentColor;background:0 0;animation:none}}.AiChatPage-module__MHt-Fq__streamingCursor{opacity:.5;vertical-align:-.16em;background:currentColor;border-radius:999px;width:7px;height:1.05em;margin-left:2px;animation:1s steps(2,start) infinite AiChatPage-module__MHt-Fq__aiChatCursorBlink;display:inline-block}.AiChatPage-module__MHt-Fq__pendingLabel{color:currentColor;opacity:.62;text-transform:uppercase;margin-top:8px;font-size:.6875rem;font-weight:700}@keyframes AiChatPage-module__MHt-Fq__aiChatCursorBlink{50%{opacity:0}}.AiChatPage-module__MHt-Fq__centerState,.AiChatPage-module__MHt-Fq__centerStateError,.AiChatPage-module__MHt-Fq__accessPanel,.AiChatPage-module__MHt-Fq__emptyStart{width:min(560px,100%);min-height:100%;color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin:0 auto;display:flex}.AiChatPage-module__MHt-Fq__centerState{min-height:260px;color:var(--text-muted);flex-direction:row;font-size:.875rem;font-weight:650}.AiChatPage-module__MHt-Fq__centerStateError{min-height:260px}.AiChatPage-module__MHt-Fq__centerStateError button,.AiChatPage-module__MHt-Fq__primaryButton{border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--text-primary);min-height:40px;color:var(--surface-card);font:inherit;cursor:pointer;transition:transform .16s ease, background var(--transition-fast);justify-content:center;align-items:center;padding:0 16px;font-size:.875rem;font-weight:750;display:inline-flex}.AiChatPage-module__MHt-Fq__centerStateError button:active,.AiChatPage-module__MHt-Fq__primaryButton:active{transform:scale(.97)}.AiChatPage-module__MHt-Fq__accessPanel h1{color:var(--text-primary);margin:0;font-size:2rem;font-weight:760;line-height:1.15}.AiChatPage-module__MHt-Fq__emptyStart h1{color:var(--text-primary);letter-spacing:0;margin:0;font-size:2rem;font-weight:680;line-height:1.12}.AiChatPage-module__MHt-Fq__accessPanel p{max-width:46ch;color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.55}.AiChatPage-module__MHt-Fq__emptyStart p{max-width:44ch;color:var(--text-secondary);margin:0;font-size:.96875rem;font-weight:400;line-height:1.5}.AiChatPage-module__MHt-Fq__starterGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(500px,100%);margin-top:8px;display:grid}.AiChatPage-module__MHt-Fq__starterButton{border:1px solid var(--ai-chat-starter-border);border-radius:var(--radius-lg);background:var(--ai-chat-starter-bg);min-height:52px;box-shadow:inset 0 1px 0 var(--ai-chat-starter-highlight), var(--ai-chat-starter-shadow);color:var(--ai-chat-starter-text);font:inherit;text-align:center;text-wrap:balance;cursor:pointer;transition:transform .16s ease, border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;padding:8px 10px;font-size:.875rem;font-weight:560;line-height:1.3;display:flex}@media (hover:hover) and (pointer:fine){.AiChatPage-module__MHt-Fq__starterButton:hover{border-color:var(--ai-chat-starter-border-hover);background:var(--ai-chat-starter-bg-hover);box-shadow:inset 0 1px 0 var(--ai-chat-starter-highlight), var(--ai-chat-starter-shadow-hover);color:var(--text-primary);transform:translateY(-1px)}}.AiChatPage-module__MHt-Fq__starterButton:focus-visible{outline:2px solid var(--line-strong);outline-offset:3px}.AiChatPage-module__MHt-Fq__starterButton:active{transform:scale(.98)}.AiChatPage-module__MHt-Fq__composerShell{width:min(860px,100%);margin:0 auto;padding-top:12px}.AiChatPage-module__MHt-Fq__errorBanner{border:1px solid var(--status-danger-border);border-radius:var(--radius-md);background:var(--status-danger-bg);color:var(--status-danger-text);align-items:flex-start;gap:8px;margin-bottom:10px;padding:10px 12px;font-size:.8125rem;font-weight:600;line-height:1.4;display:flex}.AiChatPage-module__MHt-Fq__composer{border-radius:var(--radius-lg);background:var(--ai-chat-composer-bg);box-shadow:var(--shadow-sm);border:1px solid #0000;flex-direction:column;gap:8px;padding:10px;display:flex}.AiChatPage-module__MHt-Fq__composer:focus-within{box-shadow:var(--shadow-sm);border-color:#0000}.AiChatPage-module__MHt-Fq__composerDropActive{border-color:var(--line-default);background:var(--ai-chat-composer-bg);box-shadow:var(--shadow-sm)}.AiChatPage-module__MHt-Fq__dropHint{border:1px dashed var(--line-default);border-radius:var(--radius-md);background:var(--surface-hover);min-height:56px;color:var(--text-secondary);justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.8125rem;font-weight:750;line-height:1.3;display:flex}.AiChatPage-module__MHt-Fq__dropHintMuted{border-color:var(--line-default);background:var(--surface-hover);color:var(--text-muted)}.AiChatPage-module__MHt-Fq__composerRow{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.AiChatPage-module__MHt-Fq__addMenuWrap{align-self:end;display:inline-flex;position:relative}.AiChatPage-module__MHt-Fq__addMenu{z-index:50;width:min(236px,100vw - 48px);padding:var(--popover-panel-padding);border:1px solid var(--popover-border);border-radius:var(--popover-radius);background:var(--popover-bg);box-shadow:var(--popover-shadow);-webkit-backdrop-filter:var(--popover-blur);transform-origin:0 100%;animation:.16s ease-out AiChatPage-module__MHt-Fq__aiChatAddMenuIn;position:absolute;bottom:calc(100% + 8px);left:0}.AiChatPage-module__MHt-Fq__addMenuEyebrow{padding:var(--popover-eyebrow-padding);color:var(--popover-eyebrow-color);font-size:var(--popover-eyebrow-font-size);font-weight:var(--popover-eyebrow-weight);letter-spacing:var(--popover-eyebrow-letter-spacing);text-transform:uppercase;line-height:1}.AiChatPage-module__MHt-Fq__addMenuItem{border-radius:var(--popover-row-radius);width:100%;color:var(--popover-row-color);cursor:pointer;font:inherit;text-align:left;transition:background var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast);background:0 0;border:0;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;display:grid}.AiChatPage-module__MHt-Fq__addMenuItem+.AiChatPage-module__MHt-Fq__addMenuItem{margin-top:2px}.AiChatPage-module__MHt-Fq__addMenuItem:hover:not(:disabled){background:var(--popover-row-bg-hover);color:var(--popover-row-color-hover)}.AiChatPage-module__MHt-Fq__addMenuItem:disabled{cursor:not-allowed;opacity:.48}.AiChatPage-module__MHt-Fq__addMenuItemIcon{border-radius:var(--radius-sm);background:var(--surface-hover);width:30px;height:30px;color:var(--text-secondary);justify-content:center;align-items:center;display:inline-flex}.AiChatPage-module__MHt-Fq__addMenuItem:hover:not(:disabled) .AiChatPage-module__MHt-Fq__addMenuItemIcon{color:var(--text-primary)}.AiChatPage-module__MHt-Fq__addMenuItemCopy{flex-direction:column;gap:1px;min-width:0;display:flex}.AiChatPage-module__MHt-Fq__addMenuItemTitle{color:currentColor;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:620;line-height:1.2;overflow:hidden}.AiChatPage-module__MHt-Fq__addMenuItemMeta{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;font-weight:500;line-height:1.2;overflow:hidden}@keyframes AiChatPage-module__MHt-Fq__aiChatAddMenuIn{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.AiChatPage-module__MHt-Fq__attachmentTray,.AiChatPage-module__MHt-Fq__contextTray{flex-wrap:wrap;gap:8px;padding:2px;display:flex}.AiChatPage-module__MHt-Fq__contextChip{border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--surface-card);min-width:0;max-width:280px;position:relative}.AiChatPage-module__MHt-Fq__contextChipBody{border-radius:inherit;width:100%;min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:background var(--transition-fast);background:0 0;border:0;grid-template-columns:28px minmax(0,1fr);align-items:center;column-gap:8px;padding:6px 28px 6px 6px;display:grid}@media (hover:hover) and (pointer:fine){.AiChatPage-module__MHt-Fq__contextChipBody:hover:not(:disabled){background:var(--surface-hover)}}.AiChatPage-module__MHt-Fq__contextChipBody:focus-visible{outline:2px solid var(--line-strong);outline-offset:2px}.AiChatPage-module__MHt-Fq__contextChipBody:disabled{cursor:default}.AiChatPage-module__MHt-Fq__contextChipIcon{border-radius:var(--radius-sm);background:var(--surface-hover);width:28px;height:28px;color:var(--text-secondary);justify-content:center;align-items:center;display:inline-flex}.AiChatPage-module__MHt-Fq__contextChipCopy{flex-direction:column;gap:1px;min-width:0;display:flex}.AiChatPage-module__MHt-Fq__contextChipLabel{color:var(--text-primary);letter-spacing:.004em;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:600;line-height:1.2;overflow:hidden}.AiChatPage-module__MHt-Fq__contextChipMeta{color:var(--text-muted);letter-spacing:.006em;font-size:.6875rem;font-weight:480;line-height:1.2}.AiChatPage-module__MHt-Fq__contextChipRemove{background:var(--surface-hover);width:20px;height:20px;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.AiChatPage-module__MHt-Fq__contextChipRemove:hover:not(:disabled){color:var(--text-primary)}.AiChatPage-module__MHt-Fq__contextChipRemove:disabled{cursor:not-allowed;opacity:.5}.AiChatPage-module__MHt-Fq__attachmentPreview{border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--surface-card);grid-template-rows:auto auto;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;column-gap:8px;min-width:0;max-width:210px;min-height:42px;padding:4px 28px 4px 4px;display:grid;position:relative}.AiChatPage-module__MHt-Fq__attachmentPreviewImage{border-radius:var(--radius-sm);background-position:50%;background-size:cover;grid-row:1/span 2;width:36px;height:36px}.AiChatPage-module__MHt-Fq__attachmentPreviewName{min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:750;line-height:1.2;overflow:hidden}.AiChatPage-module__MHt-Fq__attachmentPreviewSize{color:var(--text-muted);font-size:.6875rem;font-weight:650;line-height:1.2}.AiChatPage-module__MHt-Fq__attachmentRemoveButton{background:var(--surface-hover);width:20px;height:20px;color:var(--text-muted);cursor:pointer;transition:transform .16s ease, color var(--transition-fast), background var(--transition-fast);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:5px;right:5px}.AiChatPage-module__MHt-Fq__attachmentRemoveButton:hover:not(:disabled){color:var(--text-primary)}.AiChatPage-module__MHt-Fq__attachmentRemoveButton:active:not(:disabled){transform:scale(.94)}.AiChatPage-module__MHt-Fq__textarea{resize:none;width:100%;min-height:42px;max-height:180px;color:var(--text-primary);font:inherit;box-shadow:none;background:0 0;border:0;outline:none;padding:10px 4px;font-size:.9375rem;line-height:1.5}.AiChatPage-module__MHt-Fq__textarea:focus,.AiChatPage-module__MHt-Fq__textarea:focus-visible{box-shadow:none;outline:none}.AiChatPage-module__MHt-Fq__textarea::placeholder{color:var(--text-muted)}.AiChatPage-module__MHt-Fq__attachButton,.AiChatPage-module__MHt-Fq__sendButton{border-radius:var(--radius-md);background:var(--text-primary);width:42px;height:42px;color:var(--surface-card);cursor:pointer;transition:transform .16s ease, opacity var(--transition-fast), background var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.AiChatPage-module__MHt-Fq__attachButton{color:var(--text-muted);background:0 0}.AiChatPage-module__MHt-Fq__attachButton:hover:not(:disabled),.AiChatPage-module__MHt-Fq__attachButton[data-open=true]{background:var(--surface-hover);color:var(--text-primary)}.AiChatPage-module__MHt-Fq__attachButton:active:not(:disabled){transform:scale(.97)}.AiChatPage-module__MHt-Fq__sendButton:hover:not(:disabled){background:color-mix(in srgb, var(--text-primary) 88%, var(--surface-card))}.AiChatPage-module__MHt-Fq__sendButton:active:not(:disabled){transform:scale(.97)}.AiChatPage-module__MHt-Fq__attachButton:disabled,.AiChatPage-module__MHt-Fq__sendButton:disabled{cursor:not-allowed;opacity:.45}.AiChatPage-module__MHt-Fq__composerMeta{color:var(--text-muted);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:8px 4px 0;font-size:.6875rem;font-weight:650;line-height:1.3;display:grid}.AiChatPage-module__MHt-Fq__composerCount{justify-self:start}.AiChatPage-module__MHt-Fq__composerDisclaimer{text-align:center;grid-column:2;justify-self:center}.AiChatPage-module__MHt-Fq__restoreComposerButton{border:1px solid var(--line-subtle);border-radius:var(--radius-sm);background:var(--surface-card);min-height:28px;color:var(--text-primary);font:inherit;cursor:pointer;transition:transform .16s ease, background var(--transition-fast), border-color var(--transition-fast);grid-column:3;justify-self:end;align-items:center;gap:6px;padding:0 9px;font-size:.75rem;font-weight:750;display:inline-flex}.AiChatPage-module__MHt-Fq__restoreComposerButton:hover:not(:disabled){border-color:var(--line-default);background:var(--surface-hover)}.AiChatPage-module__MHt-Fq__restoreComposerButton:active:not(:disabled){transform:scale(.97)}.AiChatPage-module__MHt-Fq__restoreComposerButton:disabled{cursor:wait;opacity:.55}.AiChatPage-module__MHt-Fq__imageViewerOverlay{z-index:120;background:var(--lightningcss-light,#0c0b0ad1)var(--lightningcss-dark,#000000e0);position:fixed;inset:0}.AiChatPage-module__MHt-Fq__imageViewerContent{z-index:121;justify-content:center;align-items:center;padding:64px 24px;display:flex;position:fixed;inset:0}.AiChatPage-module__MHt-Fq__imageViewerTitle{z-index:1;color:#ffffffeb;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 92px);margin:0;font-size:.875rem;font-weight:700;line-height:1.3;position:fixed;top:18px;left:22px;overflow:hidden}.AiChatPage-module__MHt-Fq__imageViewerClose{z-index:1;color:#fff;cursor:pointer;width:40px;height:40px;transition:transform var(--transition-fast) var(--ease), background var(--transition-fast);background:#ffffff29;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:fixed;top:12px;right:12px}.AiChatPage-module__MHt-Fq__imageViewerClose:hover{background:#ffffff47}.AiChatPage-module__MHt-Fq__imageViewerClose:active{transform:scale(.95)}.AiChatPage-module__MHt-Fq__imageViewerClose:focus-visible{outline-offset:2px;outline:2px solid #fff}.AiChatPage-module__MHt-Fq__imageViewerSpinner{border:2.5px solid #ffffff40;border-top-color:#ffffffd9;border-radius:50%;width:30px;height:30px;margin:auto;animation:.7s linear infinite AiChatPage-module__MHt-Fq__imageViewerSpin;position:fixed;inset:0}.AiChatPage-module__MHt-Fq__imageViewerError{z-index:1;color:#ffffffeb;align-items:center;gap:10px;width:fit-content;height:fit-content;margin:auto;font-size:.875rem;font-weight:650;display:flex;position:fixed;inset:0}.AiChatPage-module__MHt-Fq__imageViewerError button{border-radius:var(--radius-sm);min-height:36px;color:inherit;font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;padding:0 12px}.AiChatPage-module__MHt-Fq__imageViewerError button:hover{background:#fff3}.AiChatPage-module__MHt-Fq__imageViewerError button:focus-visible{outline-offset:2px;outline:2px solid #fff}@keyframes AiChatPage-module__MHt-Fq__imageViewerSpin{to{transform:rotate(360deg)}}.AiChatPage-module__MHt-Fq__imageViewerImage{object-fit:contain;border-radius:var(--radius-sm);opacity:0;max-width:100%;max-height:100%;transition:opacity .22s var(--ease);display:block;box-shadow:0 16px 48px #00000073}.AiChatPage-module__MHt-Fq__imageViewerImageLoaded{opacity:1}@media (max-width:1279px){.AiChatPage-module__MHt-Fq__main{padding:18px 16px 14px}}@media (max-width:759px){.AiChatPage-module__MHt-Fq__headerMeta{font-size:.6875rem}.AiChatPage-module__MHt-Fq__messageScroller{padding:20px 0}.AiChatPage-module__MHt-Fq__messageBubble{max-width:100%}.AiChatPage-module__MHt-Fq__messageCluster{max-width:94%}.AiChatPage-module__MHt-Fq__messageAttachment{width:200px}.AiChatPage-module__MHt-Fq__starterGrid{grid-template-columns:1fr}.AiChatPage-module__MHt-Fq__composerMeta{text-align:center;grid-template-columns:1fr;justify-items:center;gap:4px}.AiChatPage-module__MHt-Fq__composerCount,.AiChatPage-module__MHt-Fq__composerDisclaimer,.AiChatPage-module__MHt-Fq__restoreComposerButton{grid-column:auto;justify-self:center}}@media (max-width:640px){.AiChatPage-module__MHt-Fq__mode{height:calc(100dvh - var(--ai-chat-topbar-height));flex:none;min-height:0;overflow:hidden}.AiChatPage-module__MHt-Fq__main{height:100%;min-height:0;overflow:hidden}.AiChatPage-module__MHt-Fq__messageScroller{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0}.AiChatPage-module__MHt-Fq__imageViewerContent{padding:56px 14px}}@media (prefers-reduced-motion:reduce){.AiChatPage-module__MHt-Fq__messageScroller{scroll-behavior:auto}.AiChatPage-module__MHt-Fq__addMenu{animation:none}.AiChatPage-module__MHt-Fq__streamingCursor{opacity:.35;animation:none}.AiChatPage-module__MHt-Fq__messageAttachment,.AiChatPage-module__MHt-Fq__messageAttachmentImage,.AiChatPage-module__MHt-Fq__imageViewerClose,.AiChatPage-module__MHt-Fq__imageViewerImage{transition:none}.AiChatPage-module__MHt-Fq__messageAttachmentSpinner,.AiChatPage-module__MHt-Fq__imageViewerSpinner{animation:none}}
.AiChatSidebar-module__f_ZflW__header{padding:18px 14px 8px}.AiChatSidebar-module__f_ZflW__newButton{border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--text-primary);width:100%;min-height:42px;color:var(--surface-card);font:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .16s ease, background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:8px;font-size:.875rem;font-weight:700;line-height:1;display:inline-flex}.AiChatSidebar-module__f_ZflW__newButton:hover{background:color-mix(in srgb, var(--text-primary) 88%, var(--surface-card))}.AiChatSidebar-module__f_ZflW__newButton:active{transform:scale(.97)}.AiChatSidebar-module__f_ZflW__newButton svg{flex:none;display:block}.AiChatSidebar-module__f_ZflW__newButton span{display:block}.AiChatSidebar-module__f_ZflW__archiveToggle{border:1px solid var(--line-subtle);border-radius:var(--radius-md);background:var(--surface-card);width:100%;min-height:34px;color:var(--text-muted);font:inherit;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), transform .16s ease;justify-content:center;align-items:center;gap:7px;margin-top:10px;font-size:.75rem;font-weight:750;display:inline-flex}.AiChatSidebar-module__f_ZflW__archiveToggle:hover,.AiChatSidebar-module__f_ZflW__archiveToggleActive{border-color:var(--line-default);background:var(--surface-hover);color:var(--text-primary)}.AiChatSidebar-module__f_ZflW__archiveToggle:active{transform:scale(.97)}.AiChatSidebar-module__f_ZflW__archiveToggleActive{box-shadow:var(--shadow-xs)}.AiChatSidebar-module__f_ZflW__threadNav{padding-top:10px}.AiChatSidebar-module__f_ZflW__eyebrow{color:var(--text-muted);letter-spacing:0;text-transform:uppercase;padding:0 12px 4px;font-size:.6875rem;font-weight:700;line-height:1}.AiChatSidebar-module__f_ZflW__loadingRow,.AiChatSidebar-module__f_ZflW__emptyState{border-radius:var(--radius-md);color:var(--text-muted);align-items:center;gap:8px;margin:4px 4px 0;padding:10px 12px;font-size:.8125rem;line-height:1.35;display:flex}.AiChatSidebar-module__f_ZflW__emptyState{align-items:flex-start}.AiChatSidebar-module__f_ZflW__threadItemWrap{min-width:0;position:relative}.AiChatSidebar-module__f_ZflW__threadItem{z-index:1;border-radius:var(--radius-md);width:100%;min-width:0;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;flex-direction:column;align-items:stretch;gap:5px;padding:10px 44px 10px 12px;display:flex;position:relative}.AiChatSidebar-module__f_ZflW__threadItem:hover,.AiChatSidebar-module__f_ZflW__threadItemActive{color:var(--text-primary)}.AiChatSidebar-module__f_ZflW__threadTitle{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:650;line-height:1.25;overflow:hidden}.AiChatSidebar-module__f_ZflW__threadMeta{min-width:0;color:var(--text-muted);letter-spacing:0;text-transform:uppercase;font-size:.6875rem;font-weight:650;line-height:1}.AiChatSidebar-module__f_ZflW__threadActions{z-index:3;opacity:0;transition:opacity var(--transition-fast);align-items:center;gap:3px;display:inline-flex;position:absolute;top:10px;right:7px}.AiChatSidebar-module__f_ZflW__threadItemWrap:hover .AiChatSidebar-module__f_ZflW__threadActions,.AiChatSidebar-module__f_ZflW__threadActions:focus-within{opacity:1}.AiChatSidebar-module__f_ZflW__threadActionButton{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.AiChatSidebar-module__f_ZflW__threadActionButton:hover,.AiChatSidebar-module__f_ZflW__threadActionButton:focus-visible,.AiChatSidebar-module__f_ZflW__threadActionButtonOpen{background:var(--surface-hover);border-color:var(--line-subtle);color:var(--text-primary)}.AiChatSidebar-module__f_ZflW__threadActionButton:disabled{cursor:wait;opacity:.7}.AiChatSidebar-module__f_ZflW__actionMenuPanel,.AiChatSidebar-module__f_ZflW__renamePanel,.AiChatSidebar-module__f_ZflW__deleteConfirmPanel{border:1px solid var(--tooltip-border);border-radius:var(--tooltip-radius);background:var(--tooltip-bg);width:100%;box-shadow:var(--tooltip-shadow);color:var(--tooltip-color);font-size:var(--tooltip-font-size);line-height:var(--tooltip-line-height);text-align:left;transform-origin:100% 0}.AiChatSidebar-module__f_ZflW__actionMenuPanel{padding:6px}.AiChatSidebar-module__f_ZflW__actionMenuItem{border-radius:var(--radius-sm);width:100%;height:32px;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;align-items:center;gap:8px;padding:0 8px;font-size:.78rem;font-weight:700;display:flex}.AiChatSidebar-module__f_ZflW__actionMenuItem:hover:not(:disabled),.AiChatSidebar-module__f_ZflW__actionMenuItem:focus-visible{background:var(--surface-hover);color:var(--text-primary)}.AiChatSidebar-module__f_ZflW__actionMenuItemDanger{color:var(--status-danger-text)}.AiChatSidebar-module__f_ZflW__actionMenuItem:disabled{cursor:wait;opacity:.72}.AiChatSidebar-module__f_ZflW__renamePanel,.AiChatSidebar-module__f_ZflW__deleteConfirmPanel{padding:12px}.AiChatSidebar-module__f_ZflW__renameLabel{color:var(--tooltip-color);margin:0 0 8px;font-size:.75rem;font-weight:750;line-height:1.2;display:block}.AiChatSidebar-module__f_ZflW__renameInput{border:1px solid var(--line-subtle);border-radius:var(--radius-sm);background:var(--surface-card);width:100%;min-width:0;height:34px;color:var(--text-primary);font:inherit;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:0 10px;font-size:.8125rem;font-weight:650}.AiChatSidebar-module__f_ZflW__renameInput:focus{border-color:var(--line-strong);box-shadow:0 0 0 3px color-mix(in srgb, var(--text-primary) 10%, transparent)}.AiChatSidebar-module__f_ZflW__renameInput:disabled{cursor:wait;opacity:.76}.AiChatSidebar-module__f_ZflW__deleteConfirmText{color:var(--tooltip-color);margin:0}.AiChatSidebar-module__f_ZflW__actionPanelActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-3);display:flex}.AiChatSidebar-module__f_ZflW__actionPanelButton{appearance:none;height:30px;padding:0 var(--space-3);border:1px solid var(--line-subtle);border-radius:var(--radius-sm);background:var(--surface-card);color:var(--text-secondary);font:inherit;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);font-size:.78rem;font-weight:700}.AiChatSidebar-module__f_ZflW__actionPanelButton:hover:not(:disabled){background:var(--interaction-control-bg-hover);border-color:var(--line-default);color:var(--text-primary)}.AiChatSidebar-module__f_ZflW__actionPanelButtonPrimary,.AiChatSidebar-module__f_ZflW__actionPanelButtonDanger{justify-content:center;align-items:center;min-width:76px;display:inline-flex}.AiChatSidebar-module__f_ZflW__actionPanelButtonPrimary{border-color:var(--text-primary);background:var(--text-primary);color:var(--surface-card)}.AiChatSidebar-module__f_ZflW__actionPanelButtonPrimary:hover:not(:disabled){border-color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 88%, var(--surface-card));color:var(--surface-card)}.AiChatSidebar-module__f_ZflW__actionPanelButtonDanger{border-color:var(--status-danger-text);background:var(--status-danger-text);color:var(--surface-card)}.AiChatSidebar-module__f_ZflW__actionPanelButtonDanger:hover:not(:disabled){border-color:var(--status-danger-text);background:color-mix(in srgb, var(--status-danger-text) 88%, var(--surface-card));color:var(--surface-card)}.AiChatSidebar-module__f_ZflW__actionPanelButton:disabled,.AiChatSidebar-module__f_ZflW__actionPanelButton:disabled:hover{cursor:default;opacity:.78;transform:none}.AiChatSidebar-module__f_ZflW__actionPanelSpinner{justify-content:center;align-items:center;display:inline-flex}@media (max-width:1279px){.AiChatSidebar-module__f_ZflW__threadActions{opacity:1}}
.AttachedErrorCardsDialog-module__kEfECW__frame{border:1px solid var(--line-subtle);border-radius:var(--radius-lg);background:var(--surface-card);width:min(560px,100%);max-height:min(680px,100dvh - 32px);box-shadow:var(--shadow-lg);flex-direction:column;gap:18px;padding:28px 28px 22px;display:flex}.AttachedErrorCardsDialog-module__kEfECW__head{flex:none;align-items:flex-start;gap:12px;display:flex}.AttachedErrorCardsDialog-module__kEfECW__headText{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.AttachedErrorCardsDialog-module__kEfECW__title{color:var(--text-primary);letter-spacing:-.014em;margin:0;font-size:1.125rem;font-weight:620;line-height:1.25}.AttachedErrorCardsDialog-module__kEfECW__sub{color:var(--text-secondary);letter-spacing:.002em;margin:0;font-size:.8125rem;font-weight:450;line-height:1.5}.AttachedErrorCardsDialog-module__kEfECW__close{width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AttachedErrorCardsDialog-module__kEfECW__close:hover{background:var(--surface-hover);color:var(--text-primary)}.AttachedErrorCardsDialog-module__kEfECW__notice{border:1px dashed var(--line-default);border-radius:var(--radius-sm);color:var(--text-secondary);flex:none;align-items:flex-start;gap:8px;margin:0;padding:9px 11px;font-size:.75rem;font-weight:500;line-height:1.5;display:flex}.AttachedErrorCardsDialog-module__kEfECW__notice svg{color:var(--text-muted);flex-shrink:0;margin-top:2px}.AttachedErrorCardsDialog-module__kEfECW__list{flex-direction:column;flex:1;gap:10px;min-height:0;margin:0;padding:2px;list-style:none;display:flex;overflow-y:auto}.AttachedErrorCardsDialog-module__kEfECW__list::-webkit-scrollbar{width:8px}.AttachedErrorCardsDialog-module__kEfECW__list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text-muted) 24%, transparent);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.AttachedErrorCardsDialog-module__kEfECW__card{border:1px solid var(--ai-disclosure-row-border);border-radius:var(--ai-disclosure-row-radius);background:var(--ai-disclosure-row-bg);transition:border-color var(--transition-fast);flex:none}.AttachedErrorCardsDialog-module__kEfECW__card:hover{border-color:var(--ai-disclosure-row-border-hover)}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded]{border-color:var(--ai-disclosure-row-border-open)}.AttachedErrorCardsDialog-module__kEfECW__cardToggle{border-radius:calc(var(--ai-disclosure-row-radius) - 1px);width:100%;color:var(--text-primary);cursor:pointer;font:inherit;text-align:left;transition:background var(--transition-fast);background:0 0;border:0;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;column-gap:10px;padding:11px 12px;display:grid}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded] .AttachedErrorCardsDialog-module__kEfECW__cardToggle{border-bottom-right-radius:0;border-bottom-left-radius:0}@media (hover:hover) and (pointer:fine){.AttachedErrorCardsDialog-module__kEfECW__cardToggle:hover{background:var(--ai-disclosure-row-bg-hover)}}.AttachedErrorCardsDialog-module__kEfECW__cardToggle:focus-visible{outline:2px solid var(--line-strong);outline-offset:2px}.AttachedErrorCardsDialog-module__kEfECW__cardIndex{background:var(--ai-disclosure-index-bg);width:24px;height:24px;color:var(--ai-disclosure-index-text);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-self:start;align-items:center;margin-top:1px;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.AttachedErrorCardsDialog-module__kEfECW__cardCopy{flex-direction:column;gap:3px;min-width:0;display:flex}.AttachedErrorCardsDialog-module__kEfECW__cardMetaRow{align-items:center;gap:7px;min-width:0;display:inline-flex}.AttachedErrorCardsDialog-module__kEfECW__cardDot{background:var(--card-dot,var(--text-muted));border-radius:999px;flex-shrink:0;width:7px;height:7px}.AttachedErrorCardsDialog-module__kEfECW__cardMeta{min-width:0;color:var(--text-primary);letter-spacing:-.002em;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:620;line-height:1.3;overflow:hidden}.AttachedErrorCardsDialog-module__kEfECW__cardPreview{-webkit-line-clamp:2;color:var(--text-secondary);-webkit-box-orient:vertical;font-size:.75rem;font-weight:450;line-height:1.5;display:-webkit-box;overflow:hidden}.AttachedErrorCardsDialog-module__kEfECW__cardPreviewMissing{color:var(--text-muted);font-style:italic}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded] .AttachedErrorCardsDialog-module__kEfECW__cardPreview{display:none}.AttachedErrorCardsDialog-module__kEfECW__cardCaret{color:var(--text-muted);transition:transform .22s var(--ease);align-self:start;margin-top:4px}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded] .AttachedErrorCardsDialog-module__kEfECW__cardCaret{transform:rotate(180deg)}.AttachedErrorCardsDialog-module__kEfECW__cardBody{transition:grid-template-rows .24s var(--ease);grid-template-rows:0fr;display:grid}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded] .AttachedErrorCardsDialog-module__kEfECW__cardBody{grid-template-rows:1fr}.AttachedErrorCardsDialog-module__kEfECW__cardBodyClip{visibility:hidden;min-height:0;transition:visibility .24s;overflow:hidden}.AttachedErrorCardsDialog-module__kEfECW__card[data-expanded] .AttachedErrorCardsDialog-module__kEfECW__cardBodyClip{visibility:visible}.AttachedErrorCardsDialog-module__kEfECW__cardBodyContent{border-top:1px solid var(--ai-disclosure-divider);flex-direction:column;gap:12px;margin:0 12px;padding:11px 0 13px;display:flex}.AttachedErrorCardsDialog-module__kEfECW__field{flex-direction:column;gap:4px;display:flex}.AttachedErrorCardsDialog-module__kEfECW__fieldLabel{color:var(--ai-disclosure-field-label);letter-spacing:.05em;text-transform:uppercase;font-size:.65625rem;font-weight:700;line-height:1.2}.AttachedErrorCardsDialog-module__kEfECW__fieldValue{overflow-wrap:anywhere;color:var(--ai-disclosure-field-text);margin:0;font-size:.8125rem;font-weight:450;line-height:1.55}.AttachedErrorCardsDialog-module__kEfECW__fieldValueMissing{color:var(--text-muted);font-style:italic}.AttachedErrorCardsDialog-module__kEfECW__footnote{color:var(--text-muted);letter-spacing:.004em;flex:none;margin:0;padding:0 2px;font-size:.71875rem;font-weight:450;line-height:1.55}@media (max-width:640px){.AttachedErrorCardsDialog-module__kEfECW__frame{padding:22px 18px 18px}}@media (prefers-reduced-motion:reduce){.AttachedErrorCardsDialog-module__kEfECW__cardToggle,.AttachedErrorCardsDialog-module__kEfECW__cardCaret,.AttachedErrorCardsDialog-module__kEfECW__cardBody,.AttachedErrorCardsDialog-module__kEfECW__cardBodyClip{transition:none}}
