:root{--color-primary: #0066FF;--color-primary-hover: #0055DD;--color-primary-light: rgba(0, 102, 255, .1);--color-primary-glow: rgba(0, 102, 255, .12);--color-primary-subtle: rgba(0, 102, 255, .05);--color-text-primary: #1c1c1e;--color-text-secondary: #86868b;--color-text-tertiary: #aeaeb2;--color-text-muted: #aeaeb2;--color-surface: #ffffff;--color-bg: #f2f2f7;--color-surface-bg: #f2f2f7;--color-surface-active: #e5e5ea;--color-surface-hover: #ebebf0;--color-border: rgba(60, 60, 67, .12);--color-border-light: rgba(60, 60, 67, .12);--color-separator: rgba(60, 60, 67, .1);--color-dark: #1c1c1e;--color-success: #34C759;--color-success-bg: rgba(52, 199, 89, .1);--color-error: #FF3B30;--color-error-bg: rgba(255, 59, 48, .1);--color-warning: #FF9500;--color-warning-bg: rgba(255, 149, 0, .1);--color-info: #0066FF;--color-info-bg: rgba(0, 102, 255, .1);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .14);--shadow-card-group: 0 0 1px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.06);--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--tracking-tight: -.03em;--space-card-gap: 12px;--space-card-padding: 16px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes loadingPulse{0%,to{opacity:.4;width:30%}50%{opacity:1;width:70%}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-surface-bg)}input,select,textarea,button{font-family:inherit}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}._toast_1yv2v_1{position:fixed;bottom:90px;left:50%;transform:translate(-50%);background:var(--color-dark);color:#fff;padding:12px 24px;border-radius:var(--radius-lg);font-size:13px;font-weight:600;z-index:1000;animation:_toastIn_1yv2v_1 .4s var(--ease-out-back);box-shadow:var(--shadow-xl);max-width:90%;text-align:center}@keyframes _toastIn_1yv2v_1{0%{opacity:0;transform:translate(-50%) translateY(20px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}._app_14dak_1{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-surface-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.4;color:var(--color-text-primary);overflow:hidden}._header_14dak_15{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;padding-top:calc(12px + env(safe-area-inset-top,0px));border-bottom:none;flex-shrink:0;background:var(--color-dark);box-shadow:0 1px #0000001a;position:relative;z-index:10}._title_14dak_29{font-size:16px;font-weight:700;letter-spacing:.04em;color:#fff}._gearBtn_14dak_36{background:none;border:none;padding:6px;cursor:pointer;color:#ffffff80;display:flex;align-items:center;transition:color .2s ease,background .2s ease;border-radius:var(--radius-sm)}._gearBtn_14dak_36:hover{color:#ffffffe6;background:#ffffff14}._content_14dak_54{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--color-surface-bg);max-width:600px;margin:0 auto;width:100%;position:relative}._loadingBar_14dak_66{height:3px;background:var(--color-primary);animation:_loadingPulse_14dak_1 1.5s ease infinite;border-radius:0 0 var(--radius-xs) var(--radius-xs)}._nav_14dak_74{display:flex;background:var(--color-dark);flex-shrink:0;padding:0 0 8px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -1px #0000001a;position:relative}._navItem_14dak_84{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 0 0;background:none;border:none;cursor:pointer;color:#ffffff80;font-family:inherit;position:relative;transition:color var(--duration-fast) ease}._navItem_14dak_84:active{transform:scale(.92)}._navItemActive_14dak_104{color:#fff}._navItemActive_14dak_104:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:28px;height:3px;background:var(--color-primary);border-radius:0 0 3px 3px;animation:_scaleIn_14dak_1 .3s var(--ease-out-back) both}._navLabel_14dak_121{font-size:10px;font-weight:500;letter-spacing:.02em}._fab_14dak_128{position:fixed;bottom:calc(80px + env(safe-area-inset-bottom,0px));right:24px;width:52px;height:52px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:300;box-shadow:var(--shadow-card-group);z-index:50;transition:transform .2s var(--ease-out-back),box-shadow .2s ease}._fab_14dak_128:hover{transform:scale(1.05)}._fab_14dak_128:active{transform:scale(.9);box-shadow:0 2px 12px #0066ff40}._badge_14dak_159{position:absolute;top:4px;right:50%;transform:translate(14px);min-width:16px;height:16px;background:var(--color-error);color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;border-radius:var(--radius-full);padding:0 4px;box-sizing:border-box;box-shadow:0 0 0 2px var(--color-dark);animation:_scaleIn_14dak_1 .3s var(--ease-out-back) both}._overlay_q9zf2_1{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:800;animation:_fadeIn_q9zf2_1 .2s ease;overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding-top:40px}@keyframes _fadeIn_q9zf2_1{0%{opacity:0}to{opacity:1}}._panel_q9zf2_21{max-width:440px;width:100%;margin:0 auto;display:flex;flex-direction:column;padding-bottom:40px;background:var(--color-surface-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-xl);animation:_settingsSlideDown_q9zf2_1 .4s var(--ease-out-expo)}@keyframes _settingsSlideDown_q9zf2_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_q9zf2_45{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;padding-top:calc(16px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--color-border)}._title_q9zf2_54{font-size:18px;font-weight:600;color:var(--color-text-primary)}._closeBtn_q9zf2_60{background:none;border:none;font-size:28px;color:var(--color-text-tertiary);cursor:pointer;padding:0 4px;line-height:1;transition:color .2s ease;border-radius:var(--radius-sm)}._closeBtn_q9zf2_60:hover{color:var(--color-text-primary)}._body_q9zf2_76{padding:8px 0}._row_q9zf2_80{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--color-surface-active)}._label_q9zf2_88{font-size:14px;font-weight:500;color:var(--color-text-primary)}._value_q9zf2_94{font-size:14px;color:var(--color-text-secondary)}._toggle_q9zf2_100{width:48px;height:28px;border-radius:14px;background:#c7c7cc;border:none;cursor:pointer;position:relative;transition:background .2s;padding:0}._toggleOn_q9zf2_112{background:#34c759}._toggleKnob_q9zf2_116{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .3s var(--ease-out-back);box-shadow:0 1px 3px #0003}._toggleOn_q9zf2_112 ._toggleKnob_q9zf2_116{transform:translate(20px)}._sectionDivider_q9zf2_133{font-size:13px;font-weight:600;color:var(--color-text-secondary);padding:24px 20px 8px;border-top:1px solid var(--color-border);margin-top:8px}._modeSwitch_q9zf2_142{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}._modeBtn_q9zf2_149{padding:6px 16px;font-size:12px;font-weight:600;border:none;cursor:pointer;font-family:inherit;background:var(--color-surface);color:var(--color-text-secondary);transition:all .15s}._modeBtnActive_q9zf2_161{background:var(--color-primary);color:#fff}._statusIndicator_q9zf2_166{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-primary);font-weight:500}._statusDot_q9zf2_175{width:8px;height:8px;border-radius:50%;flex-shrink:0}._fieldGroup_q9zf2_182{padding:8px 20px}._fieldLabel_q9zf2_186{display:block;font-size:13px;font-weight:500;color:var(--color-text-secondary);margin-bottom:6px}._input_q9zf2_194{display:block;width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--color-text-primary);outline:none;box-sizing:border-box;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}._input_q9zf2_194:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._testBtn_q9zf2_214{display:block;width:calc(100% - 40px);margin:12px 20px;padding:12px;background:var(--color-surface-bg);border:none;border-radius:12px;font-size:13px;font-weight:600;color:var(--color-text-primary);cursor:pointer;font-family:inherit;text-align:center;transition:all .2s ease}._testBtn_q9zf2_214:disabled{opacity:.6;cursor:not-allowed}._testBtn_q9zf2_214:hover:not(:disabled){background:var(--color-surface-active)}._statsGrid_q9zf2_241{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:12px 20px}._statCard_q9zf2_248{background:var(--color-surface);border-radius:var(--radius-md);padding:12px 8px;text-align:center;box-shadow:var(--shadow-sm)}._statValue_q9zf2_256{font-size:16px;font-weight:700;color:var(--color-text-primary)}._statLabel_q9zf2_262{font-size:11px;font-weight:500;color:var(--color-text-tertiary);margin-top:4px}._overlay_10y8e_1{position:fixed;inset:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:900;animation:_fadeIn_10y8e_1 .2s ease}@keyframes _fadeIn_10y8e_1{0%{opacity:0}to{opacity:1}}._dialog_10y8e_19{background:#fff;border-radius:var(--radius-lg);padding:24px;margin:0 24px;max-width:320px;width:100%;box-shadow:var(--shadow-xl);animation:_dialogIn_10y8e_1 .3s var(--ease-out-back)}@keyframes _dialogIn_10y8e_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._message_10y8e_41{font-size:14px;font-weight:600;color:var(--color-text-primary);margin:0 0 20px;line-height:1.5;text-align:center}._actions_10y8e_50{display:flex;gap:12px}._cancelBtn_10y8e_55,._confirmBtn_10y8e_56{flex:1;padding:12px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease}._cancelBtn_10y8e_55{background:var(--color-surface-bg);border:none;color:var(--color-text-primary)}._cancelBtn_10y8e_55:hover{background:var(--color-surface-active)}._confirmBtn_10y8e_56{background:var(--color-error);border:none;color:#fff}._confirmBtn_10y8e_56:hover{background:#e8342a}._confirmBtn_10y8e_56:active{transform:scale(.97)}._container_1190g_1{display:flex;flex-direction:column;gap:8px}._textBlock_1190g_8{font-size:13px;line-height:1.5;color:var(--color-text-primary);white-space:pre-line}._toolCard_1190g_16{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden}._toolCardError_1190g_23{border-color:#ff3b3026;background:var(--color-error-bg)}._toolHeader_1190g_28{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}._toolHeader_1190g_28:hover{background:#00000005}._toolIcon_1190g_41{font-size:12px;flex-shrink:0}._toolName_1190g_46{font-size:11px;font-weight:600;color:var(--color-text-primary);font-family:Menlo,Monaco,monospace;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._toolChevron_1190g_57{font-size:10px;color:var(--color-text-muted);flex-shrink:0}._toolBody_1190g_63{border-top:1px solid var(--color-border);padding:8px 12px}._toolSection_1190g_68{margin-bottom:8px}._toolSection_1190g_68:last-child{margin-bottom:0}._toolSectionLabel_1190g_76{display:block;font-size:10px;font-weight:600;letter-spacing:.03em;color:var(--color-text-secondary);margin-bottom:4px}._toolSectionLabelError_1190g_85{color:var(--color-error)}._toolPre_1190g_89{font-size:11px;font-family:Menlo,Monaco,monospace;color:var(--color-text-primary);background:var(--color-surface-bg);border-left:2px solid var(--color-border);padding:8px;margin:0;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto;border-radius:var(--radius-xs)}._toolPreError_1190g_105{background:var(--color-error-bg);border-left-color:var(--color-error);color:var(--color-error)}._resultBlock_1190g_112{margin-top:4px}._resultDivider_1190g_116{height:1px;background:var(--color-border);margin-bottom:10px}._resultContent_1190g_122{font-size:13px;line-height:1.5;color:var(--color-text-primary)}._compactTools_1190g_129{margin-top:4px}._compactToggle_1190g_133{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}._compactIcon_1190g_144{display:flex;align-items:center;color:var(--color-text-primary)}._compactBadge_1190g_150{font-size:10px;font-weight:600;letter-spacing:.03em;color:var(--color-text-primary);background:var(--color-surface-active);padding:3px 10px;border-radius:var(--radius-full)}._compactList_1190g_160{display:flex;flex-direction:column;gap:6px;margin-top:8px}._homeContent_4vesh_1{padding:0}._greeting_4vesh_8{padding:28px 20px 4px}._homeGreeting_4vesh_12{font-size:28px;font-weight:700;color:var(--color-text-primary);letter-spacing:-.03em;animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) both}._homeSubtitle_4vesh_20{font-size:14px;color:var(--color-text-secondary);margin-bottom:20px;animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) 80ms both}._heroCard_4vesh_30{margin:0 20px 16px;padding:20px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 0 1px #0000000f,0 4px 16px #00000014;animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) .12s both}._heroStatus_4vesh_39{font-size:17px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}._heroStatusDot_4vesh_48{width:10px;height:10px;border-radius:50%;flex-shrink:0}._heroMetrics_4vesh_55{display:flex;gap:0;margin-bottom:12px}._heroMetric_4vesh_55{flex:1;text-align:center;border-right:.5px solid var(--color-separator)}._heroMetric_4vesh_55:last-child{border-right:none}._heroMetricValue_4vesh_71{font-size:22px;font-weight:700;color:var(--color-text-primary)}._heroMetricLabel_4vesh_77{font-size:11px;color:var(--color-text-secondary);margin-top:2px}._statusStrip_4vesh_83{display:flex;gap:16px;justify-content:center;margin-bottom:14px}._statusStripItem_4vesh_90{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--color-text-secondary)}._statusStripDot_4vesh_98{width:7px;height:7px;border-radius:50%}._heroOutcomes_4vesh_104{font-size:12px;color:var(--color-text-secondary);margin-bottom:14px;text-align:center}._healthBarLabel_4vesh_111{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--color-text-tertiary);margin-bottom:4px}._healthBar_4vesh_111{height:4px;background:var(--color-surface-active);border-radius:2px;overflow:hidden}._healthBarFill_4vesh_127{height:100%;border-radius:2px;transition:width .6s var(--ease-out-expo)}._activityCard_4vesh_136{margin:0 20px 16px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden;animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) .2s both}._activityRow_4vesh_145{padding:14px 16px;border-bottom:.5px solid var(--color-separator)}._activityRow_4vesh_145:last-child{border-bottom:none}._activityLabel_4vesh_154{font-size:11px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.02em;margin-bottom:6px}._activityTitle_4vesh_163{font-size:14px;font-weight:600;color:var(--color-text-primary)}._activityMeta_4vesh_169{font-size:12px;color:var(--color-text-secondary);margin-top:4px;display:flex;align-items:center;gap:6px}._activityDot_4vesh_178{width:6px;height:6px;border-radius:50%;flex-shrink:0}._insightCard_4vesh_188{margin:0 20px 16px;padding:16px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);border-left:3px solid var(--color-warning);animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) .28s both}._insightCardOk_4vesh_198{border-left-color:var(--color-success)}._insightLabel_4vesh_202{font-size:11px;font-weight:700;color:var(--color-warning);text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px}._insightLabelOk_4vesh_211{color:var(--color-success)}._insightHeadline_4vesh_215{font-size:14px;font-weight:600;color:var(--color-text-primary)}._insightDetail_4vesh_221{font-size:13px;line-height:1.5;color:var(--color-text-secondary);margin-top:4px}._insightAction_4vesh_228{display:inline-block;margin-top:10px;font-size:13px;font-weight:600;color:var(--color-primary);background:none;border:none;cursor:pointer;padding:0;font-family:inherit}._insightAction_4vesh_228:hover{color:var(--color-primary-hover)}._inputCard_4vesh_248{margin:0 20px 20px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden;animation:_fadeInUp_4vesh_1 .5s var(--ease-out-expo) .36s both}._freeInputForm_4vesh_257{display:flex}._freeInput_4vesh_257{flex:1;padding:14px 16px;border:none;font-size:14px;font-family:inherit;color:var(--color-text-primary);background:transparent;outline:none;box-sizing:border-box}._freeInput_4vesh_257::placeholder{color:var(--color-text-tertiary)}._freeInputBtn_4vesh_277{width:48px;background:var(--color-primary);color:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease}._freeInputBtn_4vesh_277:hover:not(:disabled){background:var(--color-primary-hover)}._freeInputBtn_4vesh_277:disabled{opacity:.4;cursor:not-allowed}._suggestionsSection_4vesh_303{padding:0 0 20px}._homeLabel_4vesh_307{font-size:13px;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.02em;padding:24px 20px 8px}._suggestionsGroup_4vesh_316{margin:0 20px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._suggestionItem_4vesh_324{display:block;width:100%;text-align:left;background:transparent;border:none;border-bottom:.5px solid var(--color-separator);padding:16px;cursor:pointer;font-family:inherit;font-size:14px;color:var(--color-text-primary);line-height:1.4;transition:background .15s ease}._suggestionItem_4vesh_324:last-child{border-bottom:none}._suggestionItem_4vesh_324:hover{background:#00000005}._suggestionItem_4vesh_324:active{background:#0000000a}._suggestionItem_4vesh_324:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}._convoBack_4vesh_360{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--color-text-primary);background:none;border:none;cursor:pointer;padding:16px 20px;font-family:inherit;font-weight:600;transition:color .2s ease,transform .2s ease}._convoBack_4vesh_360:hover{color:var(--color-primary);transform:translate(-3px)}._convoMessages_4vesh_380{display:flex;flex-direction:column;gap:12px;padding:0 20px 20px}._userMsg_4vesh_388{align-self:flex-end;max-width:85%;background:var(--color-primary);color:#fff;padding:12px 16px;font-size:14px;line-height:1.4;border-radius:14px 14px 4px;animation:_fadeInUp_4vesh_1 .4s var(--ease-out-expo) both}._aiMsg_4vesh_401{align-self:flex-start;max-width:92%;background:#fff;color:var(--color-text-primary);padding:12px 16px;font-size:13px;line-height:1.5;white-space:pre-line;border-radius:14px 14px 14px 4px;box-shadow:var(--shadow-sm);animation:_fadeInUp_4vesh_1 .4s var(--ease-out-expo) both}._procSteps_4vesh_416{align-self:flex-start;padding:4px 0}._procStep_4vesh_416{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--color-text-secondary);margin-bottom:5px;font-family:Menlo,Monaco,monospace;animation:_fadeInStep_4vesh_1 .3s ease forwards;opacity:0}@keyframes _fadeInStep_4vesh_1{to{opacity:1}}._procDot_4vesh_437{width:6px;height:6px;border-radius:50%;background:var(--color-success);flex-shrink:0}._procSpinner_4vesh_445{width:6px;height:6px;border-radius:50%;border:1px solid var(--color-border);border-top-color:var(--color-text-primary);animation:_spin_4vesh_1 .6s linear infinite;flex-shrink:0}@keyframes _spin_4vesh_1{to{transform:rotate(360deg)}}._cursor_4vesh_459{display:inline-block;width:2px;height:1em;background:var(--color-text-primary);margin-left:1px;vertical-align:text-bottom;animation:_blink_4vesh_1 1s step-end infinite}@keyframes _blink_4vesh_1{50%{opacity:0}}._sourceTag_4vesh_473{display:inline-block;font-size:10px;padding:3px 10px;background:var(--color-surface-active);color:var(--color-text-primary);margin-right:6px;margin-top:8px;font-family:Menlo,monospace;border-radius:var(--radius-full)}._doneActions_4vesh_486{display:flex;flex-direction:column;gap:8px;margin-top:20px}._convoAskAnother_4vesh_493{display:block;width:100%;text-align:center;padding:12px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._convoAskAnother_4vesh_493:hover{background:#2c2c2e}._convoAskAnother_4vesh_493:active{transform:scale(.97)}._viewInAsk_4vesh_517{display:block;width:100%;text-align:center;padding:10px;background:var(--color-surface-bg);border:none;border-radius:12px;font-size:12px;color:var(--color-text-primary);font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease}._viewInAsk_4vesh_517:hover{background:var(--color-surface-active)}._badge_14o39_1{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:4px 12px;flex-shrink:0;border-radius:var(--radius-full)}._success_14o39_12{background:var(--color-success-bg);color:var(--color-success)}._failed_14o39_17{background:var(--color-error-bg);color:var(--color-error)}._running_14o39_22,._active_14o39_23{background:var(--color-info-bg);color:var(--color-info)}._pending_14o39_28{background:var(--color-surface-active);color:var(--color-text-secondary)}._waiting_14o39_33{background:var(--color-warning-bg);color:var(--color-warning)}._spinner_14o39_38{display:inline-block;width:8px;height:8px;border:1.5px solid rgba(0,102,255,.3);border-top-color:var(--color-info);border-radius:50%;animation:_spin_14o39_38 .6s linear infinite}@keyframes _spin_14o39_38{to{transform:rotate(360deg)}}._backBtn_1tg4n_1{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-text-primary);background:none;border:none;cursor:pointer;padding:0 0 20px;font-family:inherit;transition:color .2s ease,transform .2s ease}._backBtn_1tg4n_1:hover{color:var(--color-primary);transform:translate(-3px)}._section_x8hiv_1{display:flex;justify-content:space-between;align-items:center;padding:24px 20px 8px}._text_x8hiv_8{font-size:13px;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.02em}._markAll_m1ns3_1{font-size:12px;font-weight:600;color:var(--color-text-primary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease}._markAll_m1ns3_1:hover{color:var(--color-primary)}._cardGroup_m1ns3_17{margin:0 20px var(--space-card-gap);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._card_m1ns3_17{padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);transition:background .15s ease}._card_m1ns3_17:last-child{border-bottom:none}._card_m1ns3_17:hover{background:#00000005}._card_m1ns3_17:active{background:#0000000a}._cardUnread_m1ns3_47{background:var(--color-primary-subtle)}._cardHeader_m1ns3_51{display:flex;align-items:center;gap:10px;margin-bottom:10px}._iconBox_m1ns3_58{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-secondary)}._cardTitleGroup_m1ns3_68{flex:1}._cardTitle_m1ns3_68{font-size:14px;font-weight:600;color:var(--color-text-primary)}._cardTime_m1ns3_78{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._cardQuote_m1ns3_84{font-size:13px;color:var(--color-text-secondary);font-style:italic;padding-left:10px;border-left:2px solid var(--color-border);margin-bottom:12px;line-height:1.4}._viewBtn_m1ns3_94{display:block;width:100%;text-align:center;padding:10px;border:none;background:var(--color-surface-bg);color:var(--color-text-primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;border-radius:12px;transition:background .2s ease,transform .2s ease}._viewBtn_m1ns3_94:hover{background:var(--color-surface-active)}._viewBtn_m1ns3_94:active{transform:scale(.98)}._answeredRow_m1ns3_118{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:13px;font-weight:500;color:var(--color-text-tertiary);cursor:pointer}._chevron_m1ns3_129{transition:transform .2s}._chevronOpen_m1ns3_133{transform:rotate(90deg);transition:transform .2s}._answeredItem_m1ns3_138{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border-bottom:1px solid var(--color-surface-active)}._answeredTitle_m1ns3_146{font-size:13px;color:var(--color-text-primary)}._answeredTime_m1ns3_151{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._emptyMsg_m1ns3_157{text-align:center;padding:60px 20px;font-size:13px;color:var(--color-text-tertiary)}._detail_m1ns3_165{padding:20px}._alertCard_m1ns3_169{background:var(--color-warning-bg);border:none;padding:16px;margin-bottom:20px;border-radius:var(--radius-md)}._alertRow_m1ns3_177{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._alertLabel_m1ns3_184{font-size:13px;font-weight:500;color:var(--color-text-secondary)}._alertValue_m1ns3_190{font-size:20px;font-weight:700;color:var(--color-warning)}._alertThreshold_m1ns3_196{font-size:14px;font-weight:600;color:var(--color-text-primary)}._gaugeBar_m1ns3_202{height:8px;background:var(--color-surface-active);border-radius:var(--radius-full);position:relative;margin-top:8px;overflow:visible}._gaugeFill_m1ns3_211{height:100%;background:linear-gradient(90deg,var(--color-success),var(--color-warning),var(--color-error));border-radius:var(--radius-full);transition:width .3s}._gaugeThreshold_m1ns3_218{position:absolute;top:-4px;width:2px;height:16px;background:var(--color-text-primary);z-index:1}._historySection_m1ns3_227{margin-bottom:24px}._historyLabel_m1ns3_231{font-size:13px;font-weight:500;color:var(--color-text-secondary);display:block;margin-bottom:12px}._historyPoints_m1ns3_239{display:flex;justify-content:space-around;align-items:flex-end;height:80px;padding:0 20px}._historyPoint_m1ns3_239{display:flex;flex-direction:column;align-items:center;position:relative;height:100%}._historyDot_m1ns3_255{width:10px;height:10px;border-radius:50%;background:var(--color-text-primary);position:absolute}._historyVal_m1ns3_263{position:absolute;bottom:-20px;font-size:11px;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}._actionButtons_m1ns3_272{display:flex;gap:12px}._primaryAction_m1ns3_277{flex:1;padding:14px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._primaryAction_m1ns3_277:hover{background:#2c2c2e}._primaryAction_m1ns3_277:active{transform:scale(.97)}._secondaryAction_m1ns3_299{flex:1;padding:14px;background:var(--color-surface-bg);color:var(--color-text-primary);border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease}._secondaryAction_m1ns3_299:hover{background:var(--color-surface-active)}._questionCard_m1ns3_318{padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);cursor:pointer;transition:background .15s ease}._questionCard_m1ns3_318:last-child{border-bottom:none}._questionCard_m1ns3_318:hover{background:#00000005}._questionCard_m1ns3_318:active{background:#0000000a}._questionCardExpanded_m1ns3_339{background:#00000005}._questionHeader_m1ns3_343{display:flex;align-items:center;gap:8px}._questionText_m1ns3_349{flex:1;font-size:14px;font-weight:500;color:var(--color-text-primary);line-height:1.3}._questionRight_m1ns3_357{display:flex;align-items:center;gap:8px;flex-shrink:0}._questionTime_m1ns3_364{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._statusDot_m1ns3_370{width:8px;height:8px;border-radius:50%;flex-shrink:0}._questionOutput_m1ns3_377{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border);cursor:default}._unreadDot_m1ns3_385{width:8px;height:8px;border-radius:50%;background:var(--color-primary);flex-shrink:0;animation:_pulse_m1ns3_1 2s ease infinite}._unreadBadge_m1ns3_394{display:inline-block;font-size:11px;font-weight:600;background:var(--color-primary);color:#fff;padding:2px 8px;border-radius:var(--radius-full);margin-right:8px;vertical-align:middle}._sectionLabel_2v105_1{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 8px}._sectionLabelText_2v105_8{font-size:13px;font-weight:600;color:var(--color-text-secondary)}._addBtn_2v105_14{font-size:13px;font-weight:600;color:var(--color-primary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease}._addBtn_2v105_14:hover{color:var(--color-primary-hover)}._cardGroup_2v105_30{margin:0 20px var(--space-card-gap);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._envCard_2v105_39{padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);display:flex;align-items:center;cursor:pointer;transition:background .15s ease}._envCard_2v105_39:last-child{border-bottom:none}._envCard_2v105_39:hover{background:#00000005}._envCard_2v105_39:active{background:#0000000a}._envCardContent_2v105_62{flex:1}._envHeader_2v105_66{display:flex;align-items:center;gap:8px;margin-bottom:4px}._envName_2v105_73{font-size:15px;font-weight:600;color:var(--color-text-primary)}._envStatusDot_2v105_79{width:8px;height:8px;background:var(--color-success);border-radius:50%;flex-shrink:0}._envStatusLine_2v105_87{font-size:13px;color:var(--color-text-secondary);padding-left:16px}._envChevron_2v105_93{color:var(--color-text-muted);font-size:20px;margin-left:8px}._form_2v105_100{padding:20px}._backBtn_2v105_104{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-text-primary);background:none;border:none;cursor:pointer;padding:0 0 20px;font-family:inherit;transition:color .2s ease,transform .2s ease}._backBtn_2v105_104:hover{color:var(--color-primary);transform:translate(-3px)}._fieldLabel_2v105_124{display:block;font-size:13px;font-weight:500;color:var(--color-text-secondary);margin-bottom:8px}._textInput_2v105_132{display:block;width:100%;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--color-text-primary);background:#fff;margin-bottom:20px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}._textInput_2v105_132:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._checkList_2v105_153{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}._checkItem_2v105_160{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text-primary);cursor:pointer}._checkItem_2v105_160 input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}._connectBtn_2v105_175{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._connectBtn_2v105_175:hover:not(:disabled){background:#2c2c2e}._connectBtn_2v105_175:active:not(:disabled){transform:scale(.97)}._connectBtn_2v105_175:disabled{opacity:.6;cursor:not-allowed}._spinner_2v105_206{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_2v105_206 .6s linear infinite}@keyframes _spin_2v105_206{to{transform:rotate(360deg)}}._detail_2v105_221{padding:20px}._statusRow_2v105_225{display:flex;align-items:center;gap:8px;margin-bottom:24px}._statusDot_2v105_232{width:8px;height:8px;border-radius:50%;background:var(--color-success)}._statusText_2v105_239{font-size:14px;font-weight:600;color:var(--color-success)}._detailSection_2v105_245{margin-bottom:20px}._detailLabel_2v105_249{display:block;font-size:13px;font-weight:600;color:var(--color-text-secondary);margin-bottom:10px}._detailValue_2v105_257{font-size:16px;font-weight:600;color:var(--color-text-primary)}._systemRow_2v105_263{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;color:var(--color-text-primary);border-bottom:1px solid var(--color-surface-active)}._systemDot_2v105_273{width:6px;height:6px;border-radius:50%;background:var(--color-success)}._queryRow_2v105_280{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--color-surface-active)}._queryText_2v105_288{font-size:13px;color:var(--color-text-primary)}._queryTime_2v105_293{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._disconnectBtn_2v105_299{display:block;width:100%;padding:14px;background:var(--color-error);border:none;border-radius:12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:24px;transition:background .2s ease,transform .2s ease}._disconnectBtn_2v105_299:hover{background:#e8342a}._disconnectBtn_2v105_299:active{transform:scale(.97)}._emptyMsg_2v105_323{text-align:center;padding:60px 20px;color:var(--color-text-tertiary);font-size:14px}._detailDescText_2v105_330{font-size:14px;color:var(--color-text-primary);line-height:1.5;margin:0 0 20px}._toggleServerRow_2v105_337{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:14px;color:var(--color-text-primary)}._miniToggle_2v105_347{width:40px;height:24px;border-radius:12px;background:#c7c7cc;border:none;cursor:pointer;position:relative;transition:background .2s;padding:0}._miniToggleOn_2v105_359{background:#34c759}._miniToggleKnob_2v105_363{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .3s var(--ease-out-back);box-shadow:0 1px 2px #0003}._miniToggleOn_2v105_359 ._miniToggleKnob_2v105_363{transform:translate(16px)}._credRow_2v105_380{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--color-surface-active);font-size:13px}._credName_2v105_389{color:var(--color-text-primary);font-family:Menlo,monospace;font-size:12px}._credMissing_2v105_395{color:var(--color-error);font-size:12px;font-weight:600}._credOk_2v105_401{color:var(--color-success);font-weight:600}._credForm_2v105_406{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}._credSelect_2v105_413{flex:1;min-width:120px;padding:8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:12px;font-family:inherit;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._credSelect_2v105_413:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._credInput_2v105_431{flex:1;min-width:100px;padding:8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:12px;font-family:inherit;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._credInput_2v105_431:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._credSaveBtn_2v105_449{padding:8px 14px;background:var(--color-dark);color:#fff;border:none;border-radius:var(--radius-sm);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._credSaveBtn_2v105_449:hover:not(:disabled){background:#2c2c2e}._credSaveBtn_2v105_449:active:not(:disabled){transform:scale(.98)}._credSaveBtn_2v105_449:disabled{opacity:.5;cursor:not-allowed}._monthNav_oell6_2{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;margin:12px 20px;background:#fff;border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}._monthLabel_oell6_14{font-size:14px;font-weight:600;color:var(--color-text-primary)}._monthArrow_oell6_20{background:none;border:none;font-size:18px;color:var(--color-text-secondary);cursor:pointer;padding:4px 8px;font-family:inherit;border-radius:var(--radius-xs);transition:color .2s ease,background .2s ease}._monthArrow_oell6_20:hover{background:var(--color-surface-active);color:var(--color-primary)}._weekGrid_oell6_38{display:grid;grid-template-columns:repeat(7,1fr);margin:8px 20px 16px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}._weekDayLabel_oell6_47{text-align:center;font-size:11px;font-weight:500;color:var(--color-text-tertiary);padding:8px 0 4px;background:#fff}._weekDay_oell6_47{text-align:center;font-size:14px;font-weight:500;padding:8px 0;color:var(--color-text-primary);background:#fff;cursor:pointer;transition:background .15s,color .15s}._weekDay_oell6_47:hover{background:var(--color-primary-subtle)}._weekDayActive_oell6_71,._weekDayActive_oell6_71:hover{background:var(--color-primary);color:#fff}._sectionLabel_oell6_82{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 8px}._sectionLabelText_oell6_89{font-size:13px;font-weight:600;color:var(--color-text-secondary)}._emptyMsg_oell6_95{text-align:center;padding:60px 20px;font-size:13px;color:var(--color-text-tertiary)}._cardGroup_oell6_103{margin:0 20px var(--space-card-gap);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._scheduleItem_oell6_112{display:flex;align-items:center;padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);cursor:pointer;transition:background .15s ease}._scheduleItem_oell6_112:last-child{border-bottom:none}._scheduleItem_oell6_112:hover{background:#00000005}._scheduleItem_oell6_112:active{background:#0000000a}._scheduleItemExpanded_oell6_135{background:#00000005}._schedDay_oell6_139{font-size:12px;font-weight:600;color:var(--color-text-primary);width:36px;flex-shrink:0}._schedInfo_oell6_147{flex:1}._schedTitle_oell6_151{font-size:13px;font-weight:600;color:var(--color-text-primary)}._schedMeta_oell6_157{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._autoTag_oell6_163{font-size:11px;color:var(--color-text-tertiary);display:flex;align-items:center;gap:3px;flex-shrink:0}._expandedContent_oell6_172{padding:12px 16px;background:var(--color-surface-bg);border-bottom:.5px solid var(--color-separator)}._expandedDesc_oell6_178{font-size:13px;color:var(--color-text-primary);line-height:1.5;margin:0 0 12px}._expandedActions_oell6_185{display:flex;gap:10px}._editBtn_oell6_190{padding:8px 16px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._editBtn_oell6_190:hover{background:#2c2c2e}._editBtn_oell6_190:active{transform:scale(.97)}._deleteBtn_oell6_211{padding:8px 16px;background:var(--color-error);color:#fff;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._deleteBtn_oell6_211:hover{background:#e8342a}._deleteBtn_oell6_211:active{transform:scale(.97)}._editForm_oell6_233{margin:0 20px var(--space-card-gap);padding:12px 16px;background:#fff;border:none;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-sm)}._editInput_oell6_245{padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;color:var(--color-text-primary);background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}._editInput_oell6_245:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._editSelect_oell6_263{padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;color:var(--color-text-primary);background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}._editSelect_oell6_263:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._editActions_oell6_280{display:flex;gap:8px;margin-top:4px}._saveBtn_oell6_286{flex:1;padding:10px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._saveBtn_oell6_286:hover{background:#2c2c2e}._saveBtn_oell6_286:active{transform:scale(.97)}._cancelBtn_oell6_308{flex:1;padding:10px;background:var(--color-surface-bg);color:var(--color-text-primary);border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease}._cancelBtn_oell6_308:hover{background:var(--color-surface-active)}._addBtn_18gje_1{font-size:13px;font-weight:600;color:var(--color-primary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease}._addBtn_18gje_1:hover{color:var(--color-primary-hover)}._cardGroup_18gje_17{margin:0 20px var(--space-card-gap);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._card_18gje_17{padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);cursor:pointer;transition:background .15s ease}._card_18gje_17:last-child{border-bottom:none}._card_18gje_17:hover{background:#00000005}._card_18gje_17:active{background:#0000000a}._cardDisabled_18gje_47{opacity:.5}._jobHeader_18gje_51{display:flex;align-items:center;gap:12px;margin-bottom:8px}._jobTitleGroup_18gje_58{flex:1}._jobTitle_18gje_58{font-size:14px;font-weight:600;color:var(--color-text-primary)}._jobSchedule_18gje_68{font-size:12px;color:var(--color-text-tertiary);font-weight:500;margin-top:2px}._statusIndicator_18gje_75{width:8px;height:8px;border-radius:50%;flex-shrink:0}._statusIndicatorActive_18gje_82:after{display:none}._promptPreview_18gje_86{font-size:13px;color:var(--color-text-secondary);line-height:1.4;margin-bottom:10px}._jobFooter_18gje_93{display:flex;justify-content:flex-end;align-items:center}._disabledLabel_18gje_99{font-size:12px;font-weight:500;color:var(--color-text-tertiary)}._runNowBtn_18gje_105{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);border:none;border-radius:var(--radius-full);padding:6px 14px;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._runNowBtn_18gje_105:hover:not(:disabled){background:var(--color-primary-glow)}._runNowBtn_18gje_105:active:not(:disabled){transform:scale(.98)}._runNowBtn_18gje_105:disabled{opacity:.5;cursor:not-allowed}._runSpinner_18gje_134{display:inline-block;width:12px;height:12px;border:2px solid var(--color-surface-active);border-top-color:var(--color-primary);border-radius:50%;animation:_spin_18gje_260 .6s linear infinite}@keyframes _spin_18gje_260{to{transform:rotate(360deg)}}._runDone_18gje_148{color:var(--color-success)}._form_18gje_153{padding:20px}._fieldLabel_18gje_157{display:block;font-size:13px;font-weight:500;color:var(--color-text-secondary);margin-bottom:8px}._textInput_18gje_165{display:block;width:100%;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--color-text-primary);background:#fff;margin-bottom:20px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}._textInput_18gje_165:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._selectInput_18gje_186{display:block;width:100%;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--color-text-primary);background:#fff;margin-bottom:20px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}._selectInput_18gje_186:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._textArea_18gje_207{display:block;width:100%;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--color-text-primary);background:#fff;margin-bottom:20px;outline:none;resize:vertical;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}._textArea_18gje_207:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow)}._createBtn_18gje_229{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._createBtn_18gje_229:hover:not(:disabled){background:#2c2c2e}._createBtn_18gje_229:active:not(:disabled){transform:scale(.97)}._createBtn_18gje_229:disabled{opacity:.6;cursor:not-allowed}._spinner_18gje_260{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_18gje_260 .6s linear infinite}._detail_18gje_271{padding:20px}._detailDesc_18gje_275{font-size:14px;color:var(--color-text-primary);line-height:1.5;margin:0}._detailSection_18gje_282{margin-bottom:20px}._detailLabel_18gje_286{display:block;font-size:13px;font-weight:600;color:var(--color-text-secondary);margin-bottom:10px}._detailValue_18gje_294{font-size:14px;font-weight:600;color:var(--color-text-primary)}._detailMuted_18gje_300{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._detailRow_18gje_306{display:flex;align-items:center;gap:10px}._cronTag_18gje_312{font-size:11px;font-family:Menlo,Monaco,monospace;background:var(--color-surface-active);border:1px solid var(--color-border);padding:3px 10px;color:var(--color-text-secondary);border-radius:var(--radius-xs)}._promptBox_18gje_322{font-size:13px;font-family:Menlo,Monaco,monospace;line-height:1.5;color:var(--color-text-primary);background:var(--color-surface-bg);border-left:3px solid var(--color-border);padding:12px;white-space:pre-wrap;word-break:break-word;border-radius:var(--radius-sm)}._scheduleRow_18gje_335{display:flex;align-items:center;justify-content:space-between;gap:8px}._editScheduleBtn_18gje_342{font-size:13px;font-weight:600;color:var(--color-primary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s ease}._editScheduleBtn_18gje_342:hover{color:var(--color-primary-hover)}._scheduleEdit_18gje_357{display:flex;gap:8px;align-items:center}._scheduleEdit_18gje_357 ._selectInput_18gje_186{margin-bottom:0;flex:1}._saveScheduleBtn_18gje_368{padding:10px 16px;background:var(--color-dark);color:#fff;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .2s ease,transform .2s ease}._saveScheduleBtn_18gje_368:hover{background:#2c2c2e}._saveScheduleBtn_18gje_368:active{transform:scale(.97)}._runRow_18gje_390{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--color-surface-active)}._runRowTime_18gje_398{flex:1;font-size:12px;color:var(--color-text-primary)}._runRowDuration_18gje_404{font-size:12px;color:var(--color-text-tertiary);font-weight:500}._toggleRow_18gje_411{display:flex;align-items:center;justify-content:space-between}._toggle_18gje_411{width:48px;height:28px;border-radius:14px;background:#c7c7cc;border:none;cursor:pointer;position:relative;transition:background .2s;padding:0}._toggleOn_18gje_429{background:#34c759}._toggleKnob_18gje_433{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .3s var(--ease-out-back);box-shadow:0 1px 3px #0003}._toggleOn_18gje_429 ._toggleKnob_18gje_433{transform:translate(20px)}._deleteJobBtn_18gje_449{display:block;width:100%;padding:14px;background:var(--color-error);border:none;border-radius:12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:24px;transition:background .2s ease,transform .2s ease}._deleteJobBtn_18gje_449:hover{background:#e8342a}._deleteJobBtn_18gje_449:active{transform:scale(.97)}._row_p09dq_1{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._item_p09dq_8{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--color-text-secondary)}._time_p09dq_17{font-size:12px;color:var(--color-text-tertiary);font-weight:500;margin-left:auto}._cardGroup_19039_2{margin:0 20px var(--space-card-gap);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-card-group);overflow:hidden}._card_19039_2{padding:var(--space-card-padding);background:#fff;border:none;border-bottom:.5px solid var(--color-separator);cursor:pointer;transition:background .15s ease}._card_19039_2:last-child{border-bottom:none}._card_19039_2:hover{background:#00000005}._card_19039_2:active{background:#0000000a}._runHeader_19039_32{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}._runTitle_19039_39{font-size:14px;font-weight:600;color:var(--color-text-primary)}._runTime_19039_45{font-size:12px;color:var(--color-text-tertiary);font-weight:500;margin-top:2px}._expandedContent_19039_52{padding:12px 16px;background:var(--color-surface-bg);border-bottom:.5px solid var(--color-separator)}._toolsLabel_19039_58{font-size:13px;font-weight:600;color:var(--color-text-secondary);margin-bottom:8px}._toolsRow_19039_65{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}._toolBadge_19039_72{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--color-text-primary);padding:5px 12px;background:var(--color-surface-active);border-radius:var(--radius-full)}._toolCount_19039_84{color:var(--color-text-primary)}._outputBox_19039_88{font-size:12px;line-height:1.5;color:var(--color-text-primary);background:var(--color-surface-bg);padding:12px;border-left:3px solid var(--color-border);border-radius:var(--radius-sm)}._outputError_19039_98{background:var(--color-error-bg);border-left-color:var(--color-error);color:var(--color-error)}._killBtn_19039_104{display:block;width:100%;margin-top:12px;padding:10px;background:var(--color-error);border:none;border-radius:12px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,transform .2s ease}._killBtn_19039_104:hover{background:#e8342a}._killBtn_19039_104:active{transform:scale(.97)}._emptyMsg_19039_128{text-align:center;padding:60px 20px;color:var(--color-text-tertiary);font-size:14px}
