.chat-module__Tzdmja__container{--chat-primary:#3c7ccb;background:#fff;border:1px solid #e2e2e2;border-radius:10px;flex-direction:column;width:100%;max-width:960px;height:calc(100vh - 140px);min-height:420px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 4px 18px #00000014}.chat-module__Tzdmja__header{background:var(--chat-primary);color:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chat-module__Tzdmja__title{margin:0;font-size:1.05rem;font-weight:600}.chat-module__Tzdmja__clearBtn{color:#fff;font:inherit;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:6px;padding:4px 10px;font-size:.8rem}.chat-module__Tzdmja__clearBtn:hover{background:#fff2}.chat-module__Tzdmja__scroll{background:#f7f9fc;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-module__Tzdmja__empty{color:#777;text-align:center;max-width:360px;margin:auto;font-size:.95rem}.chat-module__Tzdmja__userRow,.chat-module__Tzdmja__assistantRow{flex-direction:column;gap:8px;display:flex}.chat-module__Tzdmja__userRow{align-items:flex-end}.chat-module__Tzdmja__assistantRow{align-items:flex-start}.chat-module__Tzdmja__userBubble,.chat-module__Tzdmja__assistantBubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:88%;padding:10px 14px;font-size:.95rem;line-height:1.45}.chat-module__Tzdmja__userBubble{background:var(--chat-primary);color:#fff;border-bottom-right-radius:4px}.chat-module__Tzdmja__assistantBubble{color:#222;background:#fff;border:1px solid #e4e7ec;border-bottom-left-radius:4px}.chat-module__Tzdmja__searching{color:#888;font-style:italic;display:inline-block}.chat-module__Tzdmja__error{color:#c0392b;display:inline-block}.chat-module__Tzdmja__cards{flex-direction:column;gap:8px;width:100%;max-width:88%;display:flex}.chat-module__Tzdmja__card{color:inherit;background:#fff;border:1px solid #e4e7ec;border-radius:10px;padding:10px 12px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}a.chat-module__Tzdmja__card:hover{border-color:var(--chat-primary);box-shadow:0 2px 8px #00000010}.chat-module__Tzdmja__cardName{color:#1a1a1a;font-weight:600}.chat-module__Tzdmja__cardClosed{color:#c0392b;font-size:.85rem;font-weight:400}.chat-module__Tzdmja__cardMeta{color:#555;margin-top:2px;font-size:.85rem}.chat-module__Tzdmja__cardAddress{color:#777;margin-top:2px;font-size:.85rem}.chat-module__Tzdmja__inputBar{background:#fff;border-top:1px solid #e8e8e8;gap:8px;padding:12px;display:flex}.chat-module__Tzdmja__input{font:inherit;border:1px solid #cfd6e0;border-radius:22px;outline:none;flex:1;padding:10px 14px;font-size:.95rem}.chat-module__Tzdmja__input:focus{border-color:var(--chat-primary)}.chat-module__Tzdmja__sendBtn{background:var(--chat-primary);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:22px;padding:0 18px;font-weight:600}.chat-module__Tzdmja__sendBtn:disabled{opacity:.5;cursor:default}
.thread-module__CvmZPq__workspace{--chat-primary:#3c7ccb;align-items:stretch;gap:12px;width:100%;max-width:1200px;margin:0 auto;display:flex}.thread-module__CvmZPq__sidebar{box-sizing:border-box;background:#fff;border:1px solid #e2e2e2;border-radius:10px;flex-direction:column;flex:0 0 220px;gap:8px;height:calc(100vh - 140px);min-height:420px;padding:12px;display:flex;overflow-y:auto}.thread-module__CvmZPq__newThreadBtn{border:1px solid var(--chat-primary);background:var(--chat-primary);color:#fff;cursor:pointer;text-align:left;border-radius:8px;padding:9px 12px;font-size:.88rem;font-weight:600}.thread-module__CvmZPq__threadList{flex-direction:column;gap:2px;margin-top:4px;display:flex}.thread-module__CvmZPq__threadRow{border-radius:7px;align-items:center;display:flex}.thread-module__CvmZPq__threadRow:hover{background:#f0f3f8}.thread-module__CvmZPq__threadRowActive{background:#e7eef9}.thread-module__CvmZPq__threadItem{color:#333;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;flex:1;min-width:0;padding:8px 10px;font-size:.85rem;overflow:hidden}.thread-module__CvmZPq__threadRowActive .thread-module__CvmZPq__threadItem{color:#1a1a1a;font-weight:600}.thread-module__CvmZPq__threadActions{gap:2px;padding-right:4px;display:none}.thread-module__CvmZPq__threadRow:hover .thread-module__CvmZPq__threadActions,.thread-module__CvmZPq__threadRowActive .thread-module__CvmZPq__threadActions{display:flex}.thread-module__CvmZPq__threadAction{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 5px;font-size:.8rem;line-height:1}.thread-module__CvmZPq__threadAction:hover{color:#333;background:#dce5f1}.thread-module__CvmZPq__threadRenameInput{border:1px solid var(--chat-primary);box-sizing:border-box;border-radius:7px;width:100%;padding:7px 9px;font-size:.85rem}.thread-module__CvmZPq__workspaceMain{flex:1;min-width:0}.thread-module__CvmZPq__sidebarToggle{color:#333;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:7px 12px;font-size:.85rem;font-weight:600;display:none}.thread-module__CvmZPq__backdrop{display:none}.thread-module__CvmZPq__container{--chat-primary:#3c7ccb;background:#fff;border:1px solid #e2e2e2;border-radius:10px;flex-direction:column;width:100%;max-width:960px;height:calc(100vh - 140px);min-height:420px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 4px 18px #00000014}.thread-module__CvmZPq__containerFill{width:100%;max-width:none;height:100%;min-height:0;box-shadow:none;border:none;border-radius:0;flex:auto;margin:0}.thread-module__CvmZPq__header{background:var(--chat-primary);color:#fff;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.thread-module__CvmZPq__headerRight{align-items:center;gap:8px;display:flex}.thread-module__CvmZPq__titleBlock{flex-direction:column;min-width:0;display:flex}.thread-module__CvmZPq__title{margin:0;font-size:1.05rem;font-weight:600}.thread-module__CvmZPq__poweredBy{opacity:.85;margin-top:1px;font-size:.72rem;font-weight:500}.thread-module__CvmZPq__modelPicker{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #ffffff80;border-radius:6px;padding:4px 8px;font-size:.82rem;font-weight:600}.thread-module__CvmZPq__gate{text-align:center;color:#555;background:#fff;border:1px solid #e2e2e2;border-radius:10px;max-width:520px;margin:64px auto;padding:28px 24px}.thread-module__CvmZPq__gateTitle{color:#1a1a1a;margin:0 0 8px;font-size:1.1rem}.thread-module__CvmZPq__viewport{background:#f7f9fc;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.thread-module__CvmZPq__empty{color:#777;text-align:center;max-width:360px;margin:auto;font-size:.95rem}.thread-module__CvmZPq__userRow,.thread-module__CvmZPq__assistantRow{flex-direction:column;gap:8px;display:flex}.thread-module__CvmZPq__userRow{align-items:flex-end}.thread-module__CvmZPq__assistantRow{align-items:flex-start}.thread-module__CvmZPq__userBubble,.thread-module__CvmZPq__assistantBubble{word-break:break-word;border-radius:14px;max-width:88%;padding:10px 14px;font-size:.95rem;line-height:1.45}.thread-module__CvmZPq__userBubble{background:var(--chat-primary);color:#fff;border-bottom-right-radius:4px}.thread-module__CvmZPq__assistantBubble{color:#222;background:#fff;border:1px solid #e4e7ec;border-bottom-left-radius:4px}.thread-module__CvmZPq__plainText{white-space:pre-wrap}.thread-module__CvmZPq__toolCards{flex-direction:column;gap:8px;width:100%;margin:4px 0;display:flex}.thread-module__CvmZPq__activityPill{color:#5b6573;white-space:nowrap;background:#f4f7fb;border:1px solid #e4e7ec;border-radius:999px;align-items:center;gap:7px;margin:3px 0;padding:4px 10px;font-size:.8rem;line-height:1.2;display:inline-flex}.thread-module__CvmZPq__activityDone{opacity:.62}.thread-module__CvmZPq__activitySpinner{border:2px solid color-mix(in srgb, var(--chat-primary) 30%, transparent);border-top-color:var(--chat-primary);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite thread-module__CvmZPq__activitySpin}.thread-module__CvmZPq__activityCheck{color:var(--chat-primary);font-size:.85rem;font-weight:700;line-height:1}@keyframes thread-module__CvmZPq__activitySpin{to{transform:rotate(360deg)}}.thread-module__CvmZPq__markdown{display:block}.thread-module__CvmZPq__markdown p{margin:0 0 .6em}.thread-module__CvmZPq__markdown p:last-child{margin-bottom:0}:is(.thread-module__CvmZPq__markdown h1,.thread-module__CvmZPq__markdown h2,.thread-module__CvmZPq__markdown h3,.thread-module__CvmZPq__markdown h4,.thread-module__CvmZPq__markdown h5,.thread-module__CvmZPq__markdown h6){margin:.9em 0 .4em;font-weight:650;line-height:1.25}:is(.thread-module__CvmZPq__markdown h1:first-child,.thread-module__CvmZPq__markdown h2:first-child,.thread-module__CvmZPq__markdown h3:first-child){margin-top:0}.thread-module__CvmZPq__markdown h1{font-size:1.4rem}.thread-module__CvmZPq__markdown h2{font-size:1.2rem}.thread-module__CvmZPq__markdown h3{font-size:1.05rem}:is(.thread-module__CvmZPq__markdown h4,.thread-module__CvmZPq__markdown h5,.thread-module__CvmZPq__markdown h6){font-size:.95rem}:is(.thread-module__CvmZPq__markdown ul,.thread-module__CvmZPq__markdown ol){margin:0 0 .6em;padding-left:1.4em}.thread-module__CvmZPq__markdown li{margin:.2em 0}.thread-module__CvmZPq__markdown li p{margin:0}.thread-module__CvmZPq__markdown a{color:var(--chat-primary);text-underline-offset:2px;text-decoration:underline}.thread-module__CvmZPq__markdown a:hover{text-decoration:none}.thread-module__CvmZPq__markdown strong{font-weight:650}.thread-module__CvmZPq__markdown blockquote{border-left:3px solid var(--chat-primary);color:#555;background:#f3f6fb;border-radius:0 6px 6px 0;margin:0 0 .6em;padding:.2em .9em}.thread-module__CvmZPq__markdown code{background:#eef1f6;border-radius:4px;padding:.12em .36em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86em}.thread-module__CvmZPq__markdown pre{color:#e6edf3;background:#1e2530;border-radius:8px;margin:0 0 .6em;padding:12px 14px;overflow-x:auto}.thread-module__CvmZPq__markdown pre code{color:inherit;background:0 0;padding:0;font-size:.85em}.thread-module__CvmZPq__markdown table{border-collapse:collapse;width:100%;margin:0 0 .6em;font-size:.9em;display:block;overflow-x:auto}:is(.thread-module__CvmZPq__markdown th,.thread-module__CvmZPq__markdown td){text-align:left;border:1px solid #dde2ea;padding:6px 10px}.thread-module__CvmZPq__markdown th{background:#f0f4fa;font-weight:600}.thread-module__CvmZPq__markdown hr{border:none;border-top:1px solid #e4e7ec;margin:.9em 0}.thread-module__CvmZPq__markdown img{border-radius:6px;max-width:100%;height:auto}.thread-module__CvmZPq__composer{background:#fff;border-top:1px solid #e8e8e8;align-items:flex-end;gap:8px;padding:12px;display:flex}.thread-module__CvmZPq__input{font:inherit;resize:none;border:1px solid #cfd6e0;border-radius:22px;outline:none;flex:1;max-height:160px;padding:10px 14px;font-size:.95rem;line-height:1.4}.thread-module__CvmZPq__input:focus{border-color:var(--chat-primary)}.thread-module__CvmZPq__sendBtn,.thread-module__CvmZPq__cancelBtn{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:22px;height:42px;padding:0 18px;font-weight:600}.thread-module__CvmZPq__sendBtn{background:var(--chat-primary)}.thread-module__CvmZPq__sendBtn:disabled{opacity:.5;cursor:default}.thread-module__CvmZPq__cancelBtn{background:#8a93a3}@media (max-width:720px){.thread-module__CvmZPq__workspace{max-width:100%;padding:0 8px;display:block}.thread-module__CvmZPq__sidebar{z-index:60;border-radius:0;width:82%;max-width:300px;height:100dvh;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 16px #00000026}.thread-module__CvmZPq__sidebarOpen{transform:translate(0)}.thread-module__CvmZPq__backdrop{z-index:55;background:#0006;display:block;position:fixed;inset:0}.thread-module__CvmZPq__sidebarToggle{display:inline-flex}.thread-module__CvmZPq__container{border-radius:8px;height:calc(100dvh - 120px);min-height:320px}.thread-module__CvmZPq__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;overflow:hidden}.thread-module__CvmZPq__viewport{padding:12px}.thread-module__CvmZPq__userBubble,.thread-module__CvmZPq__assistantBubble{max-width:94%;font-size:.92rem}.thread-module__CvmZPq__composer{padding:8px}.thread-module__CvmZPq__sendBtn,.thread-module__CvmZPq__cancelBtn{padding:0 14px}}
.genui-module__hp_LDW__block{box-sizing:border-box;background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:100%;margin:4px 0;padding:12px 14px}.genui-module__hp_LDW__blockTitle{color:#1a1a1a;margin-bottom:10px;font-size:.92rem;font-weight:650}.genui-module__hp_LDW__blockNote{color:#777;margin-top:8px;font-size:.78rem;line-height:1.4}.genui-module__hp_LDW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;display:grid}.genui-module__hp_LDW__metric{background:#f8fafd;border:1px solid #eef1f6;border-radius:8px;padding:10px 12px}.genui-module__hp_LDW__metricLabel{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;font-size:.72rem;font-weight:600}.genui-module__hp_LDW__metricValue{color:var(--chat-primary);word-break:break-word;margin-top:4px;font-size:1.4rem;font-weight:700;line-height:1.15}.genui-module__hp_LDW__metricSub{color:#777;margin-top:2px;font-size:.78rem}.genui-module__hp_LDW__tableScroll{overflow-x:auto}.genui-module__hp_LDW__table{border-collapse:collapse;width:100%;font-size:.88rem}.genui-module__hp_LDW__table th,.genui-module__hp_LDW__table td{text-align:left;white-space:nowrap;border-bottom:1px solid #eef1f6;padding:7px 10px}.genui-module__hp_LDW__table th{color:#374151;background:#f6f8fc;border-bottom:1px solid #e4e7ec;font-weight:650}.genui-module__hp_LDW__table tbody tr:last-child td{border-bottom:none}.genui-module__hp_LDW__tableNumeric{text-align:right;font-variant-numeric:tabular-nums}.genui-module__hp_LDW__chartBlock{box-sizing:border-box;background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:100%;margin:8px 0;padding:12px 14px;overflow-x:auto}.genui-module__hp_LDW__chartEmbed{width:100%;min-width:0}.genui-module__hp_LDW__chartEmbed .vega-embed{width:100%}.genui-module__hp_LDW__chartEmbed .vega-embed svg{width:100%}.genui-module__hp_LDW__chartPlaceholder{color:#888;text-align:center;box-sizing:border-box;background:#fafbfc;border:1px dashed #e4e7ec;border-radius:10px;width:100%;margin:8px 0;padding:18px 14px;font-size:.85rem}
.floatingChat-module__oK6a9a__launcher{z-index:50;background:var(--chat-primary,#3c7ccb);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;line-height:1;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 14px #0003}.floatingChat-module__oK6a9a__launcher:hover{filter:brightness(1.06)}.floatingChat-module__oK6a9a__panel{--chat-primary:#3c7ccb;z-index:51;background:#fff;border:1px solid #e2e2e2;border-radius:12px;flex-direction:column;width:390px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100dvh - 40px);display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 10px 40px #0003}.floatingChat-module__oK6a9a__panelExpanded{width:auto;max-width:none;height:auto;max-height:none;inset:16px}.floatingChat-module__oK6a9a__hidden{display:none}.floatingChat-module__oK6a9a__headerBtn{color:#fff;cursor:pointer;background:#fff2;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;line-height:1;display:inline-flex}.floatingChat-module__oK6a9a__headerBtn:hover{background:#ffffff3a}.floatingChat-module__oK6a9a__headerBtnActive{color:var(--chat-primary);background:#fff}@media (max-width:520px){.floatingChat-module__oK6a9a__panel,.floatingChat-module__oK6a9a__panelExpanded{border:none;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:none;inset:0}.floatingChat-module__oK6a9a__launcher{bottom:16px;right:16px}.floatingChat-module__oK6a9a__expandBtn{display:none}}
