.keys-module__9zNhVG__loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.keys-module__9zNhVG__pageHeader{margin-bottom:24px;margin-left:-10px;position:absolute;top:0}.keys-module__9zNhVG__pageTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:22px;font-weight:600;font-family:var(--font-display);margin-bottom:0;position:relative;top:16px}.keys-module__9zNhVG__keyToast{background:var(--bg-elevated);border:1px solid var(--border-color);z-index:1001;color:var(--text-primary);border-radius:10px;align-items:center;gap:10px;padding:12px 18px;font-size:14px;font-weight:500;animation:.2s keys-module__9zNhVG__keyToastIn;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 8px 24px #0000001f}@keyframes keys-module__9zNhVG__keyToastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.keys-module__9zNhVG__keyToast_success{border-left:3px solid var(--success)}.keys-module__9zNhVG__keyToast_error{border-left:3px solid var(--danger)}.keys-module__9zNhVG__keyToastIcon{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.keys-module__9zNhVG__keyToast_success .keys-module__9zNhVG__keyToastIcon{background:var(--success-subtle);color:var(--success)}.keys-module__9zNhVG__keyToast_error .keys-module__9zNhVG__keyToastIcon{background:var(--danger-subtle);color:var(--danger)}.keys-module__9zNhVG__emptyState{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:60px 24px}.keys-module__9zNhVG__emptyIconLarge{color:var(--text-secondary);opacity:.3;margin-bottom:20px}.keys-module__9zNhVG__emptyTitle{margin-bottom:6px;font-size:16px;font-weight:600}.keys-module__9zNhVG__emptySubtitle{color:var(--text-secondary);font-size:14px}.keys-module__9zNhVG__emptyBtn{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;margin-top:20px;padding:10px 20px;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.keys-module__9zNhVG__emptyBtn:hover{background:var(--accent-hover)}.keys-module__9zNhVG__createKeyBtn{background:var(--accent);border-radius:var(--radius);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;margin-top:-10px;padding:10px 18px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.keys-module__9zNhVG__createKeyBtn:hover{background:var(--accent-hover)}.keys-module__9zNhVG__keysHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.keys-module__9zNhVG__keysCount{color:var(--text-secondary);font-size:14px}.keys-module__9zNhVG__keysGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.keys-module__9zNhVG__keyCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:24px;transition:all .2s;position:relative}.keys-module__9zNhVG__keyCard:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.keys-module__9zNhVG__keyCardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;position:relative}.keys-module__9zNhVG__keyIconWrapper{background:var(--accent);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.keys-module__9zNhVG__keyStatus{color:var(--success);background:#22c55e1a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex;position:absolute;top:0;right:-10px}.keys-module__9zNhVG__keyStatusRevoked{color:var(--danger);background:#ef44441a;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.keys-module__9zNhVG__keyStatusDot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite keys-module__9zNhVG__pulse}@keyframes keys-module__9zNhVG__pulse{0%,to{opacity:1}50%{opacity:.5}}.keys-module__9zNhVG__keyName{margin-bottom:8px;font-size:18px;font-weight:600}.keys-module__9zNhVG__keyPrefix{background:var(--bg-code);color:var(--text-secondary);border:1px solid var(--accent-subtle);border-radius:8px;margin-bottom:0;padding:6px 9px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;display:inline-block}.keys-module__9zNhVG__keyMeta{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-bottom:16px;padding-top:16px;display:flex}.keys-module__9zNhVG__keyMetaItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.keys-module__9zNhVG__revokeBtn{width:100%;color:var(--danger);cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.keys-module__9zNhVG__revokeBtn:hover{border-color:var(--danger);background:#ef44441a}.keys-module__9zNhVG__createKeyCard{border:2px dashed var(--border-color);min-height:240px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.keys-module__9zNhVG__createKeyCard:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.keys-module__9zNhVG__createKeyIcon{background:var(--bg-tertiary);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.keys-module__9zNhVG__createKeyCard:hover .keys-module__9zNhVG__createKeyIcon{background:var(--accent-subtle)}.keys-module__9zNhVG__keyDisplayBox{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.keys-module__9zNhVG__keyDisplayText{word-break:break-all;color:var(--text-primary);flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px}.keys-module__9zNhVG__copyKeyBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.keys-module__9zNhVG__copyKeyBtn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.keys-module__9zNhVG__keyCardDefault{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);padding-top:32px}.keys-module__9zNhVG__keyCardDefault:hover{box-shadow:0 0 0 1px var(--accent), var(--shadow-accent)}.keys-module__9zNhVG__keyCardUnused{opacity:.7}.keys-module__9zNhVG__keyCardUnused:hover{opacity:1}.keys-module__9zNhVG__keyDefaultBanner{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-elevated);border:1px solid rgba(var(--accent-rgb), .3);z-index:1;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-10px;left:16px}.keys-module__9zNhVG__keyPrefixRow{align-items:center;gap:6px;display:flex}.keys-module__9zNhVG__keyCopyBtn{border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.keys-module__9zNhVG__keyCopyBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent)}.keys-module__9zNhVG__keyCardActions{align-items:center;gap:8px;display:flex}.keys-module__9zNhVG__keyViewBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.keys-module__9zNhVG__keyViewBtn:hover{border-color:var(--border-color);color:var(--text-primary);background:var(--bg-tertiary)}.keys-module__9zNhVG__keyMenuWrapper{position:relative}.keys-module__9zNhVG__keyMenuBtn{background:var(--bg-primary);border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.keys-module__9zNhVG__keyMenuBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}.keys-module__9zNhVG__keyMenu{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:50;border-radius:10px;min-width:160px;padding:4px;animation:.12s keys-module__9zNhVG__dropdownFadeIn;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 8px 24px #00000026}@keyframes keys-module__9zNhVG__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.keys-module__9zNhVG__keyMenuItem{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .12s;display:flex}.keys-module__9zNhVG__keyMenuItem:hover{background:var(--bg-tertiary);color:var(--text-primary)}.keys-module__9zNhVG__keyMenuItemDanger{color:var(--danger)}.keys-module__9zNhVG__keyMenuItemDanger:hover{background:var(--danger-subtle);color:var(--danger)}.keys-module__9zNhVG__revokedSection{border-top:1px solid var(--border-subtle);margin-top:32px;padding-top:24px}.keys-module__9zNhVG__revokedToggle{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.keys-module__9zNhVG__revokedToggle:hover{background:var(--bg-hover);color:var(--text-primary)}.keys-module__9zNhVG__revokedToggleLabel{align-items:center;gap:8px;display:flex}.keys-module__9zNhVG__revokedGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px;display:grid}.keys-module__9zNhVG__revokedCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);opacity:.6;border-radius:12px;padding:16px;transition:opacity .15s}.keys-module__9zNhVG__revokedCard:hover{opacity:.8}.keys-module__9zNhVG__revokedCardHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.keys-module__9zNhVG__revokedCardName{color:var(--text-secondary);font-size:14px;font-weight:500}.keys-module__9zNhVG__viewKeyField{margin-bottom:16px}.keys-module__9zNhVG__viewKeyField:last-of-type{margin-bottom:0}.keys-module__9zNhVG__viewKeyLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.keys-module__9zNhVG__viewKeyValue{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:10px;padding:12px 14px;display:flex}.keys-module__9zNhVG__viewKeyCode{color:var(--text-primary);word-break:break-all;flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;line-height:1.4}.keys-module__9zNhVG__viewKeyAction{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.keys-module__9zNhVG__viewKeyAction:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent);background:var(--accent-subtle)}.keys-module__9zNhVG__viewKeyAction:disabled{opacity:.5;cursor:not-allowed}.keys-module__9zNhVG__viewKeyMeta{color:var(--text-secondary);padding:4px 0;font-size:14px}.keys-module__9zNhVG__keyInfo{flex:1}.keys-module__9zNhVG__roleTemplateSelector{flex-wrap:wrap;gap:8px;display:flex}.keys-module__9zNhVG__roleTemplateBtn{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.keys-module__9zNhVG__roleTemplateBtn:hover{border-color:var(--text-tertiary);color:var(--text-primary)}.keys-module__9zNhVG__roleTemplateBtnActive{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}.keys-module__9zNhVG__roleTemplateBadge{background:var(--accent-subtle);border:1px solid rgba(var(--accent-rgb), .2);color:var(--accent);text-transform:capitalize;letter-spacing:.02em;border-radius:4px;align-items:center;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.keys-module__9zNhVG__rbacSections{border:1px solid var(--border-subtle);border-radius:10px;flex-direction:column;gap:2px;margin:20px 0;display:flex;overflow:hidden}.keys-module__9zNhVG__rbacSection{background:var(--bg-secondary)}.keys-module__9zNhVG__rbacSectionHeader{border:none;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.keys-module__9zNhVG__rbacSectionHeader:hover{background:var(--bg-tertiary)}.keys-module__9zNhVG__rbacSectionBody{background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);border-left:3px solid var(--accent-subtle);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.keys-module__9zNhVG__rbacToggle{color:var(--text-secondary);cursor:pointer;align-items:center;gap:10px;font-size:13px;display:flex}.keys-module__9zNhVG__rbacToggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.keys-module__9zNhVG__rbacToggle span{-webkit-user-select:none;user-select:none}.keys-module__9zNhVG__rbacModeSelect{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border-radius:6px;width:100%;max-width:200px;padding:6px 10px;font-size:13px}.keys-module__9zNhVG__rbacTagList{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.keys-module__9zNhVG__rbacTag{background:rgba(var(--accent-rgb), .06);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-family:monospace;font-size:12px;display:inline-flex}.keys-module__9zNhVG__rbacTagRemove{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1}.keys-module__9zNhVG__rbacTagRemove:hover{color:#ef4444}.keys-module__9zNhVG__rbacTagInput{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);border-radius:4px;width:140px;padding:4px 8px;font-family:monospace;font-size:12px}.keys-module__9zNhVG__rbacTagInput::placeholder{color:var(--text-tertiary)}.keys-module__9zNhVG__rbacTagAddBtn{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:600;line-height:1}.keys-module__9zNhVG__rbacTagAddBtn:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.keys-module__9zNhVG__rbacTagAddBtn:disabled{opacity:.4;cursor:default}.keys-module__9zNhVG__rbacSummary{color:var(--text-secondary);flex-direction:column;gap:4px;font-size:12px;display:flex}.keys-module__9zNhVG__viewKeyTabBody{flex-direction:column;gap:16px;display:flex}.keys-module__9zNhVG__modalSection{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:14px;padding:20px}.keys-module__9zNhVG__modalSectionHeader{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.keys-module__9zNhVG__modalSectionHeader>div{flex:1;min-width:0}.keys-module__9zNhVG__modalSectionIcon{background:var(--accent-subtle);width:32px;height:32px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.keys-module__9zNhVG__modalSectionTitle{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.keys-module__9zNhVG__modalSectionSubtitle{color:var(--text-secondary);margin-top:2px;font-size:12px}.keys-module__9zNhVG__viewKeyStatusInline{color:var(--success);background:#22c55e1a;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.keys-module__9zNhVG__viewKeyStatusInlineRevoked{color:var(--danger);background:#ef44441a;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.keys-module__9zNhVG__integrateHint{color:var(--text-secondary);background:var(--accent-subtle);border:1px solid var(--border-subtle);border-radius:10px;margin:0;padding:12px 14px;font-size:13px;line-height:1.5}.keys-module__9zNhVG__integrateHint code{background:var(--bg-elevated);color:var(--text-primary);border-radius:4px;padding:1px 6px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px}.keys-module__9zNhVG__integrateSnippet{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-primary);white-space:pre;border-radius:10px;margin:0;padding:14px 16px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;line-height:1.6;overflow-x:auto}.keys-module__9zNhVG__integrateSnippet code{color:inherit;background:0 0;padding:0;font-family:inherit}.keys-module__9zNhVG__integrateDocsLink{color:var(--text-secondary);margin:0;font-size:13px}.keys-module__9zNhVG__integrateDocsLink a{color:var(--accent);font-weight:500;text-decoration:none}.keys-module__9zNhVG__integrateDocsLink a:hover{text-decoration:underline}@media (max-width:768px){.keys-module__9zNhVG__pageHeader{z-index:100;pointer-events:none;height:56px;padding:0 var(--topbar-lane-right) 0 var(--topbar-lane-left);justify-content:center;align-items:center;margin:0;display:flex;position:fixed;top:0;left:0;right:0}.keys-module__9zNhVG__pageTitle{pointer-events:auto;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:16px;position:static;top:auto;overflow:hidden}.keys-module__9zNhVG__createKeyBtn{justify-content:center;width:100%}.keys-module__9zNhVG__keysGrid{grid-template-columns:1fr}}
.ConfirmModal-module__HXg0mq__wrap{text-align:center;padding:8px 4px 0}.ConfirmModal-module__HXg0mq__iconCircle{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.ConfirmModal-module__HXg0mq__toneDefault{background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent)}.ConfirmModal-module__HXg0mq__toneDanger{color:var(--danger);background:#ef44441a}.ConfirmModal-module__HXg0mq__toneSuccess{color:var(--success);background:#22c55e1a}.ConfirmModal-module__HXg0mq__title{color:var(--text-primary);font-size:20px;font-weight:600;font-family:var(--font-display);margin:0 0 8px}.ConfirmModal-module__HXg0mq__text{color:var(--text-secondary);font-size:14px;line-height:1.55}.ConfirmModal-module__HXg0mq__text p{margin:0 0 8px}.ConfirmModal-module__HXg0mq__text p:last-child{margin-bottom:0}.ConfirmModal-module__HXg0mq__error{color:var(--danger);text-align:left;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:16px;padding:12px 16px;font-size:13px;display:flex}
.chat-module__5sLHOW__chatLayout{align-items:flex-start;gap:24px;width:100%;max-width:1120px;margin:0 auto;display:flex;position:relative}.chat-module__5sLHOW__chatRoot{flex-direction:column;flex:1;width:100%;min-width:0;max-width:760px;min-height:calc(100vh - 90px);margin:0 auto;display:flex}.chat-module__5sLHOW__chatLayoutEmbedded{flex:1;align-items:stretch;gap:16px;max-width:none;min-height:0}.chat-module__5sLHOW__chatLayoutEmbedded .chat-module__5sLHOW__chatRoot{max-width:none;min-height:0;margin:0}.chat-module__5sLHOW__chatLayoutEmbedded .chat-module__5sLHOW__presetsPanel{align-self:stretch;max-height:none;position:static;overflow-y:auto}.chat-module__5sLHOW__presetsPanel{flex-shrink:0;align-self:flex-start;width:272px;max-height:calc(100vh - 32px);padding:18px 2px 18px 0;position:sticky;top:16px;overflow-y:auto}.chat-module__5sLHOW__presetsTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin:0 4px 10px;font-size:11px;font-weight:700}.chat-module__5sLHOW__presetsList{flex-direction:column;gap:8px;display:flex}.chat-module__5sLHOW__presetCard{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);flex-direction:column;gap:4px;padding:11px 12px;display:flex}.chat-module__5sLHOW__presetCard:hover{border-color:var(--accent)}.chat-module__5sLHOW__presetCardTitle{font-size:13px;font-weight:700}.chat-module__5sLHOW__presetCardDesc{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.chat-module__5sLHOW__presetCardActions{gap:6px;margin-top:6px;display:flex}.chat-module__5sLHOW__presetPreview{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-secondary);font:inherit;cursor:pointer;transition:var(--transition);flex:1;padding:6px 8px;font-size:12px;font-weight:600}.chat-module__5sLHOW__presetPreview:hover{border-color:var(--accent);color:var(--text-primary)}.chat-module__5sLHOW__presetDeploy{border-radius:var(--radius-sm);background:var(--accent);color:#fff;font:inherit;cursor:pointer;transition:var(--transition);border:none;flex:1;padding:6px 8px;font-size:12px;font-weight:600}.chat-module__5sLHOW__presetDeploy:hover{background:var(--accent-hover)}.chat-module__5sLHOW__thread{flex-direction:column;flex:1;gap:14px;padding:28px 16px 24px;display:flex;overflow-y:auto}.chat-module__5sLHOW__turn{flex-direction:column;gap:10px;display:flex}.chat-module__5sLHOW__turn>.chat-module__5sLHOW__msgRow:not(:first-child){margin-top:8px}.chat-module__5sLHOW__msgRow{align-items:flex-start;gap:9px;animation:.25s chat-module__5sLHOW__fadeIn;display:flex}.chat-module__5sLHOW__msgRowUser{justify-content:flex-end}.chat-module__5sLHOW__msgRowAssistant{justify-content:flex-start}.chat-module__5sLHOW__avatar{background:var(--accent);color:#fff;width:30px;height:30px;box-shadow:0 0 0 3px var(--accent-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:14px;font-weight:700;display:flex}.chat-module__5sLHOW__bubble{white-space:pre-wrap;word-break:break-word;max-width:80%;padding:10px 14px;font-size:14.5px;line-height:1.55}.chat-module__5sLHOW__bubbleAssistant{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);white-space:normal;border-radius:16px 16px 16px 5px}.chat-module__5sLHOW__bubbleUser{background:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:var(--shadow-sm);border-radius:16px 16px 5px}.chat-module__5sLHOW__payloadWrap{width:100%;max-width:100%}.chat-module__5sLHOW__bubbleMedia{max-width:min(360px,80%);padding:5px}.chat-module__5sLHOW__bubbleVideo{background:#000;border-radius:11px;width:100%;display:block}.chat-module__5sLHOW__briefEdit{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;min-height:150px;color:var(--text-primary);font:inherit;resize:vertical;margin-top:12px;padding:10px 12px;font-size:13.5px;line-height:1.55}.chat-module__5sLHOW__briefEdit:focus{border-color:var(--accent);outline:none}.chat-module__5sLHOW__briefView{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin-top:12px;padding:10px 12px;font-size:13.5px;line-height:1.55}.chat-module__5sLHOW__typing{gap:4px;padding:14px 16px;display:inline-flex}.chat-module__5sLHOW__typing span{background:var(--text-tertiary);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chat-module__5sLHOW__bounce}.chat-module__5sLHOW__typing span:nth-child(2){animation-delay:.15s}.chat-module__5sLHOW__typing span:nth-child(3){animation-delay:.3s}.chat-module__5sLHOW__streamCaret{vertical-align:-.15em;background:var(--accent);width:2px;height:1em;margin-left:2px;animation:1.05s steps(2,start) infinite chat-module__5sLHOW__streamCaretBlink;display:inline-block}@keyframes chat-module__5sLHOW__streamCaretBlink{to{visibility:hidden}}@media (prefers-reduced-motion:reduce){.chat-module__5sLHOW__streamCaret{animation:none}}.chat-module__5sLHOW__thinkingBubble{padding:10px 14px}.chat-module__5sLHOW__thinkingStatus{align-items:center;gap:8px;display:inline-flex}.chat-module__5sLHOW__thinkingText{color:var(--text-secondary);font-size:.9rem;animation:.35s chat-module__5sLHOW__fadeIn}.chat-module__5sLHOW__thinkingStatus .chat-module__5sLHOW__typing{gap:3px;padding:0}.chat-module__5sLHOW__thinkingStatus .chat-module__5sLHOW__typing span{width:5px;height:5px}@media (prefers-reduced-motion:reduce){.chat-module__5sLHOW__thinkingText{animation:none}}.chat-module__5sLHOW__options{flex-direction:column;gap:8px;margin:4px 0 4px 40px;animation:.3s chat-module__5sLHOW__fadeIn;display:flex}.chat-module__5sLHOW__envScroll{scrollbar-width:thin;flex-direction:column;gap:8px;max-height:268px;display:flex;overflow-y:auto}.chat-module__5sLHOW__optionBtn{text-align:left;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:var(--transition);font:inherit;flex-direction:column;align-items:flex-start;gap:2px;padding:11px 14px;display:flex}.chat-module__5sLHOW__optionBtn:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__optionBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__optionLabel{font-size:14px;font-weight:600}.chat-module__5sLHOW__optionSub{color:var(--text-tertiary);font-size:12px}.chat-module__5sLHOW__optionRow{flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.chat-module__5sLHOW__optionText{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.chat-module__5sLHOW__optionFavicon{border-radius:6px;flex-shrink:0}.chat-module__5sLHOW__optionBtnSelected{border-color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__optionCheck{border:1.5px solid var(--border-color);color:#0000;background:var(--bg-primary);width:18px;height:18px;transition:var(--transition);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-module__5sLHOW__optionBtnSelected .chat-module__5sLHOW__optionCheck{background:var(--accent);border-color:var(--accent);color:#fff}.chat-module__5sLHOW__optionsSubmitRow{align-items:center;gap:10px;margin-top:2px;display:flex}.chat-module__5sLHOW__optionsSubmitBtn{border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:#fff;font:inherit;cursor:pointer;transition:var(--transition);padding:9px 18px;font-size:14px;font-weight:600}.chat-module__5sLHOW__optionsSubmitBtn:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.chat-module__5sLHOW__optionsSubmitBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__optionsSubmitHint{color:var(--text-tertiary);font-size:12px}.chat-module__5sLHOW__optionPrimary{border-color:var(--accent);background:var(--accent);color:#fff}.chat-module__5sLHOW__optionPrimary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.chat-module__5sLHOW__optionPrimary .chat-module__5sLHOW__optionSub{color:#ffffffd9}.chat-module__5sLHOW__dismissRow{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-secondary);font:inherit;cursor:pointer;transition:var(--transition);justify-content:center;align-self:center;align-items:center;gap:6px;margin-top:4px;padding:9px 18px;font-size:13px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__dismissRow:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle);color:var(--text-primary)}.chat-module__5sLHOW__dismissRow:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__deliveryGroupLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;gap:6px;margin:10px 0 0;font-size:11px;font-weight:600;display:flex}.chat-module__5sLHOW__deliveryGroupIcon{opacity:.75;flex:none;width:13px;height:13px}.chat-module__5sLHOW__deliveryChipRow{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.chat-module__5sLHOW__optionChip{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);min-width:0;color:var(--text-primary);font:inherit;cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.chat-module__5sLHOW__optionChip:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__optionChip:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__chipFavicon{border-radius:4px;flex:none;width:18px;height:18px}.chat-module__5sLHOW__deliveryRowBtn{text-align:left;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-primary);font:inherit;cursor:pointer;transition:var(--transition);align-items:center;gap:10px;padding:11px 14px;display:flex}.chat-module__5sLHOW__deliveryRowBtn:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__deliveryRowBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__deliveryRowIcon{width:18px;height:18px;color:var(--text-tertiary);flex:none}.chat-module__5sLHOW__introStage{flex-direction:column;align-self:center;width:100%;max-width:760px;padding:0 4px;animation:.3s chat-module__5sLHOW__fadeIn;display:flex}.chat-module__5sLHOW__introFirstScreen{flex-direction:column;width:100%;max-width:620px;min-height:calc(100vh - 150px);margin:0 auto;padding:16px 0 18px;display:flex}.chat-module__5sLHOW__introHeroBlock{flex-direction:column;flex:1;justify-content:center;gap:14px;display:flex}.chat-module__5sLHOW__introFirstFooter{flex-direction:column;align-items:center;gap:12px;padding-top:16px;display:flex}.chat-module__5sLHOW__introFirstFooter .chat-module__5sLHOW__recordCta{background:var(--bg-tertiary);border:1px solid var(--border-subtle);max-width:540px;box-shadow:none;padding:14px 18px}.chat-module__5sLHOW__introFirstFooter .chat-module__5sLHOW__recordCtaIcon{background:var(--bg-secondary);color:var(--text-secondary)}.chat-module__5sLHOW__introFirstFooter .chat-module__5sLHOW__recordCtaSub{text-wrap:balance;max-width:300px}.chat-module__5sLHOW__introHero{text-align:center}.chat-module__5sLHOW__introTitle{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:28px;font-weight:700}.chat-module__5sLHOW__introSub{max-width:470px;color:var(--text-secondary);margin:8px auto 0;font-size:15px;line-height:1.55}.chat-module__5sLHOW__introExamples{flex-direction:column;gap:12px;padding:8px 0 28px;scroll-margin-top:12px;display:flex}.chat-module__5sLHOW__introAltLabel{text-align:center;letter-spacing:.03em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:12px;font-weight:600}.chat-module__5sLHOW__suggestWrap{width:100%;position:relative}.chat-module__5sLHOW__suggestScrollMore{border:1px solid var(--border-color);background:var(--bg-primary);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-md);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;padding:0;animation:.3s chat-module__5sLHOW__fadeIn;display:flex;position:absolute;top:50%;right:0;transform:translateY(calc(-50% - 4px))}.chat-module__5sLHOW__suggestScrollMore:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__suggestRow{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:transparent transparent;flex-wrap:nowrap;gap:10px;width:100%;margin:0;padding:2px 16px 8px 2px;animation:.3s chat-module__5sLHOW__fadeIn;display:flex;overflow-x:auto}.chat-module__5sLHOW__suggestRow.chat-module__5sLHOW__fadeRight{-webkit-mask-image:linear-gradient(90deg,#000 86%,#0000 100%);mask-image:linear-gradient(90deg,#000 86%,#0000 100%)}.chat-module__5sLHOW__suggestRow.chat-module__5sLHOW__scrolling{scrollbar-color:var(--border-color) transparent}.chat-module__5sLHOW__suggestRow::-webkit-scrollbar{height:6px}.chat-module__5sLHOW__suggestRow::-webkit-scrollbar-track{background:0 0}.chat-module__5sLHOW__suggestRow::-webkit-scrollbar-thumb{background:0 0;border-radius:3px;transition:background .2s}.chat-module__5sLHOW__suggestRow.chat-module__5sLHOW__scrolling::-webkit-scrollbar-thumb{background:var(--border-color)}.chat-module__5sLHOW__suggestCard{text-align:left;scroll-snap-align:start;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);width:218px;color:var(--text-primary);cursor:pointer;transition:var(--transition);font:inherit;flex-direction:column;flex-shrink:0;gap:4px;padding:13px 14px;display:flex}.chat-module__5sLHOW__suggestCard:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle);transform:translateY(-1px)}.chat-module__5sLHOW__suggestCard:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__suggestTitle{font-size:13.5px;font-weight:700}.chat-module__5sLHOW__suggestDesc{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.chat-module__5sLHOW__suggestHint{color:var(--accent);margin-top:2px;font-size:11px;font-weight:600}.chat-module__5sLHOW__suggestRichGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;width:100%;animation:.3s chat-module__5sLHOW__fadeIn;display:grid}.chat-module__5sLHOW__suggestMoreCard{border:1px dashed var(--border-color);color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:22px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.chat-module__5sLHOW__suggestMoreCard:hover{border-color:var(--accent);background:var(--accent-subtle);transform:translateY(-1px)}.chat-module__5sLHOW__suggestMoreIcon{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-tertiary);transition:var(--transition);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-module__5sLHOW__suggestMoreCard:hover .chat-module__5sLHOW__suggestMoreIcon{border-color:var(--accent);color:var(--accent)}.chat-module__5sLHOW__suggestMoreText{color:var(--text-primary);font-size:14px;font-weight:600}.chat-module__5sLHOW__suggestMoreCard:hover .chat-module__5sLHOW__suggestMoreText{color:var(--accent)}.chat-module__5sLHOW__suggestMoreSub{color:var(--text-tertiary);font-size:12px}@media (max-width:560px){.chat-module__5sLHOW__suggestRichGrid{grid-template-columns:1fr}}.chat-module__5sLHOW__exploreCard{text-align:center;scroll-snap-align:start;border:1px dashed var(--border-color);border-radius:var(--radius);background:var(--bg-secondary);width:218px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:13px 14px;text-decoration:none;display:flex}.chat-module__5sLHOW__exploreCard:hover{border-color:var(--accent);background:var(--accent-subtle);transform:translateY(-1px)}.chat-module__5sLHOW__exploreIcon{border:1px solid var(--border-color);background:var(--bg-primary);width:34px;height:34px;color:var(--accent);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.chat-module__5sLHOW__exploreCard:hover .chat-module__5sLHOW__exploreIcon{border-color:var(--accent)}.chat-module__5sLHOW__exploreTitle{color:var(--text-primary);font-size:13px;font-weight:700}.chat-module__5sLHOW__exploreCard:hover .chat-module__5sLHOW__exploreTitle{color:var(--accent)}.chat-module__5sLHOW__exploreDesc{color:var(--text-tertiary);font-size:11.5px}.chat-module__5sLHOW__recordCta{border:1px solid var(--accent);border-radius:var(--radius-lg);background:var(--accent-subtle);width:100%;box-shadow:var(--shadow-sm);align-items:center;gap:14px;padding:16px 18px;animation:.3s chat-module__5sLHOW__fadeIn;display:flex}.chat-module__5sLHOW__recordCtaIcon{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chat-module__5sLHOW__recordCtaMain{text-align:left;flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.chat-module__5sLHOW__recordCtaTitle{color:var(--text-primary);font-size:15px;font-weight:700}.chat-module__5sLHOW__recordCtaSub{color:var(--text-secondary);font-size:13px;line-height:1.45}.chat-module__5sLHOW__composerDock{border-top:1px solid var(--border-subtle);background:var(--bg-primary);align-items:flex-end;gap:8px;padding:12px 16px 16px;display:flex;position:sticky;bottom:0}.chat-module__5sLHOW__composerFlat{align-items:flex-end;gap:8px;width:100%;display:flex}.chat-module__5sLHOW__composerInput{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-secondary);color:var(--text-primary);font:inherit;resize:none;flex:1;min-height:42px;max-height:160px;padding:11px 14px;font-size:14px;overflow-y:hidden}.chat-module__5sLHOW__composerInput:focus{border-color:var(--accent);outline:none}.chat-module__5sLHOW__sendBtn{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;height:42px;transition:var(--transition);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 18px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__sendBtn:hover:not(:disabled){background:var(--accent-hover)}.chat-module__5sLHOW__sendBtn:disabled{opacity:.45;cursor:default}.chat-module__5sLHOW__composerStacked{border:1.5px solid var(--border-color);background:var(--bg-secondary);width:100%;transition:border-color var(--transition), box-shadow var(--transition);border-radius:16px;flex-direction:column;gap:6px;padding:14px 14px 10px;display:flex;box-shadow:0 3px 14px #0000000a}.chat-module__5sLHOW__composerStacked:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-subtle)}.chat-module__5sLHOW__composerStacked .chat-module__5sLHOW__composerInput{background:0 0;border:none;min-height:60px;max-height:220px;padding:6px 6px 0;font-size:16px;line-height:1.5}.chat-module__5sLHOW__composerStacked .chat-module__5sLHOW__composerInput:focus{border-color:#0000}.chat-module__5sLHOW__composerDockWrap{border-top:1px solid var(--border-subtle);background:var(--bg-primary);padding:10px 16px 16px;position:sticky;bottom:0}.chat-module__5sLHOW__composerStackedCompact{--composer-btn-h:34px;box-shadow:none;border-radius:14px;gap:5px;padding:8px 12px 6px}.chat-module__5sLHOW__composerStackedCompact .chat-module__5sLHOW__composerInput{min-height:30px;max-height:160px;padding:4px 4px 0;font-size:15px}.chat-module__5sLHOW__composerStackedCompact .chat-module__5sLHOW__sendBtnCircle{width:30px;height:30px}.chat-module__5sLHOW__composerToolbar{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-module__5sLHOW__composerToolbarSide{align-items:center;gap:4px;display:inline-flex}.chat-module__5sLHOW__sendBtnCircle{background:var(--accent);color:#fff;cursor:pointer;width:38px;height:38px;transition:var(--transition);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-module__5sLHOW__sendBtnCircle:hover:not(:disabled){background:var(--accent-hover)}.chat-module__5sLHOW__sendBtnCircle:disabled{opacity:.45;cursor:default}.chat-module__5sLHOW__voiceBtn{width:38px;height:var(--composer-btn-h,42px);border-radius:var(--radius);color:var(--text-tertiary);cursor:pointer;transition:color var(--transition), background var(--transition), box-shadow var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-module__5sLHOW__voiceBtn:hover:not(:disabled){color:var(--accent);background:var(--accent-subtle)}.chat-module__5sLHOW__voiceBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__voiceBtnRecording,.chat-module__5sLHOW__voiceBtnRecording:hover{color:#fff;background:#dc3545;animation:1.4s ease-in-out infinite chat-module__5sLHOW__voicePulse}@keyframes chat-module__5sLHOW__voicePulse{0%,to{box-shadow:0 0 #dc354580}50%{box-shadow:0 0 0 7px #dc354500}}.chat-module__5sLHOW__voiceSpinner{border:2px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;width:15px;height:15px;animation:.8s linear infinite chat-module__5sLHOW__voiceSpin}@keyframes chat-module__5sLHOW__voiceSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.chat-module__5sLHOW__voiceBtnRecording,.chat-module__5sLHOW__voiceBtnRecording:hover{animation:none}.chat-module__5sLHOW__voiceSpinner{animation-duration:1.6s}}.chat-module__5sLHOW__voiceStatus{z-index:42;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--border-color);max-width:240px;box-shadow:var(--shadow-md);color:var(--text-secondary);padding:6px 10px;font-size:12px;font-weight:500;animation:.15s chat-module__5sLHOW__fadeIn;position:absolute;bottom:calc(100% + 8px);right:0;overflow:hidden}.chat-module__5sLHOW__railHead{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:7px;margin:0 4px 12px;font-size:12px;font-weight:700;display:flex}.chat-module__5sLHOW__pipelineDot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 4px var(--accent-subtle);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite chat-module__5sLHOW__pulseDot}.chat-module__5sLHOW__railFlow{flex-direction:column;gap:12px;display:flex}.chat-module__5sLHOW__tlItem{gap:12px;display:flex}.chat-module__5sLHOW__tlMarker{flex-shrink:0;width:16px;position:relative}.chat-module__5sLHOW__tlMarker:before{content:"";background:var(--border-color);z-index:0;width:2px;position:absolute;top:0;bottom:-12px;left:50%;transform:translate(-50%)}.chat-module__5sLHOW__tlItem:first-child .chat-module__5sLHOW__tlMarker:before{top:50%}.chat-module__5sLHOW__tlItem:last-child .chat-module__5sLHOW__tlMarker:before{bottom:50%}.chat-module__5sLHOW__tlDot{background:var(--bg-primary);border:2px solid var(--accent);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-module__5sLHOW__tlDot:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.chat-module__5sLHOW__railNode{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-secondary);min-width:0;color:var(--text-primary);flex:1;align-items:center;gap:8px;padding:9px 12px;font-size:13px;font-weight:600;display:flex}.chat-module__5sLHOW__railNodeTrigger{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent);font-weight:700}.chat-module__5sLHOW__railNodeWebrun{border-color:var(--sage);background:var(--sage-subtle);color:var(--sage);font-weight:700}.chat-module__5sLHOW__railNodeCustom{border-style:dashed}.chat-module__5sLHOW__railFavicon{border-radius:3px;flex-shrink:0;width:16px;height:16px}.chat-module__5sLHOW__railIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-module__5sLHOW__railIcon svg{width:16px;height:16px}.chat-module__5sLHOW__cardNameInput{border-radius:var(--radius-sm);min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:1px solid #0000;flex:1;margin:-3px -6px;padding:3px 6px;font-size:17px;font-weight:700}.chat-module__5sLHOW__cardNameInput:focus{border-color:var(--accent);background:var(--bg-secondary);outline:none}.chat-module__5sLHOW__cardNameInput:disabled{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);opacity:1}.chat-module__5sLHOW__draftFieldHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.chat-module__5sLHOW__draftFieldHeader .chat-module__5sLHOW__draftLabel{margin-bottom:0}.chat-module__5sLHOW__promptToggle{cursor:pointer;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;align-items:center;padding:2px 4px;font-size:11px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__promptToggle:hover{color:var(--accent)}.chat-module__5sLHOW__draftPromptView{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;min-height:130px;color:var(--text-primary);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;padding:10px 12px;font-size:12.5px;line-height:1.6}.chat-module__5sLHOW__draftPromptViewCollapsed{position:relative;overflow:hidden}.chat-module__5sLHOW__draftPromptViewCollapsed>.chat-module__5sLHOW__draftPromptView{min-height:0;max-height:80px;overflow:hidden}.chat-module__5sLHOW__draftPromptViewCollapsed:after{content:"";background:linear-gradient(to bottom, #fff0 0%, var(--bg-secondary) 75%, var(--bg-secondary) 100%);pointer-events:none;border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);height:56px;position:absolute;bottom:0;left:0;right:0}.chat-module__5sLHOW__draftPromptFadeBtn{z-index:1;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.chat-module__5sLHOW__draftPromptFadeBtn:hover{border-color:var(--accent);color:var(--accent)}.chat-module__5sLHOW__draftPromptViewExpanded{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.chat-module__5sLHOW__draftPromptCollapseBtn{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:999px;align-self:center;padding:4px 14px;font-size:12px;font-weight:600}.chat-module__5sLHOW__draftPromptCollapseBtn:hover{border-color:var(--accent);color:var(--accent)}@keyframes chat-module__5sLHOW__pulseDot{0%,to{box-shadow:0 0 0 4px var(--accent-subtle)}50%{box-shadow:0 0 0 6px var(--accent-subtle)}}.chat-module__5sLHOW__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-elevated);width:100%;box-shadow:var(--shadow-md);padding:18px 20px}.chat-module__5sLHOW__cardKicker{letter-spacing:.05em;text-transform:uppercase;color:var(--accent);background:var(--accent-subtle);border-radius:999px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.chat-module__5sLHOW__cardTitle{color:var(--text-primary);font-size:17px;font-weight:700}.chat-module__5sLHOW__cardDesc{color:var(--text-secondary);margin-top:4px;font-size:13px;line-height:1.55}.chat-module__5sLHOW__connectList{flex-direction:column;gap:8px;margin:14px 0 0;padding:0;list-style:none;display:flex}.chat-module__5sLHOW__connectRow{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);align-items:center;gap:11px;padding:10px 12px;display:flex}.chat-module__5sLHOW__connectFavicon{border-radius:5px;flex-shrink:0}.chat-module__5sLHOW__connectFaviconFallback{background:var(--accent-subtle);width:20px;height:20px;color:var(--accent);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.chat-module__5sLHOW__connectRowMain{flex:auto;min-width:0}.chat-module__5sLHOW__connectRowName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.chat-module__5sLHOW__connectRowMeta{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-module__5sLHOW__connectRowBtn{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition);border:none;flex-shrink:0;padding:7px 13px;font-size:13px;font-weight:600}.chat-module__5sLHOW__connectRowBtn:hover:not(:disabled){background:var(--accent-hover)}.chat-module__5sLHOW__connectRowBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__cardHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-module__5sLHOW__cardToggle{cursor:pointer;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;align-items:center;gap:4px;padding:2px 4px;font-size:11px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__cardToggle:hover{color:var(--text-secondary)}.chat-module__5sLHOW__draftField{margin-top:14px}.chat-module__5sLHOW__draftDivider{background:var(--border-subtle);height:1px;margin:0 0 14px}.chat-module__5sLHOW__draftLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:5px;font-size:11px;font-weight:700}.chat-module__5sLHOW__envRow{align-items:center;gap:10px;display:flex}.chat-module__5sLHOW__envRow .chat-module__5sLHOW__draftLabel{flex-shrink:0;margin-bottom:0}.chat-module__5sLHOW__envValue{min-width:0;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:600;overflow:hidden}.chat-module__5sLHOW__envEditBtn{cursor:pointer;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;padding:2px 4px;font-size:11px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__envEditBtn:hover:not(:disabled){color:var(--accent)}.chat-module__5sLHOW__envEditBtn:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__envEditBtn svg{width:13px;height:13px}.chat-module__5sLHOW__draftInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;color:var(--text-primary);font:inherit;padding:8px 11px;font-size:14px}.chat-module__5sLHOW__draftPrompt{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;min-height:130px;color:var(--text-primary);font-family:var(--font-mono);resize:vertical;padding:10px 12px;font-size:12.5px;line-height:1.6}.chat-module__5sLHOW__draftInput:focus,.chat-module__5sLHOW__draftPrompt:focus{border-color:var(--accent);outline:none}.chat-module__5sLHOW__proposalCard{border:1px solid var(--border-color);background:var(--bg-elevated);border-radius:12px;overflow:hidden}.chat-module__5sLHOW__proposalFlow{border-bottom:1px solid var(--border-subtle);padding:12px 14px}.chat-module__5sLHOW__proposalFlowLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:8px;font-size:11px;display:block}.chat-module__5sLHOW__proposalFlowDiagram{padding-bottom:2px;overflow-x:auto}.chat-module__5sLHOW__proposalHead{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;display:flex}.chat-module__5sLHOW__proposalTitle{color:var(--text-primary);font-size:13px;font-weight:600}.chat-module__5sLHOW__proposalBody{font-family:var(--font-mono);max-height:300px;padding:8px 0;font-size:12.5px;line-height:1.55;overflow-y:auto}.chat-module__5sLHOW__proposalLine{white-space:pre-wrap;word-break:break-word;color:var(--text-primary);padding:0 14px}.chat-module__5sLHOW__editWrap{border-top:1px solid var(--border-subtle)}.chat-module__5sLHOW__editSummary{cursor:pointer;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;transition:var(--transition);align-items:center;gap:6px;margin:12px 14px;padding:6px 12px;font-size:12px;font-weight:600;list-style:none;display:inline-flex}.chat-module__5sLHOW__editSummary::-webkit-details-marker{display:none}.chat-module__5sLHOW__editSummary:hover{border-color:var(--accent);color:var(--text-primary)}.chat-module__5sLHOW__editSummary svg{flex-shrink:0;width:13px;height:13px}.chat-module__5sLHOW__editArea{border:none;border-top:1px solid var(--border-subtle);background:var(--bg-secondary);width:100%;min-height:120px;color:var(--text-primary);font-family:var(--font-mono);resize:vertical;padding:10px 14px;font-size:12.5px;line-height:1.55;display:block}.chat-module__5sLHOW__editArea:focus{outline:none}.chat-module__5sLHOW__cardActions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.chat-module__5sLHOW__btnPrimary{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition);border:none;padding:9px 16px;font-size:13.5px;font-weight:600}.chat-module__5sLHOW__btnPrimary:hover:not(:disabled){background:var(--accent-hover)}.chat-module__5sLHOW__btnPrimary:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__btnGhost{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:var(--transition);padding:9px 16px;font-size:13.5px;font-weight:600}.chat-module__5sLHOW__btnGhost:hover:not(:disabled){border-color:var(--accent);color:var(--text-primary)}.chat-module__5sLHOW__heroActions{flex-direction:column;align-items:center;gap:28px;margin:24px 0 6px;display:flex}.chat-module__5sLHOW__heroDeploy{background:var(--accent);color:#fff;font-family:var(--font-sans);letter-spacing:-.01em;cursor:pointer;transition:transform var(--transition), box-shadow var(--transition), filter var(--transition);border:none;border-radius:999px;justify-content:center;align-items:center;gap:11px;padding:17px 38px;font-size:16.5px;font-weight:650;display:inline-flex;position:relative;box-shadow:0 8px 22px #0000001f,0 2px 6px #00000014}.chat-module__5sLHOW__heroDeploy svg{flex-shrink:0;width:21px;height:21px}.chat-module__5sLHOW__heroDeploy:hover:not(:disabled){filter:brightness(.94);transform:translateY(-2px);box-shadow:0 14px 30px #00000029,0 4px 10px #0000001a}.chat-module__5sLHOW__heroDeploy:active:not(:disabled){transform:translateY(0)}.chat-module__5sLHOW__heroDeploy:disabled{opacity:.55;cursor:default}.chat-module__5sLHOW__heroDeploy:before{content:"";pointer-events:none;border-radius:999px;animation:2.6s ease-out infinite chat-module__5sLHOW__heroDeployPulse;position:absolute;inset:0}.chat-module__5sLHOW__heroDeploy:disabled:before{animation:none}@keyframes chat-module__5sLHOW__heroDeployPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--accent) 45%, transparent)}70%{box-shadow:0 0 0 11px color-mix(in srgb, var(--accent) 0%, transparent)}to{box-shadow:0 0 0 11px color-mix(in srgb, var(--accent) 0%, transparent)}}.chat-module__5sLHOW__heroChange{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:8px;padding:7px 14px;font-size:13.5px;font-weight:600}.chat-module__5sLHOW__heroChange:hover:not(:disabled){color:var(--text-primary);background:var(--bg-secondary)}.chat-module__5sLHOW__heroChange:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__heroBack{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:999px;align-items:center;gap:7px;padding:9px 16px;font-size:13.5px;font-weight:600;display:inline-flex}.chat-module__5sLHOW__heroBack svg{flex-shrink:0;width:15px;height:15px}.chat-module__5sLHOW__heroBack:hover{border-color:var(--accent);color:var(--text-primary)}@media (prefers-reduced-motion:reduce){.chat-module__5sLHOW__heroDeploy:before{animation:none}.chat-module__5sLHOW__heroDeploy:hover:not(:disabled){transform:none}}.chat-module__5sLHOW__header{text-align:center;padding:18px 16px 4px}.chat-module__5sLHOW__headerTitle{color:var(--text-primary);font-size:19px;font-weight:700}.chat-module__5sLHOW__headerSub{color:var(--text-tertiary);margin-top:2px;font-size:13px}.chat-module__5sLHOW__notice{border-radius:var(--radius-sm);background:var(--warning-subtle);border:1px solid var(--warning);color:var(--text-secondary);margin:8px 16px;padding:9px 12px;font-size:12.5px}.chat-module__5sLHOW__errorNotice{background:var(--bg-secondary);border-color:var(--border-color)}.chat-module__5sLHOW__safetyWarn{border-radius:var(--radius-sm);background:var(--warning-subtle);border:1px solid var(--warning);color:var(--text-secondary);align-items:flex-start;gap:8px;margin:10px 0 2px;padding:10px 12px;font-size:12.5px;line-height:1.45;display:flex}.chat-module__5sLHOW__safetyWarnIcon{flex-shrink:0;font-size:14px;line-height:1.3}.chat-module__5sLHOW__skeleton{min-height:60vh;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:14px;display:flex}.chat-module__5sLHOW__fallbackForm{flex-direction:column;gap:14px;width:100%;max-width:560px;margin:24px auto;padding:0 16px;display:flex}@keyframes chat-module__5sLHOW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__5sLHOW__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}@media (max-width:1023px){.chat-module__5sLHOW__presetsPanel{display:none}.chat-module__5sLHOW__chatLayout{max-width:760px}}@media (max-width:768px){.chat-module__5sLHOW__bubble{max-width:88%}.chat-module__5sLHOW__options{margin-left:0}.chat-module__5sLHOW__thread{padding:20px 10px}.chat-module__5sLHOW__introFirstScreen{min-height:calc(100svh - 96px);padding-bottom:46px}.chat-module__5sLHOW__introTitle{font-size:24px}.chat-module__5sLHOW__recordCta{text-align:center;flex-direction:column}.chat-module__5sLHOW__recordCtaMain{text-align:center;align-items:center}}.chat-module__5sLHOW__fmScroll{scrollbar-width:thin;max-height:332px;padding:3px;overflow-y:auto}.chat-module__5sLHOW__fmGrid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:10px;display:grid}.chat-module__5sLHOW__fmCard{text-align:left;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);min-height:108px;color:var(--text-primary);cursor:pointer;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);font:inherit;flex-direction:column;align-items:flex-start;gap:10px;padding:14px;display:flex}.chat-module__5sLHOW__fmCard:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle);box-shadow:var(--shadow-sm)}.chat-module__5sLHOW__fmCard:disabled{opacity:.5;cursor:default}.chat-module__5sLHOW__fmIcon{background:var(--accent-subtle);width:42px;height:42px;color:var(--accent);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-module__5sLHOW__fmIconFolder{color:#c4841a;background:#e5a02a29}.chat-module__5sLHOW__fmText{flex-direction:column;gap:2px;width:100%;min-width:0;display:flex}.chat-module__5sLHOW__fmName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}.chat-module__5sLHOW__fmSub{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.chat-module__5sLHOW__fmCardGhost{text-align:center;color:var(--text-secondary);background:0 0;border-style:dashed;justify-content:center;align-items:center}.chat-module__5sLHOW__fmCardGhost .chat-module__5sLHOW__fmIcon{background:var(--bg-secondary);color:var(--text-secondary)}.chat-module__5sLHOW__fmCardGhost:hover:not(:disabled){border-color:var(--accent);background:var(--accent-subtle);color:var(--text-primary)}.chat-module__5sLHOW__fmCrumb{max-width:100%;font:inherit;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:7px;margin:0;padding:2px 4px 6px;font-size:13px;font-weight:600;display:flex}.chat-module__5sLHOW__fmCrumb:hover:not(:disabled){color:var(--text-primary)}.chat-module__5sLHOW__fmCrumb:disabled{cursor:default}.chat-module__5sLHOW__fmCrumbHere{color:var(--text-tertiary);font-weight:400}.chat-module__5sLHOW__fmSectionLabel{letter-spacing:.03em;text-transform:uppercase;color:var(--text-tertiary);grid-column:1/-1;margin:4px 2px 0;font-size:11px;font-weight:600}.chat-module__5sLHOW__fmStatus{color:var(--text-tertiary);text-align:center;grid-column:1/-1;padding:22px 4px;font-size:13px}.chat-module__5sLHOW__attachMenu{z-index:41;background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:292px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-lg);flex-direction:column;gap:2px;padding:6px;animation:.12s chat-module__5sLHOW__fadeIn;display:flex;position:absolute;bottom:calc(100% + 10px);left:0}.chat-module__5sLHOW__attachItem{text-align:left;border-radius:var(--radius);width:100%;color:var(--text-primary);cursor:pointer;font:inherit;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:12px;padding:8px 12px;display:flex}.chat-module__5sLHOW__attachItem:hover{background:var(--accent-subtle)}.chat-module__5sLHOW__attachItemIcon{border-radius:var(--radius);border:1px solid rgba(var(--accent-rgb), .2);background:var(--accent-subtle);width:36px;height:36px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-module__5sLHOW__attachItemText{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-module__5sLHOW__attachItemTitle{font-size:14px;font-weight:600;line-height:1.25}.chat-module__5sLHOW__attachItemSub{color:var(--text-muted);font-size:12px;line-height:1.3}.chat-module__5sLHOW__dropOverlay{z-index:60;background:var(--accent-subtle-solid);border:2px dashed var(--accent);border-radius:var(--radius-lg);pointer-events:none;justify-content:center;align-items:center;padding:24px;animation:.12s chat-module__5sLHOW__fadeIn;display:flex;position:absolute;inset:0}.chat-module__5sLHOW__dropOverlayInner{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.chat-module__5sLHOW__dropOverlayIcon{background:var(--accent);color:#fff;width:56px;height:56px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.chat-module__5sLHOW__dropOverlayTitle{color:var(--accent);font-size:18px;font-weight:700}.chat-module__5sLHOW__dropOverlaySub{color:var(--text-secondary);font-size:13px;font-weight:500}.chat-module__5sLHOW__deploySteps{align-items:center;gap:8px;margin-bottom:14px;display:flex}.chat-module__5sLHOW__deployStep{align-items:center;gap:8px;min-width:0;display:flex}.chat-module__5sLHOW__deployStep:not(:last-child){flex:1}.chat-module__5sLHOW__deployStepDot{background:var(--bg-hover);width:20px;height:20px;color:var(--text-muted);border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.chat-module__5sLHOW__deployStep[data-state=current] .chat-module__5sLHOW__deployStepDot{background:var(--accent);color:#fff;border-color:var(--accent)}.chat-module__5sLHOW__deployStep[data-state=done] .chat-module__5sLHOW__deployStepDot{background:var(--success);color:#fff;border-color:var(--success)}.chat-module__5sLHOW__deployStepLabel{white-space:nowrap;color:var(--text-muted);font-size:12px;font-weight:600}.chat-module__5sLHOW__deployStep[data-state=current] .chat-module__5sLHOW__deployStepLabel{color:var(--text-primary)}.chat-module__5sLHOW__deployStep[data-state=done] .chat-module__5sLHOW__deployStepLabel{color:var(--text-secondary)}.chat-module__5sLHOW__deployStepBar{background:var(--border-color);border-radius:2px;flex:1;min-width:12px;height:2px}.chat-module__5sLHOW__deployStepBar[data-filled=true]{background:var(--success)}@media (max-width:520px){.chat-module__5sLHOW__deployStepLabel{display:none}}.chat-module__5sLHOW__stepEditCtx{align-items:center;gap:8px;min-width:0;margin-bottom:10px;display:flex}.chat-module__5sLHOW__stepEditCtxIcon{border-radius:4px;flex-shrink:0;width:20px;height:20px}.chat-module__5sLHOW__stepEditCtxLabel{color:var(--text-primary);white-space:nowrap;font-size:13px;font-weight:600}.chat-module__5sLHOW__stepEditCtxVerb{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.chat-module__5sLHOW__stepEditArea{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;min-height:90px;color:var(--text-primary);font:inherit;resize:vertical;padding:10px 12px;font-size:14px;line-height:1.5}.chat-module__5sLHOW__stepEditArea:focus{border-color:var(--accent);outline:none}
.SessionWarningCard-module__fad1Ba__card{border-radius:var(--radius);border:1px solid var(--border-color);background:var(--bg-secondary);align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.SessionWarningCard-module__fad1Ba__iconWrap{background:var(--bg-elevated);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.SessionWarningCard-module__fad1Ba__body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.SessionWarningCard-module__fad1Ba__title{color:var(--text-primary);font-size:13.5px;font-weight:600;line-height:1.35}.SessionWarningCard-module__fad1Ba__text{color:var(--text-secondary);overflow-wrap:anywhere;font-size:12.5px;line-height:1.5}.SessionWarningCard-module__fad1Ba__text strong{color:var(--text-primary);font-weight:600}.SessionWarningCard-module__fad1Ba__code{font-family:var(--font-mono);background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:4px;padding:1px 5px;font-size:11.5px}.SessionWarningCard-module__fad1Ba__link{color:var(--accent);text-underline-offset:2px;align-self:flex-start;font-size:12.5px;text-decoration:underline}.SessionWarningCard-module__fad1Ba__link:hover{color:var(--accent-hover)}.SessionWarningCard-module__fad1Ba__ackRow{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:8px;margin-top:2px;font-size:12.5px;line-height:1.45;display:flex}.SessionWarningCard-module__fad1Ba__ackRow input[type=checkbox]{cursor:pointer;accent-color:var(--accent);flex-shrink:0;margin-top:2px}.SessionWarningCard-module__fad1Ba__toneDanger{background:var(--danger-subtle);border-color:rgba(var(--danger-rgb), .35);color:var(--danger)}.SessionWarningCard-module__fad1Ba__toneDanger .SessionWarningCard-module__fad1Ba__iconWrap{color:var(--danger);background:rgba(var(--danger-rgb), .12)}.SessionWarningCard-module__fad1Ba__toneWarning{background:var(--warning-subtle);border-color:rgba(var(--warning-rgb), .4);color:var(--warning)}.SessionWarningCard-module__fad1Ba__toneWarning .SessionWarningCard-module__fad1Ba__iconWrap{color:var(--warning);background:rgba(var(--warning-rgb), .12)}.SessionWarningCard-module__fad1Ba__toneInfo{background:var(--accent-subtle);border-color:rgba(var(--accent-rgb), .3)}.SessionWarningCard-module__fad1Ba__toneInfo .SessionWarningCard-module__fad1Ba__iconWrap{color:var(--accent);background:rgba(var(--accent-rgb), .12)}
.WorkflowRefineModal-module__L24b1q__clearBtn{border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;padding:5px 10px;font-size:12.5px}.WorkflowRefineModal-module__L24b1q__clearBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.WorkflowRefineModal-module__L24b1q__clearBtn:disabled{opacity:.5;cursor:default}.WorkflowRefineModal-module__L24b1q__proposalFlow{border-bottom:1px solid var(--border-subtle);padding:12px 14px}.WorkflowRefineModal-module__L24b1q__proposalFlowLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:8px;font-size:11px;display:block}.WorkflowRefineModal-module__L24b1q__flowDiagram{padding-bottom:2px;overflow-x:auto}.WorkflowRefineModal-module__L24b1q__thread{flex-direction:column;gap:10px;min-height:200px;padding:4px 2px;display:flex}.WorkflowRefineModal-module__L24b1q__empty{text-align:center;width:100%;max-width:540px;color:var(--text-tertiary);flex-direction:column;align-items:center;gap:10px;margin:auto;padding:24px 12px;display:flex}.WorkflowRefineModal-module__L24b1q__emptyTitle{color:var(--text-secondary);margin:0;font-size:16px}.WorkflowRefineModal-module__L24b1q__emptyHint{max-width:440px;margin:0;font-size:13px}.WorkflowRefineModal-module__L24b1q__emptyOr{width:100%;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:6px 0 2px;font-size:11px;display:flex}.WorkflowRefineModal-module__L24b1q__emptyOr:before,.WorkflowRefineModal-module__L24b1q__emptyOr:after{content:"";background:var(--border-subtle);flex:1;height:1px}.WorkflowRefineModal-module__L24b1q__row{display:flex}.WorkflowRefineModal-module__L24b1q__rowUser{justify-content:flex-end}.WorkflowRefineModal-module__L24b1q__rowBot{justify-content:flex-start}.WorkflowRefineModal-module__L24b1q__bubbleUser,.WorkflowRefineModal-module__L24b1q__bubbleBot{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:78%;padding:9px 13px;font-size:14px;line-height:1.5}.WorkflowRefineModal-module__L24b1q__bubbleUser{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.WorkflowRefineModal-module__L24b1q__bubbleBot{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:4px}.WorkflowRefineModal-module__L24b1q__bubbleStepTag{color:#fffffff2;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#ffffff2e;border-radius:999px;align-items:center;width:fit-content;max-width:100%;margin-bottom:5px;padding:2px 8px;font-size:10.5px;font-weight:600;display:flex;overflow:hidden}.WorkflowRefineModal-module__L24b1q__videoBubble{border:1px solid var(--border-color);background:#000;border-radius:14px;max-width:78%;overflow:hidden}.WorkflowRefineModal-module__L24b1q__video{width:100%;max-height:220px;display:block}.WorkflowRefineModal-module__L24b1q__videoGone{color:var(--text-tertiary);padding:16px;font-size:13px;display:block}.WorkflowRefineModal-module__L24b1q__typing{align-items:center;gap:4px;display:inline-flex}.WorkflowRefineModal-module__L24b1q__typing i{background:var(--text-tertiary);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite both WorkflowRefineModal-module__L24b1q__blink}.WorkflowRefineModal-module__L24b1q__typing i:nth-child(2){animation-delay:.2s}.WorkflowRefineModal-module__L24b1q__typing i:nth-child(3){animation-delay:.4s}@keyframes WorkflowRefineModal-module__L24b1q__blink{0%,80%,to{opacity:.3}40%{opacity:1}}.WorkflowRefineModal-module__L24b1q__diffCard{border:1px solid var(--border-color);background:var(--bg-elevated);border-radius:12px;overflow:hidden}.WorkflowRefineModal-module__L24b1q__diffHead{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;display:flex}.WorkflowRefineModal-module__L24b1q__diffTitle{color:var(--text-primary);font-size:13px;font-weight:600}.WorkflowRefineModal-module__L24b1q__diffSummary{color:var(--accent);font-size:12px}.WorkflowRefineModal-module__L24b1q__diffBody{font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);max-height:340px;padding:8px 0;font-size:12.5px;line-height:1.55;overflow-y:auto}.WorkflowRefineModal-module__L24b1q__diffGap{border:0;border-top:1px dashed var(--border-subtle);border-bottom:1px dashed var(--border-subtle);width:100%;color:var(--text-tertiary);font:inherit;text-align:center;cursor:pointer;background:0 0;padding:3px 10px;font-size:11.5px;display:block}.WorkflowRefineModal-module__L24b1q__diffGap:hover{background:var(--bg-hover);color:var(--text-secondary)}.WorkflowRefineModal-module__L24b1q__diffAdd,.WorkflowRefineModal-module__L24b1q__diffDel,.WorkflowRefineModal-module__L24b1q__diffCtx{white-space:pre-wrap;padding:0 10px;display:flex}.WorkflowRefineModal-module__L24b1q__diffAdd{background:var(--success-subtle)}.WorkflowRefineModal-module__L24b1q__diffDel{background:rgba(var(--danger-rgb), .12)}.WorkflowRefineModal-module__L24b1q__diffGutter{width:14px;color:var(--text-tertiary);-webkit-user-select:none;user-select:none;flex:none}.WorkflowRefineModal-module__L24b1q__diffAdd .WorkflowRefineModal-module__L24b1q__diffGutter{color:var(--success)}.WorkflowRefineModal-module__L24b1q__diffDel .WorkflowRefineModal-module__L24b1q__diffGutter{color:var(--danger)}.WorkflowRefineModal-module__L24b1q__diffText{word-break:break-word;flex:1}.WorkflowRefineModal-module__L24b1q__diffDel .WorkflowRefineModal-module__L24b1q__diffText{opacity:.75;text-decoration:line-through}.WorkflowRefineModal-module__L24b1q__diffMeta{color:var(--text-secondary);border-top:1px solid var(--border-subtle);padding:6px 14px;font-size:12px}.WorkflowRefineModal-module__L24b1q__memorySection{border-top:1px solid var(--border-color)}.WorkflowRefineModal-module__L24b1q__facetRow{border-top:1px solid var(--border-subtle);flex-wrap:wrap;align-items:baseline;gap:8px;padding:8px 14px;font-size:12.5px;display:flex}.WorkflowRefineModal-module__L24b1q__facetLabel{text-transform:uppercase;letter-spacing:.04em;min-width:76px;color:var(--text-tertiary);flex:none;font-size:11px}.WorkflowRefineModal-module__L24b1q__facetChange{color:var(--text-primary);word-break:break-word}.WorkflowRefineModal-module__L24b1q__facetWarn{color:var(--warning,#b26a00);flex-basis:100%;font-size:11.5px}.WorkflowRefineModal-module__L24b1q__opsList{flex-wrap:wrap;gap:6px;display:flex}.WorkflowRefineModal-module__L24b1q__opChip{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-secondary);word-break:break-word;border-radius:999px;padding:2px 9px;font-size:11.5px}.WorkflowRefineModal-module__L24b1q__editWrap{border-top:1px solid var(--border-subtle)}.WorkflowRefineModal-module__L24b1q__editSummary{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;padding:8px 14px;font-size:12px}.WorkflowRefineModal-module__L24b1q__editArea{border:none;border-top:1px solid var(--border-subtle);background:var(--bg-input);width:100%;min-height:120px;color:var(--text-primary);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);resize:vertical;padding:10px 14px;font-size:12.5px;line-height:1.55;display:block}.WorkflowRefineModal-module__L24b1q__editArea:focus{outline:none}.WorkflowRefineModal-module__L24b1q__diffActions{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.WorkflowRefineModal-module__L24b1q__error{background:rgba(var(--danger-rgb), .1);color:var(--danger);border-radius:8px;padding:8px 12px;font-size:13px}.WorkflowRefineModal-module__L24b1q__noteRow{justify-content:center;padding:2px 0;display:flex}.WorkflowRefineModal-module__L24b1q__noteText{color:var(--text-tertiary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:999px;padding:3px 12px;font-size:11.5px}.WorkflowRefineModal-module__L24b1q__gateNote{color:var(--text-tertiary);margin:0 0 8px;font-size:12px;line-height:1.45}.WorkflowRefineModal-module__L24b1q__gateNoteLink{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0}.WorkflowRefineModal-module__L24b1q__gateNoteLink:hover{text-decoration:underline}.WorkflowRefineModal-module__L24b1q__riskBanner{background:rgba(var(--danger-rgb), .08);border-bottom:1px solid rgba(var(--danger-rgb), .25);color:var(--danger);align-items:flex-start;gap:8px;padding:10px 14px;font-size:12.5px;line-height:1.45;display:flex}.WorkflowRefineModal-module__L24b1q__riskBanner svg{flex:none;margin-top:1px}.WorkflowRefineModal-module__L24b1q__chips{flex-wrap:wrap;gap:8px;display:flex}.WorkflowRefineModal-module__L24b1q__chip{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:999px;padding:6px 12px;font-size:13px}.WorkflowRefineModal-module__L24b1q__chip:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.WorkflowRefineModal-module__L24b1q__chip:disabled{opacity:.5;cursor:default}.WorkflowRefineModal-module__L24b1q__composer{border:1px solid var(--border-color);background:var(--bg-input);border-radius:12px;flex-direction:column;gap:8px;padding:8px;display:flex}.WorkflowRefineModal-module__L24b1q__input{color:var(--text-primary);font-size:14px;font-family:var(--font-sans);resize:none;background:0 0;border:none;width:100%;min-height:40px;max-height:160px;line-height:1.4;overflow-y:hidden}.WorkflowRefineModal-module__L24b1q__input:focus{outline:none}.WorkflowRefineModal-module__L24b1q__composerActions{justify-content:space-between;align-items:center;display:flex}.WorkflowRefineModal-module__L24b1q__composerFocused{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .1)}.WorkflowRefineModal-module__L24b1q__focusStep{background:rgba(var(--accent-rgb), .07);border-bottom:1px solid rgba(var(--accent-rgb), .2);border-radius:11px 11px 0 0;align-items:flex-start;gap:8px;min-width:0;margin:-8px -8px 0;padding:7px 8px 8px 10px;display:flex}.WorkflowRefineModal-module__L24b1q__focusStepBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.WorkflowRefineModal-module__L24b1q__focusStepEyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--accent);font-size:10px;font-weight:700;line-height:1}.WorkflowRefineModal-module__L24b1q__focusStepIdentity{align-items:center;gap:7px;min-width:0;display:flex}.WorkflowRefineModal-module__L24b1q__focusStepIcon{border-radius:4px;flex:none;width:18px;height:18px}.WorkflowRefineModal-module__L24b1q__focusStepLabel{color:var(--text-primary);white-space:nowrap;flex:none;font-size:13px;font-weight:600}.WorkflowRefineModal-module__L24b1q__focusStepVerb{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.WorkflowRefineModal-module__L24b1q__focusStepDrop{width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.WorkflowRefineModal-module__L24b1q__focusStepDrop:hover{background:rgba(var(--accent-rgb), .15);color:var(--text-primary)}.WorkflowRefineModal-module__L24b1q__focusStepDrop svg{width:12px;height:12px}.WorkflowRefineModal-module__L24b1q__recordBtn{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.WorkflowRefineModal-module__L24b1q__recordBtn:hover:not(:disabled){color:var(--danger);border-color:var(--danger)}.WorkflowRefineModal-module__L24b1q__recordBtn:disabled{opacity:.5;cursor:default}.WorkflowRefineModal-module__L24b1q__voiceWrap{flex-shrink:0;display:inline-flex;position:relative}.WorkflowRefineModal-module__L24b1q__recordBtnActive,.WorkflowRefineModal-module__L24b1q__recordBtnActive:hover:not(:disabled){color:#fff;background:#dc3545;border-color:#dc3545;animation:1.4s ease-in-out infinite WorkflowRefineModal-module__L24b1q__voicePulse}@keyframes WorkflowRefineModal-module__L24b1q__voicePulse{0%,to{box-shadow:0 0 #dc354580}50%{box-shadow:0 0 0 7px #dc354500}}.WorkflowRefineModal-module__L24b1q__voiceSpinner{border:2px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite WorkflowRefineModal-module__L24b1q__voiceSpin}@keyframes WorkflowRefineModal-module__L24b1q__voiceSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.WorkflowRefineModal-module__L24b1q__recordBtnActive,.WorkflowRefineModal-module__L24b1q__recordBtnActive:hover:not(:disabled){animation:none}.WorkflowRefineModal-module__L24b1q__voiceSpinner{animation-duration:1.6s}}.WorkflowRefineModal-module__L24b1q__voiceStatus{z-index:2;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border-color);max-width:260px;box-shadow:var(--shadow-lg);color:var(--text-secondary);padding:6px 10px;font-size:12px;font-weight:500;animation:.15s WorkflowRefineModal-module__L24b1q__fadeIn;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden}.WorkflowRefineModal-module__L24b1q__btnPrimary,.WorkflowRefineModal-module__L24b1q__sendBtn{background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600}.WorkflowRefineModal-module__L24b1q__btnPrimary:hover:not(:disabled),.WorkflowRefineModal-module__L24b1q__sendBtn:hover:not(:disabled){background:var(--accent-hover)}.WorkflowRefineModal-module__L24b1q__btnPrimary:disabled,.WorkflowRefineModal-module__L24b1q__sendBtn:disabled{opacity:.5;cursor:default}.WorkflowRefineModal-module__L24b1q__btnGhost{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition);background:0 0;border-radius:8px;padding:7px 14px;font-size:13px}.WorkflowRefineModal-module__L24b1q__btnGhost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.WorkflowRefineModal-module__L24b1q__btnGhost:disabled{opacity:.5;cursor:default}.WorkflowRefineModal-module__L24b1q__costLine{text-align:right;color:var(--text-tertiary);font-size:11.5px}.WorkflowRefineModal-module__L24b1q__facetNote{color:var(--text-tertiary);flex-basis:100%;font-size:11.5px}.WorkflowRefineModal-module__L24b1q__wipeHead{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.WorkflowRefineModal-module__L24b1q__wipeIcon{background:rgba(var(--danger-rgb), .1);width:28px;height:28px;color:var(--danger);border-radius:8px;flex:none;place-items:center;display:grid}.WorkflowRefineModal-module__L24b1q__wipeHeadText{flex-direction:column;gap:2px;min-width:0;display:flex}.WorkflowRefineModal-module__L24b1q__wipeTitle{color:var(--text-primary);font-size:13px;font-weight:600}.WorkflowRefineModal-module__L24b1q__wipeSub{color:var(--text-tertiary);font-size:12px;line-height:1.45}.WorkflowRefineModal-module__L24b1q__wipeList{flex-direction:column;gap:6px;margin:0;padding:10px 14px;list-style:none;display:flex}.WorkflowRefineModal-module__L24b1q__wipeItem{color:var(--text-primary);align-items:baseline;gap:8px;font-size:12.5px;line-height:1.45;display:flex}.WorkflowRefineModal-module__L24b1q__wipeItem:before{content:"";background:var(--danger);border-radius:50%;flex:none;width:5px;height:5px;transform:translateY(-2px)}.WorkflowRefineModal-module__L24b1q__wipeKeep{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);padding:8px 14px;font-size:12px;line-height:1.45}.WorkflowRefineModal-module__L24b1q__btnDanger{background:var(--danger);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600}.WorkflowRefineModal-module__L24b1q__btnDanger:hover:not(:disabled){filter:brightness(1.08)}.WorkflowRefineModal-module__L24b1q__btnDanger:disabled{opacity:.5;cursor:default}
.SaveAsWorkflowModal-module__ZfD1wW__body{flex-direction:column;gap:14px;min-height:160px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__compileWrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__compileText{color:var(--text-primary);font-size:14px;font-weight:600}.SaveAsWorkflowModal-module__ZfD1wW__compileSub{color:var(--text-tertiary);max-width:380px;font-size:12.5px;line-height:1.5}.SaveAsWorkflowModal-module__ZfD1wW__resolveStack{flex-direction:column;gap:12px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__blockerHint{background:var(--warning-subtle);border:1px solid rgba(var(--warning-rgb), .4);border-radius:var(--radius-sm);color:var(--text-primary);padding:10px 12px;font-size:12.5px;line-height:1.5}.SaveAsWorkflowModal-module__ZfD1wW__blockerHint ul{margin:4px 0 0;padding-left:18px}.SaveAsWorkflowModal-module__ZfD1wW__blockerHint li{color:var(--text-secondary);margin:2px 0}.SaveAsWorkflowModal-module__ZfD1wW__reviewStack{flex-direction:column;gap:16px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__label{flex-direction:column;gap:6px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__labelText{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.SaveAsWorkflowModal-module__ZfD1wW__required{color:var(--danger)}.SaveAsWorkflowModal-module__ZfD1wW__input,.SaveAsWorkflowModal-module__ZfD1wW__textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-elevated);width:100%;color:var(--text-primary);font-size:13.5px;font-family:var(--font-sans);transition:border-color var(--transition);padding:9px 12px}.SaveAsWorkflowModal-module__ZfD1wW__textarea{resize:vertical;min-height:56px;line-height:1.45}.SaveAsWorkflowModal-module__ZfD1wW__input:focus,.SaveAsWorkflowModal-module__ZfD1wW__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle);outline:none}.SaveAsWorkflowModal-module__ZfD1wW__input:disabled,.SaveAsWorkflowModal-module__ZfD1wW__textarea:disabled{opacity:.6;cursor:not-allowed}.SaveAsWorkflowModal-module__ZfD1wW__promptPreview{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;max-height:260px;margin:0;padding:12px 14px;font-size:12.5px;line-height:1.55;overflow-y:auto}.SaveAsWorkflowModal-module__ZfD1wW__helper{color:var(--text-tertiary);font-size:11.5px;line-height:1.45}.SaveAsWorkflowModal-module__ZfD1wW__subList{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__subListTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:4px;font-size:11px;font-weight:600}.SaveAsWorkflowModal-module__ZfD1wW__subItem{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__subItem code{font-family:var(--font-mono);background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:4px;padding:1px 5px}.SaveAsWorkflowModal-module__ZfD1wW__errorBanner{border-radius:var(--radius-sm);background:var(--danger-subtle);color:var(--danger);border:1px solid rgba(var(--danger-rgb), .3);align-items:center;gap:8px;padding:10px 12px;font-size:12.5px;line-height:1.45;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__errorBanner svg{flex-shrink:0}.SaveAsWorkflowModal-module__ZfD1wW__btnPrimary{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:13.5px;font-weight:600;font-family:var(--font-sans);transition:background var(--transition), opacity var(--transition);border:1px solid #0000;justify-content:center;align-items:center;padding:9px 18px;display:inline-flex}.SaveAsWorkflowModal-module__ZfD1wW__btnPrimary:hover:not(:disabled){background:var(--accent-hover)}.SaveAsWorkflowModal-module__ZfD1wW__btnPrimary:disabled{opacity:.55;cursor:not-allowed}.SaveAsWorkflowModal-module__ZfD1wW__btnSecondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;font-size:13.5px;font-weight:500;font-family:var(--font-sans);transition:background var(--transition);padding:9px 16px}.SaveAsWorkflowModal-module__ZfD1wW__btnSecondary:hover:not(:disabled){background:var(--bg-hover)}.SaveAsWorkflowModal-module__ZfD1wW__btnSecondary:disabled{opacity:.55;cursor:not-allowed}.SaveAsWorkflowModal-module__ZfD1wW__btnLabel{margin-left:8px}.SaveAsWorkflowModal-module__ZfD1wW__resolveStripWrap{margin-bottom:4px}.SaveAsWorkflowModal-module__ZfD1wW__reviewThread{flex-direction:column;gap:12px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__truncationNote{background:var(--warning-subtle);border:1px solid rgba(var(--warning-rgb), .3);border-radius:var(--radius-sm);color:var(--text-secondary);padding:8px 12px;font-size:12px;line-height:1.5}.SaveAsWorkflowModal-module__ZfD1wW__thread{flex-direction:column;gap:10px;padding:4px 2px;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__driftBanner{border-radius:var(--radius-sm);border:1px solid rgba(var(--warning-rgb), .4);background:var(--warning-subtle);color:var(--text-primary);flex-direction:column;gap:6px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__driftBanner strong{font-size:13px;font-weight:600}.SaveAsWorkflowModal-module__ZfD1wW__driftBanner p{color:var(--text-secondary);margin:0}.SaveAsWorkflowModal-module__ZfD1wW__driftBanner button{align-self:flex-start;margin-top:4px}.SaveAsWorkflowModal-module__ZfD1wW__drift_block{border-color:rgba(var(--danger-rgb), .4);background:var(--danger-subtle)}.SaveAsWorkflowModal-module__ZfD1wW__refinementHint{color:var(--text-tertiary);text-align:right;padding:0 4px;font-size:11.5px}.SaveAsWorkflowModal-module__ZfD1wW__reviewFooterRow{align-items:center;gap:14px;width:100%;display:flex}.SaveAsWorkflowModal-module__ZfD1wW__reviewFooterRow>:first-child{flex:none}.SaveAsWorkflowModal-module__ZfD1wW__reviewFooterRow>:last-child{flex:auto;min-width:0}.SaveAsWorkflowModal-module__ZfD1wW__btnBackLink{color:var(--text-secondary);cursor:pointer;font-size:13.5px;font-weight:500;font-family:var(--font-sans);transition:color var(--transition);background:0 0;border:none;align-items:center;gap:6px;padding:6px 4px;line-height:1;display:inline-flex}.SaveAsWorkflowModal-module__ZfD1wW__btnBackLink:hover{color:var(--accent)}.SaveAsWorkflowModal-module__ZfD1wW__btnBackLink svg{flex-shrink:0}@media (max-width:768px){.SaveAsWorkflowModal-module__ZfD1wW__body{gap:12px}.SaveAsWorkflowModal-module__ZfD1wW__compileWrap{padding:32px 16px}.SaveAsWorkflowModal-module__ZfD1wW__thread{max-height:360px}}.SaveAsWorkflowModal-module__ZfD1wW__deliveryPickWrap{padding:2px 2px 10px}.SaveAsWorkflowModal-module__ZfD1wW__deliveryPickWrap>div{margin-top:0;margin-left:0}.SaveAsWorkflowModal-module__ZfD1wW__deliveryPickQuestion{color:var(--text-primary);margin:2px 0 14px;font-size:1.05rem;font-weight:600}
.proxyLocationPrompt-module___WYUoa__body{flex-direction:column;gap:16px;display:flex}.proxyLocationPrompt-module___WYUoa__locationCard{background:var(--accent-subtle,var(--bg-tertiary));border:1px solid var(--border-subtle);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.proxyLocationPrompt-module___WYUoa__flag{font-size:32px;line-height:1}.proxyLocationPrompt-module___WYUoa__fromLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:12px}.proxyLocationPrompt-module___WYUoa__fromCountry{color:var(--text-primary);font-size:18px;font-weight:700;font-family:var(--font-display,inherit);margin-top:2px;line-height:1.2}.proxyLocationPrompt-module___WYUoa__explain{color:var(--text-primary);margin:0;font-size:14px;line-height:1.55}.proxyLocationPrompt-module___WYUoa__explain strong{font-weight:600}.proxyLocationPrompt-module___WYUoa__changeLink{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px;text-decoration:underline}.proxyLocationPrompt-module___WYUoa__changeLink:hover{color:var(--accent-hover)}.proxyLocationPrompt-module___WYUoa__changeField{flex-direction:column;gap:6px;display:flex}.proxyLocationPrompt-module___WYUoa__changeFieldLabel{color:var(--text-secondary);font-size:12px;font-weight:600}.proxyLocationPrompt-module___WYUoa__select{border:1px solid var(--border-color);background:var(--bg-secondary,var(--bg-tertiary));width:100%;color:var(--text-primary);border-radius:8px;padding:9px 12px;font-size:14px}.proxyLocationPrompt-module___WYUoa__select:focus{border-color:var(--border-focus,var(--accent));outline:none}
.workflowWalkthrough-module__gnEnAq__root{z-index:10000;pointer-events:none;position:fixed;inset:0}.workflowWalkthrough-module__gnEnAq__cutout{pointer-events:none;will-change:top, left, width, height;background:0 0;border-radius:10px;transition:top .18s,left .18s,width .18s,height .18s;position:fixed;box-shadow:0 0 0 9999px #0000008c}.workflowWalkthrough-module__gnEnAq__tooltip{z-index:10001;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;font-family:var(--font-sans);outline:none;padding:16px;animation:.2s ease-out workflowWalkthrough-module__gnEnAq__tooltipIn;position:fixed}@keyframes workflowWalkthrough-module__gnEnAq__tooltipIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.workflowWalkthrough-module__gnEnAq__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.workflowWalkthrough-module__gnEnAq__counter{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.workflowWalkthrough-module__gnEnAq__skipBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:12px;transition:background .12s,color .12s}.workflowWalkthrough-module__gnEnAq__skipBtn:hover{color:var(--text-primary);background:var(--bg-hover)}.workflowWalkthrough-module__gnEnAq__title{color:var(--text-primary);font-size:16px;font-weight:600;font-family:var(--font-display,var(--font-sans));margin:0 0 6px}.workflowWalkthrough-module__gnEnAq__body{color:var(--text-secondary);margin:0 0 16px;font-size:13px;line-height:1.5}.workflowWalkthrough-module__gnEnAq__actions{justify-content:space-between;gap:8px;display:flex}.workflowWalkthrough-module__gnEnAq__backBtn,.workflowWalkthrough-module__gnEnAq__nextBtn{border-radius:var(--radius);cursor:pointer;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,color .12s,border-color .12s}.workflowWalkthrough-module__gnEnAq__backBtn{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0}.workflowWalkthrough-module__gnEnAq__backBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.workflowWalkthrough-module__gnEnAq__backBtn:disabled{opacity:.4;cursor:not-allowed}.workflowWalkthrough-module__gnEnAq__nextBtn{background:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:var(--shadow-accent)}.workflowWalkthrough-module__gnEnAq__nextBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.workflowWalkthrough-module__gnEnAq__placement_below:before,.workflowWalkthrough-module__gnEnAq__placement_above:before{content:"";background:var(--bg-secondary);border:1px solid var(--border-color);width:12px;height:12px;margin-left:-6px;position:absolute;left:50%;transform:rotate(45deg)}.workflowWalkthrough-module__gnEnAq__placement_below:before{border-bottom:none;border-right:none;top:-7px}.workflowWalkthrough-module__gnEnAq__placement_above:before{border-top:none;border-left:none;bottom:-7px}.workflowWalkthrough-module__gnEnAq__placement_right:before{content:"";background:var(--bg-secondary);border:1px solid var(--border-color);border-top:none;border-right:none;width:12px;height:12px;margin-top:-6px;position:absolute;top:50%;left:-7px;transform:rotate(45deg)}@media (prefers-reduced-motion:reduce){.workflowWalkthrough-module__gnEnAq__cutout{transition:none}.workflowWalkthrough-module__gnEnAq__tooltip{animation:none}}@media (max-width:640px){.workflowWalkthrough-module__gnEnAq__root{display:none}}
.postConnectSpotlight-module__XeBnHG__root{z-index:10000;pointer-events:none;position:fixed;inset:0}.postConnectSpotlight-module__XeBnHG__cutout{pointer-events:none;will-change:top, left, width, height;background:0 0;border-radius:10px;transition:top .18s,left .18s,width .18s,height .18s;position:fixed;box-shadow:0 0 0 9999px #0000008c}.postConnectSpotlight-module__XeBnHG__tooltip{z-index:10001;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;font-family:var(--font-sans);outline:none;padding:16px;animation:.2s ease-out postConnectSpotlight-module__XeBnHG__tooltipIn;position:fixed}@keyframes postConnectSpotlight-module__XeBnHG__tooltipIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.postConnectSpotlight-module__XeBnHG__header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.postConnectSpotlight-module__XeBnHG__checkBadge{background:var(--accent);color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.postConnectSpotlight-module__XeBnHG__checkBadge svg{width:15px;height:15px}.postConnectSpotlight-module__XeBnHG__headerSpacer{flex:auto}.postConnectSpotlight-module__XeBnHG__closeBtn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex:none;padding:2px 6px;font-size:18px;line-height:1;transition:background .12s,color .12s}.postConnectSpotlight-module__XeBnHG__closeBtn:hover{color:var(--text-primary);background:var(--bg-hover)}.postConnectSpotlight-module__XeBnHG__title{color:var(--text-primary);font-size:16px;font-weight:600;font-family:var(--font-display,var(--font-sans));margin:0 0 6px}.postConnectSpotlight-module__XeBnHG__body{color:var(--text-secondary);margin:0 0 16px;font-size:13px;line-height:1.5}.postConnectSpotlight-module__XeBnHG__body strong{color:var(--text-primary);font-weight:600}.postConnectSpotlight-module__XeBnHG__actions{justify-content:flex-end;gap:8px;display:flex}.postConnectSpotlight-module__XeBnHG__primaryBtn,.postConnectSpotlight-module__XeBnHG__secondaryBtn{border-radius:var(--radius);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.postConnectSpotlight-module__XeBnHG__primaryBtn{background:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:var(--shadow-accent)}.postConnectSpotlight-module__XeBnHG__primaryBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.postConnectSpotlight-module__XeBnHG__secondaryBtn{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0}.postConnectSpotlight-module__XeBnHG__secondaryBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.postConnectSpotlight-module__XeBnHG__btnIcon{width:14px;height:14px}.postConnectSpotlight-module__XeBnHG__placement_below:before,.postConnectSpotlight-module__XeBnHG__placement_above:before{content:"";background:var(--bg-secondary);border:1px solid var(--border-color);width:12px;height:12px;margin-left:-6px;position:absolute;left:50%;transform:rotate(45deg)}.postConnectSpotlight-module__XeBnHG__placement_below:before{border-bottom:none;border-right:none;top:-7px}.postConnectSpotlight-module__XeBnHG__placement_above:before{border-top:none;border-left:none;bottom:-7px}@media (prefers-reduced-motion:reduce){.postConnectSpotlight-module__XeBnHG__cutout{transition:none}.postConnectSpotlight-module__XeBnHG__tooltip{animation:none}}@media (max-width:640px){.postConnectSpotlight-module__XeBnHG__root{display:none}}
.ConnectChecklist-module__b6o82W__rowList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ConnectChecklist-module__b6o82W__row{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .2s,border-color .2s;display:flex}.ConnectChecklist-module__b6o82W__rowConnected{background:var(--bg-secondary);border-color:var(--border-color);opacity:.92}.ConnectChecklist-module__b6o82W__rowFresh{animation:1.4s ease-out ConnectChecklist-module__b6o82W__rowFreshFlash}@keyframes ConnectChecklist-module__b6o82W__rowFreshFlash{0%{background:#22c55e38;border-color:#22c55ea6}to{background:var(--bg-secondary);border-color:var(--border-color)}}.ConnectChecklist-module__b6o82W__rowStatus{background:var(--bg-base,#fff);border:1px solid var(--border-color);width:22px;height:22px;color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.ConnectChecklist-module__b6o82W__rowConnected .ConnectChecklist-module__b6o82W__rowStatus{color:#fff;background:#22c55e;border-color:#16a34a}.ConnectChecklist-module__b6o82W__rowDot{background:var(--text-tertiary,#9ca3af);border-radius:50%;width:6px;height:6px}.ConnectChecklist-module__b6o82W__rowFavicon{background:var(--bg-base,#fff);border-radius:4px;flex:none;width:20px;height:20px}.ConnectChecklist-module__b6o82W__rowFaviconFallback{background:var(--bg-base,#fff);border:1px solid var(--border-color);width:20px;height:20px;color:var(--text-secondary);border-radius:4px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.ConnectChecklist-module__b6o82W__rowMain{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.ConnectChecklist-module__b6o82W__rowName{color:var(--text-primary);font-size:13px;font-weight:600}.ConnectChecklist-module__b6o82W__rowMeta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ConnectChecklist-module__b6o82W__rowActions{flex:none;align-items:center;gap:6px;display:flex}.ConnectChecklist-module__b6o82W__rowBtnPrimary{background:var(--accent,#6366f1);color:#fff;cursor:pointer;border:0;border-radius:6px;align-items:center;height:28px;padding:0 12px;font-size:12px;font-weight:600;transition:background .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__rowBtnPrimary:hover:not(:disabled){background:var(--accent-hover,#4f46e5)}.ConnectChecklist-module__b6o82W__rowBtnPrimary:disabled{background:var(--text-tertiary,#9ca3af);cursor:not-allowed}.ConnectChecklist-module__b6o82W__rowBtnSecondary{height:28px;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;align-items:center;padding:0 10px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__rowBtnSecondary:hover{background:var(--bg-hover);color:var(--text-primary)}.ConnectChecklist-module__b6o82W__rowBtnGhost{height:28px;color:var(--text-tertiary,#9ca3af);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 8px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__rowBtnGhost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ConnectChecklist-module__b6o82W__rowBtnGhost:disabled{opacity:.5;cursor:not-allowed}.ConnectChecklist-module__b6o82W__rowBtnRemove{width:28px;height:28px;color:var(--text-tertiary,#9ca3af);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;margin-left:2px;padding:0;transition:background .15s,color .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__rowBtnRemove:hover:not(:disabled){background:var(--danger-subtle,#ef44441a);color:var(--danger,#dc2626)}.ConnectChecklist-module__b6o82W__rowBtnRemove:disabled{opacity:.5;cursor:not-allowed}.ConnectChecklist-module__b6o82W__successBanner{background:#22c55e14;border:1px solid #22c55e;border-left-width:3px;border-radius:10px;align-items:flex-start;gap:12px;margin:0 0 16px;padding:14px 16px;display:flex}.ConnectChecklist-module__b6o82W__successIcon{color:#fff;background:#22c55e;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ConnectChecklist-module__b6o82W__successBody{flex:auto;min-width:0}.ConnectChecklist-module__b6o82W__successTitle{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:600}.ConnectChecklist-module__b6o82W__successText{color:var(--text-secondary);font-size:13px;line-height:1.5}.ConnectChecklist-module__b6o82W__successActions{flex:none;align-items:center;gap:8px;display:flex}.ConnectChecklist-module__b6o82W__upsellPrimary{background:var(--accent,#6366f1);color:#fff;cursor:pointer;border:0;border-radius:8px;align-items:center;height:32px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__upsellPrimary:hover{background:var(--accent-hover,#4f46e5)}.ConnectChecklist-module__b6o82W__upsellSecondary{height:32px;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;align-items:center;padding:0 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__upsellSecondary:hover{background:var(--bg-hover);color:var(--text-primary)}.ConnectChecklist-module__b6o82W__secretField{margin-bottom:14px}.ConnectChecklist-module__b6o82W__secretField:last-of-type{margin-bottom:0}.ConnectChecklist-module__b6o82W__secretLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.ConnectChecklist-module__b6o82W__secretInput{border:1px solid var(--border-color);background:var(--bg-elevated);width:100%;color:var(--text-primary);font-size:14px;font-family:var(--font-sans);border-radius:8px;padding:9px 12px;transition:border-color .15s}.ConnectChecklist-module__b6o82W__secretInput:focus{border-color:var(--accent,#6366f1);outline:none}.ConnectChecklist-module__b6o82W__secretInput:disabled{opacity:.6;cursor:not-allowed}.ConnectChecklist-module__b6o82W__secretFieldList{flex-direction:column;gap:8px;display:flex}.ConnectChecklist-module__b6o82W__secretFieldRow{grid-template-columns:1fr 1fr auto;align-items:center;gap:6px;display:grid}.ConnectChecklist-module__b6o82W__secretFieldRemove{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;font-size:18px;line-height:1;transition:background .15s,color .15s}.ConnectChecklist-module__b6o82W__secretFieldRemove:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ConnectChecklist-module__b6o82W__secretFieldRemove:disabled{opacity:.4;cursor:not-allowed}.ConnectChecklist-module__b6o82W__secretAddBtn{color:var(--accent,#6366f1);border:1px dashed var(--border-color);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:7px 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}.ConnectChecklist-module__b6o82W__secretAddBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent,#6366f1)}.ConnectChecklist-module__b6o82W__secretAddBtn:disabled{opacity:.5;cursor:not-allowed}.ConnectChecklist-module__b6o82W__secretError{background:var(--danger-subtle,#ef44441a);color:var(--danger,#dc2626);border:1px solid var(--danger,#dc2626);border-radius:8px;margin-top:12px;padding:9px 12px;font-size:13px}.ConnectChecklist-module__b6o82W__modalBtnPrimary{background:var(--accent,#6366f1);color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;border-radius:8px;padding:8px 16px;transition:background .15s,opacity .15s}.ConnectChecklist-module__b6o82W__modalBtnPrimary:hover:not(:disabled){background:var(--accent-hover,#4f46e5)}.ConnectChecklist-module__b6o82W__modalBtnPrimary:disabled{opacity:.6;cursor:not-allowed}.ConnectChecklist-module__b6o82W__modalBtnSecondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);border-radius:8px;padding:8px 14px;transition:background .15s}.ConnectChecklist-module__b6o82W__modalBtnSecondary:hover:not(:disabled){background:var(--bg-hover)}.ConnectChecklist-module__b6o82W__modalBtnSecondary:disabled{opacity:.6;cursor:not-allowed}.ConnectChecklist-module__b6o82W__modalBtnDanger{background:var(--danger,#dc2626);color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;border-radius:8px;padding:8px 16px;transition:filter .15s,opacity .15s}.ConnectChecklist-module__b6o82W__modalBtnDanger:hover:not(:disabled){filter:brightness(.92)}.ConnectChecklist-module__b6o82W__modalBtnDanger:disabled{opacity:.6;cursor:not-allowed}.ConnectChecklist-module__b6o82W__removeBody{color:var(--text-secondary);font-size:13px;line-height:1.55}.ConnectChecklist-module__b6o82W__removeHint{color:var(--text-tertiary,#9ca3af);margin-top:8px;font-size:12px}.ConnectChecklist-module__b6o82W__emptyHint{border:1px dashed var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);border-radius:10px;margin:0 0 12px;padding:12px 14px;font-size:13px;line-height:1.5}.ConnectChecklist-module__b6o82W__addRow{margin-top:12px}.ConnectChecklist-module__b6o82W__addLoginBtn{width:100%;color:var(--accent,#6366f1);border:1px dashed var(--border-color);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;transition:background .15s,border-color .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__addLoginBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent,#6366f1)}.ConnectChecklist-module__b6o82W__addLoginBtn:disabled{opacity:.5;cursor:not-allowed}.ConnectChecklist-module__b6o82W__addHint{color:var(--text-tertiary,#9ca3af);margin-top:6px;font-size:12px}.ConnectChecklist-module__b6o82W__addChoose{flex-direction:column;gap:14px;display:flex}.ConnectChecklist-module__b6o82W__addChoosePreview{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.ConnectChecklist-module__b6o82W__addChooseFavicon{border-radius:6px;flex:none}.ConnectChecklist-module__b6o82W__addChooseMeta{min-width:0}.ConnectChecklist-module__b6o82W__addChooseName{color:var(--text-primary);font-size:14px;font-weight:600}.ConnectChecklist-module__b6o82W__addChooseDomain{color:var(--text-secondary);font-size:12px}.ConnectChecklist-module__b6o82W__addDedupeNote{color:var(--text-secondary);background:#6366f114;border-radius:8px;padding:8px 12px;font-size:12px}.ConnectChecklist-module__b6o82W__addChooseActions{flex-direction:column;gap:8px;display:flex}.ConnectChecklist-module__b6o82W__addChooseConnect{background:var(--accent,#6366f1);color:#fff;cursor:pointer;width:100%;font-size:14px;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;transition:background .15s,opacity .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__addChooseConnect:hover:not(:disabled){background:var(--accent-hover,#4f46e5)}.ConnectChecklist-module__b6o82W__addChooseConnect:disabled{opacity:.6;cursor:not-allowed}.ConnectChecklist-module__b6o82W__addChooseSecret{background:var(--bg-secondary);width:100%;color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font-sans);border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;transition:background .15s;display:inline-flex}.ConnectChecklist-module__b6o82W__addChooseSecret:hover:not(:disabled){background:var(--bg-hover)}.ConnectChecklist-module__b6o82W__addChooseHelp{color:var(--text-tertiary,#9ca3af);font-size:12px;line-height:1.5}@media (max-width:720px){.ConnectChecklist-module__b6o82W__row{flex-wrap:wrap}.ConnectChecklist-module__b6o82W__rowActions{margin-left:auto}.ConnectChecklist-module__b6o82W__successBanner{flex-direction:column}.ConnectChecklist-module__b6o82W__successActions{flex-direction:column;width:100%}.ConnectChecklist-module__b6o82W__upsellPrimary,.ConnectChecklist-module__b6o82W__upsellSecondary{justify-content:center;width:100%}}
.SchemaBuilder-module__mhFGuq__schemaContainer{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:12px;margin-top:10px;padding:16px;display:flex}.SchemaBuilder-module__mhFGuq__schemaPropertyWrapper{flex-direction:column;gap:8px;display:flex}.SchemaBuilder-module__mhFGuq__schemaPropertyRow{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius);align-items:center;gap:8px;padding:8px 12px;display:flex}.SchemaBuilder-module__mhFGuq__schemaDragHandle{color:var(--text-muted);cursor:grab;opacity:.6;transition:opacity var(--transition);justify-content:center;align-items:center;padding:4px;display:flex}.SchemaBuilder-module__mhFGuq__schemaDragHandle:hover{opacity:1}.SchemaBuilder-module__mhFGuq__schemaPropertyName{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);transition:all var(--transition);flex:1;padding:8px 12px;font-size:14px;font-weight:500}.SchemaBuilder-module__mhFGuq__schemaPropertyName:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle);outline:none}.SchemaBuilder-module__mhFGuq__schemaPropertyName::placeholder{color:var(--text-muted)}.SchemaBuilder-module__mhFGuq__schemaTypeDropdown{position:relative}.SchemaBuilder-module__mhFGuq__schemaTypeButton{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);cursor:pointer;min-width:100px;transition:all var(--transition);align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.SchemaBuilder-module__mhFGuq__schemaTypeButton:hover{border-color:var(--accent)}.SchemaBuilder-module__mhFGuq__schemaTypeButton svg{color:var(--text-muted);margin-left:auto}.SchemaBuilder-module__mhFGuq__schemaTypeMenu{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0}.SchemaBuilder-module__mhFGuq__schemaTypeOption{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:4px;padding:8px 12px;font-size:14px;font-weight:500}.SchemaBuilder-module__mhFGuq__schemaTypeOption:hover{background:var(--accent-subtle);color:var(--accent)}.SchemaBuilder-module__mhFGuq__schemaTypeOption.SchemaBuilder-module__mhFGuq__selected{background:var(--accent-subtle);color:var(--accent);font-weight:600}.SchemaBuilder-module__mhFGuq__schemaRequiredBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.SchemaBuilder-module__mhFGuq__schemaRequiredBtn:hover{background:var(--danger-subtle);color:var(--danger)}.SchemaBuilder-module__mhFGuq__schemaRequiredBtn.SchemaBuilder-module__mhFGuq__active{color:var(--danger)}.SchemaBuilder-module__mhFGuq__schemaDeleteBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.SchemaBuilder-module__mhFGuq__schemaDeleteBtn:hover{background:var(--danger-subtle);color:var(--danger)}.SchemaBuilder-module__mhFGuq__schemaChildren{border-left:2px dashed var(--text-muted);flex-direction:column;gap:8px;margin-left:24px;padding-left:16px;display:flex}.SchemaBuilder-module__mhFGuq__schemaAddBtn{border:1px dashed var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition);font-family:var(--font-sans);background:0 0;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:500;display:inline-flex}.SchemaBuilder-module__mhFGuq__schemaAddHint{font-weight:500}.SchemaBuilder-module__mhFGuq__schemaAddBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}
.CsvColumnBuilder-module__mtWjFW__sheetBuilder{width:0;min-width:100%;margin-top:10px}.CsvColumnBuilder-module__mtWjFW__sheetContainer{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:16px;overflow:auto hidden}.CsvColumnBuilder-module__mtWjFW__sheetGrid{flex-direction:column;display:inline-flex}.CsvColumnBuilder-module__mtWjFW__sheetRow{align-items:stretch;display:flex}.CsvColumnBuilder-module__mtWjFW__sheetPreviewRow{opacity:.5}.CsvColumnBuilder-module__mtWjFW__sheetCell{border:1px solid var(--border-color);background:var(--bg-secondary);min-width:120px;max-width:180px;transition:all var(--transition);flex:1;align-items:center;margin:-.5px;display:flex}.CsvColumnBuilder-module__mtWjFW__sheetHeaderCell{background:var(--bg-primary);border-color:var(--border-color);cursor:grab}.CsvColumnBuilder-module__mtWjFW__sheetHeaderCell:hover{background:var(--accent-subtle);border-color:var(--accent)}.CsvColumnBuilder-module__mtWjFW__sheetHeaderCell.CsvColumnBuilder-module__mtWjFW__dragging{opacity:.5;background:var(--accent-subtle);border-color:var(--accent)}.CsvColumnBuilder-module__mtWjFW__sheetPreviewCell{background:var(--bg-tertiary);justify-content:center;min-height:36px;padding:8px 12px}.CsvColumnBuilder-module__mtWjFW__sheetCellDragHandle{color:var(--text-muted);cursor:grab;opacity:.5;transition:opacity var(--transition);justify-content:center;align-items:center;padding:8px 4px 8px 8px;display:flex}.CsvColumnBuilder-module__mtWjFW__sheetHeaderCell:hover .CsvColumnBuilder-module__mtWjFW__sheetCellDragHandle{opacity:1}.CsvColumnBuilder-module__mtWjFW__sheetCellInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:10px 12px 10px 4px;font-size:13px;font-weight:600}.CsvColumnBuilder-module__mtWjFW__sheetCellInput::placeholder{color:var(--text-muted);font-weight:500}.CsvColumnBuilder-module__mtWjFW__sheetPreviewText{color:var(--text-muted);font-size:12px}.CsvColumnBuilder-module__mtWjFW__sheetAddColumnBtn{border:2px dashed var(--border-color);min-width:40px;max-width:40px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:0;justify-content:center;align-items:center;margin-left:-1px;display:flex}.CsvColumnBuilder-module__mtWjFW__sheetAddColumnBtn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.CsvColumnBuilder-module__mtWjFW__sheetCellSpacer{min-width:40px;max-width:40px}.CsvColumnBuilder-module__mtWjFW__sheetContextMenu{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:1000;min-width:160px;padding:4px}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItem{width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:500;display:flex}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItem:hover{background:var(--accent-subtle);color:var(--accent)}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItem:disabled{opacity:.4;cursor:not-allowed}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItem:disabled:hover{color:var(--text-secondary);background:0 0}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItemDanger:hover{background:var(--danger-subtle);color:var(--danger)}.CsvColumnBuilder-module__mtWjFW__sheetContextMenuItem svg{width:14px;height:14px}
.OutputFormatField-module__zXbbsW__wrap{flex-direction:column;gap:4px;display:flex}.OutputFormatField-module__zXbbsW__toggleGroup{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);gap:2px;width:fit-content;padding:4px;display:flex}.OutputFormatField-module__zXbbsW__toggleButton{color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:4px;min-width:50px;padding:6px 14px;font-size:12px;font-weight:600}.OutputFormatField-module__zXbbsW__toggleButton:hover{color:var(--text-secondary);background:var(--bg-hover)}.OutputFormatField-module__zXbbsW__toggleButton.OutputFormatField-module__zXbbsW__active{background:var(--accent);color:#fff;font-weight:700}.OutputFormatField-module__zXbbsW__toggleButton:disabled{opacity:.5;cursor:not-allowed}
.TimeZoneSelect-module__r2saMG__wrap{width:100%;position:relative}.TimeZoneSelect-module__r2saMG__trigger{background:var(--bg-elevated);border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-size:14px;font-family:var(--font-sans);cursor:pointer;transition:border-color var(--transition);text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.TimeZoneSelect-module__r2saMG__trigger:hover:not(:disabled){border-color:var(--accent)}.TimeZoneSelect-module__r2saMG__trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle);outline:none}.TimeZoneSelect-module__r2saMG__trigger:disabled{opacity:.6;cursor:not-allowed}.TimeZoneSelect-module__r2saMG__triggerLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.TimeZoneSelect-module__r2saMG__chevron{color:var(--text-muted);transition:transform var(--transition);flex-shrink:0;display:inline-flex}.TimeZoneSelect-module__r2saMG__chevronOpen{transform:rotate(180deg)}.TimeZoneSelect-module__r2saMG__dropdown{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:100;border-radius:10px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000040}.TimeZoneSelect-module__r2saMG__searchWrap{border-bottom:1px solid var(--border-color);color:var(--text-muted);align-items:center;gap:8px;padding:10px 12px;display:flex}.TimeZoneSelect-module__r2saMG__searchWrap svg{flex-shrink:0}.TimeZoneSelect-module__r2saMG__searchInput{width:100%;color:var(--text-primary);font-size:13px;font-family:var(--font-sans);background:0 0;border:none;outline:none}.TimeZoneSelect-module__r2saMG__searchInput::placeholder{color:var(--text-muted)}.TimeZoneSelect-module__r2saMG__list{max-height:240px;padding:4px;overflow-y:auto}.TimeZoneSelect-module__r2saMG__list::-webkit-scrollbar{width:6px}.TimeZoneSelect-module__r2saMG__list::-webkit-scrollbar-track{background:0 0}.TimeZoneSelect-module__r2saMG__list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.TimeZoneSelect-module__r2saMG__option{width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;padding:8px 10px;font-size:13px;display:flex}.TimeZoneSelect-module__r2saMG__option:hover{background:var(--bg-hover)}.TimeZoneSelect-module__r2saMG__optionActive{background:var(--accent-subtle);color:var(--accent)}.TimeZoneSelect-module__r2saMG__noResults{text-align:center;color:var(--text-muted);padding:12px;font-size:13px}
