.CredentialDrawer-module__HVgGSW__drawer{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md,8px);overflow:hidden}.CredentialDrawer-module__HVgGSW__trigger{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;display:flex}.CredentialDrawer-module__HVgGSW__trigger:hover{background:var(--bg-hover)}.CredentialDrawer-module__HVgGSW__chevron{color:var(--text-secondary);flex-shrink:0;transition:transform .15s}.CredentialDrawer-module__HVgGSW__chevronOpen{transform:rotate(180deg)}.CredentialDrawer-module__HVgGSW__title{font-size:14px;font-weight:600}.CredentialDrawer-module__HVgGSW__spacer{flex:1}.CredentialDrawer-module__HVgGSW__count{color:var(--text-secondary);white-space:nowrap;font-size:11px}.CredentialDrawer-module__HVgGSW__chip{letter-spacing:.02em;white-space:nowrap;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.CredentialDrawer-module__HVgGSW__chipRequired{color:#f59e0b;background:#f59e0b26}.CredentialDrawer-module__HVgGSW__chipConditional{background:var(--status-info-bg);color:var(--status-info-text)}.CredentialDrawer-module__HVgGSW__chipOptional{background:var(--bg-hover);color:var(--text-secondary)}.CredentialDrawer-module__HVgGSW__summary{flex-wrap:wrap;gap:4px;padding:0 12px 10px 34px;display:flex}.CredentialDrawer-module__HVgGSW__pill{white-space:nowrap;border:1px solid #0000;border-radius:10px;align-items:center;gap:4px;padding:2px 7px;font-size:10px;font-weight:500;display:inline-flex}.CredentialDrawer-module__HVgGSW__pillSet{color:#4ade80;background:#22c55e1f;border-color:#22c55e4d}.CredentialDrawer-module__HVgGSW__pillMissing{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b4d}.CredentialDrawer-module__HVgGSW__pillIdle{border-color:var(--border-default);color:var(--text-secondary);background:0 0}.CredentialDrawer-module__HVgGSW__pillCount{opacity:.75;font-variant-numeric:tabular-nums}.CredentialDrawer-module__HVgGSW__panel{border-top:1px solid var(--border-default)}.CredentialDrawer-module__HVgGSW__intro{color:var(--text-secondary);margin:0;padding:9px 12px 0;font-size:11px;line-height:1.5}.CredentialDrawer-module__HVgGSW__cards{flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.CredentialDrawer-module__HVgGSW__card{border:1px solid var(--border-default);border-radius:6px;overflow:hidden}.CredentialDrawer-module__HVgGSW__cardGroup{border-color:var(--border-strong);border-left-width:3px}.CredentialDrawer-module__HVgGSW__cardHead{background:var(--bg-hover);border-bottom:1px solid var(--border-strong);align-items:center;gap:6px;padding:5px 10px;display:flex}.CredentialDrawer-module__HVgGSW__cardName{color:var(--text-primary);font-size:12px;font-weight:600}.CredentialDrawer-module__HVgGSW__row{grid-template-columns:minmax(200px,1fr) minmax(210px,1.15fr);align-items:stretch;display:grid}.CredentialDrawer-module__HVgGSW__row+.CredentialDrawer-module__HVgGSW__row{border-top:1px solid var(--border-subtle)}.CredentialDrawer-module__HVgGSW__rowLabel{flex-direction:column;gap:2px;min-width:0;padding:7px 10px;display:flex}.CredentialDrawer-module__HVgGSW__rowTop{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.CredentialDrawer-module__HVgGSW__rowName{color:var(--text-primary);font-size:12px;font-weight:500}.CredentialDrawer-module__HVgGSW__rowHint{color:var(--text-secondary);margin:0;font-size:10.5px;line-height:1.4}.CredentialDrawer-module__HVgGSW__rowLink{color:var(--accent-primary);white-space:nowrap}.CredentialDrawer-module__HVgGSW__rowValue{border-left:1px solid var(--border-subtle);align-items:center;min-width:0;padding:7px 10px;display:flex}.CredentialDrawer-module__HVgGSW__inputWrap{width:100%;position:relative}.CredentialDrawer-module__HVgGSW__inputWrap input{width:100%;padding-right:30px}.CredentialDrawer-module__HVgGSW__reveal{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.CredentialDrawer-module__HVgGSW__reveal:hover{color:var(--text-primary)}@media (max-width:720px){.CredentialDrawer-module__HVgGSW__row{grid-template-columns:1fr}.CredentialDrawer-module__HVgGSW__rowValue{border-left:none;padding-top:0}.CredentialDrawer-module__HVgGSW__summary{padding-left:12px}}
.Modal-module__rxdtia__overlay{z-index:1200;padding:var(--space-4);background:#0009;justify-content:center;align-items:center;animation:.15s ease-out Modal-module__rxdtia__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__rxdtia__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__rxdtia__modal{width:100%;max-width:576px;max-height:calc(100vh - var(--space-8));background:var(--drawer-bg);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;animation:.2s ease-out Modal-module__rxdtia__slideIn;display:flex;position:relative;overflow:hidden}@keyframes Modal-module__rxdtia__slideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Modal-module__rxdtia__modalSmall{max-width:320px}.Modal-module__rxdtia__modalLarge{max-width:768px}.Modal-module__rxdtia__modalFull{max-width:calc(100vw - var(--space-8));max-height:calc(100vh - var(--space-8))}.Modal-module__rxdtia__header{padding:var(--space-3)var(--space-4);background:var(--drawer-header-bg);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Modal-module__rxdtia__title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.Modal-module__rxdtia__closeButton{border:1px solid var(--border-default);border-radius:var(--radius-md);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.Modal-module__rxdtia__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.Modal-module__rxdtia__closeButton:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.Modal-module__rxdtia__body{min-height:0;padding:var(--space-4);flex:1;overflow-y:auto}.Modal-module__rxdtia__footer{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-top:1px solid var(--border-default);flex-shrink:0;display:flex}
.AlertModal-module__P0qkXW__message{font-size:var(--text-sm);color:var(--text-primary);white-space:pre-line;line-height:1.5}.AlertModal-module__P0qkXW__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);display:flex}.AlertModal-module__P0qkXW__btnPrimary{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-on-accent);background:var(--accent-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-all);border:1px solid #0000}.AlertModal-module__P0qkXW__btnPrimary:hover{background:var(--accent-hover)}.AlertModal-module__P0qkXW__btnPrimary:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.AlertModal-module__P0qkXW__btnSecondary{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-all)}.AlertModal-module__P0qkXW__btnSecondary:hover{background:var(--bg-hover);color:var(--text-primary)}.AlertModal-module__P0qkXW__btnSecondary:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.AlertModal-module__P0qkXW__btnDanger{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-on-accent);background:var(--status-error);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-all);border:1px solid #0000}.AlertModal-module__P0qkXW__btnDanger:hover{opacity:.9}.AlertModal-module__P0qkXW__btnDanger:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}
.ExternalLink-module__d-YvBq__link{color:var(--accent-primary);transition:var(--transition-all);word-break:break-all;cursor:pointer;text-decoration:none}.ExternalLink-module__d-YvBq__link:hover{text-decoration:underline}
.WikiInfoButton-module__BMuviG__button{color:#a5b4fc;cursor:pointer;transition:var(--transition-all,all .15s ease);background-color:#6366f11a;border:1px solid #6366f14d;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:3px 6px;line-height:1;text-decoration:none;display:inline-flex}.WikiInfoButton-module__BMuviG__button:hover{color:#c7d2fe;background-color:#6366f12e;border-color:#6366f180}.WikiInfoButton-module__BMuviG__button:focus-visible{outline-offset:1px;outline:2px solid #818cf8}.WikiInfoButton-module__BMuviG__label{font-size:11px;font-weight:500}.WikiInfoButton-module__BMuviG__iconOnly{padding:3px}
.VersionSwitch-module__GFLnOa__wrapper{display:inline-flex;position:relative}.VersionSwitch-module__GFLnOa__trigger{align-items:center;gap:var(--space-1);max-width:260px;padding:var(--space-1)var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-default);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);display:inline-flex}.VersionSwitch-module__GFLnOa__trigger:hover{background:var(--bg-hover);color:var(--text-primary)}.VersionSwitch-module__GFLnOa__triggerPast{border-color:var(--status-warning);color:var(--status-warning)}.VersionSwitch-module__GFLnOa__triggerLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.VersionSwitch-module__GFLnOa__pastBadge{padding:0 var(--space-1);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em;background:#f59e0b26;flex-shrink:0;font-size:9px}.VersionSwitch-module__GFLnOa__dropdown{z-index:60;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);min-width:320px;max-width:420px;box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 4px);left:0;overflow:hidden}.VersionSwitch-module__GFLnOa__header{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-default);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:10px}.VersionSwitch-module__GFLnOa__list{max-height:320px;overflow-y:auto}.VersionSwitch-module__GFLnOa__item{align-items:flex-start;gap:var(--space-2);width:100%;padding:var(--space-2)var(--space-3);text-align:left;cursor:pointer;transition:var(--transition-all);background:0 0;border:none;display:flex}.VersionSwitch-module__GFLnOa__item:hover,.VersionSwitch-module__GFLnOa__itemActive{background:var(--bg-hover)}.VersionSwitch-module__GFLnOa__itemCheck{width:12px;color:var(--accent-primary);flex-shrink:0;padding-top:2px}.VersionSwitch-module__GFLnOa__itemBody{flex-direction:column;gap:2px;min-width:0;display:flex}.VersionSwitch-module__GFLnOa__itemLabel{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-primary);display:flex}.VersionSwitch-module__GFLnOa__activeBadge{padding:2px var(--space-1);border-radius:var(--radius-sm);color:#059669;text-transform:uppercase;letter-spacing:.04em;background:#05966926;align-items:center;gap:3px;font-size:9px;line-height:1;display:inline-flex}.VersionSwitch-module__GFLnOa__activeBadge svg{flex-shrink:0;display:block}.VersionSwitch-module__GFLnOa__itemMeta{color:var(--text-tertiary);font-size:10px}.VersionSwitch-module__GFLnOa__manage{width:100%;padding:var(--space-2)var(--space-3);border:none;border-top:1px solid var(--border-default);font-size:var(--text-xs);color:var(--accent-primary);text-align:left;cursor:pointer;background:0 0}.VersionSwitch-module__GFLnOa__manage:hover{background:var(--bg-hover)}.VersionSwitch-module__GFLnOa__spinner{animation:1s linear infinite VersionSwitch-module__GFLnOa__spin}@keyframes VersionSwitch-module__GFLnOa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ActiveVersionOnlyNotice-module__jpKEfW__notice{gap:var(--space-2);margin:var(--space-2);padding:var(--space-3);border-radius:var(--radius-default);background:#f59e0b14;border:1px solid #f59e0b4d;display:flex}.ActiveVersionOnlyNotice-module__jpKEfW__icon{color:var(--status-warning);flex-shrink:0;margin-top:1px}.ActiveVersionOnlyNotice-module__jpKEfW__title{margin:0 0 var(--space-1)0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.ActiveVersionOnlyNotice-module__jpKEfW__text{font-size:var(--text-xs);color:var(--text-secondary);margin:0;line-height:1.5}.ActiveVersionOnlyNotice-module__jpKEfW__link{font:inherit;color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}
.ProjectForm-module__T7v2yW__form{flex-direction:column;height:100%;display:flex}.ProjectForm-module__T7v2yW__bodyWrapper{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ProjectForm-module__T7v2yW__header{padding:var(--space-4);border-bottom:1px solid var(--border-default);background:#1a1c22;justify-content:space-between;align-items:center;display:flex}[data-theme=light] .ProjectForm-module__T7v2yW__header{background:#c8ccd3;border-bottom-color:#cccfd6}.ProjectForm-module__T7v2yW__header .secondaryButton{border-color:#555}.ProjectForm-module__T7v2yW__header .secondaryButton:hover{border-color:#888}.ProjectForm-module__T7v2yW__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);align-items:center;gap:var(--space-2);margin:0;display:inline-flex}.ProjectForm-module__T7v2yW__actions{align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__tabsWrapper{border-bottom:1px solid var(--border-default);background:var(--bg-primary);width:100%}[data-theme=light] .ProjectForm-module__T7v2yW__tabsWrapper{background:var(--bg-primary);border-bottom-color:var(--border-default)}.ProjectForm-module__T7v2yW__tabs{gap:var(--space-2);padding:8px var(--space-3);align-items:stretch;width:100%;max-width:1220px;margin:0 auto;display:flex}.ProjectForm-module__T7v2yW__tabGroup{border-radius:var(--radius-default);background:#ffffff05;border:1px solid #ffffff0f;flex-direction:column;gap:2px;padding:4px 8px;display:flex}.ProjectForm-module__T7v2yW__tabGroupScope{background:#3b82f60a;border-color:#3b82f61a;justify-content:center;align-items:center;padding:2px 11px;}.ProjectForm-module__T7v2yW__tabGroupRecon{background:#22c55e0a;border-color:#22c55e1a;gap:1px;padding:2px 4px;}.ProjectForm-module__T7v2yW__tabGroupOther{background:#eab3080a;border-color:#eab3081a;padding:18px 4px 4px;}.ProjectForm-module__T7v2yW__tabGroupAgent{background:#a855f70a;border-color:#a855f71a;}.ProjectForm-module__T7v2yW__tabGroupRemediation{background:#fb923c0a;border-color:#fb923c1a;justify-content:center;align-items:center;}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroup{background:#0000000a;border-color:#00000014}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupScope{background:#3b82f61a;border-color:#3b82f638}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupRecon{background:#22c55e1a;border-color:#22c55e38}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupOther{background:#eab3081a;border-color:#eab30838}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupAgent{background:#a855f71a;border-color:#a855f738}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupRemediation{background:#fb923c1a;border-color:#fb923c38}.ProjectForm-module__T7v2yW__tabGroupPlain{flex-direction:column;gap:2px;display:flex}.ProjectForm-module__T7v2yW__tabGroupLabel{font-size:9px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.8px;color:var(--text-tertiary);padding:0 2px}[data-theme=light] .ProjectForm-module__T7v2yW__tabGroupLabel{color:var(--text-secondary)}[data-theme=light] .ProjectForm-module__T7v2yW__compactTab{color:var(--text-primary)}.ProjectForm-module__T7v2yW__reconGroupInner{align-items:stretch;gap:6px;height:100%;display:flex}.ProjectForm-module__T7v2yW__reconGroupContent{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ProjectForm-module__T7v2yW__tabGroupHeader{align-items:center;gap:6px;display:flex}.ProjectForm-module__T7v2yW__viewModeToggle{border-right:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-self:stretch;gap:2px;padding-right:6px;display:flex}.ProjectForm-module__T7v2yW__viewModeOption{border-radius:var(--radius-sm);width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.ProjectForm-module__T7v2yW__viewModeOption:hover{color:var(--text-secondary);background:#ffffff0f;border-color:#ffffff14}.ProjectForm-module__T7v2yW__viewModeOptionActive{color:#22c55ee6;background:#22c55e26;border-color:#22c55e40}.ProjectForm-module__T7v2yW__viewModeOptionActive:hover{color:#22c55e;background:#22c55e33;border-color:#22c55e4d}.ProjectForm-module__T7v2yW__tabGroupTabs{gap:2px;margin-top:auto;margin-bottom:auto;display:flex}.ProjectForm-module__T7v2yW__compactTab{text-align:center;line-height:1.2;white-space:normal!important;padding:4px 1px!important;font-size:11px!important}.ProjectForm-module__T7v2yW__hiddenTab{visibility:hidden;pointer-events:none}.ProjectForm-module__T7v2yW__wideTab{padding:4px 6px!important}.ProjectForm-module__T7v2yW__presetTab{border:1px solid #22c55e4d!important;align-items:center!important;gap:0!important;padding-left:8px!important;padding-right:1px!important;display:inline-flex!important}.ProjectForm-module__T7v2yW__presetTab:hover{background:#22c55e14!important}.ProjectForm-module__T7v2yW__presetIcon{color:#22c55ed9;flex-shrink:0;margin-right:-7px}.ProjectForm-module__T7v2yW__presetBadge{margin-left:var(--space-2);border-radius:var(--radius-sm);font-size:10px;font-weight:var(--font-medium);color:#22c55ee6;letter-spacing:.2px;vertical-align:middle;background:#22c55e1a;border:1px solid #22c55e33;align-items:center;padding:2px 8px;display:inline-flex}[data-theme=light] .ProjectForm-module__T7v2yW__presetBadge{color:#15803d;background:#fff;border-color:#22c55e4d}.ProjectForm-module__T7v2yW__content{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;width:100%;max-width:1220px;margin:0 auto;display:flex;overflow-y:auto}.ProjectForm-module__T7v2yW__contentWorkflow{flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.ProjectForm-module__T7v2yW__loadingContainer{justify-content:center;align-items:center;gap:var(--space-3);color:var(--text-secondary);flex-direction:column;flex:1;display:flex}.ProjectForm-module__T7v2yW__spinner{animation:1s linear infinite ProjectForm-module__T7v2yW__spin}@keyframes ProjectForm-module__T7v2yW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProjectForm-module__T7v2yW__section{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default)}.ProjectForm-module__T7v2yW__sectionHeader{padding:var(--space-3)var(--space-4);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.ProjectForm-module__T7v2yW__sectionHeader:hover{background:var(--bg-hover)}.ProjectForm-module__T7v2yW__sectionTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__sectionIcon{transition:transform var(--transition-default)}.ProjectForm-module__T7v2yW__sectionHeaderActions{align-items:center;gap:var(--space-2);margin-left:auto;margin-right:var(--space-3);display:flex}.ProjectForm-module__T7v2yW__sectionHeaderButton{border:1px solid var(--border-primary,#ffffff1f);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.ProjectForm-module__T7v2yW__sectionHeaderButton:hover:not(:disabled){background:var(--bg-hover,#ffffff0f);color:var(--text-primary)}.ProjectForm-module__T7v2yW__sectionHeaderButton:disabled{opacity:.45;cursor:not-allowed}.ProjectForm-module__T7v2yW__sectionHeaderButtonPrimary{color:var(--status-success,#16a34a);border-color:color-mix(in srgb,var(--status-success,#16a34a)40%,transparent)}.ProjectForm-module__T7v2yW__sectionHeaderButtonPrimary:hover:not(:disabled){color:var(--status-success,#16a34a);background:color-mix(in srgb,var(--status-success,#16a34a)12%,transparent)}.ProjectForm-module__T7v2yW__sectionIconOpen{transform:rotate(180deg)}.ProjectForm-module__T7v2yW__sectionContent{padding:var(--space-4);gap:var(--space-4);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__sectionDescription{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.ProjectForm-module__T7v2yW__sectionRequirement{font-size:var(--text-xs);color:var(--text-tertiary);line-height:1.5}.ProjectForm-module__T7v2yW__fieldRow{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.ProjectForm-module__T7v2yW__fieldGroup{gap:var(--space-1);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__fieldLabel{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary)}.ProjectForm-module__T7v2yW__fieldLabelRequired:after{content:" *";color:var(--status-error)}.ProjectForm-module__T7v2yW__fieldHint{color:var(--text-tertiary);font-size:10px}.ProjectForm-module__T7v2yW__fieldHintWarning{color:var(--status-error);font-size:10px}.ProjectForm-module__T7v2yW__suggestionRow{align-items:center;gap:var(--space-2);color:var(--text-tertiary);font-size:10px;display:flex}.ProjectForm-module__T7v2yW__suggestionButton{font-size:10px;font-weight:var(--font-medium);color:var(--accent-primary,var(--text-secondary));border:1px solid var(--border-secondary,var(--border-primary));border-radius:var(--radius-1);padding:1px var(--space-1);cursor:pointer;white-space:nowrap;background:0 0}.ProjectForm-module__T7v2yW__suggestionButton:hover{background:var(--bg-secondary)}.ProjectForm-module__T7v2yW__toggleRow{padding:var(--space-2)0;border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.ProjectForm-module__T7v2yW__toggleRow:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toggleLabel{font-size:var(--text-xs);color:var(--text-primary)}.ProjectForm-module__T7v2yW__toggleDescription{color:var(--text-tertiary);margin-top:var(--space-0-5);font-size:10px}.ProjectForm-module__T7v2yW__toggleBlock{padding:var(--space-2)0;border-bottom:1px solid var(--border-subtle)}.ProjectForm-module__T7v2yW__toggleBlock:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toggleBlockHead{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.ProjectForm-module__T7v2yW__toggleDescriptionBelow{max-width:50%;line-height:1.6}@media (max-width:900px){.ProjectForm-module__T7v2yW__toggleDescriptionBelow{max-width:100%}}.ProjectForm-module__T7v2yW__toggleRowCompact{align-items:center;gap:var(--space-2);padding:var(--space-2)0;border-bottom:1px solid var(--border-subtle);display:flex}.ProjectForm-module__T7v2yW__toggleRowCompact:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toggleRowCompactInfo{flex:1;min-width:0}.ProjectForm-module__T7v2yW__toggleRowCompactLabel{color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:10px}.ProjectForm-module__T7v2yW__toggleRowCompactInput{flex-shrink:0;width:80px}.ProjectForm-module__T7v2yW__toggleLabelLg{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.ProjectForm-module__T7v2yW__checkboxGroup{gap:var(--space-3);flex-wrap:wrap;display:flex}.ProjectForm-module__T7v2yW__subSection{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default);gap:var(--space-3);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__subSectionTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-bottom:0}.ProjectForm-module__T7v2yW__subSectionTitleCollapsible{cursor:pointer;align-items:center;gap:6px;display:flex;}.ProjectForm-module__T7v2yW__subSectionTitleCollapsible:hover{color:var(--text-primary)}.ProjectForm-module__T7v2yW__toolPhaseGrid{border:1px solid var(--border-default);border-radius:var(--radius-default);flex-direction:column;gap:0;display:flex;overflow:hidden}.ProjectForm-module__T7v2yW__toolPhaseHeader{padding:var(--space-2)var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);grid-template-columns:1fr repeat(3,120px);gap:0;display:grid}.ProjectForm-module__T7v2yW__toolPhaseHeaderLabel{font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide);text-align:center}.ProjectForm-module__T7v2yW__toolPhaseHeaderLabel:first-child{text-align:left}.ProjectForm-module__T7v2yW__toolPhaseRow{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr repeat(3,120px);align-items:center;gap:0;display:grid}.ProjectForm-module__T7v2yW__toolPhaseRow:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toolPhaseRow:hover{background:var(--bg-hover)}.ProjectForm-module__T7v2yW__toolPhaseName{font-size:var(--text-xs);color:var(--text-primary);font-family:var(--font-mono);flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ProjectForm-module__T7v2yW__apiKeyMissing{color:#ef4444;font-size:10px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;cursor:pointer;text-underline-offset:2px;align-items:center;gap:3px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;display:inline-flex}.ProjectForm-module__T7v2yW__apiKeyMissing:hover{color:#dc2626}.ProjectForm-module__T7v2yW__apiKeyInputWrapper{align-items:center;display:flex;position:relative}.ProjectForm-module__T7v2yW__apiKeyInputWrapper .ProjectForm-module__T7v2yW__textInput,.ProjectForm-module__T7v2yW__apiKeyInputWrapper input{flex:1;padding-right:36px}.ProjectForm-module__T7v2yW__apiKeyToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;right:8px}.ProjectForm-module__T7v2yW__shodanWarning{align-items:flex-start;gap:var(--space-2);padding:var(--space-2)var(--space-3);border-radius:var(--radius-default);font-size:var(--text-xs);color:var(--status-warning-text);margin-bottom:var(--space-3);background:#fb923c14;border:1px solid #fb923c40;display:flex}.ProjectForm-module__T7v2yW__shodanWarning svg{flex-shrink:0;margin-top:2px}.ProjectForm-module__T7v2yW__apiKeyToggle:hover{color:var(--text-primary)}.ProjectForm-module__T7v2yW__phaseCheck{justify-content:center;align-items:center;display:flex}.ProjectForm-module__T7v2yW__phaseCheck input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-secondary);cursor:pointer}.ProjectForm-module__T7v2yW__timeEstimate{color:var(--status-warning-text);margin-top:var(--space-0-5);align-items:center;gap:4px;font-size:10px;line-height:1;display:inline-flex}.ProjectForm-module__T7v2yW__modelSelector{position:relative}.ProjectForm-module__T7v2yW__modelSelectorInput{align-items:center;gap:var(--space-1);padding:var(--space-1-5)var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-default);cursor:pointer;transition:var(--transition-all);min-height:32px;display:flex}.ProjectForm-module__T7v2yW__modelSelectorInput:hover{border-color:var(--text-tertiary)}.ProjectForm-module__T7v2yW__modelSelectorInputFocused{border-color:var(--accent-secondary);box-shadow:0 0 0 2px var(--border-focus)}.ProjectForm-module__T7v2yW__modelSearchInput{color:var(--text-primary);font-size:var(--text-xs);background:0 0;border:none;outline:none;flex:1;min-width:0}.ProjectForm-module__T7v2yW__modelSearchInput::placeholder{color:var(--text-tertiary)}.ProjectForm-module__T7v2yW__modelSelectedText{font-size:var(--text-xs);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ProjectForm-module__T7v2yW__modelSelectorIcon{color:var(--text-tertiary);flex-shrink:0}.ProjectForm-module__T7v2yW__modelSelectorSpinner{color:var(--text-tertiary);flex-shrink:0;animation:1s linear infinite ProjectForm-module__T7v2yW__spin}.ProjectForm-module__T7v2yW__modelDropdown{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);z-index:50;max-height:320px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000004d}.ProjectForm-module__T7v2yW__modelDropdownEmpty{padding:var(--space-3);font-size:var(--text-xs);color:var(--text-tertiary);text-align:center}.ProjectForm-module__T7v2yW__modelGroup{border-bottom:1px solid var(--border-subtle)}.ProjectForm-module__T7v2yW__modelGroup:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__modelGroupHeader{padding:var(--space-1-5)var(--space-2);font-size:10px;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide);background:var(--bg-tertiary);position:sticky;top:0}.ProjectForm-module__T7v2yW__modelOption{padding:var(--space-1-5)var(--space-2);cursor:pointer;transition:background .1s}.ProjectForm-module__T7v2yW__modelOption:hover{background:var(--bg-hover)}.ProjectForm-module__T7v2yW__modelOptionSelected{background:color-mix(in srgb,var(--accent-secondary)15%,transparent)}.ProjectForm-module__T7v2yW__modelOptionMain{align-items:center;gap:var(--space-1);display:flex}.ProjectForm-module__T7v2yW__modelOptionName{font-size:var(--text-xs);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ProjectForm-module__T7v2yW__modelOptionCtx{color:var(--text-tertiary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-shrink:0;padding:1px 4px;font-size:9px}.ProjectForm-module__T7v2yW__modelOptionDesc{color:var(--text-tertiary);margin-top:1px;font-size:9px;display:block}.ProjectForm-module__T7v2yW__guardrailOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out ProjectForm-module__T7v2yW__guardrailFadeIn;display:flex;position:fixed;inset:0}@keyframes ProjectForm-module__T7v2yW__guardrailFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProjectForm-module__T7v2yW__guardrailSlideIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.ProjectForm-module__T7v2yW__guardrailModal{background:var(--bg-secondary);border:1px solid var(--status-error);border-radius:var(--radius-lg,12px);padding:var(--space-6,32px);text-align:center;align-items:center;gap:var(--space-3,12px);flex-direction:column;width:90%;max-width:440px;animation:.25s ease-out ProjectForm-module__T7v2yW__guardrailSlideIn;display:flex;box-shadow:0 8px 32px #0006,0 0 0 1px #ff50501a}.ProjectForm-module__T7v2yW__guardrailIconWrapper{background:color-mix(in srgb,var(--status-error)15%,transparent);width:56px;height:56px;color:var(--status-error);margin-bottom:var(--space-1,4px);border-radius:50%;justify-content:center;align-items:center;display:flex}.ProjectForm-module__T7v2yW__guardrailTitle{font-size:var(--text-lg,18px);font-weight:var(--font-semibold,600);color:var(--status-error);margin:0}.ProjectForm-module__T7v2yW__guardrailMessage{font-size:var(--text-sm,14px);color:var(--text-primary);padding:var(--space-2,8px)var(--space-3,12px);background:color-mix(in srgb,var(--status-error)8%,transparent);border-radius:var(--radius-default,6px);width:100%;margin:0;line-height:1.5}.ProjectForm-module__T7v2yW__guardrailHint{font-size:var(--text-xs,12px);color:var(--text-secondary);margin:0;line-height:1.5}.ProjectForm-module__T7v2yW__guardrailButton{margin-top:var(--space-2,8px);padding:var(--space-2,8px)var(--space-6,32px);background:var(--status-error);color:#fff;border-radius:var(--radius-default,6px);font-size:var(--text-sm,14px);font-weight:var(--font-medium,500);cursor:pointer;border:none;transition:opacity .15s}.ProjectForm-module__T7v2yW__guardrailButton:hover{opacity:.9}.ProjectForm-module__T7v2yW__gateModal,.ProjectForm-module__T7v2yW__gateModalWide{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg,12px);padding:var(--space-6,32px);gap:var(--space-3,12px);flex-direction:column;width:90%;animation:.25s ease-out ProjectForm-module__T7v2yW__guardrailSlideIn;display:flex;overflow:visible;box-shadow:0 8px 32px #0006}.ProjectForm-module__T7v2yW__gateModal{text-align:center;align-items:center;max-width:460px}.ProjectForm-module__T7v2yW__gateModalWide{text-align:left;max-width:560px}.ProjectForm-module__T7v2yW__gateIconWrapper{background:color-mix(in srgb,var(--accent-secondary)15%,transparent);width:56px;height:56px;color:var(--accent-secondary);margin-bottom:var(--space-1,4px);border-radius:50%;justify-content:center;align-items:center;display:flex}.ProjectForm-module__T7v2yW__gateModalWide .ProjectForm-module__T7v2yW__gateIconWrapper{align-self:flex-start}.ProjectForm-module__T7v2yW__gateTitle{font-size:var(--text-lg,18px);font-weight:var(--font-semibold,600);color:var(--text-primary);margin:0}.ProjectForm-module__T7v2yW__gateMessage{font-size:var(--text-sm,14px);color:var(--text-secondary);margin:0;line-height:1.5}.ProjectForm-module__T7v2yW__gateField{gap:var(--space-1,4px);margin-top:var(--space-2,8px);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__gateLabel{align-items:center;gap:var(--space-1,4px);font-size:var(--text-sm,14px);font-weight:var(--font-medium,500);color:var(--text-primary);display:inline-flex}.ProjectForm-module__T7v2yW__gateHint{font-size:var(--text-xs,12px);color:var(--text-tertiary,var(--text-muted));line-height:1.4}.ProjectForm-module__T7v2yW__gateActions{justify-content:flex-end;gap:var(--space-2,8px);margin-top:var(--space-4,16px);display:flex}.ProjectForm-module__T7v2yW__gateModal .ProjectForm-module__T7v2yW__gateActions{justify-content:center;width:100%}.ProjectForm-module__T7v2yW__badgePassive,.ProjectForm-module__T7v2yW__badgeActive{letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;border-radius:9999px;align-items:center;padding:1px 6px;font-size:9px;font-weight:700;line-height:1.4;display:inline-flex}.ProjectForm-module__T7v2yW__badgePassive{color:#22d3ee;background:#06b6d426;border:1px solid #06b6d44d}.ProjectForm-module__T7v2yW__badgeActive{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.ProjectForm-module__T7v2yW__subSectionTitle .ProjectForm-module__T7v2yW__badgePassive,.ProjectForm-module__T7v2yW__subSectionTitle .ProjectForm-module__T7v2yW__badgeActive{margin-left:8px;position:relative;top:-2px}.ProjectForm-module__T7v2yW__sectionHeaderRight{align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__nodeInfoIcon{color:#22c55e;cursor:help;opacity:.95;flex-shrink:0;transition:opacity .15s,color .15s}.ProjectForm-module__T7v2yW__nodeInfoIcon:hover{opacity:1;color:#4ade80}.ProjectForm-module__T7v2yW__nodeInfoContent{flex-direction:column;gap:6px;padding:2px 0;display:flex}.ProjectForm-module__T7v2yW__nodeInfoLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);font-size:9px;font-weight:600}.ProjectForm-module__T7v2yW__nodeInfoPills{flex-wrap:wrap;gap:4px;display:flex}.ProjectForm-module__T7v2yW__nodeInfoPill{color:#c084fc;white-space:nowrap;background:#a855f726;border:1px solid #a855f74d;border-radius:9999px;align-items:center;padding:1px 6px;font-size:10px;font-weight:600;display:inline-flex}.ProjectForm-module__T7v2yW__nodeInfoPillInput{color:#60a5fa;white-space:nowrap;background:#3b82f626;border:1px solid #3b82f64d;border-radius:9999px;align-items:center;padding:1px 6px;font-size:10px;font-weight:600;display:inline-flex}.ProjectForm-module__T7v2yW__nodeInfoPillEnrich{color:#4ade80;white-space:nowrap;background:#22c55e26;border:1px solid #22c55e4d;border-radius:9999px;align-items:center;padding:1px 6px;font-size:10px;font-weight:600;display:inline-flex}.ProjectForm-module__T7v2yW__fileImportWrap{width:100%;display:block;position:relative}.ProjectForm-module__T7v2yW__fileImportWrap>input,.ProjectForm-module__T7v2yW__fileImportWrap>textarea{width:100%;padding-right:36px}.ProjectForm-module__T7v2yW__fileImportButton{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;z-index:1;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s;display:inline-flex;position:absolute}.ProjectForm-module__T7v2yW__fileImportButton:hover:not(:disabled){color:var(--accent-secondary);background:var(--bg-hover);border-color:var(--border-default)}.ProjectForm-module__T7v2yW__fileImportButton:focus-visible{outline:2px solid var(--accent-secondary);outline-offset:1px}.ProjectForm-module__T7v2yW__fileImportButton:disabled{opacity:.4;cursor:not-allowed}.ProjectForm-module__T7v2yW__fileImportButtonInputPos{top:50%;right:5px;transform:translateY(-50%)}.ProjectForm-module__T7v2yW__fileImportButtonTextareaPos{top:6px;right:6px}.ProjectForm-module__T7v2yW__fileImportButtonSuccess{color:#22c55e}.ProjectForm-module__T7v2yW__fileImportButtonError{color:#ef4444}.ProjectForm-module__T7v2yW__fileImportTooltip{flex-direction:column;gap:6px;padding:2px 0;font-size:11px;line-height:1.5;display:flex}.ProjectForm-module__T7v2yW__fileImportTooltipTitle{color:var(--color-gray-100);font-weight:700}.ProjectForm-module__T7v2yW__fileImportTooltipBody{color:var(--color-gray-300)}.ProjectForm-module__T7v2yW__fileImportTooltipSection{flex-direction:column;gap:2px;display:flex}.ProjectForm-module__T7v2yW__fileImportTooltipLabel{color:var(--color-gray-200);font-weight:600}.ProjectForm-module__T7v2yW__fileImportTooltipList{color:var(--color-gray-300);margin:0;padding-left:16px}.ProjectForm-module__T7v2yW__fileImportTooltipList code,.ProjectForm-module__T7v2yW__fileImportTooltipFooter code{background:#ffffff1a;border-radius:2px;padding:0 3px;font-size:10px}.ProjectForm-module__T7v2yW__fileImportTooltipFooter{color:var(--color-gray-400);font-size:10px}.ProjectForm-module__T7v2yW__credentialStack{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.ProjectForm-module__T7v2yW__optionRow{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.ProjectForm-module__T7v2yW__detectorHintRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.ProjectForm-module__T7v2yW__browseButton{border:1px solid var(--border-primary,#ffffff1f);color:var(--accent-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.ProjectForm-module__T7v2yW__browseButton:hover{background:var(--bg-hover,#ffffff0f)}.ProjectForm-module__T7v2yW__detectorPicker{border:1px solid var(--border-primary,#ffffff1f);background:var(--bg-tertiary,#ffffff05);border-radius:8px;flex-direction:column;gap:8px;margin-bottom:12px;padding:10px 12px;display:flex}.ProjectForm-module__T7v2yW__detectorPickerHead{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ProjectForm-module__T7v2yW__detectorGrid{border:1px solid var(--border-primary,#ffffff14);border-radius:6px;flex-wrap:wrap;gap:4px;max-height:260px;padding:4px;display:flex;overflow-y:auto}.ProjectForm-module__T7v2yW__detectorChip{font-size:11px;font-family:var(--font-mono,monospace);border:1px solid var(--border-primary,#ffffff1f);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:2px 7px}.ProjectForm-module__T7v2yW__detectorChip:hover{color:var(--text-primary);background:var(--bg-hover,#ffffff0f)}.ProjectForm-module__T7v2yW__detectorChipOn{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff}.ProjectForm-module__T7v2yW__groupHeader{gap:var(--space-1);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__addSourceRow{align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__addSourceRow select{flex:0 0 50%;min-width:0;max-width:50%}.ProjectForm-module__T7v2yW__sourceCardBody{gap:var(--space-3);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__localTargetNote{color:var(--text-secondary);background:var(--status-info-bg,#3b82f614);border:1px solid var(--status-info-border,#3b82f640);border-radius:6px;margin:0;padding:8px 10px;font-size:11px;line-height:1.5}.ProjectForm-module__T7v2yW__localTargetNote code{font-family:var(--font-mono,monospace);color:var(--text-primary);font-size:11px}.ProjectForm-module__T7v2yW__inputSourceToggle{gap:8px;margin-bottom:12px;display:flex}.ProjectForm-module__T7v2yW__inputSourceOption{background:var(--bg-tertiary);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:12px;transition:background .15s,border-color .15s,color .15s;display:flex}.ProjectForm-module__T7v2yW__inputSourceOption:hover:not(:disabled){border-color:var(--accent-primary)}.ProjectForm-module__T7v2yW__inputSourceOption:disabled{opacity:.5;cursor:not-allowed}.ProjectForm-module__T7v2yW__inputSourceOptionActive{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.ProjectForm-module__T7v2yW__inputPanel{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:6px;flex-direction:column;gap:12px;margin-bottom:12px;padding:12px;display:flex}.ProjectForm-module__T7v2yW__inputRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ProjectForm-module__T7v2yW__activeFile{min-width:0;color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.ProjectForm-module__T7v2yW__activeFileName{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono,monospace);color:var(--text-primary);overflow:hidden}.ProjectForm-module__T7v2yW__inputHintList{color:var(--text-tertiary);flex-direction:column;gap:4px;margin:0;padding:0;font-size:11px;line-height:1.5;list-style:none;display:flex}.ProjectForm-module__T7v2yW__sourceFieldGrid{gap:var(--space-3)16px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.ProjectForm-module__T7v2yW__sourceFieldGrid>*{min-width:0}@media (max-width:720px){.ProjectForm-module__T7v2yW__sourceFieldGrid{grid-template-columns:1fr}}
.AgentTimeline-module__n7E09W__timelineItems{flex-direction:column;gap:6px;display:flex;position:relative}.AgentTimeline-module__n7E09W__timelineConnector{background:var(--text-tertiary);opacity:.5;z-index:0;width:2px;height:calc(100% + 6px);position:absolute;top:19px;left:4px}.AgentTimeline-module__n7E09W__timelineItemWrapper{padding-left:1.75rem;position:relative}.AgentTimeline-module__n7E09W__timelineItemWrapper:before{content:"";background:var(--text-tertiary);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:1px}.AgentTimeline-module__n7E09W__timelineItemWrapper.AgentTimeline-module__n7E09W__streaming:before{border:2px solid var(--accent-primary);background:0 0;border-top-color:#0000;animation:1s linear infinite AgentTimeline-module__n7E09W__spin}@keyframes AgentTimeline-module__n7E09W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ThinkingCard-module__-Z_vIa__card{background:linear-gradient(135deg,#8b5cf60d 0%,#3b82f60d 100%);border:1px solid #8b5cf633;border-radius:8px;margin:0;transition:all .2s;animation:.3s ThinkingCard-module__-Z_vIa__fadeInSlide;overflow:hidden}@keyframes ThinkingCard-module__-Z_vIa__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ThinkingCard-module__-Z_vIa__card:hover{border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf61a}.ThinkingCard-module__-Z_vIa__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.ThinkingCard-module__-Z_vIa__cardHeaderWrapper:hover{background:#8b5cf60d}.ThinkingCard-module__-Z_vIa__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.ThinkingCard-module__-Z_vIa__cardIcon{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ThinkingCard-module__-Z_vIa__thinkingIcon{color:#fff}.ThinkingCard-module__-Z_vIa__headerInfo{flex:1;align-items:center;gap:.5rem;display:flex}.ThinkingCard-module__-Z_vIa__titleText{color:var(--text-primary);font-size:.75rem;font-weight:600}.ThinkingCard-module__-Z_vIa__actionBadge{color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:10px;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:500;display:inline-flex}.ThinkingCard-module__-Z_vIa__tokenMeta{color:var(--text-tertiary);white-space:nowrap;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:.625rem}.ThinkingCard-module__-Z_vIa__compactPreview{flex-direction:column;gap:.125rem;width:100%;display:flex}.ThinkingCard-module__-Z_vIa__previewText{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.625rem;line-height:1.3;display:-webkit-box;overflow:hidden}.ThinkingCard-module__-Z_vIa__previewReasoning{color:var(--text-tertiary);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.625rem;font-style:italic;line-height:1.3;display:-webkit-box;overflow:hidden}.ThinkingCard-module__-Z_vIa__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__copyButton,.ThinkingCard-module__-Z_vIa__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.ThinkingCard-module__-Z_vIa__copyButton:hover,.ThinkingCard-module__-Z_vIa__expandButton:hover{color:var(--accent-primary);background:#8b5cf61a}.ThinkingCard-module__-Z_vIa__cardContent{flex-direction:column;gap:.75rem;padding:0 .875rem .75rem;animation:.2s ThinkingCard-module__-Z_vIa__expandDown;display:flex}@keyframes ThinkingCard-module__-Z_vIa__expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.ThinkingCard-module__-Z_vIa__section{flex-direction:column;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.688rem;font-weight:600}.ThinkingCard-module__-Z_vIa__sectionContent{flex-direction:column;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__text{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.ThinkingCard-module__-Z_vIa__badge{color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:12px;align-items:center;padding:.25rem .625rem;font-size:.688rem;font-weight:500;display:inline-flex}.ThinkingCard-module__-Z_vIa__separator{color:var(--text-tertiary);margin:0 .5rem}.ThinkingCard-module__-Z_vIa__toolName{color:var(--accent-primary);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}
.TodoListWidget-module__X5D-rW__todoWidget{flex-direction:column;gap:.25rem;display:flex}.TodoListWidget-module__X5D-rW__todoHeader{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:0;padding:0 .25rem;display:flex}.TodoListWidget-module__X5D-rW__todoHeaderLeft{flex-shrink:0;align-items:center;gap:.125rem;display:flex}.TodoListWidget-module__X5D-rW__todoHeaderRight{align-items:center;min-width:0;display:flex;overflow:hidden}.TodoListWidget-module__X5D-rW__todoLabel{color:var(--text-secondary);letter-spacing:.05em;font-size:.75rem;font-weight:600}.TodoListWidget-module__X5D-rW__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.TodoListWidget-module__X5D-rW__expandButton:hover{background:var(--bg-hover);color:var(--text-primary)}.TodoListWidget-module__X5D-rW__todoListExpanded{flex-direction:column;gap:.5rem;max-height:300px;padding-right:.25rem;display:flex;overflow-y:auto}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar{width:4px}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-track{background:0 0}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:2px}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-thumb:hover{background:var(--border-primary)}.TodoListWidget-module__X5D-rW__todoItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.TodoListWidget-module__X5D-rW__todoItem:hover{background:var(--bg-hover);border-color:var(--border-primary)}.TodoListWidget-module__X5D-rW__statusCompleted{opacity:.6}.TodoListWidget-module__X5D-rW__statusCompleted .TodoListWidget-module__X5D-rW__todoDescription{text-decoration:line-through}.TodoListWidget-module__X5D-rW__todoIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.TodoListWidget-module__X5D-rW__iconCompleted{color:var(--status-success)}.TodoListWidget-module__X5D-rW__iconInProgress{color:var(--accent-primary)}.TodoListWidget-module__X5D-rW__iconPending{color:var(--text-tertiary)}.TodoListWidget-module__X5D-rW__spinner{animation:1s linear infinite TodoListWidget-module__X5D-rW__spin}@keyframes TodoListWidget-module__X5D-rW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TodoListWidget-module__X5D-rW__todoContent{flex:1;min-width:0}.TodoListWidget-module__X5D-rW__todoDescription{color:#9ca3afb3;word-wrap:break-word;font-size:.8125rem;line-height:1.1}
.ToolExecutionCard-module__a-O3SG__card{background:#f59e0b0d;border:1px solid #f59e0b33;border-radius:8px;margin:0;transition:all .2s;animation:.3s ToolExecutionCard-module__a-O3SG__fadeInSlide;overflow:hidden}@keyframes ToolExecutionCard-module__a-O3SG__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ToolExecutionCard-module__a-O3SG__card:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #f59e0b1a}.ToolExecutionCard-module__a-O3SG__statusSuccess{background:#22c55e0d;border-color:#22c55e33}.ToolExecutionCard-module__a-O3SG__statusSuccess:hover{border-color:#22c55e66;box-shadow:0 4px 12px #22c55e1a}.ToolExecutionCard-module__a-O3SG__statusError{background:#ef44440d;border-color:#ef444433}.ToolExecutionCard-module__a-O3SG__statusError:hover{border-color:#ef444466;box-shadow:0 4px 12px #ef44441a}.ToolExecutionCard-module__a-O3SG__statusPendingApproval{background:#8b5cf60d;border-color:#8b5cf633}.ToolExecutionCard-module__a-O3SG__statusPendingApproval:hover{border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf61a}.ToolExecutionCard-module__a-O3SG__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#f59e0b0d}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#22c55e0d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#ef44440d}.ToolExecutionCard-module__a-O3SG__statusPendingApproval .ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#8b5cf60d}.ToolExecutionCard-module__a-O3SG__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-warning);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-success)}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-error)}.ToolExecutionCard-module__a-O3SG__statusPendingApproval .ToolExecutionCard-module__a-O3SG__cardIcon{background:#8b5cf6cc}.ToolExecutionCard-module__a-O3SG__toolIcon{color:#fff}.ToolExecutionCard-module__a-O3SG__titleText{color:var(--text-primary);flex:1;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;display:flex}.ToolExecutionCard-module__a-O3SG__apiKeyMissing{color:#ef4444;white-space:nowrap;cursor:pointer;text-underline-offset:2px;align-items:center;gap:3px;font-family:-apple-system,sans-serif;font-size:.6rem;font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;display:inline-flex}.ToolExecutionCard-module__a-O3SG__apiKeyMissing:hover{color:#dc2626}.ToolExecutionCard-module__a-O3SG__argsPreview{flex-direction:column;gap:.125rem;width:100%;display:flex}.ToolExecutionCard-module__a-O3SG__argItem{align-items:baseline;gap:.25rem;width:100%;font-family:JetBrains Mono,monospace;font-size:.625rem;line-height:1.2;display:flex}.ToolExecutionCard-module__a-O3SG__argKey{color:var(--text-tertiary);flex-shrink:0;font-size:.625rem;font-weight:600}.ToolExecutionCard-module__a-O3SG__argValue{color:var(--text-secondary);word-break:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.625rem;display:-webkit-box;overflow:hidden}.ToolExecutionCard-module__a-O3SG__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-warning);white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.25rem;padding:.188rem .5rem;font-size:.688rem;font-weight:500;display:flex}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-success);background:#22c55e1a;border-color:#22c55e4d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-error);background:#ef44441a;border-color:#ef44444d}.ToolExecutionCard-module__a-O3SG__statusPendingApproval .ToolExecutionCard-module__a-O3SG__statusBadge{color:#8b5cf6e6;background:#8b5cf61a;border-color:#8b5cf64d}.ToolExecutionCard-module__a-O3SG__confirmActions{align-items:center;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__allowBtn,.ToolExecutionCard-module__a-O3SG__denyBtn{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:10px;align-items:center;gap:.25rem;padding:.188rem .625rem;font-size:.688rem;font-weight:600;line-height:1.4;transition:all .15s;display:flex}.ToolExecutionCard-module__a-O3SG__allowBtn{color:var(--status-success);background:#22c55e1a;border-color:#22c55e66}.ToolExecutionCard-module__a-O3SG__allowBtn:hover:not(:disabled){background:var(--status-success);color:#fff}.ToolExecutionCard-module__a-O3SG__denyBtn{color:var(--status-error);background:#ef44441a;border-color:#ef444466}.ToolExecutionCard-module__a-O3SG__denyBtn:hover:not(:disabled){background:var(--status-error);color:#fff}.ToolExecutionCard-module__a-O3SG__allowBtn:disabled,.ToolExecutionCard-module__a-O3SG__denyBtn:disabled{opacity:.4;cursor:not-allowed}.ToolExecutionCard-module__a-O3SG__statusIcon{flex-shrink:0}.ToolExecutionCard-module__a-O3SG__spinner{animation:1s linear infinite ToolExecutionCard-module__a-O3SG__spin}@keyframes ToolExecutionCard-module__a-O3SG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ToolExecutionCard-module__a-O3SG__successIcon{color:var(--status-success)}.ToolExecutionCard-module__a-O3SG__errorIcon{color:var(--status-error)}.ToolExecutionCard-module__a-O3SG__copyButton,.ToolExecutionCard-module__a-O3SG__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.ToolExecutionCard-module__a-O3SG__stopButton{color:var(--status-error);cursor:pointer;background:#ef44441f;border:1px solid #ef444466;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.ToolExecutionCard-module__a-O3SG__stopButton:hover{background:var(--status-error);border-color:var(--status-error);color:#fff}.ToolExecutionCard-module__a-O3SG__stopButton:active{transform:scale(.95)}.ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-warning);background:#f59e0b1a}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-success);background:#22c55e1a}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-error);background:#ef44441a}.ToolExecutionCard-module__a-O3SG__statusPendingApproval .ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__statusPendingApproval .ToolExecutionCard-module__a-O3SG__expandButton:hover{color:#8b5cf6cc;background:#8b5cf61a}.ToolExecutionCard-module__a-O3SG__cardContent{flex-direction:column;gap:.75rem;padding:0 .875rem .75rem;animation:.2s ToolExecutionCard-module__a-O3SG__expandDown;display:flex}@keyframes ToolExecutionCard-module__a-O3SG__expandDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ToolExecutionCard-module__a-O3SG__section{flex-direction:column;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.375rem;font-size:.688rem;font-weight:600;display:flex}.ToolExecutionCard-module__a-O3SG__streamingLabel{color:var(--status-error);text-transform:none;font-size:.625rem;font-weight:500}.ToolExecutionCard-module__a-O3SG__sectionContent{flex-direction:column;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__text{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.ToolExecutionCard-module__a-O3SG__codeBlock{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:6px;max-height:300px;margin:0;padding:.625rem;font-family:JetBrains Mono,monospace;font-size:.688rem;line-height:1.5;overflow:auto}.ToolExecutionCard-module__a-O3SG__codeBlock code{display:block}.ToolExecutionCard-module__a-O3SG__cursor{background:var(--accent-primary);width:8px;height:1em;margin-left:2px;animation:1s step-end infinite ToolExecutionCard-module__a-O3SG__blink;display:inline-block}@keyframes ToolExecutionCard-module__a-O3SG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.ToolExecutionCard-module__a-O3SG__progressBar{background:#f59e0b1a;border-radius:2px;width:100%;height:3px;position:relative;overflow:hidden}.ToolExecutionCard-module__a-O3SG__progressBarFill{background:linear-gradient(90deg,transparent,var(--status-warning),transparent);width:40%;height:100%;animation:1.5s ease-in-out infinite ToolExecutionCard-module__a-O3SG__progress;position:absolute;top:0;left:0}@keyframes ToolExecutionCard-module__a-O3SG__progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}.ToolExecutionCard-module__a-O3SG__argsExpanded{flex-direction:column;gap:.5rem;display:flex}.ToolExecutionCard-module__a-O3SG__argItemExpanded{flex-direction:column;gap:.25rem;display:flex}.ToolExecutionCard-module__a-O3SG__argKeyExpanded{color:var(--text-secondary);font-family:JetBrains Mono,monospace;font-size:.688rem;font-weight:600}.ToolExecutionCard-module__a-O3SG__argValueExpanded{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-subtle);white-space:pre-wrap;word-break:break-word;border-radius:4px;max-height:150px;margin:0;padding:.375rem .5rem;font-family:JetBrains Mono,monospace;font-size:.688rem;line-height:1.4;overflow-y:auto}.ToolExecutionCard-module__a-O3SG__findingsList,.ToolExecutionCard-module__a-O3SG__stepsList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__stepItem{color:var(--text-primary);border-left:2px solid var(--status-warning);background:#f59e0b0d;border-radius:0 4px 4px 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--status-success);background:#22c55e0d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--status-error);background:#ef44440d}.ToolExecutionCard-module__a-O3SG__stepItem,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__stepItem,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--accent-primary);background:#3b82f60d}
.PlanWaveCard-module__fS_5ra__card{background:#f59e0b0d;border:1px solid #f59e0b33;border-radius:8px;margin:0;transition:all .2s;animation:.3s PlanWaveCard-module__fS_5ra__fadeInSlide;overflow:hidden}@keyframes PlanWaveCard-module__fS_5ra__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.PlanWaveCard-module__fS_5ra__card:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #f59e0b1a}.PlanWaveCard-module__fS_5ra__statusRunning{background:#f59e0b0d;border-color:#f59e0b33}.PlanWaveCard-module__fS_5ra__statusSuccess{background:#22c55e0d;border-color:#22c55e33}.PlanWaveCard-module__fS_5ra__statusSuccess:hover{border-color:#22c55e66;box-shadow:0 4px 12px #22c55e1a}.PlanWaveCard-module__fS_5ra__statusPartial{background:#f59e0b0d;border-color:#f59e0b33}.PlanWaveCard-module__fS_5ra__statusPartial:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #f59e0b1a}.PlanWaveCard-module__fS_5ra__statusError{background:#ef44440d;border-color:#ef444433}.PlanWaveCard-module__fS_5ra__statusError:hover{border-color:#ef444466;box-shadow:0 4px 12px #ef44441a}.PlanWaveCard-module__fS_5ra__statusPendingApproval{background:#8b5cf60d;border-color:#8b5cf633}.PlanWaveCard-module__fS_5ra__statusPendingApproval:hover{border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf61a}.PlanWaveCard-module__fS_5ra__statusPendingApproval .PlanWaveCard-module__fS_5ra__waveIcon{background:#8b5cf6cc}.PlanWaveCard-module__fS_5ra__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.PlanWaveCard-module__fS_5ra__cardHeaderWrapper:hover{background:#f59e0b0d}.PlanWaveCard-module__fS_5ra__statusSuccess .PlanWaveCard-module__fS_5ra__cardHeaderWrapper:hover{background:#22c55e0d}.PlanWaveCard-module__fS_5ra__statusPartial .PlanWaveCard-module__fS_5ra__cardHeaderWrapper:hover{background:#f59e0b0d}.PlanWaveCard-module__fS_5ra__statusError .PlanWaveCard-module__fS_5ra__cardHeaderWrapper:hover{background:#ef44440d}.PlanWaveCard-module__fS_5ra__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.PlanWaveCard-module__fS_5ra__cardIcon{background:var(--status-warning);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.PlanWaveCard-module__fS_5ra__statusSuccess .PlanWaveCard-module__fS_5ra__cardIcon{background:var(--status-success)}.PlanWaveCard-module__fS_5ra__statusPartial .PlanWaveCard-module__fS_5ra__cardIcon{background:var(--status-warning)}.PlanWaveCard-module__fS_5ra__statusError .PlanWaveCard-module__fS_5ra__cardIcon{background:var(--status-error)}.PlanWaveCard-module__fS_5ra__waveIcon{color:#fff}.PlanWaveCard-module__fS_5ra__headerInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.PlanWaveCard-module__fS_5ra__titleText{color:var(--text-primary);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600}.PlanWaveCard-module__fS_5ra__toolNamesPreview{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.625rem;overflow:hidden}.PlanWaveCard-module__fS_5ra__rationalePreview{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.688rem;line-height:1.4;display:-webkit-box;overflow:hidden}.PlanWaveCard-module__fS_5ra__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.PlanWaveCard-module__fS_5ra__statusBadge{color:var(--status-warning);white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.25rem;padding:.188rem .5rem;font-size:.688rem;font-weight:500;display:flex}.PlanWaveCard-module__fS_5ra__statusSuccess .PlanWaveCard-module__fS_5ra__statusBadge{color:var(--status-success);background:#22c55e1a;border-color:#22c55e4d}.PlanWaveCard-module__fS_5ra__statusPartial .PlanWaveCard-module__fS_5ra__statusBadge{color:var(--status-warning);background:#f59e0b1a;border-color:#f59e0b4d}.PlanWaveCard-module__fS_5ra__statusError .PlanWaveCard-module__fS_5ra__statusBadge{color:var(--status-error);background:#ef44441a;border-color:#ef44444d}.PlanWaveCard-module__fS_5ra__statusIcon{flex-shrink:0}.PlanWaveCard-module__fS_5ra__spinner{animation:1s linear infinite PlanWaveCard-module__fS_5ra__spin}@keyframes PlanWaveCard-module__fS_5ra__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlanWaveCard-module__fS_5ra__successIcon{color:var(--status-success)}.PlanWaveCard-module__fS_5ra__partialIcon{color:var(--status-warning)}.PlanWaveCard-module__fS_5ra__errorIcon{color:var(--status-error)}.PlanWaveCard-module__fS_5ra__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.PlanWaveCard-module__fS_5ra__expandButton:hover{color:var(--status-warning);background:#f59e0b1a}.PlanWaveCard-module__fS_5ra__cardContent{flex-direction:column;gap:.625rem;padding:0 .875rem .75rem;animation:.2s PlanWaveCard-module__fS_5ra__expandDown;display:flex}@keyframes PlanWaveCard-module__fS_5ra__expandDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.PlanWaveCard-module__fS_5ra__rationale{color:var(--text-secondary);background:#f59e0b0d;border-left:2px solid #f59e0b66;border-radius:0 4px 4px 0;margin:0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.PlanWaveCard-module__fS_5ra__toolsContainer{border-left:2px dashed #f59e0b33;flex-direction:column;gap:.375rem;padding-left:.75rem;display:flex;position:relative}.PlanWaveCard-module__fS_5ra__analysisSection{flex-direction:column;gap:.375rem;display:flex}.PlanWaveCard-module__fS_5ra__analysisSectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.688rem;font-weight:600}.PlanWaveCard-module__fS_5ra__analysisText{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.PlanWaveCard-module__fS_5ra__findingsList,.PlanWaveCard-module__fS_5ra__stepsList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.PlanWaveCard-module__fS_5ra__findingItem{color:var(--text-primary);border-left:2px solid var(--status-warning);background:#f59e0b0d;border-radius:0 4px 4px 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.PlanWaveCard-module__fS_5ra__statusSuccess .PlanWaveCard-module__fS_5ra__findingItem{border-left-color:var(--status-success);background:#22c55e0d}.PlanWaveCard-module__fS_5ra__stepItem{color:var(--text-primary);border-left:2px solid var(--accent-primary);background:#3b82f60d;border-radius:0 4px 4px 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.PlanWaveCard-module__fS_5ra__confirmActions{align-items:center;gap:.375rem;display:flex}.PlanWaveCard-module__fS_5ra__allowBtn,.PlanWaveCard-module__fS_5ra__denyBtn{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:10px;align-items:center;gap:.25rem;padding:.188rem .625rem;font-size:.688rem;font-weight:600;line-height:1.4;transition:all .15s;display:flex}.PlanWaveCard-module__fS_5ra__allowBtn{color:var(--status-success);background:#22c55e1a;border-color:#22c55e66}.PlanWaveCard-module__fS_5ra__allowBtn:hover:not(:disabled){background:var(--status-success);color:#fff}.PlanWaveCard-module__fS_5ra__denyBtn{color:var(--status-error);background:#ef44441a;border-color:#ef444466}.PlanWaveCard-module__fS_5ra__denyBtn:hover:not(:disabled){background:var(--status-error);color:#fff}.PlanWaveCard-module__fS_5ra__allowBtn:disabled,.PlanWaveCard-module__fS_5ra__denyBtn:disabled{opacity:.4;cursor:not-allowed}
.DeepThinkCard-module__sZWhGG__card{background:linear-gradient(135deg,#f59e0b0d 0%,#ea580c0d 100%);border:1px solid #f59e0b33;border-radius:8px;margin:0;transition:all .2s;animation:.3s DeepThinkCard-module__sZWhGG__fadeInSlide;overflow:hidden}@keyframes DeepThinkCard-module__sZWhGG__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.DeepThinkCard-module__sZWhGG__card:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #f59e0b1a}.DeepThinkCard-module__sZWhGG__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.DeepThinkCard-module__sZWhGG__cardHeaderWrapper:hover{background:#f59e0b0d}.DeepThinkCard-module__sZWhGG__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.DeepThinkCard-module__sZWhGG__cardIcon{background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.DeepThinkCard-module__sZWhGG__deepThinkIcon{color:#fff}.DeepThinkCard-module__sZWhGG__headerInfo{flex:1;align-items:center;gap:.5rem;display:flex}.DeepThinkCard-module__sZWhGG__titleText{color:var(--text-primary);font-size:.75rem;font-weight:600}.DeepThinkCard-module__sZWhGG__triggerBadge{color:#d97706;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:500;display:inline-flex}.DeepThinkCard-module__sZWhGG__compactPreview{flex-direction:column;gap:.125rem;width:100%;display:flex}.DeepThinkCard-module__sZWhGG__previewText{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.625rem;line-height:1.3;display:-webkit-box;overflow:hidden}.DeepThinkCard-module__sZWhGG__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.DeepThinkCard-module__sZWhGG__copyButton,.DeepThinkCard-module__sZWhGG__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.DeepThinkCard-module__sZWhGG__copyButton:hover,.DeepThinkCard-module__sZWhGG__expandButton:hover{color:#d97706;background:#f59e0b1a}.DeepThinkCard-module__sZWhGG__cardContent{flex-direction:column;gap:.75rem;padding:0 .875rem .75rem;animation:.2s DeepThinkCard-module__sZWhGG__expandDown;display:flex}@keyframes DeepThinkCard-module__sZWhGG__expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.DeepThinkCard-module__sZWhGG__section{flex-direction:column;gap:.375rem;display:flex}.DeepThinkCard-module__sZWhGG__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.688rem;font-weight:600}.DeepThinkCard-module__sZWhGG__text{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.DeepThinkCard-module__sZWhGG__listItem{color:var(--text-primary);margin:0;padding-left:.25rem;font-size:.75rem;line-height:1.5}.DeepThinkCard-module__sZWhGG__listItem:before{content:"→ ";color:#d97706}
.LatsSearchCard-module__6pnVVG__card{border:1px solid var(--border-color,#94a3b840);background:var(--card-bg,#1e293b59);border-radius:8px;margin:6px 0;font-size:.8rem;overflow:hidden}.LatsSearchCard-module__6pnVVG__header{cursor:pointer;border-bottom:1px solid var(--border-color,#94a3b826);align-items:center;gap:8px;padding:8px 10px;display:flex}.LatsSearchCard-module__6pnVVG__headerIcon{color:#a78bfa;flex-shrink:0}.LatsSearchCard-module__6pnVVG__title{font-weight:600}.LatsSearchCard-module__6pnVVG__phaseBadge,.LatsSearchCard-module__6pnVVG__rolloutBadge,.LatsSearchCard-module__6pnVVG__shadowBadge,.LatsSearchCard-module__6pnVVG__outcomeBadge,.LatsSearchCard-module__6pnVVG__statusBadge{white-space:nowrap;border-radius:4px;padding:1px 6px;font-size:.68rem}.LatsSearchCard-module__6pnVVG__statusBadge{color:#86efac;background:#22c55e29;align-items:center;gap:4px;font-weight:600;display:inline-flex}.LatsSearchCard-module__6pnVVG__statusDot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite LatsSearchCard-module__6pnVVG__latsPulse}@keyframes LatsSearchCard-module__6pnVVG__latsPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.LatsSearchCard-module__6pnVVG__phaseBadge{color:#c4b5fd;background:#8b5cf62e}.LatsSearchCard-module__6pnVVG__rolloutBadge{color:var(--text-muted,#94a3b8);background:#94a3b826;margin-left:auto}.LatsSearchCard-module__6pnVVG__shadowBadge{color:#93c5fd;background:#3b82f62e}.LatsSearchCard-module__6pnVVG__outcomeBadge{color:#cbd5e1;background:#94a3b826}.LatsSearchCard-module__6pnVVG__outcomeBadge[data-outcome=terminal_success]{color:#86efac;background:#16653459}.LatsSearchCard-module__6pnVVG__hud{color:var(--text-muted,#94a3b8);border-bottom:1px solid var(--border-color,#94a3b81a);gap:14px;padding:5px 10px;font-size:.7rem;display:flex}.LatsSearchCard-module__6pnVVG__outline{font-family:var(--font-mono,ui-monospace,monospace);max-height:320px;padding:6px 10px;font-size:.72rem;overflow-y:auto}.LatsSearchCard-module__6pnVVG__node{white-space:nowrap;align-items:center;gap:6px;padding:1px 0;display:flex}.LatsSearchCard-module__6pnVVG__glyph{text-align:center;width:12px;color:var(--text-muted,#94a3b8);flex-shrink:0}.LatsSearchCard-module__6pnVVG__nodeLabel{text-overflow:ellipsis;max-width:40%;overflow:hidden}.LatsSearchCard-module__6pnVVG__nodeValue{color:#cbd5e1;font-variant-numeric:tabular-nums;flex-shrink:0}.LatsSearchCard-module__6pnVVG__dangerFlag{color:#f59e0b;flex-shrink:0;font-weight:700}.LatsSearchCard-module__6pnVVG__observation,.LatsSearchCard-module__6pnVVG__reflection{color:var(--text-muted,#94a3b8);text-overflow:ellipsis;opacity:.85;font-style:italic;overflow:hidden}.LatsSearchCard-module__6pnVVG__reflection{color:#fca5a5}.LatsSearchCard-module__6pnVVG__pruned{opacity:.45;text-decoration:line-through}.LatsSearchCard-module__6pnVVG__hot .LatsSearchCard-module__6pnVVG__nodeLabel{color:#86efac;font-weight:600}.LatsSearchCard-module__6pnVVG__terminal .LatsSearchCard-module__6pnVVG__glyph{color:#fbbf24}.LatsSearchCard-module__6pnVVG__bestLine{border-top:1px solid var(--border-color,#94a3b81f);padding:6px 10px;font-size:.72rem;display:block}.LatsSearchCard-module__6pnVVG__bestLineLabel{color:var(--text-muted,#94a3b8);margin-bottom:3px;display:block}.LatsSearchCard-module__6pnVVG__bestLinePath{color:#86efac;word-break:break-word;overflow-wrap:anywhere;line-height:1.5;display:block}.LatsSearchCard-module__6pnVVG__bestLinePathClamped{max-height:4.5em;overflow:hidden}.LatsSearchCard-module__6pnVVG__bestLineSep{color:var(--text-muted,#94a3b8)}.LatsSearchCard-module__6pnVVG__bestLineToggle{color:#a78bfa;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:3px;margin-top:3px;padding:2px 6px 2px 4px;font-size:.68rem;display:inline-flex}.LatsSearchCard-module__6pnVVG__bestLineToggle:hover{background:#7c3aed24}.LatsSearchCard-module__6pnVVG__footer{justify-content:flex-end;padding:6px 10px 8px;display:flex}@property --lats-glow-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.LatsSearchCard-module__6pnVVG__expandBtn{isolation:isolate;color:#e9d5ff;cursor:pointer;will-change:transform;background:linear-gradient(135deg,#7c3aed38,#d946ef38);border:1px solid #c084fc59;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:4px 12px;font-size:.7rem;font-weight:600;transition:background .2s,border-color .2s,color .2s,box-shadow .25s,transform .2s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative}.LatsSearchCard-module__6pnVVG__expandBtn:before{content:"";z-index:-1;border-radius:inherit;background:conic-gradient(from var(--lats-glow-angle),transparent 0deg,transparent 200deg,#e879f9a6 280deg,#f0dcff 330deg,#e879f9a6 20deg,transparent 100deg);-webkit-mask-composite:xor;filter:drop-shadow(0 0 3px #e879f98c);pointer-events:none;padding:1.5px;animation:2.6s linear infinite LatsSearchCard-module__6pnVVG__latsBorderGlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes LatsSearchCard-module__6pnVVG__latsBorderGlow{to{--lats-glow-angle:360deg}}.LatsSearchCard-module__6pnVVG__expandBtn svg{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.LatsSearchCard-module__6pnVVG__expandBtn:hover{color:#faf5ff;background:linear-gradient(135deg,#8b5cf666,#d946ef66);border-color:#e879f9b3;transform:translateY(-1px);box-shadow:0 4px 14px #a855f759}.LatsSearchCard-module__6pnVVG__expandBtn:hover svg{transform:scale(1.18)rotate(-6deg)}.LatsSearchCard-module__6pnVVG__expandBtn:hover:before{filter:drop-shadow(0 0 5px #e879f9d9);animation-duration:1.3s}.LatsSearchCard-module__6pnVVG__expandBtn:active{transform:translateY(0)scale(.97);box-shadow:0 2px 6px #a855f74d}.LatsSearchCard-module__6pnVVG__expandBtn:focus-visible{outline-offset:2px;outline:2px solid #e879f9}@media (prefers-reduced-motion:reduce){.LatsSearchCard-module__6pnVVG__expandBtn,.LatsSearchCard-module__6pnVVG__expandBtn svg{transition:background .2s,border-color .2s,color .2s;transform:none}.LatsSearchCard-module__6pnVVG__expandBtn:hover,.LatsSearchCard-module__6pnVVG__expandBtn:active{transform:none}.LatsSearchCard-module__6pnVVG__expandBtn:before{background:#e879f973;animation:none}}
.TriageRunButton-module__dy6iKq__button{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-2-5);background:var(--accent-primary);color:var(--text-on-accent);border:1px solid var(--accent-primary);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);display:inline-flex}.TriageRunButton-module__dy6iKq__button:hover:not(:disabled){background:var(--accent-primary-hover);border-color:var(--accent-primary-hover);color:var(--text-on-accent)}.TriageRunButton-module__dy6iKq__button:disabled{opacity:.55;cursor:not-allowed}.TriageRunButton-module__dy6iKq__spin{animation:1s linear infinite TriageRunButton-module__dy6iKq__triage-spin}@keyframes TriageRunButton-module__dy6iKq__triage-spin{to{transform:rotate(360deg)}}.TriageRunButton-module__dy6iKq__dialog{flex-direction:column;gap:12px;font-size:13px;line-height:1.5;display:flex}.TriageRunButton-module__dy6iKq__dialog p{margin:0}.TriageRunButton-module__dy6iKq__dialog ol,.TriageRunButton-module__dy6iKq__dialog ul{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.TriageRunButton-module__dy6iKq__dialogHeading{color:var(--text-primary,#e2e8f0);font-weight:600}.TriageRunButton-module__dy6iKq__muted{color:var(--text-secondary,#94a3b8);font-size:12px}.TriageRunButton-module__dy6iKq__warn{border:1px solid var(--warn-border,#8a6d3b);background:var(--warn-bg,#2a2314);color:var(--warn-fg,#f0c674);border-radius:6px;padding:8px 10px;font-size:12px}.TriageRunButton-module__dy6iKq__blocked{border:1px solid var(--danger-border,#7f1d1d);background:var(--danger-bg,#2a1414);color:var(--danger-fg,#fca5a5);border-radius:6px;padding:8px 10px;font-size:12px}
.TriageTable-module__TebQAa__wrap{gap:var(--space-3);padding:var(--space-3);flex-direction:column;display:flex;position:absolute;inset:0;overflow:auto}.TriageTable-module__TebQAa__toolbar{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.TriageTable-module__TebQAa__filters{gap:var(--space-1);flex-wrap:wrap;margin-left:auto;display:flex}.TriageTable-module__TebQAa__actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.TriageTable-module__TebQAa__chip{border:1px solid var(--border-subtle);border-radius:var(--radius-full,999px);background:var(--bg-elevated);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;padding:3px 10px}.TriageTable-module__TebQAa__chip:hover{color:var(--text-primary);border-color:var(--border-strong)}.TriageTable-module__TebQAa__chipActive{background:var(--accent-subtle,var(--bg-hover));color:var(--text-primary);border-color:var(--accent,var(--border-strong))}.TriageTable-module__TebQAa__button{align-items:center;gap:var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text-primary);font-size:var(--text-xs);cursor:pointer;padding:4px 10px;display:inline-flex}.TriageTable-module__TebQAa__button:hover{border-color:var(--border-strong)}.TriageTable-module__TebQAa__runBanner{align-items:center;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--accent-primary);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--accent-primary)10%,transparent);font-size:var(--text-xs);color:var(--text-primary);display:flex}.TriageTable-module__TebQAa__runBannerText{flex:1;min-width:0}.TriageTable-module__TebQAa__runBannerBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text-primary);font-size:var(--text-xs);cursor:pointer;white-space:nowrap;padding:3px 10px}.TriageTable-module__TebQAa__runBannerBtn:hover{border-color:var(--accent-primary)}.TriageTable-module__TebQAa__truncationNotice{padding:var(--space-2);border:1px solid var(--severity-medium,#d29922);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--severity-medium,#d29922)12%,transparent);color:var(--text-primary);font-size:var(--text-xs)}.TriageTable-module__TebQAa__tableScroll{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow-x:auto}.TriageTable-module__TebQAa__table{border-collapse:collapse;width:100%;font-size:var(--text-xs)}.TriageTable-module__TebQAa__table th{text-align:left;padding:var(--space-2);color:var(--text-tertiary);white-space:nowrap;border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated);font-weight:500;position:sticky;top:0}.TriageTable-module__TebQAa__table td{padding:var(--space-2);border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);vertical-align:top}.TriageTable-module__TebQAa__name{color:var(--text-primary);overflow-wrap:anywhere;max-width:280px}.TriageTable-module__TebQAa__where,.TriageTable-module__TebQAa__reason{overflow-wrap:anywhere;max-width:320px}.TriageTable-module__TebQAa__badge{border-radius:var(--radius-full,999px);white-space:nowrap;background:var(--bg-hover);color:var(--text-secondary);align-items:center;gap:4px;padding:2px 7px;font-size:10px;display:inline-flex}.TriageTable-module__TebQAa__rank{font-variant-numeric:tabular-nums;color:var(--text-primary);white-space:nowrap;font-weight:600}.TriageTable-module__TebQAa__signalsCell{max-width:260px}.TriageTable-module__TebQAa__signals{flex-wrap:wrap;gap:3px;display:flex}.TriageTable-module__TebQAa__signalChip{border-radius:var(--radius-full,999px);background:color-mix(in srgb,var(--accent-primary)14%,transparent);border:1px solid color-mix(in srgb,var(--accent-primary)30%,transparent);color:var(--text-primary);white-space:nowrap;padding:1px 6px;font-size:9px}.TriageTable-module__TebQAa__confirmed{background:color-mix(in srgb,var(--severity-high,#e5534b)18%,transparent);color:var(--severity-high,#e5534b)}.TriageTable-module__TebQAa__likely_noise{background:var(--bg-hover);color:var(--text-tertiary)}.TriageTable-module__TebQAa__needs_verification{background:color-mix(in srgb,var(--severity-medium,#d29922)18%,transparent);color:var(--severity-medium,#d29922)}.TriageTable-module__TebQAa__unreviewed{background:var(--bg-hover);color:var(--text-tertiary)}.TriageTable-module__TebQAa__confidence{color:var(--text-tertiary);margin-left:6px;font-size:10px}.TriageTable-module__TebQAa__humanTag{border-radius:var(--radius-full,999px);border:1px solid var(--border-subtle);color:var(--text-tertiary);margin-left:6px;padding:1px 5px;font-size:9px}.TriageTable-module__TebQAa__sev{text-transform:capitalize}.TriageTable-module__TebQAa__critical{color:var(--severity-critical,#ff5c5c)}.TriageTable-module__TebQAa__high{color:var(--severity-high,#e5534b)}.TriageTable-module__TebQAa__medium{color:var(--severity-medium,#d29922)}.TriageTable-module__TebQAa__low{color:var(--severity-low,#3fb950)}.TriageTable-module__TebQAa__info{color:var(--text-tertiary)}.TriageTable-module__TebQAa__muteButton,.TriageTable-module__TebQAa__unmuteButton{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:4px;padding:3px 8px;display:inline-flex}.TriageTable-module__TebQAa__muteButton:hover:not(:disabled){color:var(--text-primary);border-color:var(--border-strong)}.TriageTable-module__TebQAa__unmuteButton:hover:not(:disabled){color:var(--severity-low,#3fb950);border-color:var(--severity-low,#3fb950)}.TriageTable-module__TebQAa__muteButton:disabled,.TriageTable-module__TebQAa__unmuteButton:disabled{opacity:.5;cursor:default}.TriageTable-module__TebQAa__mutedSection{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;display:flex}.TriageTable-module__TebQAa__mutedHeading{font-size:var(--text-sm);color:var(--text-primary);margin:0}.TriageTable-module__TebQAa__mutedNote{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.TriageTable-module__TebQAa__mutedRow td{opacity:.72}.TriageTable-module__TebQAa__empty{padding:var(--space-4);text-align:center;color:var(--text-tertiary);font-size:var(--text-xs)}.TriageTable-module__TebQAa__error{padding:var(--space-4);text-align:center;color:var(--severity-high,#e5534b);font-size:var(--text-xs);align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.TriageTable-module__TebQAa__spin{animation:1s linear infinite TriageTable-module__TebQAa__spin}@keyframes TriageTable-module__TebQAa__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.TriageTable-module__TebQAa__toolbar{flex-direction:column;align-items:flex-start}}.TriageTable-module__TebQAa__section{flex-direction:column;gap:4px;margin-top:18px;display:flex}.TriageTable-module__TebQAa__section:first-of-type{margin-top:0}.TriageTable-module__TebQAa__sectionHeading{color:var(--text-primary,#e2e8f0);align-items:center;gap:8px;margin:0;font-size:13px;font-weight:600;display:flex}.TriageTable-module__TebQAa__sectionCount{background:var(--chip-bg,#1e293b);color:var(--text-secondary,#94a3b8);border-radius:10px;padding:1px 7px;font-size:11px;font-weight:500}.TriageTable-module__TebQAa__sectionHead{flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0;display:flex}.TriageTable-module__TebQAa__section>.TriageTable-module__TebQAa__sectionHead{margin-bottom:4px}.TriageTable-module__TebQAa__sectionBlurb{color:var(--text-secondary,#94a3b8);margin:0;font-size:11px;font-weight:400}.TriageTable-module__TebQAa__scoreCell{white-space:nowrap;min-width:200px}.TriageTable-module__TebQAa__scoreValue{font-variant-numeric:tabular-nums;margin-right:6px;font-size:13px;font-weight:600}.TriageTable-module__TebQAa__tierChip,.TriageTable-module__TebQAa__verdictChip{border:1px solid var(--border-color,#2a3441);background:var(--chip-bg,#1e293b);color:var(--text-secondary,#94a3b8);border-radius:10px;padding:1px 7px;font-size:10px;font-weight:600;display:inline-block}.TriageTable-module__TebQAa__tierT1{color:#fca5a5;border-color:#b91c1c}.TriageTable-module__TebQAa__tierT2{color:#fdba74;border-color:#c2410c}.TriageTable-module__TebQAa__tierT3{color:#fde047;border-color:#a16207}.TriageTable-module__TebQAa__tierT4{color:#94a3b8;border-color:#334155}.TriageTable-module__TebQAa__factorLine{color:var(--text-secondary,#94a3b8);font-variant-numeric:tabular-nums;margin-top:3px;font-size:10px;display:block}.TriageTable-module__TebQAa__verdictCell{min-width:150px}.TriageTable-module__TebQAa__verdictHuman{color:#67e8f9;border-color:#0e7490}.TriageTable-module__TebQAa__quote{color:var(--text-secondary,#94a3b8);text-overflow:ellipsis;white-space:nowrap;max-width:240px;margin-top:3px;font-size:10px;font-style:italic;display:block;overflow:hidden}.TriageTable-module__TebQAa__fixLever{color:var(--accent-fg,#7dd3fc);margin-top:3px;font-size:10px;display:block}.TriageTable-module__TebQAa__staleTag{background:var(--chip-bg,#1e293b);color:var(--text-secondary,#94a3b8);border-radius:8px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:500;display:inline-block}.TriageTable-module__TebQAa__rowActions{white-space:nowrap;gap:4px;display:flex}.TriageTable-module__TebQAa__verdictButton{border:1px solid var(--border-color,#2a3441);color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:3px;padding:3px 7px;font-size:11px;display:inline-flex}.TriageTable-module__TebQAa__verdictButton:hover:not(:disabled){border-color:var(--accent-fg,#7dd3fc);color:var(--accent-fg,#7dd3fc)}.TriageTable-module__TebQAa__verdictButton:disabled{opacity:.5;cursor:not-allowed}
.ThemeToggle-module__Z5gSZG__container{align-items:center;gap:var(--space-1-5);display:flex}.ThemeToggle-module__Z5gSZG__icon{color:var(--text-tertiary);transition:var(--transition-colors);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.ThemeToggle-module__Z5gSZG__iconActive{color:var(--accent-secondary)}.ThemeToggle-module__Z5gSZG__toggle{background:var(--toggle-bg);border:1px solid var(--border-default);border-radius:var(--radius-full);cursor:pointer;width:32px;height:16px;transition:var(--transition-all);position:relative}.ThemeToggle-module__Z5gSZG__toggle:hover{border-color:var(--accent-secondary)}.ThemeToggle-module__Z5gSZG__toggle:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.ThemeToggle-module__Z5gSZG__toggle:disabled{opacity:.5;cursor:not-allowed}.ThemeToggle-module__Z5gSZG__knob{background:var(--toggle-knob);border-radius:var(--radius-full);width:10px;height:10px;transition:transform var(--transition-default),background-color var(--transition-default);position:absolute;top:2px;left:2px}.ThemeToggle-module__Z5gSZG__knobRight{background:var(--toggle-knob-active);transform:translate(16px)}
.ScanScheduleTable-module__hZCOPq__wrap{gap:var(--space-4);padding:var(--space-3);flex-direction:column;display:flex;position:absolute;inset:0;overflow:auto}.ScanScheduleTable-module__hZCOPq__section{gap:var(--space-2);flex-direction:column;display:flex}.ScanScheduleTable-module__hZCOPq__heading{align-items:center;gap:var(--space-1);font-size:var(--text-sm);color:var(--text-primary);margin:0;display:flex}.ScanScheduleTable-module__hZCOPq__historyHead{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:26px;display:flex}.ScanScheduleTable-module__hZCOPq__clearBtn{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-xs);color:#ef4444;cursor:pointer;background:0 0;display:inline-flex}.ScanScheduleTable-module__hZCOPq__clearBtn:hover:not(:disabled){background:#ef44441a;border-color:#ef4444}.ScanScheduleTable-module__hZCOPq__clearBtn:disabled{opacity:.6;cursor:default}.ScanScheduleTable-module__hZCOPq__checkCol{text-align:center;white-space:nowrap;width:28px}.ScanScheduleTable-module__hZCOPq__checkCol input{cursor:pointer;vertical-align:middle}.ScanScheduleTable-module__hZCOPq__rowSelected{background:var(--bg-tertiary)}.ScanScheduleTable-module__hZCOPq__form{align-items:flex-end;gap:var(--space-2);padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default);flex-wrap:wrap;display:flex}.ScanScheduleTable-module__hZCOPq__field{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);flex-direction:column;gap:2px;font-size:10px;display:flex}.ScanScheduleTable-module__hZCOPq__input{padding:var(--space-1)var(--space-2);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-primary)}.ScanScheduleTable-module__hZCOPq__createBtn{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);background:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-default);font-size:var(--text-xs);color:var(--text-on-accent);cursor:pointer;display:inline-flex}.ScanScheduleTable-module__hZCOPq__createBtn:disabled{opacity:.6;cursor:not-allowed}.ScanScheduleTable-module__hZCOPq__table{border-collapse:collapse;width:100%;font-size:var(--text-xs)}.ScanScheduleTable-module__hZCOPq__table th{padding:var(--space-2);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);white-space:nowrap;font-size:10px}.ScanScheduleTable-module__hZCOPq__table td{padding:var(--space-1)var(--space-2);border-bottom:1px solid var(--border-subtle,var(--border-default));color:var(--text-primary);vertical-align:middle}.ScanScheduleTable-module__hZCOPq__muted{color:var(--text-tertiary);white-space:nowrap}.ScanScheduleTable-module__hZCOPq__num{text-align:right}.ScanScheduleTable-module__hZCOPq__empty{color:var(--text-tertiary);text-align:center;padding:var(--space-3)}.ScanScheduleTable-module__hZCOPq__actions{gap:var(--space-1);display:flex}.ScanScheduleTable-module__hZCOPq__iconBtn{padding:var(--space-1);border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;display:inline-flex}.ScanScheduleTable-module__hZCOPq__iconBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ScanScheduleTable-module__hZCOPq__iconBtn:disabled{opacity:.4;cursor:not-allowed}.ScanScheduleTable-module__hZCOPq__dangerBtn:hover:not(:disabled){color:#ef4444}.ScanScheduleTable-module__hZCOPq__textBtn{padding:1px var(--space-2);border-color:var(--border-default);font-size:var(--text-xs);white-space:nowrap}.ScanScheduleTable-module__hZCOPq__badgeOn,.ScanScheduleTable-module__hZCOPq__badgeOff,.ScanScheduleTable-module__hZCOPq__statusOk,.ScanScheduleTable-module__hZCOPq__statusBad,.ScanScheduleTable-module__hZCOPq__statusRunning,.ScanScheduleTable-module__hZCOPq__statusDeferred{padding:1px var(--space-1);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em;font-size:9px;display:inline-block}.ScanScheduleTable-module__hZCOPq__badgeOn,.ScanScheduleTable-module__hZCOPq__statusOk{color:#059669;background:#05966926}.ScanScheduleTable-module__hZCOPq__badgeOff{background:var(--bg-tertiary);color:var(--text-secondary)}.ScanScheduleTable-module__hZCOPq__statusBad{color:#ef4444;background:#ef444426}.ScanScheduleTable-module__hZCOPq__statusRunning{color:#3b82f6;background:#3b82f626}.ScanScheduleTable-module__hZCOPq__statusDeferred{color:var(--status-warning);background:#f59e0b26}.ScanScheduleTable-module__hZCOPq__spinner{animation:1s linear infinite ScanScheduleTable-module__hZCOPq__spin}@keyframes ScanScheduleTable-module__hZCOPq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ScanScheduleTable-module__hZCOPq__loadError{padding:var(--space-2)var(--space-3);border-radius:var(--radius-default);font-size:var(--text-xs);color:#ef4444;background:#ef444414;border:1px solid #ef44444d}.ScanScheduleTable-module__hZCOPq__hint{color:var(--text-secondary,#9aa);margin:.25rem 0 .75rem;font-size:.8rem;line-height:1.4}.ScanScheduleTable-module__hZCOPq__pager{justify-content:flex-end;align-items:center;gap:var(--space-3);margin-top:var(--space-2);display:flex}.ScanScheduleTable-module__hZCOPq__pagerBtn{padding:2px var(--space-2);font-size:var(--text-xs);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;display:inline-flex}.ScanScheduleTable-module__hZCOPq__pagerBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ScanScheduleTable-module__hZCOPq__pagerBtn:disabled{opacity:.4;cursor:not-allowed}.ScanScheduleTable-module__hZCOPq__pagerLabel{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}
.ProjectSelector-module__o96ySG__container{position:relative}.ProjectSelector-module__o96ySG__triggerGroup{align-items:center;gap:var(--space-1);display:flex}.ProjectSelector-module__o96ySG__settingsIconButton{border:1px solid var(--border-default);border-radius:var(--radius-default);width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-all);background:0 0;justify-content:center;align-items:center;display:flex}.ProjectSelector-module__o96ySG__settingsIconButton:hover{background:var(--bg-hover);border-color:var(--text-tertiary);color:var(--text-primary)}.ProjectSelector-module__o96ySG__settingsIconButton:focus-visible{outline:2px solid var(--border-focus);outline-offset:1px}.ProjectSelector-module__o96ySG__trigger{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-default);color:var(--text-primary);font-size:var(--text-xs);cursor:pointer;transition:var(--transition-all);min-width:140px;max-width:200px;display:flex}.ProjectSelector-module__o96ySG__trigger:hover{border-color:var(--text-tertiary)}.ProjectSelector-module__o96ySG__trigger svg:first-child{color:var(--text-secondary);flex-shrink:0}.ProjectSelector-module__o96ySG__projectName{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ProjectSelector-module__o96ySG__trigger svg:last-child{color:var(--text-tertiary);transition:transform var(--transition-default);flex-shrink:0}.ProjectSelector-module__o96ySG__iconOpen{transform:rotate(180deg)}.ProjectSelector-module__o96ySG__dropdown{top:calc(100% + var(--space-1));background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);width:260px;box-shadow:var(--shadow-lg);z-index:1000;position:absolute;left:0;overflow:hidden}.ProjectSelector-module__o96ySG__header{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-default);background:var(--bg-tertiary);justify-content:space-between;align-items:center;display:flex}.ProjectSelector-module__o96ySG__headerTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.ProjectSelector-module__o96ySG__settingsButton{border-radius:var(--radius-sm);width:20px;height:20px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ProjectSelector-module__o96ySG__settingsButton:hover{background:var(--bg-hover);color:var(--text-primary)}.ProjectSelector-module__o96ySG__list{max-height:240px;overflow-y:auto}.ProjectSelector-module__o96ySG__item{width:100%;padding:var(--space-2)var(--space-3);cursor:pointer;transition:var(--transition-all);text-align:left;background:0 0;border:none;display:flex}.ProjectSelector-module__o96ySG__item:hover{background:var(--bg-hover)}.ProjectSelector-module__o96ySG__itemActive{background:var(--bg-active)}.ProjectSelector-module__o96ySG__itemContent{gap:var(--space-0-5);flex-direction:column;min-width:0;display:flex}.ProjectSelector-module__o96ySG__itemName{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ProjectSelector-module__o96ySG__itemDomain{color:var(--accent-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.ProjectSelector-module__o96ySG__empty{padding:var(--space-4)var(--space-3);text-align:center;font-size:var(--text-xs);color:var(--text-tertiary)}.ProjectSelector-module__o96ySG__footer{gap:var(--space-2);padding:var(--space-2)var(--space-3);border-top:1px solid var(--border-default);background:var(--bg-tertiary);display:flex}.ProjectSelector-module__o96ySG__footerButton{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;flex:1;display:flex}.ProjectSelector-module__o96ySG__footerButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-tertiary)}.ProjectSelector-module__o96ySG__footerButton:disabled{opacity:.4;cursor:not-allowed}
.UserSelector-module__nZc9Uq__container{position:relative}.UserSelector-module__nZc9Uq__trigger{align-items:center;gap:var(--space-1-5);padding:var(--space-0-5)var(--space-1-5);border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition-all);cursor:pointer;background:0 0;border:none;display:flex}.UserSelector-module__nZc9Uq__trigger:hover{background:var(--bg-hover);color:var(--text-primary)}.UserSelector-module__nZc9Uq__avatar{border-radius:var(--radius-full);background:var(--accent-primary);width:22px;height:22px;color:var(--text-on-accent);font-size:10px;font-weight:var(--font-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UserSelector-module__nZc9Uq__userName{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:120px;overflow:hidden}.UserSelector-module__nZc9Uq__iconOpen{transform:rotate(180deg)}.UserSelector-module__nZc9Uq__trigger svg:last-child{color:var(--text-tertiary);transition:transform var(--transition-default);flex-shrink:0}.UserSelector-module__nZc9Uq__dropdown{top:calc(100% + var(--space-1));background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);width:240px;box-shadow:var(--shadow-lg);z-index:1000;position:absolute;right:0;overflow:hidden}.UserSelector-module__nZc9Uq__header{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-default);background:var(--bg-tertiary);justify-content:space-between;align-items:center;display:flex}.UserSelector-module__nZc9Uq__headerTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.UserSelector-module__nZc9Uq__list{max-height:240px;overflow-y:auto}.UserSelector-module__nZc9Uq__item{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2)var(--space-3);cursor:pointer;transition:var(--transition-all);text-align:left;background:0 0;border:none;display:flex}.UserSelector-module__nZc9Uq__item:hover{background:var(--bg-hover)}.UserSelector-module__nZc9Uq__itemActive{background:var(--bg-active)}.UserSelector-module__nZc9Uq__itemAvatar{border-radius:var(--radius-full);background:var(--accent-primary);width:24px;height:24px;color:var(--text-on-accent);font-size:9px;font-weight:var(--font-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.UserSelector-module__nZc9Uq__itemContent{gap:var(--space-0-5);flex-direction:column;min-width:0;display:flex}.UserSelector-module__nZc9Uq__itemName{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.UserSelector-module__nZc9Uq__itemEmail{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.UserSelector-module__nZc9Uq__empty{padding:var(--space-4)var(--space-3);text-align:center;font-size:var(--text-xs);color:var(--text-tertiary)}.UserSelector-module__nZc9Uq__footer{gap:var(--space-2);padding:var(--space-2)var(--space-3);border-top:1px solid var(--border-default);background:var(--bg-tertiary);display:flex}.UserSelector-module__nZc9Uq__footerButton{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;flex:1;display:flex}.UserSelector-module__nZc9Uq__footerButton:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-tertiary)}.UserSelector-module__nZc9Uq__logoutButton{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--status-error);font-size:10px;font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;flex:1;display:flex}.UserSelector-module__nZc9Uq__logoutButton:hover{border-color:var(--status-error);background:#ef44441a}.UserSelector-module__nZc9Uq__roleBadge{border-radius:var(--radius-full);font-size:9px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);padding:1px 5px}.UserSelector-module__nZc9Uq__roleBadgeAdmin{color:var(--accent-primary);background:#ef444426}.UserSelector-module__nZc9Uq__roleBadgeStandard{color:var(--accent-secondary);background:#3b82f626}
.GlobalHeader-module__VxQipW__header{align-items:center;gap:var(--space-3);padding:var(--space-1)var(--space-4);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);flex-shrink:0;height:36px;display:flex}.GlobalHeader-module__VxQipW__logo{align-items:center;gap:var(--space-1-5);color:inherit;cursor:pointer;text-decoration:none;display:flex}.GlobalHeader-module__VxQipW__logo:hover{color:inherit}.GlobalHeader-module__VxQipW__logoImg{object-fit:contain}.GlobalHeader-module__VxQipW__logoText{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--text-primary)}.GlobalHeader-module__VxQipW__logoAccent{color:var(--accent-primary)}.GlobalHeader-module__VxQipW__spacer{flex:1}.GlobalHeader-module__VxQipW__coreNav{align-items:center;gap:var(--space-0-5);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-default);margin-right:30px;padding:2px;display:flex}.GlobalHeader-module__VxQipW__coreNavItem{align-items:center;gap:var(--space-1);padding:3px var(--space-2-5);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);border-radius:calc(var(--radius-default) - 2px);white-space:nowrap;text-decoration:none;transition:color .15s,background .15s;display:flex}.GlobalHeader-module__VxQipW__coreNavItem:hover{color:var(--text-primary);background:var(--bg-quaternary)}.GlobalHeader-module__VxQipW__coreNavItemActive{color:var(--accent-primary);background:var(--bg-primary);box-shadow:0 1px 2px #0000001a}.GlobalHeader-module__VxQipW__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.03em;background:#22c55e;border-radius:4px;align-items:center;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.4;display:inline-flex}.GlobalHeader-module__VxQipW__navItem{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);white-space:nowrap;text-decoration:none;transition:color .15s;display:flex}.GlobalHeader-module__VxQipW__navItem:hover{color:var(--text-primary)}.GlobalHeader-module__VxQipW__navItemActive{color:var(--accent-primary)}.GlobalHeader-module__VxQipW__actions{align-items:center;gap:var(--space-1);display:flex}.GlobalHeader-module__VxQipW__divider{background:var(--border-default);width:1px;height:18px;margin:0 var(--space-1)}.GlobalHeader-module__VxQipW__helpLink{color:var(--text-secondary);align-items:center;transition:color .15s;display:flex}.GlobalHeader-module__VxQipW__helpLink:hover{color:var(--text-primary)}[data-theme=light] .GlobalHeader-module__VxQipW__header{--bg-primary:var(--color-gray-950);--bg-secondary:var(--color-gray-900);--bg-tertiary:var(--color-gray-850);--bg-quaternary:var(--color-gray-700);--bg-hover:var(--color-gray-800);--bg-active:var(--color-gray-700);--text-primary:var(--color-gray-50);--text-secondary:var(--color-gray-400);--text-tertiary:var(--color-gray-500);--border-default:var(--color-gray-800);--border-subtle:var(--color-gray-850);--border-strong:var(--color-gray-700);--toggle-bg:var(--color-gray-700);--toggle-knob:var(--color-gray-500)}
.SystemMeter-module__VYB1ma__wrap{align-items:center;gap:14px;display:inline-flex}.SystemMeter-module__VYB1ma__meter{cursor:default;align-items:center;gap:3px;font-size:11px;display:inline-flex}.SystemMeter-module__VYB1ma__label{color:var(--text-secondary,#888);width:26px;font-weight:600}.SystemMeter-module__VYB1ma__track{background:var(--surface-3,#80808033);border-radius:4px;width:49px;height:8px;display:inline-block;position:relative;overflow:hidden}.SystemMeter-module__VYB1ma__fill{border-radius:4px;height:100%;transition:width .6s;position:absolute;top:0;left:0}.SystemMeter-module__VYB1ma__low{background:#22c55e}.SystemMeter-module__VYB1ma__mid{background:#f59e0b}.SystemMeter-module__VYB1ma__high{background:#ef4444}.SystemMeter-module__VYB1ma__pct{font-variant-numeric:tabular-nums;text-align:left;color:var(--text-secondary,#888)}.SystemMeter-module__VYB1ma__value{font-variant-numeric:tabular-nums;color:var(--text-secondary,#888);white-space:nowrap;min-width:74px}
.Footer-module__hP-FLq__footer{background:var(--bg-secondary);border-top:1px solid var(--border-default);padding:var(--space-0-5)var(--space-4);flex-shrink:0}[data-theme=light] .Footer-module__hP-FLq__footer{--bg-secondary:var(--color-gray-900);--text-tertiary:var(--color-gray-500);--text-secondary:var(--color-gray-400);--border-default:var(--color-gray-800)}.Footer-module__hP-FLq__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__hP-FLq__left{align-items:center;gap:var(--space-3);display:flex}.Footer-module__hP-FLq__right{align-items:center;gap:var(--space-4);display:flex}.Footer-module__hP-FLq__copyright{font-size:var(--text-xs);color:var(--text-tertiary)}.Footer-module__hP-FLq__legalLink{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-tertiary);transition:var(--transition-all);text-decoration:none;display:inline-flex}.Footer-module__hP-FLq__legalLink:hover{color:var(--text-secondary);text-decoration:underline}.Footer-module__hP-FLq__versionWrapper{align-items:center;gap:var(--space-2);display:flex}.Footer-module__hP-FLq__version{font-size:var(--text-xs);color:var(--text-tertiary);font-family:var(--font-mono)}.Footer-module__hP-FLq__updateBadge{color:#ff6b6b;cursor:pointer;white-space:nowrap;transition:var(--transition-all);background:#ff6b6b1f;border:1px solid #ff6b6b59;border-radius:10px;align-items:center;gap:4px;padding:0 7px;font-size:10px;font-weight:600;line-height:1.4;animation:3s ease-in-out infinite Footer-module__hP-FLq__badgePulse;display:inline-flex}.Footer-module__hP-FLq__updateBadge:hover{background:#ff6b6b38;border-color:#ff6b6b8c}@keyframes Footer-module__hP-FLq__badgePulse{0%,to{opacity:1}50%{opacity:.7}}
.DashboardHeader-module__j2FuXW__header{padding:var(--space-4)0;justify-content:space-between;align-items:center;display:flex}.DashboardHeader-module__j2FuXW__info{align-items:baseline;gap:var(--space-4);display:flex}.DashboardHeader-module__j2FuXW__title{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);align-items:center;gap:var(--space-2);margin:0;display:inline-flex}.DashboardHeader-module__j2FuXW__project{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);display:flex}.DashboardHeader-module__j2FuXW__projectName{font-weight:var(--font-medium);color:var(--text-primary)}.DashboardHeader-module__j2FuXW__separator{color:var(--text-tertiary)}.DashboardHeader-module__j2FuXW__target{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary)}.DashboardHeader-module__j2FuXW__refreshBtn{flex-shrink:0}.DashboardHeader-module__j2FuXW__spinning{animation:1s linear infinite DashboardHeader-module__j2FuXW__spin}@keyframes DashboardHeader-module__j2FuXW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.EmptyState-module__fTxyqq__wrapper{height:100%;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.EmptyState-module__fTxyqq__card{max-width:520px;padding:var(--space-8)var(--space-6);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;display:flex}.EmptyState-module__fTxyqq__iconWrapper{background:var(--bg-tertiary);width:80px;height:80px;color:var(--text-tertiary);margin-bottom:var(--space-4);border-radius:50%;justify-content:center;align-items:center;display:flex}.EmptyState-module__fTxyqq__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--space-2)0}.EmptyState-module__fTxyqq__description{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-5)0;line-height:1.6}.EmptyState-module__fTxyqq__steps{align-items:center;gap:var(--space-2);margin-bottom:var(--space-5);flex-direction:column;display:flex}.EmptyState-module__fTxyqq__step{align-items:center;gap:var(--space-1-5);padding:var(--space-1-5)var(--space-2-5);background:var(--bg-tertiary);border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;display:flex}.EmptyState-module__fTxyqq__arrow{color:var(--text-tertiary);flex-shrink:0}.EmptyState-module__fTxyqq__startButton{align-items:center;gap:var(--space-2);padding:var(--space-2-5)var(--space-5);background:var(--accent-primary);color:#fff;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;border:none;transition:opacity .15s;display:flex}.EmptyState-module__fTxyqq__startButton:hover{opacity:.9}
.KPICards-module__P_VlJG__grid{gap:var(--space-3);grid-template-columns:repeat(10,1fr);display:grid}@media (max-width:1199px){.KPICards-module__P_VlJG__grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:767px){.KPICards-module__P_VlJG__grid{grid-template-columns:repeat(2,1fr)}}.KPICards-module__P_VlJG__pipelineStatus{align-items:center;gap:var(--space-1-5);margin-top:var(--space-1);font-size:var(--text-sm);text-transform:capitalize;color:var(--text-secondary);display:flex}.KPICards-module__P_VlJG__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.KPICards-module__P_VlJG__dotIdle{background:var(--color-gray-500)}.KPICards-module__P_VlJG__dotRunning{background:var(--status-info);animation:1.2s ease-in-out infinite KPICards-module__P_VlJG__blink}.KPICards-module__P_VlJG__dotCompleted{background:var(--status-success)}.KPICards-module__P_VlJG__dotError{background:var(--status-error)}.KPICards-module__P_VlJG__dotPaused{background:var(--status-warning)}@keyframes KPICards-module__P_VlJG__blink{0%,to{opacity:1}50%{opacity:.3}}.KPICards-module__P_VlJG__statusText{font-weight:var(--font-medium)}.KPICards-module__P_VlJG__phase{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:4px;padding:1px 6px;font-size:10px}.KPICards-module__P_VlJG__skeletonLabel{background:var(--bg-tertiary);border-radius:4px;width:60px;height:10px;animation:1.5s ease-in-out infinite KPICards-module__P_VlJG__pulse}.KPICards-module__P_VlJG__skeletonValue{background:var(--bg-tertiary);border-radius:4px;width:40px;height:24px;animation:1.5s ease-in-out infinite KPICards-module__P_VlJG__pulse}@keyframes KPICards-module__P_VlJG__pulse{0%,to{opacity:.4}50%{opacity:.8}}.KPICards-module__P_VlJG__sessionTypes{margin-top:var(--space-1);flex-wrap:wrap;gap:4px;display:flex}.KPICards-module__P_VlJG__sessionType{color:var(--text-tertiary);background:var(--bg-tertiary);text-transform:capitalize;border-radius:3px;padding:1px 5px;font-size:10px}
.ChartCard-module__PvaWWa__chartCard{flex-direction:column;min-height:0;display:flex}.ChartCard-module__PvaWWa__chartBody{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.ChartCard-module__PvaWWa__skeleton{gap:var(--space-3);width:100%;padding:var(--space-4);flex-direction:column;display:flex}.ChartCard-module__PvaWWa__skeletonBar{background:var(--bg-tertiary);border-radius:var(--radius-default);height:20px;animation:1.5s ease-in-out infinite ChartCard-module__PvaWWa__pulse}.ChartCard-module__PvaWWa__skeletonBar:first-child{width:80%}.ChartCard-module__PvaWWa__skeletonBar:nth-child(2){width:60%}.ChartCard-module__PvaWWa__skeletonBar:nth-child(3){width:40%}@keyframes ChartCard-module__PvaWWa__pulse{0%,to{opacity:.4}50%{opacity:.8}}.ChartCard-module__PvaWWa__empty{color:var(--text-tertiary);font-size:var(--text-xs);text-align:center;padding:var(--space-8)}
