.dashboard-workspace-module__BfoOiq__root{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-workspace-module__BfoOiq__toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:0 0 var(--space-3);border-bottom:1px solid var(--border-subtle);display:flex}.dashboard-workspace-module__BfoOiq__toolbarSummary{min-width:0}.dashboard-workspace-module__BfoOiq__toolbarMeta{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.dashboard-workspace-module__BfoOiq__toolbarHint{color:var(--text-tertiary);font-size:var(--text-xs);font-variant-numeric:tabular-nums;margin:0}.dashboard-workspace-module__BfoOiq__toolbarActions{align-items:center;gap:var(--space-2);flex-wrap:nowrap;display:flex}.dashboard-workspace-module__BfoOiq__toolbarButtonText{white-space:nowrap}.dashboard-workspace-module__BfoOiq__toolbarIconButton{width:34px;min-width:34px;padding-inline:0}.dashboard-workspace-module__BfoOiq__toolbarStatusShort{display:none}.dashboard-workspace-module__BfoOiq__toolbarSave{min-width:96px}.dashboard-workspace-module__BfoOiq__updatedAt{margin:calc(var(--space-2) * -1) 0 0;color:var(--text-tertiary);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.dashboard-workspace-module__BfoOiq__error{color:var(--error);font-size:var(--text-sm);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--error-muted);margin:0}.dashboard-workspace-module__BfoOiq__grid{margin-inline:calc(var(--space-2) * -1)}.dashboard-workspace-module__BfoOiq__grid .react-grid-item{transition:none}.dashboard-workspace-module__BfoOiq__grid .react-grid-item.react-grid-placeholder{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--text-primary) 4%, transparent);border:1px solid var(--border-subtle)}.dashboard-workspace-module__BfoOiq__widget{--widget-accent:var(--accent);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.dashboard-workspace-module__BfoOiq__widgetHeader{padding:var(--space-3) var(--space-3) var(--space-2);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.dashboard-workspace-module__BfoOiq__widgetTitleWrap{align-items:center;gap:var(--space-2);display:flex}.dashboard-workspace-module__BfoOiq__dragHandle{border-radius:var(--radius-sm);width:18px;height:18px;color:var(--text-tertiary);cursor:grab;opacity:.55;justify-content:center;align-items:center;display:inline-flex}.dashboard-workspace-module__BfoOiq__dragHandle:active{cursor:grabbing;opacity:1}.dashboard-workspace-module__BfoOiq__widgetTitle{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-secondary);letter-spacing:.01em;margin:0}.dashboard-workspace-module__BfoOiq__widgetBody{min-height:0;padding:var(--space-3);scrollbar-gutter:stable;flex:1;overflow:auto}.dashboard-workspace-module__BfoOiq__heroStat{justify-content:space-between;gap:var(--space-4);flex-direction:column;height:100%;display:flex}.dashboard-workspace-module__BfoOiq__heroTop{justify-content:space-between;align-items:flex-start;gap:var(--space-3);flex:1;min-height:0;display:flex}.dashboard-workspace-module__BfoOiq__heroIcon{border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-tertiary);background:var(--bg-secondary);flex-shrink:0;order:2;justify-content:center;align-items:center;display:flex}.dashboard-workspace-module__BfoOiq__heroMain{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-workspace-module__BfoOiq__heroValue{font-size:clamp(var(--text-2xl), 4vw, 2.5rem);font-weight:var(--weight-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin:0;line-height:1}.dashboard-workspace-module__BfoOiq__heroLabel{font-size:var(--text-xs);color:var(--text-tertiary);letter-spacing:.01em;margin:0}.dashboard-workspace-module__BfoOiq__heroDetails{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}@media (max-width:480px){.dashboard-workspace-module__BfoOiq__heroDetails{grid-template-columns:1fr}}.dashboard-workspace-module__BfoOiq__heroDetail{min-width:0;padding:var(--space-2) var(--space-2) 0 0;flex-direction:column;gap:1px;display:flex}.dashboard-workspace-module__BfoOiq__heroDetailValue{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.dashboard-workspace-module__BfoOiq__heroDetailLabel{font-size:var(--text-2xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.dashboard-workspace-module__BfoOiq__settingsModalMeta{margin-bottom:var(--space-3);justify-content:flex-end;display:flex}.dashboard-workspace-module__BfoOiq__settingsActionsLeft{align-items:center;gap:var(--space-2);display:inline-flex}.dashboard-workspace-module__BfoOiq__settingsGrid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.dashboard-workspace-module__BfoOiq__widgetOption{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-primary);cursor:pointer;flex-direction:column;display:flex}.dashboard-workspace-module__BfoOiq__widgetOptionEnabled{border-color:var(--border-default);background:var(--bg-secondary)}.dashboard-workspace-module__BfoOiq__widgetOptionTop{gap:var(--space-2);grid-template-columns:auto 1fr auto;align-items:center;display:grid}.dashboard-workspace-module__BfoOiq__widgetOptionIcon{border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-tertiary);background:var(--bg-secondary);justify-content:center;align-items:center;display:inline-flex}.dashboard-workspace-module__BfoOiq__widgetOptionTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.dashboard-workspace-module__BfoOiq__widgetOptionDesc{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-relaxed);margin:0}.dashboard-workspace-module__BfoOiq__widgetPreview{gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);background:var(--bg-tertiary);flex-direction:column;display:flex}.dashboard-workspace-module__BfoOiq__previewBarWide{border-radius:var(--radius-full);background:var(--border-strong);width:68%;height:5px;display:block}.dashboard-workspace-module__BfoOiq__previewBarMid{border-radius:var(--radius-full);background:var(--border-default);width:54%;height:5px;display:block}.dashboard-workspace-module__BfoOiq__previewBarNarrow{border-radius:var(--radius-full);background:var(--border-subtle);width:40%;height:5px;display:block}.dashboard-workspace-module__BfoOiq__previewGrid{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.dashboard-workspace-module__BfoOiq__previewGrid span{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--text-primary) 5%, transparent);height:20px;display:block}.dashboard-workspace-module__BfoOiq__previewStatRow{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.dashboard-workspace-module__BfoOiq__previewStatRow span{min-height:22px;padding:0 var(--space-1);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--text-primary) 5%, transparent);color:var(--text-tertiary);font-size:var(--text-2xs);font-weight:var(--weight-medium);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;display:flex}@media (max-width:900px){.dashboard-workspace-module__BfoOiq__toolbar{top:var(--space-1);align-items:center}.dashboard-workspace-module__BfoOiq__toolbarSummary{flex:1}.dashboard-workspace-module__BfoOiq__toolbarMeta{gap:var(--space-1)}.dashboard-workspace-module__BfoOiq__settingsGrid{grid-template-columns:1fr}.dashboard-workspace-module__BfoOiq__heroDetails{flex-wrap:wrap}}@media (max-width:560px){.dashboard-workspace-module__BfoOiq__root{gap:var(--space-2)}.dashboard-workspace-module__BfoOiq__toolbar{gap:var(--space-2);padding:var(--space-2);grid-template-columns:1fr auto;display:grid}.dashboard-workspace-module__BfoOiq__toolbarSummary{min-width:0}.dashboard-workspace-module__BfoOiq__toolbarMeta{flex-direction:column;align-items:flex-start;gap:4px}.dashboard-workspace-module__BfoOiq__toolbarHint{display:none}.dashboard-workspace-module__BfoOiq__toolbarStatus{min-width:32px;padding-inline:var(--space-2);justify-content:center}.dashboard-workspace-module__BfoOiq__toolbarStatusLong{display:none}.dashboard-workspace-module__BfoOiq__toolbarStatusShort{display:inline}.dashboard-workspace-module__BfoOiq__toolbarActions{gap:var(--space-1);grid-template-columns:repeat(4,40px);justify-content:end;display:grid}.dashboard-workspace-module__BfoOiq__toolbarButton,.dashboard-workspace-module__BfoOiq__toolbarIconButton,.dashboard-workspace-module__BfoOiq__toolbarSave{width:40px;min-width:40px;min-height:40px;padding-inline:0}.dashboard-workspace-module__BfoOiq__toolbarButtonText,.dashboard-workspace-module__BfoOiq__toolbarSaveText{display:none}.dashboard-workspace-module__BfoOiq__updatedAt{padding-inline:var(--space-1)}}
.confirm-dialog-module__oyV2jq__body{gap:var(--space-4);flex-direction:column;display:flex}.confirm-dialog-module__oyV2jq__title{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary);line-height:var(--leading-snug);margin:0}.confirm-dialog-module__oyV2jq__description{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed);white-space:pre-line;margin:0}.confirm-dialog-module__oyV2jq__actions{justify-content:flex-end;gap:var(--space-2);display:flex}
.inline-notice-module__Sw2nva__root{font-size:var(--text-sm);padding:var(--space-2) var(--space-3);align-items:center;gap:var(--space-2);line-height:var(--leading-normal);border:1px solid #0000;margin:0;display:flex}.inline-notice-module__Sw2nva__callout{padding:var(--space-3);flex-direction:row;align-items:flex-start}.inline-notice-module__Sw2nva__icon{color:inherit;flex-shrink:0;align-items:center;margin-top:2px;display:inline-flex}.inline-notice-module__Sw2nva__message{flex:1;min-width:0}.inline-notice-module__Sw2nva__callout .inline-notice-module__Sw2nva__message{gap:var(--space-1);flex-direction:column;display:flex}.inline-notice-module__Sw2nva__heading{font-weight:var(--weight-medium);color:var(--text-primary);line-height:var(--leading-normal)}.inline-notice-module__Sw2nva__dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;align-items:center;padding:0;transition:opacity .12s;display:inline-flex}.inline-notice-module__Sw2nva__dismiss:hover,.inline-notice-module__Sw2nva__dismiss:focus-visible{opacity:1;outline:none}.inline-notice-module__Sw2nva__error{color:var(--error);border-color:color-mix(in srgb, var(--error) 45%, transparent);background:color-mix(in srgb, var(--error) 12%, transparent)}.inline-notice-module__Sw2nva__warning{color:var(--warning);border-color:color-mix(in srgb, var(--warning) 45%, transparent);background:color-mix(in srgb, var(--warning) 12%, transparent)}.inline-notice-module__Sw2nva__success{color:var(--success);border-color:color-mix(in srgb, var(--success) 45%, transparent);background:color-mix(in srgb, var(--success) 12%, transparent)}.inline-notice-module__Sw2nva__info{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 45%, transparent);background:color-mix(in srgb, var(--accent) 12%, transparent)}.inline-notice-module__Sw2nva__callout.inline-notice-module__Sw2nva__error .inline-notice-module__Sw2nva__message,.inline-notice-module__Sw2nva__callout.inline-notice-module__Sw2nva__warning .inline-notice-module__Sw2nva__message,.inline-notice-module__Sw2nva__callout.inline-notice-module__Sw2nva__success .inline-notice-module__Sw2nva__message,.inline-notice-module__Sw2nva__callout.inline-notice-module__Sw2nva__info .inline-notice-module__Sw2nva__message{color:var(--text-secondary)}.inline-notice-module__Sw2nva__callout .inline-notice-module__Sw2nva__heading{color:inherit}
.navigation-module__fTDn8G__sidebar{flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.navigation-module__fTDn8G__header{border-bottom:1px solid var(--border-subtle);background:var(--bg-primary);padding:var(--space-2) 0;flex-direction:column;flex-shrink:0;display:flex}.navigation-module__fTDn8G__headerTop{justify-content:space-between;align-items:center;gap:var(--space-2);padding:0 var(--space-3);height:28px;display:flex}.navigation-module__fTDn8G__headerDropdownWrapper{flex:1;min-width:0;display:inline-flex}.navigation-module__fTDn8G__headerTrigger{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;min-width:0;padding:0;display:inline-flex}.navigation-module__fTDn8G__headerTriggerInner{align-items:center;gap:var(--space-1);flex:1;min-width:0;display:inline-flex}.navigation-module__fTDn8G__headerTitle{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.navigation-module__fTDn8G__headerChevron{color:var(--text-tertiary);transition:color var(--motion-fast) var(--ease-out);flex-shrink:0}.navigation-module__fTDn8G__headerTrigger:hover .navigation-module__fTDn8G__headerTitle{color:var(--text-primary)}.navigation-module__fTDn8G__headerTrigger:hover .navigation-module__fTDn8G__headerChevron{color:var(--text-secondary)}.navigation-module__fTDn8G__headerEditBtn{border:1px solid var(--border-subtle);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.navigation-module__fTDn8G__headerEditBtn:hover{color:var(--accent);border-color:var(--accent);background:var(--bg-tertiary)}.navigation-module__fTDn8G__headerLimitsList{gap:var(--space-2);padding:var(--space-2);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;text-decoration:none;display:flex}.navigation-module__fTDn8G__limitItem{flex-direction:column;gap:4px;display:flex}.navigation-module__fTDn8G__limitItemHead{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.navigation-module__fTDn8G__limitItemLabel{font-family:var(--font-sans);font-size:var(--text-2xs);font-weight:var(--weight-medium);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.navigation-module__fTDn8G__limitItemMeta{font-family:var(--font-mono);color:var(--text-tertiary);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;font-size:10px}.navigation-module__fTDn8G__limitItemMeta[data-tone=warn]{color:var(--warning)}.navigation-module__fTDn8G__limitItemMeta[data-tone=danger]{color:var(--error)}.navigation-module__fTDn8G__headerLimitsRow{align-items:center;gap:var(--space-2);height:12px;display:flex}.navigation-module__fTDn8G__headerLimitsTrack{background:var(--bg-tertiary);flex:1;height:2px;display:block;position:relative;overflow:hidden}.navigation-module__fTDn8G__headerLimitsFill{background:var(--accent);transition:width var(--motion-fast) var(--ease-out);position:absolute;inset:0 auto 0 0}.navigation-module__fTDn8G__headerLimitsTrack[data-tone=warn] .navigation-module__fTDn8G__headerLimitsFill{background:var(--warning)}.navigation-module__fTDn8G__headerLimitsTrack[data-tone=danger] .navigation-module__fTDn8G__headerLimitsFill{background:var(--error)}.navigation-module__fTDn8G__headerLimitsValue{width:28px;font-family:var(--font-mono);color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;transition:color var(--motion-fast) var(--ease-out);flex-shrink:0;font-size:10px}.navigation-module__fTDn8G__headerLimitsList:hover .navigation-module__fTDn8G__headerLimitsValue{color:var(--text-secondary)}.navigation-module__fTDn8G__headerLimitsValue[data-tone=warn]{color:var(--warning)}.navigation-module__fTDn8G__headerLimitsValue[data-tone=danger]{color:var(--error)}.navigation-module__fTDn8G__body{gap:var(--space-2);padding:var(--space-1) var(--space-2) var(--space-3);scrollbar-width:thin;scrollbar-color:var(--border-subtle) transparent;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.navigation-module__fTDn8G__body::-webkit-scrollbar{width:4px}.navigation-module__fTDn8G__body::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:0}.navigation-module__fTDn8G__category{gap:var(--space-1);flex-direction:column;display:flex}.navigation-module__fTDn8G__categoryDivider{border-top:1px solid var(--border-subtle);padding-top:var(--space-3);margin-top:var(--space-1)}.navigation-module__fTDn8G__categoryHead{justify-content:space-between;align-items:center;gap:var(--space-1);padding:4px var(--space-2) 4px;min-height:22px;transition:background-color var(--motion-fast) var(--ease-out);display:flex}.navigation-module__fTDn8G__categoryHead:hover{background:var(--bg-tertiary)}.navigation-module__fTDn8G__category[data-active=true] .navigation-module__fTDn8G__categoryLabel,.navigation-module__fTDn8G__category[data-active=true] .navigation-module__fTDn8G__categoryLabelLink{color:var(--accent)}.navigation-module__fTDn8G__category[data-active=true] .navigation-module__fTDn8G__categoryChevron{color:var(--accent);opacity:1}.navigation-module__fTDn8G__limitsSlot{border-top:1px solid var(--border-subtle);padding:var(--space-1) var(--space-2) var(--space-2);background:var(--bg-primary);flex-shrink:0}.navigation-module__fTDn8G__categoryToggle{align-items:center;gap:var(--space-1);min-width:0;min-height:22px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;padding:0;display:inline-flex}.navigation-module__fTDn8G__categoryToggleSplit{align-items:center;gap:var(--space-1);flex:1;min-width:0;min-height:22px;display:inline-flex}.navigation-module__fTDn8G__categoryChevronBtn{all:unset;box-sizing:border-box;cursor:pointer;color:inherit;border-radius:var(--radius-xs,3px);transition:background-color var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;padding:2px;display:inline-flex}.navigation-module__fTDn8G__categoryChevronBtn:hover{background:var(--bg-tertiary)}.navigation-module__fTDn8G__categoryChevron{color:var(--text-tertiary);opacity:.7;transition:transform var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);flex-shrink:0}.navigation-module__fTDn8G__categoryChevronOpen{transform:rotate(90deg)}.navigation-module__fTDn8G__categoryLabel{font-family:var(--font-mono);font-size:.625rem;font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em}.navigation-module__fTDn8G__categoryLabelLink{font-family:var(--font-mono);font-size:.625rem;font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border-radius:var(--radius-xs);transition:color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);margin:0 -4px;padding:2px 4px;text-decoration:none}.navigation-module__fTDn8G__categoryLabelLink:hover{color:var(--text-primary);background:var(--bg-tertiary)}.navigation-module__fTDn8G__addBtn{width:16px;height:16px;color:var(--text-tertiary);cursor:pointer;transition:color var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;display:flex}.navigation-module__fTDn8G__addBtn:hover{color:var(--text-primary)}.navigation-module__fTDn8G__searchWrap{align-items:center;gap:var(--space-1);margin:0 var(--space-2) var(--space-1);padding:0 var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-subtle);height:26px;transition:border-color var(--motion-fast) var(--ease-out);display:flex}.navigation-module__fTDn8G__searchWrap:focus-within{border-color:var(--accent)}.navigation-module__fTDn8G__searchIcon{color:var(--text-tertiary);flex-shrink:0}.navigation-module__fTDn8G__searchInput{min-width:0;color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--weight-medium);background:0 0;border:none;outline:none;flex:1}.navigation-module__fTDn8G__searchInput::placeholder{color:var(--text-tertiary)}.navigation-module__fTDn8G__categoryBody{flex-direction:column;gap:1px;display:flex}.navigation-module__fTDn8G__agentTree{padding-left:var(--space-2)}.navigation-module__fTDn8G__treeNested{padding-left:var(--space-3)}.navigation-module__fTDn8G__emptyText{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--text-tertiary);padding:var(--space-1) var(--space-2)}.navigation-module__fTDn8G__favoriteActive{color:var(--warning);opacity:1}.navigation-module__fTDn8G__spin{animation:.9s linear infinite navigation-module__fTDn8G__nav-spin}@keyframes navigation-module__fTDn8G__nav-spin{to{transform:rotate(360deg)}}.navigation-module__fTDn8G__agentLink{align-items:center;gap:var(--space-2);min-height:30px;padding:3px var(--space-2);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--weight-medium);transition:background-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);cursor:pointer;grid-template-columns:12px auto minmax(0,1fr) 68px;text-decoration:none;display:grid}.navigation-module__fTDn8G__agentGrip{color:var(--text-quaternary,var(--border-strong));opacity:0;cursor:grab;transition:opacity var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);flex-shrink:0}.navigation-module__fTDn8G__agentLink:hover .navigation-module__fTDn8G__agentGrip{opacity:.7;color:var(--text-secondary)}.navigation-module__fTDn8G__agentGrip:active{cursor:grabbing}.navigation-module__fTDn8G__agentLink:hover{background:var(--bg-tertiary);color:var(--text-primary)}.navigation-module__fTDn8G__agentLinkActive{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--text-primary)}.navigation-module__fTDn8G__agentText{flex-direction:column;gap:1px;min-width:0;display:flex}.navigation-module__fTDn8G__agentName{white-space:nowrap;text-overflow:ellipsis;color:var(--text-secondary);flex:1;overflow:hidden}.navigation-module__fTDn8G__agentLinkActive .navigation-module__fTDn8G__agentName,.navigation-module__fTDn8G__agentLink:hover .navigation-module__fTDn8G__agentName{color:var(--text-primary);font-weight:var(--weight-semibold)}.navigation-module__fTDn8G__agentMeta{align-items:center;gap:var(--space-1);min-width:0;color:var(--text-tertiary);font-family:var(--font-mono);font-size:var(--text-2xs);line-height:1;display:inline-flex}.navigation-module__fTDn8G__agentMeta>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.navigation-module__fTDn8G__agentStatus{flex-shrink:0;gap:0}.navigation-module__fTDn8G__agentSpark{opacity:.66;width:68px;min-width:68px;height:14px;transition:opacity var(--motion-fast) var(--ease-out);justify-content:flex-end;justify-self:end;align-items:center;display:inline-flex;overflow:hidden}.navigation-module__fTDn8G__agentLink:hover .navigation-module__fTDn8G__agentSpark,.navigation-module__fTDn8G__agentLinkActive .navigation-module__fTDn8G__agentSpark{opacity:1}.navigation-module__fTDn8G__agentSpark .wrap{justify-content:flex-end;max-width:68px;height:10px;overflow:hidden}.navigation-module__fTDn8G__agentSpark .empty{text-align:right;width:68px;display:block}.navigation-module__fTDn8G__agentAvatarWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.navigation-module__fTDn8G__agentAvatarWrapper div{border-radius:0}.navigation-module__fTDn8G__viewAll{color:var(--text-tertiary);padding:var(--space-1) var(--space-2);transition:color var(--motion-fast) var(--ease-out);font-size:.6875rem;text-decoration:none;display:inline-block}.navigation-module__fTDn8G__viewAll:hover{color:var(--accent)}.navigation-module__fTDn8G__navSpark{opacity:.68;width:44px;min-width:44px;height:12px;transition:opacity var(--motion-fast) var(--ease-out);justify-content:flex-end;align-items:center;display:inline-flex;overflow:hidden}.navigation-module__fTDn8G__navSpark .wrap{justify-content:flex-end;max-width:44px;height:10px;overflow:hidden}.navigation-module__fTDn8G__dragHandle{color:var(--text-quaternary,var(--border-strong));opacity:.5;cursor:grab;transition:opacity var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);flex-shrink:0}.navigation-module__fTDn8G__dragHandle:active{cursor:grabbing}.navigation-module__fTDn8G__checkbox{border:1px solid var(--border-subtle);width:10px;height:10px;transition:border-color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);background:0 0}.navigation-module__fTDn8G__checkboxChecked{border-color:var(--accent);background-color:var(--accent)}.navigation-module__fTDn8G__balanceRow{align-items:center;gap:var(--space-2);border-bottom:1px solid var(--border-subtle);margin-bottom:6px;padding:0 0 6px;text-decoration:none;display:flex}.navigation-module__fTDn8G__balanceIcon{color:var(--accent);flex-shrink:0}.navigation-module__fTDn8G__balanceRow[data-tone=warn] .navigation-module__fTDn8G__balanceIcon{color:var(--warning)}.navigation-module__fTDn8G__balanceValue{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-primary);font-variant-numeric:tabular-nums}.navigation-module__fTDn8G__balanceRow[data-tone=warn] .navigation-module__fTDn8G__balanceValue{color:var(--warning)}.navigation-module__fTDn8G__balanceUnit{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;margin-right:auto;font-size:10px}.navigation-module__fTDn8G__balanceTopup{width:16px;height:16px;color:var(--text-tertiary);transition:color var(--motion-fast) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:flex}.navigation-module__fTDn8G__headerLimitsList:hover .navigation-module__fTDn8G__balanceTopup{color:var(--accent)}.navigation-module__fTDn8G__agentLinkActive:before{content:"";background:var(--accent);width:2px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.navigation-module__fTDn8G__agentLink{position:relative}
.ui-module__o3ZjXW__stepperWrap{gap:var(--space-2);margin-bottom:var(--space-3);flex-direction:column;display:flex}.ui-module__o3ZjXW__steps{gap:var(--space-1);margin:0;padding:0;list-style:none;display:flex}.ui-module__o3ZjXW__stepDot{background:var(--border-subtle);flex:1;height:4px;overflow:hidden}.ui-module__o3ZjXW__stepDotActive{background:var(--accent)}.ui-module__o3ZjXW__stepDotPast{background:color-mix(in srgb, var(--accent) 60%, transparent)}.ui-module__o3ZjXW__stepCounter{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--weight-medium)}.ui-module__o3ZjXW__body{gap:var(--space-3);flex-direction:column;min-height:260px;display:flex}.ui-module__o3ZjXW__field{gap:var(--space-1);flex-direction:column;display:flex}.ui-module__o3ZjXW__label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary)}.ui-module__o3ZjXW__hint{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--leading-relaxed);margin:0}.ui-module__o3ZjXW__fieldError{font-size:var(--text-xs);color:var(--error);margin:0}.ui-module__o3ZjXW__required{color:var(--error);margin-left:var(--space-1)}.ui-module__o3ZjXW__optional{color:var(--text-tertiary);font-weight:var(--weight-normal)}.ui-module__o3ZjXW__credsForm{gap:var(--space-3);flex-direction:column;display:flex}.ui-module__o3ZjXW__hiddenSubmit{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ui-module__o3ZjXW__acknowledgeRow{gap:var(--space-2);padding:var(--space-2) 0;align-items:flex-start;display:flex}.ui-module__o3ZjXW__acknowledgeText{font-size:var(--text-sm);color:var(--text-primary)}.ui-module__o3ZjXW__qrCanvasWrap{align-items:center;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border-subtle);background:var(--bg-secondary);flex-direction:column;display:flex}.ui-module__o3ZjXW__qrFrame{border:1px solid var(--border-subtle);padding:var(--space-2);background:#fff;justify-content:center;align-items:center;min-width:220px;min-height:220px;display:flex}.ui-module__o3ZjXW__qrFrame img{width:220px;height:220px;display:block}.ui-module__o3ZjXW__qrSteps{font-size:var(--text-xs);color:var(--text-secondary);line-height:var(--leading-relaxed);gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:inside decimal;display:flex}.ui-module__o3ZjXW__qrStepsTitle{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);font-weight:var(--weight-medium);margin:0}.ui-module__o3ZjXW__qrStatus{font-size:var(--text-xs);color:var(--text-tertiary);align-items:center;gap:var(--space-2);display:inline-flex}.ui-module__o3ZjXW__qrStatusOk{color:var(--success);font-weight:var(--weight-medium);align-items:center;gap:var(--space-2);display:inline-flex}.ui-module__o3ZjXW__qrCountdown{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.ui-module__o3ZjXW__codeRow{gap:var(--space-2);flex-direction:column;display:flex}.ui-module__o3ZjXW__connectStatus{gap:var(--space-2);padding:var(--space-3);text-align:center;flex-direction:column;align-items:center;display:flex}.ui-module__o3ZjXW__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.ui-module__o3ZjXW__doneAccount{border:1px solid var(--border-subtle);background:var(--bg-secondary);padding:var(--space-3);gap:var(--space-1);flex-direction:column;display:flex}.ui-module__o3ZjXW__doneAccountName{font-size:var(--text-sm);font-weight:var(--weight-medium)}.ui-module__o3ZjXW__doneAccountUsername{font-size:var(--text-xs);color:var(--text-tertiary)}
.flow-run-viewer-module__AuCYRW__root{min-height:0;max-height:calc(100dvh - (var(--topbar-height) + var(--space-8)));flex-direction:column;flex:1;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__body{flex:1;min-height:0;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__listPanel{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__runFilters{align-items:flex-end;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);flex-wrap:wrap;display:flex}.flow-run-viewer-module__AuCYRW__runSearchMeta{align-items:center;gap:var(--space-2);min-height:var(--space-8);color:var(--text-tertiary);font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;display:flex}.flow-run-viewer-module__AuCYRW__runSearchTerm{color:var(--text-secondary)}.flow-run-viewer-module__AuCYRW__runSearchField{gap:var(--space-1);flex-direction:column;min-width:min(360px,100%);display:flex}.flow-run-viewer-module__AuCYRW__runSearchLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.flow-run-viewer-module__AuCYRW__tableScroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow:auto}.flow-run-viewer-module__AuCYRW__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px;font-size:var(--text-sm)}.flow-run-viewer-module__AuCYRW__table th,.flow-run-viewer-module__AuCYRW__table td{padding:var(--space-2) var(--space-3);text-align:left;vertical-align:middle;border-bottom:1px solid var(--border-subtle)}.flow-run-viewer-module__AuCYRW__table th{font-weight:var(--weight-semibold);font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:var(--bg-secondary);z-index:1;position:sticky;top:0}.flow-run-viewer-module__AuCYRW__runIdCol{width:12ch}.flow-run-viewer-module__AuCYRW__statusCol,.flow-run-viewer-module__AuCYRW__triggerCol,.flow-run-viewer-module__AuCYRW__startedCol{width:18ch}.flow-run-viewer-module__AuCYRW__durationCol{width:12ch}.flow-run-viewer-module__AuCYRW__actionCol{width:16ch}.flow-run-viewer-module__AuCYRW__table tbody tr{cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out)}.flow-run-viewer-module__AuCYRW__table tbody tr:hover{background:var(--bg-tertiary)}.flow-run-viewer-module__AuCYRW__rowSelected td{background:var(--accent-muted)}.flow-run-viewer-module__AuCYRW__runIdCell{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary)}.flow-run-viewer-module__AuCYRW__runIdValue,.flow-run-viewer-module__AuCYRW__triggerChip,.flow-run-viewer-module__AuCYRW__timeCell time{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;overflow:hidden}.flow-run-viewer-module__AuCYRW__statusCell,.flow-run-viewer-module__AuCYRW__triggerCell,.flow-run-viewer-module__AuCYRW__timeCell,.flow-run-viewer-module__AuCYRW__durationCell,.flow-run-viewer-module__AuCYRW__actionCell{white-space:nowrap;overflow:hidden}.flow-run-viewer-module__AuCYRW__runLoadingSpinner{vertical-align:-2px;margin-left:var(--space-2);color:var(--text-tertiary);animation:.7s linear infinite flow-run-viewer-module__AuCYRW__run-detail-spin;display:inline-block}@keyframes flow-run-viewer-module__AuCYRW__run-detail-spin{to{transform:rotate(360deg)}}.flow-run-viewer-module__AuCYRW__ledger{padding-bottom:var(--space-2);flex-direction:column;gap:0;display:flex}.flow-run-viewer-module__AuCYRW__ledgerHeader{gap:var(--space-2);z-index:10;background:var(--bg-secondary);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex;position:sticky;top:0}.flow-run-viewer-module__AuCYRW__ledgerBar{background:var(--surface-sunken);width:100%;height:6px;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__ledgerBarSeg{min-width:2px;height:100%}.flow-run-viewer-module__AuCYRW__ledgerBarSeg[data-variant=success]{background:var(--success)}.flow-run-viewer-module__AuCYRW__ledgerBarSeg[data-variant=warning]{background:var(--warning)}.flow-run-viewer-module__AuCYRW__ledgerBarSeg[data-variant=error]{background:var(--error)}.flow-run-viewer-module__AuCYRW__ledgerBarSeg[data-variant=info]{background:var(--accent)}.flow-run-viewer-module__AuCYRW__ledgerBarSeg[data-variant=neutral]{background:var(--border-default)}.flow-run-viewer-module__AuCYRW__ledgerFilters{gap:var(--space-1);flex-wrap:wrap;display:flex}.flow-run-viewer-module__AuCYRW__ledgerFilter{border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:var(--text-2xs);cursor:pointer;background:0 0;align-items:center;gap:5px;padding:2px 8px;display:inline-flex}.flow-run-viewer-module__AuCYRW__ledgerFilter:hover{border-color:var(--border-default);color:var(--text-primary)}.flow-run-viewer-module__AuCYRW__ledgerFilterActive{border-color:var(--accent);color:var(--text-primary);background:var(--accent-muted)}.flow-run-viewer-module__AuCYRW__ledgerFilterDot{flex-shrink:0;width:6px;height:6px}.flow-run-viewer-module__AuCYRW__ledgerFilterDot[data-variant=success]{background:var(--success)}.flow-run-viewer-module__AuCYRW__ledgerFilterDot[data-variant=warning]{background:var(--warning)}.flow-run-viewer-module__AuCYRW__ledgerFilterDot[data-variant=error]{background:var(--error)}.flow-run-viewer-module__AuCYRW__ledgerFilterDot[data-variant=info]{background:var(--accent)}.flow-run-viewer-module__AuCYRW__ledgerFilterDot[data-variant=neutral]{background:var(--border-default)}.flow-run-viewer-module__AuCYRW__ledgerEmpty{align-items:center;gap:var(--space-2);padding:var(--space-4);font-size:var(--text-sm);color:var(--text-tertiary);display:flex}.flow-run-viewer-module__AuCYRW__ledgerSpin{animation:.7s linear infinite flow-run-viewer-module__AuCYRW__run-detail-spin}.flow-run-viewer-module__AuCYRW__ledgerDialogLink{color:var(--accent-default);font-size:var(--text-xs);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.flow-run-viewer-module__AuCYRW__ledgerDialogLink:hover{text-decoration:underline}.flow-run-viewer-module__AuCYRW__ledgerMuted{color:var(--text-tertiary);font-size:var(--text-xs)}.flow-run-viewer-module__AuCYRW__ledgerScheduled{font-size:var(--text-xs);color:var(--text-tertiary);margin-top:2px}.flow-run-viewer-module__AuCYRW__ledgerActions{gap:var(--space-2);margin-top:var(--space-2);padding:0 var(--space-3);display:flex}.flow-run-viewer-module__AuCYRW__inlineDialogToolbar{padding:var(--space-1) 0;justify-content:flex-end;display:flex}.flow-run-viewer-module__AuCYRW__ledgerExpandBtn{color:var(--accent-default);font-size:var(--text-xs);cursor:pointer;padding:var(--space-1);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:4px;display:inline-flex}.flow-run-viewer-module__AuCYRW__ledgerExpandBtn:hover{text-decoration:underline}.flow-run-viewer-module__AuCYRW__ledgerList{gap:var(--space-1);padding:0 var(--space-3);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__ledgerCard{gap:var(--space-1);padding:var(--space-1) var(--space-2);border:1px solid var(--border-subtle);border-left:3px solid var(--border-default);background:var(--surface-default);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__ledgerCard[data-variant=success]{border-left-color:var(--success)}.flow-run-viewer-module__AuCYRW__ledgerCard[data-variant=warning]{border-left-color:var(--warning)}.flow-run-viewer-module__AuCYRW__ledgerCard[data-variant=error]{border-left-color:var(--error)}.flow-run-viewer-module__AuCYRW__ledgerCard[data-variant=info]{border-left-color:var(--accent)}.flow-run-viewer-module__AuCYRW__ledgerCard[data-expanded=true]{border-color:var(--accent-default);border-left-color:var(--accent-default)}.flow-run-viewer-module__AuCYRW__ledgerCardMain{align-items:center;gap:var(--space-1);white-space:nowrap;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__ledgerCardIdx{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-tertiary);flex-shrink:0}.flow-run-viewer-module__AuCYRW__ledgerCardPhone{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.flow-run-viewer-module__AuCYRW__ledgerCardAttempts{font-size:var(--text-2xs);color:var(--text-tertiary);flex-shrink:0}.flow-run-viewer-module__AuCYRW__ledgerCardSpacer{flex:1}.flow-run-viewer-module__AuCYRW__ledgerCardDialog{margin-top:var(--space-1);border-top:1px solid var(--border-subtle)}.flow-run-viewer-module__AuCYRW__inlineDialog{gap:var(--space-2);max-height:360px;padding:var(--space-2);flex-direction:column;display:flex;overflow-y:auto}.flow-run-viewer-module__AuCYRW__inlineRecordingPlayer{align-items:center;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);grid-template-columns:auto auto minmax(0,1fr);display:grid}.flow-run-viewer-module__AuCYRW__inlineRecordingLabel{font-family:var(--font-mono);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em}.flow-run-viewer-module__AuCYRW__inlineRecordingAudio{width:100%;min-width:0;height:28px}.flow-run-viewer-module__AuCYRW__inlineDialogStatus{align-items:center;gap:var(--space-2);padding:var(--space-2);font-size:var(--text-xs);color:var(--text-tertiary);display:flex}.flow-run-viewer-module__AuCYRW__triggerChip{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--bg-tertiary);font-size:var(--text-xs);color:var(--text-secondary);max-width:100%;display:inline-flex}.flow-run-viewer-module__AuCYRW__timeCell{font-size:var(--text-xs);color:var(--text-secondary)}.flow-run-viewer-module__AuCYRW__durationCell{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.flow-run-viewer-module__AuCYRW__actionCell{text-align:right}.flow-run-viewer-module__AuCYRW__cancelBtn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);color:var(--text-tertiary);font-family:var(--font-sans);font-size:var(--text-xs);cursor:pointer;white-space:nowrap;transition:color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);background:0 0;border:none;display:inline-flex}.flow-run-viewer-module__AuCYRW__cancelBtn:hover{color:var(--error);background:var(--error-muted)}.flow-run-viewer-module__AuCYRW__empty{padding:var(--space-8);color:var(--text-tertiary);font-size:var(--text-sm);text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.flow-run-viewer-module__AuCYRW__detailPanel{background:var(--bg-secondary);border-left:1px solid var(--border-default);flex-direction:column;flex-shrink:0;max-width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.flow-run-viewer-module__AuCYRW__detailHeader{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);flex-shrink:0;display:flex}.flow-run-viewer-module__AuCYRW__detailTitle{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.flow-run-viewer-module__AuCYRW__detailId{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-tertiary)}.flow-run-viewer-module__AuCYRW__detailSpacer{flex:1}.flow-run-viewer-module__AuCYRW__detailClose{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.flow-run-viewer-module__AuCYRW__detailClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}.flow-run-viewer-module__AuCYRW__detailBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__metaIcon{margin-right:var(--space-1);vertical-align:-1px;display:inline}.flow-run-viewer-module__AuCYRW__metaRow{gap:var(--space-4);padding:var(--space-3) var(--space-4);flex-shrink:0;display:flex}.flow-run-viewer-module__AuCYRW__metaItem{flex-direction:column;flex:1;gap:2px;display:flex}.flow-run-viewer-module__AuCYRW__metaLabel{font-size:var(--text-2xs);font-weight:var(--weight-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.flow-run-viewer-module__AuCYRW__metaValue{font-size:var(--text-xs);color:var(--text-primary)}.flow-run-viewer-module__AuCYRW__stepsSection{gap:var(--space-2);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__stepsHeader{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.flow-run-viewer-module__AuCYRW__stepTimeline{flex-direction:column;gap:0;display:flex;position:relative}.flow-run-viewer-module__AuCYRW__stepCard{align-items:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-left:2px solid var(--border-subtle);transition:background-color var(--motion-fast) var(--ease-out);margin-left:6px;display:flex;position:relative}.flow-run-viewer-module__AuCYRW__stepCard:hover{background:var(--bg-tertiary);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.flow-run-viewer-module__AuCYRW__stepDot{border-radius:var(--radius-full);border:2px solid var(--bg-secondary);flex-shrink:0;width:10px;height:10px;position:absolute;top:12px;left:-6px}.flow-run-viewer-module__AuCYRW__stepDotPending{background:var(--text-tertiary)}.flow-run-viewer-module__AuCYRW__stepDotRunning{background:var(--accent)}.flow-run-viewer-module__AuCYRW__stepDotCompleted{background:var(--success)}.flow-run-viewer-module__AuCYRW__stepDotFailed{background:var(--error)}.flow-run-viewer-module__AuCYRW__stepDotSkipped{background:var(--text-tertiary);opacity:.5}.flow-run-viewer-module__AuCYRW__stepDotWaiting{background:var(--warning)}.flow-run-viewer-module__AuCYRW__stepDotApproved{background:var(--success)}.flow-run-viewer-module__AuCYRW__stepDotRejected{background:var(--error)}.flow-run-viewer-module__AuCYRW__stepInfo{min-width:0;padding-left:var(--space-2);flex-direction:column;flex:1;gap:2px;display:flex}.flow-run-viewer-module__AuCYRW__stepNodeLabel{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);align-items:center;gap:var(--space-1);display:flex}.flow-run-viewer-module__AuCYRW__stepNodeIcon{color:var(--text-tertiary);flex-shrink:0}.flow-run-viewer-module__AuCYRW__stepMeta{font-size:var(--text-xs);color:var(--text-tertiary);align-items:center;gap:var(--space-2);display:flex}.flow-run-viewer-module__AuCYRW__stepBadge{flex-shrink:0;margin-left:auto}.flow-run-viewer-module__AuCYRW__approvalCard{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--warning);border-radius:var(--radius-md);background:color-mix(in srgb, var(--warning) 6%, var(--bg-primary));margin-top:var(--space-1);margin-left:var(--space-2);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__approvalTitle{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--warning)}.flow-run-viewer-module__AuCYRW__approvalActions{gap:var(--space-2);display:flex}.flow-run-viewer-module__AuCYRW__stepOutput{padding:var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-tertiary);font-size:var(--text-xs);flex-direction:column;gap:4px;margin-top:4px;display:flex}.flow-run-viewer-module__AuCYRW__stepSlotList{flex-wrap:wrap;gap:4px;display:flex}.flow-run-viewer-module__AuCYRW__stepPromote{align-items:center;gap:var(--space-1);margin-top:var(--space-1);padding-top:var(--space-1);border-top:1px dashed var(--border-subtle);flex-wrap:wrap;display:flex}.flow-run-viewer-module__AuCYRW__stepPromoteSelect{font-size:var(--text-xs);width:auto;min-width:140px;padding:2px 6px}.flow-run-viewer-module__AuCYRW__runError{gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--error-muted);color:var(--error);font-size:var(--text-xs);line-height:var(--leading-relaxed);display:flex}.flow-run-viewer-module__AuCYRW__runErrorIcon{flex-shrink:0;margin-top:1px}.flow-run-viewer-module__AuCYRW__separator{background:var(--border-subtle);height:1px;margin:var(--space-1) 0}.flow-run-viewer-module__AuCYRW__noSteps{padding:var(--space-4);text-align:center;color:var(--text-tertiary);font-size:var(--text-xs)}.flow-run-viewer-module__AuCYRW__pagination{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-top:1px solid var(--border-subtle);flex-wrap:wrap;flex-shrink:0;display:flex}.flow-run-viewer-module__AuCYRW__paginationMeta{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.flow-run-viewer-module__AuCYRW__paginationActions{align-items:center;gap:var(--space-2);display:flex}.flow-run-viewer-module__AuCYRW__pageIndicator{font-size:var(--text-xs);color:var(--text-tertiary);text-align:center;font-variant-numeric:tabular-nums;min-width:4ch}@keyframes flow-run-viewer-module__AuCYRW__pulse{0%,to{opacity:1}50%{opacity:.5}}.flow-run-viewer-module__AuCYRW__stepDotRunning{animation:flow-run-viewer-module__AuCYRW__pulse 1.5s var(--ease-out) infinite}.flow-run-viewer-module__AuCYRW__dialogRoot{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.flow-run-viewer-module__AuCYRW__dialogHeader{gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;display:flex}.flow-run-viewer-module__AuCYRW__dialogHeaderRow{flex-direction:column;gap:2px;display:flex}.flow-run-viewer-module__AuCYRW__dialogHeaderTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.flow-run-viewer-module__AuCYRW__dialogHeaderSub{font-size:var(--text-xs);color:var(--text-tertiary);font-family:var(--font-mono)}.flow-run-viewer-module__AuCYRW__dialogChips{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.flow-run-viewer-module__AuCYRW__dialogChip{padding:2px var(--space-2);border-radius:var(--radius-sm);background:var(--bg-tertiary);font-size:var(--text-xs);color:var(--text-secondary);align-items:center;gap:4px;display:inline-flex}.flow-run-viewer-module__AuCYRW__dialogRecordingChip{padding:2px var(--space-2);border-radius:var(--radius-sm);background:var(--bg-tertiary);border:1px dashed var(--border-default);font-size:var(--text-xs);color:var(--text-tertiary);cursor:help;align-items:center;gap:4px;display:inline-flex}.flow-run-viewer-module__AuCYRW__dialogRecordingPlayer{align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-secondary);display:flex}.flow-run-viewer-module__AuCYRW__dialogRecordingLabel{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);white-space:nowrap}.flow-run-viewer-module__AuCYRW__dialogRecordingAudio{flex:1;min-width:0;height:32px}.flow-run-viewer-module__AuCYRW__dialogTabBody{overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow-y:auto}@media (max-width:719px){.flow-run-viewer-module__AuCYRW__body{flex-direction:column}.flow-run-viewer-module__AuCYRW__table{min-width:640px}.flow-run-viewer-module__AuCYRW__detailPanel{border-left:none;border-top:1px solid var(--border-default)}}.flow-run-viewer-module__AuCYRW__transcript{gap:var(--space-3);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__transcriptMessage{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-primary);flex-direction:column;gap:4px;max-width:90%;display:flex}.flow-run-viewer-module__AuCYRW__transcriptMessageUser{background:var(--accent-muted);border-color:color-mix(in srgb, var(--accent) 30%, transparent);align-self:flex-end}.flow-run-viewer-module__AuCYRW__transcriptMessageAssistant{background:var(--bg-secondary);align-self:flex-start}.flow-run-viewer-module__AuCYRW__transcriptMessageSystem{background:var(--bg-tertiary);align-self:center;max-width:100%;font-style:italic}.flow-run-viewer-module__AuCYRW__transcriptMessageOperator{background:color-mix(in srgb, var(--warning) 8%, var(--bg-primary));border-color:color-mix(in srgb, var(--warning) 30%, transparent);align-self:flex-start}.flow-run-viewer-module__AuCYRW__transcriptMessageHead{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.flow-run-viewer-module__AuCYRW__transcriptRole{font-size:var(--text-2xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary)}.flow-run-viewer-module__AuCYRW__transcriptTime{font-size:var(--text-2xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.flow-run-viewer-module__AuCYRW__transcriptContent{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.flow-run-viewer-module__AuCYRW__transcriptToolCalls{font-size:var(--text-xs);color:var(--text-secondary)}.flow-run-viewer-module__AuCYRW__transcriptToolCalls summary{cursor:pointer;-webkit-user-select:none;user-select:none;padding:var(--space-1) 0}.flow-run-viewer-module__AuCYRW__transcriptToolPre{margin:var(--space-1) 0 0;padding:var(--space-2);background:var(--bg-tertiary);font-family:var(--font-mono);font-size:var(--text-2xs);line-height:var(--leading-snug);white-space:pre-wrap;word-break:break-word;overflow-x:auto}.flow-run-viewer-module__AuCYRW__contextTab{gap:var(--space-4);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__contextSectionLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin:0 0 var(--space-2)}.flow-run-viewer-module__AuCYRW__contextValue{font-size:var(--text-sm);color:var(--text-primary);font-family:var(--font-mono)}.flow-run-viewer-module__AuCYRW__contextMuted{font-size:var(--text-xs);color:var(--text-tertiary);font-style:italic}.flow-run-viewer-module__AuCYRW__slotList{flex-direction:column;gap:4px;margin:0;display:flex}.flow-run-viewer-module__AuCYRW__slotRow{gap:var(--space-3);border-bottom:1px dashed var(--border-subtle);grid-template-columns:minmax(120px,max-content) 1fr;padding:2px 0;display:grid}.flow-run-viewer-module__AuCYRW__slotKey{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.flow-run-viewer-module__AuCYRW__slotValue{font-size:var(--text-xs);color:var(--text-primary);word-break:break-word;margin:0}.flow-run-viewer-module__AuCYRW__eventsSection{gap:var(--space-2);margin-top:var(--space-3);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex}.flow-run-viewer-module__AuCYRW__eventsHeader{align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;display:flex}.flow-run-viewer-module__AuCYRW__eventsLiveDot{border-radius:var(--radius-full);background:var(--color-success,#22c55e);width:6px;height:6px;animation:1.6s ease-out infinite flow-run-viewer-module__AuCYRW__events-pulse;box-shadow:0 0 #22c55e80}.flow-run-viewer-module__AuCYRW__eventsLiveDotIdle{background:var(--text-tertiary);animation:none}@keyframes flow-run-viewer-module__AuCYRW__events-pulse{0%{box-shadow:0 0 #22c55e80}to{box-shadow:0 0 0 8px #22c55e00}}.flow-run-viewer-module__AuCYRW__eventsList{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary);max-height:220px;padding:var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-subtle);flex-direction:column;gap:2px;display:flex;overflow-y:auto}.flow-run-viewer-module__AuCYRW__eventRow{gap:var(--space-2);border-bottom:1px dashed var(--border-subtle);word-break:break-word;grid-template-columns:max-content max-content 1fr;padding:2px 0;display:grid}.flow-run-viewer-module__AuCYRW__eventRow:last-child{border-bottom:none}.flow-run-viewer-module__AuCYRW__eventKindRun{color:var(--text-primary);font-weight:var(--weight-semibold)}.flow-run-viewer-module__AuCYRW__eventKindStep{color:var(--text-secondary)}.flow-run-viewer-module__AuCYRW__eventKindFailure{color:var(--color-danger,#ef4444)}.flow-run-viewer-module__AuCYRW__eventTime,.flow-run-viewer-module__AuCYRW__eventDetail{color:var(--text-tertiary)}.flow-run-viewer-module__AuCYRW__eventsEmpty{font-size:var(--text-xs);color:var(--text-tertiary);font-style:italic}
.agent-editor-modal-module__xwDjSW__header,.agent-editor-modal-module__xwDjSW__title,.agent-editor-modal-module__xwDjSW__subtitle,.agent-editor-modal-module__xwDjSW__closeBtn{display:none}.agent-editor-modal-module__xwDjSW__tabPanels{padding:var(--space-5) var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.agent-editor-modal-module__xwDjSW__errorBar{margin-top:var(--space-2)}.agent-editor-modal-module__xwDjSW__tabs{gap:var(--space-1);padding:var(--space-3) var(--space-5) 0;border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.agent-editor-modal-module__xwDjSW__tab{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out)}.agent-editor-modal-module__xwDjSW__tab:hover{border-color:var(--border-default);color:var(--text-primary)}.agent-editor-modal-module__xwDjSW__tabActive{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--text-primary)}.agent-editor-modal-module__xwDjSW__panel{gap:var(--space-3);flex-direction:column;min-height:200px;display:flex}.agent-editor-modal-module__xwDjSW__fieldLabel{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);margin-bottom:var(--space-1);display:block}.agent-editor-modal-module__xwDjSW__modelRow{gap:var(--space-3);display:grid}@media (min-width:520px){.agent-editor-modal-module__xwDjSW__modelRow{grid-template-columns:1fr 1fr;align-items:end}}.agent-editor-modal-module__xwDjSW__modelSelectorWrap{min-width:0}.agent-editor-modal-module__xwDjSW__hint{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--leading-relaxed);margin:0}.agent-editor-modal-module__xwDjSW__mcpSectionLabel{align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);margin:0 0 var(--space-2);display:inline-flex}.agent-editor-modal-module__xwDjSW__mcpChips{gap:var(--space-2);max-height:140px;padding:var(--space-1) 0;flex-wrap:wrap;display:flex;overflow-y:auto}.agent-editor-modal-module__xwDjSW__mcpChip{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:border-color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);display:inline-flex}.agent-editor-modal-module__xwDjSW__mcpChip:hover{border-color:var(--border-default);color:var(--text-primary)}.agent-editor-modal-module__xwDjSW__mcpChipOn{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--text-primary)}.agent-editor-modal-module__xwDjSW__mcpChipCode{font-family:var(--font-mono,ui-monospace, monospace);opacity:.9;font-size:.85em}.agent-editor-modal-module__xwDjSW__mcpChipKind{border-radius:var(--radius-full);font-size:.7em;font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent);white-space:nowrap;padding:1px 6px}.agent-editor-modal-module__xwDjSW__mcpChipOn .agent-editor-modal-module__xwDjSW__mcpChipKind{background:color-mix(in srgb, var(--accent) 24%, transparent)}.agent-editor-modal-module__xwDjSW__collectionsSearch{margin-bottom:var(--space-2)}.agent-editor-modal-module__xwDjSW__collectionsList{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-primary);max-height:180px;overflow-y:auto}.agent-editor-modal-module__xwDjSW__collectionRow{align-items:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-subtle);cursor:pointer;display:flex}.agent-editor-modal-module__xwDjSW__collectionRow:last-child{border-bottom:none}.agent-editor-modal-module__xwDjSW__collectionRow:hover{background:color-mix(in srgb, var(--text-primary) 4%, transparent)}.agent-editor-modal-module__xwDjSW__collectionMeta{flex:1;min-width:0}.agent-editor-modal-module__xwDjSW__collectionName{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-primary);margin:0}.agent-editor-modal-module__xwDjSW__collectionDesc{font-size:var(--text-xs);color:var(--text-tertiary);margin:var(--space-1) 0 0;line-height:var(--leading-relaxed)}.agent-editor-modal-module__xwDjSW__promptBlock{gap:var(--space-2);flex-direction:column;display:flex}.agent-editor-modal-module__xwDjSW__promptTextareaWrap{position:relative}.agent-editor-modal-module__xwDjSW__refineCorner{top:var(--space-2);right:var(--space-2);z-index:1;position:absolute}.agent-editor-modal-module__xwDjSW__promptToolbar{gap:var(--space-2);flex-wrap:wrap;display:flex}.agent-editor-modal-module__xwDjSW__textarea{width:100%;min-height:200px;padding:var(--space-3);padding-top:calc(var(--space-3) + var(--space-8));font-size:var(--text-sm);line-height:var(--leading-relaxed);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-primary);color:var(--text-primary);resize:vertical;font-family:inherit}.agent-editor-modal-module__xwDjSW__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent);outline:none}.agent-editor-modal-module__xwDjSW__counter{font-size:var(--text-xs);color:var(--text-tertiary);margin:var(--space-1) 0 0}.agent-editor-modal-module__xwDjSW__builderPalette{margin-top:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-secondary);overflow:hidden}.agent-editor-modal-module__xwDjSW__builderPaletteSummary{cursor:pointer;padding:var(--space-2) var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);-webkit-user-select:none;user-select:none;list-style:none}.agent-editor-modal-module__xwDjSW__builderPaletteSummary::-webkit-details-marker{display:none}.agent-editor-modal-module__xwDjSW__builderPaletteSummary:before{content:"▸";margin-right:var(--space-2);color:var(--text-tertiary);transition:transform var(--motion-fast) var(--ease-out);display:inline-block}.agent-editor-modal-module__xwDjSW__builderPalette[open] .agent-editor-modal-module__xwDjSW__builderPaletteSummary:before{transform:rotate(90deg)}.agent-editor-modal-module__xwDjSW__builderPaletteSummary:hover{background:var(--bg-tertiary);color:var(--text-primary)}.agent-editor-modal-module__xwDjSW__builderPaletteBody{gap:var(--space-3);padding:var(--space-3);border-top:1px solid var(--border-subtle);background:var(--bg-primary);flex-direction:column;display:flex}.agent-editor-modal-module__xwDjSW__builderCategory{gap:var(--space-1);flex-direction:column;display:flex}.agent-editor-modal-module__xwDjSW__builderCategoryLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;font-weight:var(--weight-semibold);color:var(--text-tertiary)}.agent-editor-modal-module__xwDjSW__builderChips{gap:var(--space-1);flex-wrap:wrap;display:flex}.agent-editor-modal-module__xwDjSW__builderChip{padding:4px var(--space-2);font-size:var(--text-xs);color:var(--text-primary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);align-items:center;display:inline-flex}.agent-editor-modal-module__xwDjSW__builderChip:hover:not(:disabled){background:var(--accent-muted);border-color:color-mix(in srgb, var(--accent) 30%, transparent);color:var(--accent)}.agent-editor-modal-module__xwDjSW__builderChip:disabled{opacity:.5;cursor:not-allowed}.agent-editor-modal-module__xwDjSW__counterOver{color:var(--error)}.agent-editor-modal-module__xwDjSW__footer{display:none}.agent-editor-modal-module__xwDjSW__error{font-size:var(--text-xs);color:var(--error);margin:0}.agent-editor-modal-module__xwDjSW__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.run-banner-module__f8m9dW__banner{z-index:6;height:28px;padding:0 var(--space-3) 0 10px;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-secondary) 85%, transparent);-webkit-backdrop-filter:blur(8px);font-size:var(--text-2xs,11px);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:8px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 1px 2px #00000003}.run-banner-module__f8m9dW__bar{background:var(--border-default);width:2px;position:absolute;inset:0 auto 0 0}.run-banner-module__f8m9dW__bar[data-status=running]{background:var(--warning)}.run-banner-module__f8m9dW__bar[data-status=error]{background:var(--error)}.run-banner-module__f8m9dW__bar[data-status=done]{background:var(--success)}.run-banner-module__f8m9dW__icon{color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.run-banner-module__f8m9dW__banner[data-status=running] .run-banner-module__f8m9dW__icon{color:var(--warning)}.run-banner-module__f8m9dW__banner[data-status=error] .run-banner-module__f8m9dW__icon{color:var(--error)}.run-banner-module__f8m9dW__label{font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:var(--weight-semibold,600);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);flex-shrink:0}.run-banner-module__f8m9dW__objective{font-size:var(--text-xs,12px);font-weight:var(--weight-medium,500);color:var(--text-primary);text-overflow:ellipsis;min-width:0;overflow:hidden}.run-banner-module__f8m9dW__pips{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.run-banner-module__f8m9dW__pip{border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.run-banner-module__f8m9dW__pip[data-shape=success]{background:var(--success)}.run-banner-module__f8m9dW__pip[data-shape=pending]{border:1px solid var(--border-default);background:0 0}.run-banner-module__f8m9dW__pip[data-shape=running]{background:var(--warning);border:1px solid var(--warning);animation:1.2s ease-in-out infinite alternate run-banner-module__f8m9dW__rb-pip}@keyframes run-banner-module__f8m9dW__rb-pip{0%{opacity:.45}to{opacity:1}}.run-banner-module__f8m9dW__counter{font-family:var(--font-mono);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;color:var(--text-secondary);flex-shrink:0}.run-banner-module__f8m9dW__elapsed{font-family:var(--font-mono);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;color:var(--text-tertiary);flex-shrink:0}.run-banner-module__f8m9dW__breadcrumb{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--text-tertiary);text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.run-banner-module__f8m9dW__actions{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.run-banner-module__f8m9dW__actionBtn{border-radius:var(--radius-sm,4px);height:20px;color:var(--text-tertiary);font-size:var(--text-2xs);font-weight:var(--weight-medium,500);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);background:0 0;border:none;align-items:center;gap:3px;padding:0 6px;display:inline-flex}.run-banner-module__f8m9dW__actionBtn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.run-banner-module__f8m9dW__spin{animation:.8s linear infinite run-banner-module__f8m9dW__rb-spin}@keyframes run-banner-module__f8m9dW__rb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.context-panel-module__EHgheW__root{flex-shrink:0;align-items:stretch;height:100vh;display:flex}@media (max-width:719px){.context-panel-module__EHgheW__root{display:none}}.context-panel-module__EHgheW__panel{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);z-index:10;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:1px 0 4px #0000001f,3px 0 12px #0000000f}[data-theme=light] .context-panel-module__EHgheW__panel{box-shadow:1px 0 4px #0000000a,3px 0 12px #00000005}.context-panel-module__EHgheW__body{flex-direction:column;flex:1;min-height:0;padding-top:0;padding-bottom:0;display:flex}.context-panel-module__EHgheW__footerSlot{border-top:1px solid var(--border-subtle);padding-bottom:var(--space-6);flex-shrink:0}.context-panel-module__EHgheW__collapseBtn{bottom:var(--space-3);right:var(--space-2);z-index:2;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-secondary);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute}.context-panel-module__EHgheW__collapseBtn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-default)}.context-panel-module__EHgheW__collapseBtn:focus-visible{outline:2px solid var(--ring-color);outline-offset:2px}.context-panel-module__EHgheW__collapsedRail{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);flex-shrink:0;align-items:stretch;width:24px;display:flex}.context-panel-module__EHgheW__collapsedHandle{justify-content:flex-start;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) 0;color:var(--text-tertiary);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);background:0 0;border:none;flex-direction:column;display:flex}.context-panel-module__EHgheW__collapsedHandle:hover{background:var(--bg-tertiary);color:var(--text-primary)}.context-panel-module__EHgheW__collapsedHandle:focus-visible{outline:2px solid var(--ring-color);outline-offset:-2px}.context-panel-module__EHgheW__collapsedChevron{flex-shrink:0}.context-panel-module__EHgheW__collapsedTitle{writing-mode:vertical-rl;font-size:.625rem;font-weight:var(--weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:inherit;white-space:nowrap;transform:rotate(180deg)}
.avatar-configurator-module__vdLnNW__root{gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-secondary);grid-template-columns:1fr;display:grid}@media (min-width:720px){.avatar-configurator-module__vdLnNW__root{grid-template-columns:minmax(180px,200px) 1fr}}.avatar-configurator-module__vdLnNW__previewCol{gap:var(--space-3);flex-direction:column;align-items:stretch;display:flex}.avatar-configurator-module__vdLnNW__previewFrame{padding:var(--space-3);border-radius:var(--radius-md);background:radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 55%), var(--bg-tertiary);justify-content:center;align-items:center;display:flex}.avatar-configurator-module__vdLnNW__previewActions{gap:var(--space-2);grid-template-columns:1fr;display:grid}.avatar-configurator-module__vdLnNW__seedField{flex-direction:column;gap:4px;display:flex}.avatar-configurator-module__vdLnNW__seedFieldLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;font-weight:var(--weight-semibold);color:var(--text-tertiary)}.avatar-configurator-module__vdLnNW__seedRow{gap:var(--space-1);grid-template-columns:1fr auto;display:grid}.avatar-configurator-module__vdLnNW__pickerCol{flex-direction:column;min-width:0;display:flex}.avatar-configurator-module__vdLnNW__tabRow{gap:var(--space-1);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.avatar-configurator-module__vdLnNW__tab{padding:6px var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out);background:0 0;border:1px solid #0000}.avatar-configurator-module__vdLnNW__tab:hover:not(:disabled){color:var(--text-primary);background:var(--bg-primary)}.avatar-configurator-module__vdLnNW__tabActive{color:var(--text-primary);background:var(--bg-primary);border-color:var(--border-default)}.avatar-configurator-module__vdLnNW__tab:disabled{opacity:.45;cursor:not-allowed}.avatar-configurator-module__vdLnNW__section{gap:var(--space-3);flex-direction:column;display:flex}.avatar-configurator-module__vdLnNW__sectionHead{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.avatar-configurator-module__vdLnNW__sectionTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);margin:0}.avatar-configurator-module__vdLnNW__sectionHint{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--leading-relaxed);max-width:56ch;margin:0}.avatar-configurator-module__vdLnNW__field{gap:var(--space-1);flex-direction:column;display:flex}.avatar-configurator-module__vdLnNW__fieldLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.06em;font-weight:var(--weight-semibold);color:var(--text-tertiary)}.avatar-configurator-module__vdLnNW__variantGrid{gap:var(--space-2);max-height:240px;padding:var(--space-1);border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid var(--border-subtle);grid-template-columns:repeat(auto-fill,minmax(56px,1fr));display:grid;overflow-y:auto}.avatar-configurator-module__vdLnNW__variantTile{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-secondary);cursor:pointer;width:100%;transition:transform var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative;overflow:hidden}.avatar-configurator-module__vdLnNW__variantTile img{pointer-events:none;width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.avatar-configurator-module__vdLnNW__variantTile:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 60%, var(--border-default));transform:translateY(-1px)}.avatar-configurator-module__vdLnNW__variantTile:focus-visible{box-shadow:0 0 0 2px var(--bg-primary), 0 0 0 4px var(--accent);outline:none}.avatar-configurator-module__vdLnNW__variantTileActive{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 35%, transparent)}.avatar-configurator-module__vdLnNW__variantTile:disabled{opacity:.5;cursor:not-allowed}.avatar-configurator-module__vdLnNW__swatchRow{gap:var(--space-1);flex-wrap:wrap;display:flex}.avatar-configurator-module__vdLnNW__swatch{border-radius:var(--radius-full);border:2px solid var(--bg-secondary);outline:1px solid var(--border-subtle);cursor:pointer;width:24px;height:24px;color:var(--text-tertiary);transition:transform var(--motion-fast) var(--ease-out), outline-color var(--motion-fast) var(--ease-out);justify-content:center;align-items:center;padding:0;display:inline-flex}.avatar-configurator-module__vdLnNW__swatch:hover:not(:disabled){outline-color:var(--border-default);transform:scale(1.06)}.avatar-configurator-module__vdLnNW__swatch:focus-visible,.avatar-configurator-module__vdLnNW__swatchActive{outline:2px solid var(--accent);outline-offset:1px}.avatar-configurator-module__vdLnNW__swatchAuto{background:repeating-linear-gradient(45deg, color-mix(in srgb, var(--text-tertiary) 30%, transparent) 0 4px, transparent 4px 8px), var(--bg-primary)}.avatar-configurator-module__vdLnNW__swatch:disabled{opacity:.4;cursor:not-allowed}.avatar-configurator-module__vdLnNW__visibilityRow{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);align-items:center;gap:0;padding:2px;display:inline-flex}.avatar-configurator-module__vdLnNW__visibilityChip{padding:4px var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--radius-full);color:var(--text-tertiary);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);background:0 0;border:none}.avatar-configurator-module__vdLnNW__visibilityChip:hover:not(:disabled):not(.avatar-configurator-module__vdLnNW__visibilityChipActive){color:var(--text-primary)}.avatar-configurator-module__vdLnNW__visibilityChipActive{color:var(--text-primary);background:var(--bg-secondary);box-shadow:0 1px 2px #00000014}.avatar-configurator-module__vdLnNW__visibilityChip:disabled{opacity:.5;cursor:not-allowed}.avatar-configurator-module__vdLnNW__bgRow{gap:var(--space-2);flex-direction:column;display:flex}.avatar-configurator-module__vdLnNW__fillRow{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);align-self:flex-start;gap:4px;padding:2px;display:inline-flex}.avatar-configurator-module__vdLnNW__toggleSwitch{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-secondary);-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-flex}.avatar-configurator-module__vdLnNW__toggleSwitch input{appearance:none;border-radius:var(--radius-full);background:var(--bg-primary);border:1px solid var(--border-subtle);cursor:pointer;width:32px;height:18px;transition:background var(--motion-fast) var(--ease-out);position:relative}.avatar-configurator-module__vdLnNW__toggleSwitch input:after{content:"";border-radius:var(--radius-full);background:var(--text-tertiary);width:14px;height:14px;transition:transform var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);position:absolute;top:1px;left:1px}.avatar-configurator-module__vdLnNW__toggleSwitch input:checked{background:color-mix(in srgb, var(--accent) 24%, transparent);border-color:var(--accent)}.avatar-configurator-module__vdLnNW__toggleSwitch input:checked:after{background:var(--accent);transform:translate(14px)}
.session-list-table-module__SDGSeW__colSelect{white-space:nowrap;width:1%;padding-right:0}.session-list-table-module__SDGSeW__selectedRow{background:color-mix(in srgb, var(--accent) 7%, transparent)}.session-list-table-module__SDGSeW__selectedRow:hover{background:color-mix(in srgb, var(--accent) 10%, transparent)}.session-list-table-module__SDGSeW__selectedCard{border-color:color-mix(in srgb, var(--accent) 40%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 25%, transparent)}.session-list-table-module__SDGSeW__cardTitleRow{align-items:center;gap:var(--space-2);min-width:0;display:flex}.session-list-table-module__SDGSeW__sortBtn{align-items:center;gap:var(--space-1);color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;transition:color var(--motion-fast) var(--ease-out);background:0 0;border:none;padding:0;display:inline-flex}.session-list-table-module__SDGSeW__sortBtn:hover{color:var(--text-secondary)}.session-list-table-module__SDGSeW__sortBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 40%, transparent);outline-offset:3px;border-radius:var(--radius-sm)}.session-list-table-module__SDGSeW__sortBtnActive{color:var(--accent)}.session-list-table-module__SDGSeW__titleCell{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.session-list-table-module__SDGSeW__titleRow{align-items:center;gap:var(--space-2);min-width:0;display:flex}.session-list-table-module__SDGSeW__titleLink{-webkit-line-clamp:1;min-width:0;font-weight:var(--weight-medium);color:var(--text-primary);transition:color var(--motion-fast) var(--ease-out);-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.session-list-table-module__SDGSeW__titleLink:hover{color:var(--accent)}.session-list-table-module__SDGSeW__titleLink:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 40%, transparent);outline-offset:2px;border-radius:var(--radius-sm)}.session-list-table-module__SDGSeW__favBadge{flex-shrink:0}.session-list-table-module__SDGSeW__agentBadge{align-self:flex-start}.session-list-table-module__SDGSeW__colActions{white-space:nowrap;text-align:right;width:1%}.session-list-table-module__SDGSeW__openLink{height:26px;padding:0 var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);background:0 0;align-items:center;text-decoration:none;display:inline-flex}.session-list-table-module__SDGSeW__openLink:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb, var(--accent) 6%, transparent)}.session-list-table-module__SDGSeW__openLink:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 40%, transparent);outline-offset:2px}.session-list-table-module__SDGSeW__emptyCell{text-align:center;padding:var(--space-10) var(--space-6);color:var(--text-tertiary);font-size:var(--text-sm)}.session-list-table-module__SDGSeW__cardList{gap:var(--space-3);flex-direction:column;display:flex}.session-list-table-module__SDGSeW__card{gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}.session-list-table-module__SDGSeW__cardTop{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.session-list-table-module__SDGSeW__cardTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);line-height:var(--leading-tight);transition:color var(--motion-fast) var(--ease-out);text-decoration:none}.session-list-table-module__SDGSeW__cardTitle:hover{color:var(--accent)}.session-list-table-module__SDGSeW__cardMeta{gap:var(--space-2);flex-wrap:wrap;display:flex}.session-list-table-module__SDGSeW__cardStats{gap:var(--space-3);flex-wrap:wrap;display:flex}.session-list-table-module__SDGSeW__cardStat{font-size:var(--text-xs);color:var(--text-secondary)}.session-list-table-module__SDGSeW__cardActions{gap:var(--space-2);align-items:center;display:flex}.session-list-table-module__SDGSeW__openLinkFull{flex:1;justify-content:center}.session-list-table-module__SDGSeW__emptyCard{padding:var(--space-8) var(--space-6);text-align:center}.session-list-table-module__SDGSeW__emptyText{color:var(--text-tertiary);font-size:var(--text-sm);margin:0}
.flow-call-summary-module__G_7Yta__card{gap:var(--space-2);padding:var(--space-3);flex-direction:column;display:flex}.flow-call-summary-module__G_7Yta__head{justify-content:space-between;align-items:center;display:flex}.flow-call-summary-module__G_7Yta__title{align-items:center;gap:var(--space-2);color:var(--text-secondary);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;display:inline-flex}.flow-call-summary-module__G_7Yta__total{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary)}.flow-call-summary-module__G_7Yta__bar{background:var(--bg-tertiary);border-radius:var(--radius-sm);width:100%;height:8px;display:flex;overflow:hidden}.flow-call-summary-module__G_7Yta__barSeg{height:100%}.flow-call-summary-module__G_7Yta__barSeg[data-group=pay]{background:var(--success)}.flow-call-summary-module__G_7Yta__barSeg[data-group=courier]{background:var(--accent)}.flow-call-summary-module__G_7Yta__barSeg[data-group=recall]{background:var(--warning)}.flow-call-summary-module__G_7Yta__barSeg[data-group=exclude]{background:var(--error)}.flow-call-summary-module__G_7Yta__barSeg[data-group=unreached],.flow-call-summary-module__G_7Yta__barSeg[data-group=other]{background:var(--text-tertiary)}.flow-call-summary-module__G_7Yta__groupCards{border:1px solid var(--border-subtle);background:var(--bg-secondary);grid-template-columns:repeat(6,minmax(0,1fr));gap:0;display:grid}.flow-call-summary-module__G_7Yta__groupCard{align-items:center;gap:var(--space-2);min-width:0;padding:var(--space-2) var(--space-3);border:0;border-right:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;transition:color var(--motion-fast) var(--ease-out), background-color var(--motion-fast) var(--ease-out);text-align:left;background:0 0;display:flex}.flow-call-summary-module__G_7Yta__groupCard:last-child{border-right:0}.flow-call-summary-module__G_7Yta__groupCard:hover{background:var(--bg-tertiary)}.flow-call-summary-module__G_7Yta__groupCard:focus-visible{outline:1px solid var(--accent);outline-offset:-1px}.flow-call-summary-module__G_7Yta__groupAccent{inline-size:var(--space-1);background:var(--border-default);flex-shrink:0;block-size:28px}.flow-call-summary-module__G_7Yta__groupCard[data-group=pay] .flow-call-summary-module__G_7Yta__groupAccent{background:var(--success)}.flow-call-summary-module__G_7Yta__groupCard[data-group=courier] .flow-call-summary-module__G_7Yta__groupAccent{background:var(--accent)}.flow-call-summary-module__G_7Yta__groupCard[data-group=recall] .flow-call-summary-module__G_7Yta__groupAccent{background:var(--warning)}.flow-call-summary-module__G_7Yta__groupCard[data-group=exclude] .flow-call-summary-module__G_7Yta__groupAccent{background:var(--error)}.flow-call-summary-module__G_7Yta__groupCard[data-group=unreached] .flow-call-summary-module__G_7Yta__groupAccent,.flow-call-summary-module__G_7Yta__groupCard[data-group=other] .flow-call-summary-module__G_7Yta__groupAccent{background:var(--text-tertiary)}.flow-call-summary-module__G_7Yta__groupMain{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.flow-call-summary-module__G_7Yta__groupCount{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;line-height:var(--leading-tight)}.flow-call-summary-module__G_7Yta__groupLabel{font-size:var(--text-xs);color:var(--text-secondary);line-height:var(--leading-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flow-call-summary-module__G_7Yta__groupShare{color:var(--text-tertiary);font-family:var(--font-mono);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;flex-shrink:0}@media (max-width:1100px){.flow-call-summary-module__G_7Yta__groupCards{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-call-summary-module__G_7Yta__groupCard:nth-child(3n){border-right:0}}@media (max-width:719px){.flow-call-summary-module__G_7Yta__groupCards{grid-template-columns:1fr}.flow-call-summary-module__G_7Yta__groupCard,.flow-call-summary-module__G_7Yta__groupCard:nth-child(3n){border-right:0;border-bottom:1px solid var(--border-subtle)}.flow-call-summary-module__G_7Yta__groupCard:last-child{border-bottom:0}}
.flow-versions-module__8PizIG__sidebar{flex-direction:column;height:100%;min-height:0;display:flex}.flow-versions-module__8PizIG__header{justify-content:space-between;align-items:flex-start;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-default);display:flex}.flow-versions-module__8PizIG__headerTitle{flex-direction:column;gap:2px;min-width:0;display:flex}.flow-versions-module__8PizIG__headerLabel{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.flow-versions-module__8PizIG__headerSubtitle{font-size:var(--text-2xs);color:var(--text-secondary);line-height:1.45}.flow-versions-module__8PizIG__headerTime{color:var(--text-tertiary)}.flow-versions-module__8PizIG__headerClose{appearance:none;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-xs);transition:background-color var(--motion-fast), color var(--motion-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.flow-versions-module__8PizIG__headerClose:hover{background:var(--surface-elevated);color:var(--text-primary)}.flow-versions-module__8PizIG__tabs{padding:0 var(--space-4);border-bottom:1px solid var(--border-default);gap:2px;display:flex}.flow-versions-module__8PizIG__tab{appearance:none;font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;transition:color var(--motion-fast), border-color var(--motion-fast);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 12px;display:inline-flex}.flow-versions-module__8PizIG__tab:hover{color:var(--text-primary)}.flow-versions-module__8PizIG__tabActive{color:var(--text-primary);border-bottom-color:var(--accent)}.flow-versions-module__8PizIG__tabBadge{color:var(--accent);font-size:14px;line-height:1}.flow-versions-module__8PizIG__body{min-height:0;padding:var(--space-4);gap:var(--space-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.flow-versions-module__8PizIG__publishForm{gap:var(--space-3);flex-direction:column;display:flex}.flow-versions-module__8PizIG__publishIntro{font-size:var(--text-xs);color:var(--text-secondary);margin:0;line-height:1.55}.flow-versions-module__8PizIG__publishIntro b{color:var(--text-primary);font-weight:var(--weight-semibold)}.flow-versions-module__8PizIG__banner{border-radius:var(--radius-sm);border:1px solid var(--border-default);padding:10px 12px;font-size:12px;line-height:1.45}.flow-versions-module__8PizIG__bannerWarn{border-color:var(--accent-border,var(--border-default));background:var(--accent-soft,var(--bg-tertiary));color:var(--accent-strong,var(--text-primary))}.flow-versions-module__8PizIG__bannerOk{background:var(--bg-tertiary);color:var(--text-secondary)}.flow-versions-module__8PizIG__bannerError{border-color:color-mix(in srgb, var(--error) 40%, transparent);background:var(--error-muted);color:var(--error)}[data-theme=dark] .flow-versions-module__8PizIG__bannerError{border-color:color-mix(in srgb, var(--error) 50%, transparent);background:color-mix(in srgb, var(--error) 10%, transparent);color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__bannerInteractive{text-align:left;cursor:pointer;transition:filter var(--motion-base) var(--ease-out);align-items:center;gap:8px;width:100%;font-family:inherit;display:flex}.flow-versions-module__8PizIG__bannerInteractive:hover{filter:brightness(1.05)}.flow-versions-module__8PizIG__bannerCta{white-space:nowrap;font-weight:var(--weight-semibold);font-size:var(--text-2xs);opacity:.9;margin-left:auto}.flow-versions-module__8PizIG__error{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--error) 40%, transparent);background:var(--error-muted);color:var(--error);padding:10px 12px;font-size:12px;line-height:1.4}[data-theme=dark] .flow-versions-module__8PizIG__error{border-color:color-mix(in srgb, var(--error) 50%, transparent);background:color-mix(in srgb, var(--error) 10%, transparent);color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__success{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--success) 40%, transparent);background:var(--success-muted);color:var(--success);font-size:12px;font-weight:var(--weight-medium);animation:flow-versions-module__8PizIG__fadeIn var(--motion-base) var(--ease-out);align-items:center;gap:6px;padding:8px 12px;display:inline-flex}[data-theme=dark] .flow-versions-module__8PizIG__success{border-color:color-mix(in srgb, var(--success) 50%, transparent);background:color-mix(in srgb, var(--success) 10%, transparent);color:color-mix(in srgb, var(--success) 85%, white 15%)}@keyframes flow-versions-module__8PizIG__fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.flow-versions-module__8PizIG__publishActions{justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-1);display:flex}.flow-versions-module__8PizIG__loading{padding:var(--space-6) var(--space-3);text-align:center;color:var(--text-secondary);font-size:13px}.flow-versions-module__8PizIG__empty{padding:var(--space-6) var(--space-3);text-align:center;color:var(--text-secondary);align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.flow-versions-module__8PizIG__empty svg{opacity:.4}.flow-versions-module__8PizIG__emptyTitle{font-size:13px;font-weight:var(--weight-medium);color:var(--text-primary);margin:0}.flow-versions-module__8PizIG__emptyHint{max-width:280px;margin:0;font-size:12px;line-height:1.5}.flow-versions-module__8PizIG__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.flow-versions-module__8PizIG__item{padding:var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-secondary);transition:border-color var(--motion-fast), background var(--motion-fast);flex-direction:column;gap:6px;display:flex}.flow-versions-module__8PizIG__item:hover{border-color:var(--border-strong,var(--border-default))}.flow-versions-module__8PizIG__itemCurrent{border-color:var(--accent-border,var(--accent));background:var(--accent-soft,var(--bg-tertiary))}.flow-versions-module__8PizIG__itemHeader{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.flow-versions-module__8PizIG__itemTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);align-items:center;gap:6px;display:inline-flex}.flow-versions-module__8PizIG__itemVersion{font-family:var(--font-mono,monospace);letter-spacing:.02em}.flow-versions-module__8PizIG__itemBadge{font-size:var(--text-2xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-full);background:var(--accent);color:var(--accent-contrast,#fff);align-items:center;gap:3px;padding:2px 6px;display:inline-flex}.flow-versions-module__8PizIG__itemTime{font-size:var(--text-2xs);color:var(--text-tertiary);white-space:nowrap}.flow-versions-module__8PizIG__itemMeta{font-size:var(--text-2xs);color:var(--text-secondary)}.flow-versions-module__8PizIG__itemNote{border-radius:var(--radius-xs);background:var(--bg-tertiary);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0;padding:8px 10px;font-size:12px;line-height:1.45}.flow-versions-module__8PizIG__itemActions{justify-content:flex-end;align-items:center;gap:6px;padding-top:2px;display:flex}.flow-versions-module__8PizIG__diffTitle{align-items:center;gap:6px;display:inline-flex}.flow-versions-module__8PizIG__diffTitle b{font-family:var(--font-mono,monospace);color:var(--accent);font-weight:var(--weight-semibold)}.flow-versions-module__8PizIG__diffContent{gap:var(--space-4);flex-direction:column;display:flex}.flow-versions-module__8PizIG__diffStats{gap:var(--space-2);flex-wrap:wrap;display:flex}.flow-versions-module__8PizIG__statPill{border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-secondary);flex-direction:column;align-items:flex-start;gap:2px;min-width:80px;padding:8px 12px;display:inline-flex}.flow-versions-module__8PizIG__statPillValue{font-size:18px;font-weight:var(--weight-semibold);font-family:var(--font-mono,monospace);color:var(--text-primary);line-height:1}.flow-versions-module__8PizIG__statPillLabel{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.flow-versions-module__8PizIG__statPill_added{border-color:color-mix(in srgb, var(--success) 40%, transparent);background:var(--success-muted)}.flow-versions-module__8PizIG__statPill_added .flow-versions-module__8PizIG__statPillValue{color:var(--success)}[data-theme=dark] .flow-versions-module__8PizIG__statPill_added{border-color:color-mix(in srgb, var(--success) 50%, transparent);background:color-mix(in srgb, var(--success) 10%, transparent)}[data-theme=dark] .flow-versions-module__8PizIG__statPill_added .flow-versions-module__8PizIG__statPillValue{color:color-mix(in srgb, var(--success) 85%, white 15%)}.flow-versions-module__8PizIG__statPill_removed{border-color:color-mix(in srgb, var(--error) 40%, transparent);background:var(--error-muted)}.flow-versions-module__8PizIG__statPill_removed .flow-versions-module__8PizIG__statPillValue{color:var(--error)}[data-theme=dark] .flow-versions-module__8PizIG__statPill_removed{border-color:color-mix(in srgb, var(--error) 50%, transparent);background:color-mix(in srgb, var(--error) 10%, transparent)}[data-theme=dark] .flow-versions-module__8PizIG__statPill_removed .flow-versions-module__8PizIG__statPillValue{color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__statPill_modified{border-color:var(--accent);background:var(--accent-soft,var(--bg-tertiary))}.flow-versions-module__8PizIG__statPill_modified .flow-versions-module__8PizIG__statPillValue{color:var(--accent)}.flow-versions-module__8PizIG__statPill_muted{opacity:.7}.flow-versions-module__8PizIG__diffSection{gap:var(--space-2);flex-direction:column;display:flex}.flow-versions-module__8PizIG__diffSectionTitle{font-size:13px;font-weight:var(--weight-semibold);color:var(--text-primary);align-items:center;gap:6px;margin:0;display:inline-flex}.flow-versions-module__8PizIG__diffItemList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.flow-versions-module__8PizIG__diffItemAdded,.flow-versions-module__8PizIG__diffItemRemoved,.flow-versions-module__8PizIG__diffItemModified{border-radius:var(--radius-xs);border:1px solid var(--border-default);flex-direction:column;gap:6px;padding:8px 10px;display:flex}.flow-versions-module__8PizIG__diffItemAdded{border-left:3px solid var(--success);background:var(--success-muted)}[data-theme=dark] .flow-versions-module__8PizIG__diffItemAdded{background:color-mix(in srgb, var(--success) 8%, transparent)}.flow-versions-module__8PizIG__diffItemRemoved{border-left:3px solid var(--error);background:var(--error-muted)}[data-theme=dark] .flow-versions-module__8PizIG__diffItemRemoved{background:color-mix(in srgb, var(--error) 8%, transparent)}.flow-versions-module__8PizIG__diffItemModified{border-left:3px solid var(--accent);background:var(--bg-secondary)}.flow-versions-module__8PizIG__diffItemHead{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.flow-versions-module__8PizIG__diffItemType{font-family:var(--font-mono,monospace);font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-xs);background:var(--bg-tertiary);color:var(--text-secondary);padding:2px 6px}.flow-versions-module__8PizIG__diffItemLabel{font-size:13px;font-weight:var(--weight-medium);color:var(--text-primary);align-items:center;gap:4px;display:inline-flex}.flow-versions-module__8PizIG__diffBadge{font-size:var(--text-2xs);border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-tertiary);padding:2px 6px}.flow-versions-module__8PizIG__strike{color:var(--text-tertiary);text-decoration:line-through}.flow-versions-module__8PizIG__diffConfigList{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.flow-versions-module__8PizIG__diffConfigItem{gap:8px;font-size:12px;line-height:1.45;display:flex}.flow-versions-module__8PizIG__diffConfigKey{font-family:var(--font-mono,monospace);color:var(--text-secondary);flex-shrink:0;min-width:90px}.flow-versions-module__8PizIG__diffConfigKindAdded{color:var(--success);font-family:var(--font-mono,monospace);word-break:break-word}[data-theme=dark] .flow-versions-module__8PizIG__diffConfigKindAdded{color:color-mix(in srgb, var(--success) 85%, white 15%)}.flow-versions-module__8PizIG__diffConfigKindRemoved{color:var(--error);font-family:var(--font-mono,monospace);word-break:break-word}[data-theme=dark] .flow-versions-module__8PizIG__diffConfigKindRemoved{color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__diffConfigKindChanged{color:var(--text-primary);font-family:var(--font-mono,monospace);word-break:break-word;flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.flow-versions-module__8PizIG__diffMetaList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.flow-versions-module__8PizIG__diffMetaItem{align-items:center;gap:var(--space-2);border-radius:var(--radius-xs);border:1px solid var(--border-default);background:var(--bg-secondary);padding:6px 8px;font-size:12px;display:flex}.flow-versions-module__8PizIG__diffMetaKey{min-width:110px;font-weight:var(--weight-medium);color:var(--text-secondary);flex-shrink:0}.flow-versions-module__8PizIG__diffMetaValues{flex-wrap:wrap;flex:1;align-items:center;gap:6px;display:inline-flex}.flow-versions-module__8PizIG__valueAdded,.flow-versions-module__8PizIG__valueRemoved{font-family:var(--font-mono,monospace);font-size:var(--text-2xs);border-radius:var(--radius-xs);word-break:break-word;padding:2px 5px}.flow-versions-module__8PizIG__valueAdded{background:var(--success-muted);color:var(--success)}[data-theme=dark] .flow-versions-module__8PizIG__valueAdded{background:color-mix(in srgb, var(--success) 10%, transparent);color:color-mix(in srgb, var(--success) 85%, white 15%)}.flow-versions-module__8PizIG__valueRemoved{background:var(--error-muted);color:var(--error);text-decoration:line-through}[data-theme=dark] .flow-versions-module__8PizIG__valueRemoved{background:color-mix(in srgb, var(--error) 10%, transparent);color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__diffEdgeCounts{gap:var(--space-2);align-items:center;font-size:12px;display:flex}.flow-versions-module__8PizIG__diffEdgeAdded{color:var(--success);font-weight:var(--weight-medium)}[data-theme=dark] .flow-versions-module__8PizIG__diffEdgeAdded{color:color-mix(in srgb, var(--success) 85%, white 15%)}.flow-versions-module__8PizIG__diffEdgeRemoved{color:var(--error);font-weight:var(--weight-medium)}[data-theme=dark] .flow-versions-module__8PizIG__diffEdgeRemoved{color:color-mix(in srgb, var(--error) 80%, white 20%)}.flow-versions-module__8PizIG__diffEdgeModified{color:var(--accent);font-weight:var(--weight-medium)}.flow-versions-module__8PizIG__diffMuted{color:var(--text-tertiary)}
.manage-api-keys-module__Ka7uUa__root{gap:var(--space-4);flex-direction:column;display:flex}.manage-api-keys-module__Ka7uUa__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}.manage-api-keys-module__Ka7uUa__tenantSelect{min-width:160px;font-size:var(--text-sm)}.manage-api-keys-module__Ka7uUa__empty{font-size:var(--text-sm);color:var(--text-secondary);padding:var(--space-2) 0}.manage-api-keys-module__Ka7uUa__list{gap:var(--space-2);flex-direction:column;display:flex}.manage-api-keys-module__Ka7uUa__keyRow{align-items:flex-start;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-secondary);transition:border-color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out);display:flex}@media (max-width:480px){.manage-api-keys-module__Ka7uUa__keyRow{flex-direction:column;align-items:stretch}}.manage-api-keys-module__Ka7uUa__keyRow:hover{border-color:var(--border-default);background:var(--bg-tertiary)}.manage-api-keys-module__Ka7uUa__keyIcon{color:var(--text-tertiary);flex-shrink:0;margin-top:2px}.manage-api-keys-module__Ka7uUa__keyInfo{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.manage-api-keys-module__Ka7uUa__keyName{font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--text-primary)}.manage-api-keys-module__Ka7uUa__keyPrefix{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--text-secondary)}.manage-api-keys-module__Ka7uUa__keyPerms{gap:var(--space-1);flex-wrap:wrap;margin-top:2px;display:flex}.manage-api-keys-module__Ka7uUa__keyActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.manage-api-keys-module__Ka7uUa__pagination{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-secondary);flex-wrap:wrap;display:flex}.manage-api-keys-module__Ka7uUa__paginationMeta{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.manage-api-keys-module__Ka7uUa__paginationActions{align-items:center;gap:var(--space-2);display:flex}.manage-api-keys-module__Ka7uUa__pageIndicator{font-size:var(--text-sm);color:var(--text-secondary);font-variant-numeric:tabular-nums;text-align:center;min-width:4rem}.manage-api-keys-module__Ka7uUa__dialogForm{gap:var(--space-4);flex-direction:column;display:flex}.manage-api-keys-module__Ka7uUa__keyReveal{align-items:center;gap:var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);display:flex}.manage-api-keys-module__Ka7uUa__keyCode{font-size:var(--text-xs);font-family:var(--font-mono);word-break:break-all;color:var(--text-primary);flex:1}.manage-api-keys-module__Ka7uUa__field{gap:var(--space-2);flex-direction:column;display:flex}.manage-api-keys-module__Ka7uUa__fieldLabel{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.manage-api-keys-module__Ka7uUa__permList{gap:var(--space-2);flex-direction:column;display:flex}.manage-api-keys-module__Ka7uUa__permCheck{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;display:flex}.manage-api-keys-module__Ka7uUa__error{font-size:var(--text-sm);color:var(--error);margin:0}
.mcp-table-module__ZW39ca__checkboxCol{width:1%;padding-right:0}.mcp-table-module__ZW39ca__checkboxCol input{cursor:pointer;width:14px;height:14px}.mcp-table-module__ZW39ca__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mcp-table-module__ZW39ca__groupRow th{background:color-mix(in srgb, var(--text-primary) 3%, transparent);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);text-align:left;white-space:normal;padding:10px 12px 6px}.mcp-table-module__ZW39ca__groupTitle{font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);font-weight:700;display:block}.mcp-table-module__ZW39ca__groupHint{font-size:var(--text-2xs);letter-spacing:0;text-transform:none;color:var(--text-tertiary);margin-top:2px;font-weight:400;display:block}.mcp-table-module__ZW39ca__nameCell{align-items:center;gap:var(--space-2);min-width:240px;display:flex}.mcp-table-module__ZW39ca__dragHandle{border-radius:var(--radius-sm);width:14px;height:22px;color:var(--text-tertiary);cursor:grab;place-items:center;display:grid}.mcp-table-module__ZW39ca__dragHandle:hover{background:color-mix(in srgb, var(--text-primary) 6%, transparent);color:var(--text-secondary)}.mcp-table-module__ZW39ca__dragHandle:active{cursor:grabbing}.mcp-table-module__ZW39ca__dragPlaceholder{width:14px;height:22px}.mcp-table-module__ZW39ca__logo{--accent:#5b8def;border-radius:var(--radius-md);background:color-mix(in srgb, var(--accent) 14%, transparent);width:26px;height:26px;color:var(--accent);font-weight:600;font-size:var(--text-2xs);letter-spacing:.04em;flex:none;place-items:center;display:grid;overflow:hidden}.mcp-table-module__ZW39ca__logo img{width:100%;height:100%;display:block}.mcp-table-module__ZW39ca__nameMain{flex-direction:column;gap:1px;min-width:0;display:flex}.mcp-table-module__ZW39ca__nameTitle{font-size:var(--text-sm);align-items:center;gap:6px;margin:0;font-weight:600;display:inline-flex}.mcp-table-module__ZW39ca__nameSub{font-size:var(--text-2xs);color:var(--text-tertiary);white-space:normal;max-width:38ch;margin:0;line-height:1.35}.mcp-table-module__ZW39ca__nameMeta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:6px;margin:3px 0 0;font-size:10.5px;line-height:1.2;display:inline-flex}.mcp-table-module__ZW39ca__metaBadge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--text-primary) 6%, transparent);color:var(--text-secondary);font-size:var(--text-2xs);letter-spacing:.02em;white-space:nowrap;align-items:center;padding:1px 6px;font-weight:600;display:inline-flex}.mcp-table-module__ZW39ca__metaItem{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.mcp-table-module__ZW39ca__metaLink{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:3px;text-decoration:none;display:inline-flex}.mcp-table-module__ZW39ca__metaLink:hover{color:var(--text-primary);text-decoration:underline}.mcp-table-module__ZW39ca__statusCell{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.mcp-table-module__ZW39ca__statsCell{font-size:var(--text-2xs);align-items:center;gap:8px;display:inline-flex}.mcp-table-module__ZW39ca__agentsBtn{font:inherit;font-size:var(--text-2xs);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;align-items:center;gap:4px;padding:2px 6px;display:inline-flex}.mcp-table-module__ZW39ca__agentsBtn:hover{background:color-mix(in srgb, var(--text-primary) 6%, transparent);color:var(--text-primary)}.mcp-table-module__ZW39ca__iconLink{border-radius:var(--radius-md);width:26px;height:26px;color:var(--text-secondary);place-items:center;text-decoration:none;display:inline-grid}.mcp-table-module__ZW39ca__iconLink:hover{background:color-mix(in srgb, var(--text-primary) 6%, transparent);color:var(--text-primary)}.mcp-table-module__ZW39ca__expansionRow td{background:color-mix(in srgb, var(--text-primary) 2%, transparent);white-space:normal}.mcp-table-module__ZW39ca__errorText{color:var(--danger-11,#b91c1c);font-size:12px}.mcp-table-module__ZW39ca__agentsList,.mcp-table-module__ZW39ca__toolsList{flex-direction:column;gap:4px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.mcp-table-module__ZW39ca__agentsList li,.mcp-table-module__ZW39ca__toolsList li{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.mcp-table-module__ZW39ca__agentLink{color:var(--text-primary);font-weight:600;text-decoration:none}.mcp-table-module__ZW39ca__agentLink:hover{color:var(--accent);text-decoration:underline}.mcp-table-module__ZW39ca__toolName{border-radius:var(--radius-sm);background:var(--bg-elevated,#fff);border:1px solid var(--border-subtle);font-size:var(--text-2xs);padding:2px 6px}.mcp-table-module__ZW39ca__emptyCell{text-align:center;color:var(--text-tertiary);padding:var(--space-5);white-space:normal}.mcp-table-module__ZW39ca__emptyShell{align-items:center;gap:var(--space-3);padding:var(--space-6) var(--space-4);border:1px dashed var(--border-subtle);border-radius:var(--radius-lg);color:var(--text-tertiary);font-size:var(--text-sm);flex-direction:column;display:flex}.mcp-table-module__ZW39ca__row[data-selected=true]{background:color-mix(in srgb, var(--accent) 6%, transparent)}.mcp-table-module__ZW39ca__row[data-drag-over=true]{outline:2px solid var(--accent);outline-offset:-2px}.mcp-table-module__ZW39ca__roadmapRow{opacity:.85;background:color-mix(in srgb, var(--text-primary) 1.5%, transparent)}.mcp-table-module__ZW39ca__roadmapRow:hover{opacity:1}.mcp-table-module__ZW39ca__roadmapRow td{border-left:1px dashed #0000}.mcp-table-module__ZW39ca__roadmapRow td:first-of-type{border-left-color:color-mix(in srgb, var(--text-tertiary) 35%, transparent)}
.system-health-panel-module__qzpfLW__panel{gap:var(--space-3);flex-direction:column;display:flex}.system-health-panel-module__qzpfLW__sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin:0;display:none}.system-health-panel-module__qzpfLW__grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (min-width:768px){.system-health-panel-module__qzpfLW__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.system-health-panel-module__qzpfLW__card{gap:var(--space-1);border-radius:var(--radius-md);background:var(--bg-tertiary);padding:var(--space-2) var(--space-3);flex-direction:column;display:flex;position:relative;overflow:hidden}.system-health-panel-module__qzpfLW__card:before{display:none}.system-health-panel-module__qzpfLW__cardLabel{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);letter-spacing:.02em}.system-health-panel-module__qzpfLW__cardValueRow{align-items:baseline;gap:4px;display:flex}.system-health-panel-module__qzpfLW__cardValue{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);font-variant-numeric:tabular-nums;line-height:1}.system-health-panel-module__qzpfLW__cardUnit{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-tertiary)}.system-health-panel-module__qzpfLW__cardSub{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums;line-height:var(--leading-normal)}.system-health-panel-module__qzpfLW__timelineWrap{border-radius:var(--radius-md);background:var(--bg-tertiary);padding:var(--space-3);gap:var(--space-2);flex-direction:column;display:flex}.system-health-panel-module__qzpfLW__timelineHeader{justify-content:space-between;align-items:center;display:flex}.system-health-panel-module__qzpfLW__timelineTitle{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin:0}.system-health-panel-module__qzpfLW__timelineStat{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.system-health-panel-module__qzpfLW__timelineBars{align-items:flex-end;gap:2px;height:48px;display:flex}.system-health-panel-module__qzpfLW__timelineBar{border-radius:var(--radius-xs) var(--radius-xs) 0 0;opacity:.7;flex:1;min-width:2px;max-width:6px;transition:height .25s}.system-health-panel-module__qzpfLW__timelineBar:hover{opacity:1}.system-health-panel-module__qzpfLW__loading{font-size:var(--text-sm);color:var(--text-tertiary);padding:var(--space-6);text-align:center}
