.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}
.Toggle-module__IP90EG__container{align-items:center;gap:var(--space-1-5);display:flex}.Toggle-module__IP90EG__containerSmall{gap:var(--space-1)}.Toggle-module__IP90EG__containerLarge{gap:var(--space-2)}.Toggle-module__IP90EG__switch{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);flex-shrink:0;padding:0;position:relative}.Toggle-module__IP90EG__switchSmall{width:24px;height:12px}.Toggle-module__IP90EG__switchLarge{width:44px;height:22px}.Toggle-module__IP90EG__switch:hover:not(.Toggle-module__IP90EG__switchDisabled){border-color:var(--accent-secondary)}.Toggle-module__IP90EG__switch:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.Toggle-module__IP90EG__switchDisabled{opacity:.5;cursor:not-allowed}.Toggle-module__IP90EG__knob{background:var(--toggle-knob);border-radius:var(--radius-full);width:10px;height:10px;transition:transform var(--transition-default),background-color var(--transition-default);pointer-events:none;position:absolute;top:2px;left:2px}.Toggle-module__IP90EG__knobSmall{width:8px;height:8px;top:1px;left:1px}.Toggle-module__IP90EG__knobLarge{width:14px;height:14px;top:3px;left:3px}.Toggle-module__IP90EG__knobActive{background:var(--toggle-knob-active);transform:translate(16px)}.Toggle-module__IP90EG__switchSmall .Toggle-module__IP90EG__knobActive{transform:translate(12px)}.Toggle-module__IP90EG__switchLarge .Toggle-module__IP90EG__knobActive{transform:translate(22px)}.Toggle-module__IP90EG__label{color:var(--text-tertiary);cursor:pointer;transition:var(--transition-colors);-webkit-user-select:none;user-select:none;font-size:10px}.Toggle-module__IP90EG__labelActive{color:var(--accent-secondary);font-weight:var(--font-semibold)}.Toggle-module__IP90EG__containerLarge .Toggle-module__IP90EG__label{font-size:var(--text-sm);font-weight:var(--font-medium)}
.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}
.Tooltip-module__w6kZxW__trigger{display:inline-flex}.Tooltip-module__w6kZxW__tooltip{z-index:1200;padding:var(--space-1)var(--space-2);background:var(--color-gray-900);border-radius:var(--radius-sm);color:var(--color-gray-100);white-space:normal;pointer-events:none;max-width:260px;font-size:10px;animation:.15s ease-out Tooltip-module__w6kZxW__tooltipFadeIn;position:fixed}@keyframes Tooltip-module__w6kZxW__tooltipFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Tooltip-module__w6kZxW__tooltip:after{content:"";border:5px solid #0000;position:absolute}.Tooltip-module__w6kZxW__tooltipTop:after{border-top-color:var(--color-gray-900);top:100%;left:50%;transform:translate(-50%)}.Tooltip-module__w6kZxW__tooltipBottom:after{border-bottom-color:var(--color-gray-900);bottom:100%;left:50%;transform:translate(-50%)}.Tooltip-module__w6kZxW__tooltipLeft:after{border-left-color:var(--color-gray-900);top:50%;left:100%;transform:translateY(-50%)}.Tooltip-module__w6kZxW__tooltipRight:after{border-right-color:var(--color-gray-900);top:50%;right:100%;transform:translateY(-50%)}
.Toast-module__9WWWZG__container{bottom:var(--space-4);right:var(--space-4);z-index:1300;gap:var(--space-2);pointer-events:none;flex-direction:column;max-width:400px;display:flex;position:fixed}.Toast-module__9WWWZG__toast{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);box-shadow:var(--shadow-lg);pointer-events:auto;animation:.2s ease-out Toast-module__9WWWZG__slideIn;display:flex}@keyframes Toast-module__9WWWZG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__9WWWZG__toastExiting{animation:.15s ease-in forwards Toast-module__9WWWZG__slideOut}@keyframes Toast-module__9WWWZG__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.Toast-module__9WWWZG__toastSuccess{border-left:3px solid var(--status-success)}.Toast-module__9WWWZG__toastError{border-left:3px solid var(--status-error)}.Toast-module__9WWWZG__toastWarning{border-left:3px solid var(--status-warning)}.Toast-module__9WWWZG__toastInfo{border-left:3px solid var(--status-info)}.Toast-module__9WWWZG__icon{flex-shrink:0}.Toast-module__9WWWZG__toastSuccess .Toast-module__9WWWZG__icon{color:var(--status-success)}.Toast-module__9WWWZG__toastError .Toast-module__9WWWZG__icon{color:var(--status-error)}.Toast-module__9WWWZG__toastWarning .Toast-module__9WWWZG__icon{color:var(--status-warning)}.Toast-module__9WWWZG__toastInfo .Toast-module__9WWWZG__icon{color:var(--status-info)}.Toast-module__9WWWZG__content{flex:1;min-width:0}.Toast-module__9WWWZG__title{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-0-5)}.Toast-module__9WWWZG__message{font-size:var(--text-xs);color:var(--text-secondary);word-break:break-word}.Toast-module__9WWWZG__closeButton{border-radius:var(--radius-sm);width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-all);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.Toast-module__9WWWZG__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}
.Menu-module__n7upsq__trigger{cursor:pointer;display:inline-flex}.Menu-module__n7upsq__menu{z-index:1100;min-width:160px;padding:var(--space-1)0;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);box-shadow:var(--shadow-lg);animation:.15s ease-out Menu-module__n7upsq__menuFadeIn;position:fixed}@keyframes Menu-module__n7upsq__menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Menu-module__n7upsq__menuRight{transform:translate(-100%)}.Menu-module__n7upsq__menuItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-1-5)var(--space-3);font-size:var(--text-xs);color:var(--text-primary);cursor:pointer;transition:var(--transition-all);text-align:left;background:0 0;border:none;display:flex}.Menu-module__n7upsq__menuItem:hover:not(.Menu-module__n7upsq__menuItemDisabled){background:var(--bg-hover)}.Menu-module__n7upsq__menuItem:focus{background:var(--bg-hover);outline:none}.Menu-module__n7upsq__menuItemIcon{width:14px;height:14px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.Menu-module__n7upsq__menuItemDestructive,.Menu-module__n7upsq__menuItemDestructive .Menu-module__n7upsq__menuItemIcon{color:var(--status-error)}.Menu-module__n7upsq__menuItemDisabled{opacity:.5;cursor:not-allowed}.Menu-module__n7upsq__menuDivider{height:1px;margin:var(--space-1)0;background:var(--border-default)}.Menu-module__n7upsq__menuLabel{padding:var(--space-1)var(--space-3);font-size:10px;font-weight:var(--font-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide)}
.Drawer-module__mNym0G__drawer{--drawer-width:var(--drawer-custom-width,300px);background:var(--drawer-bg);flex-direction:column;flex-shrink:0;height:100%;min-height:0;transition:width .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Drawer-module__mNym0G__drawerResizing,.Drawer-module__mNym0G__drawerResizing.Drawer-module__mNym0G__drawerPush.Drawer-module__mNym0G__drawerOpen,.Drawer-module__mNym0G__drawerResizing.Drawer-module__mNym0G__drawerOverlay{transition:none}.Drawer-module__mNym0G__resizeHandle{cursor:col-resize;z-index:20;touch-action:none;background:0 0;width:6px;position:absolute;top:0;bottom:0}.Drawer-module__mNym0G__resizeHandleRight{right:0}.Drawer-module__mNym0G__resizeHandleLeft{left:0}.Drawer-module__mNym0G__resizeHandle:hover,.Drawer-module__mNym0G__resizeHandleActive{background:var(--border-focus,var(--accent-primary,#3b82f6));opacity:.6}.Drawer-module__mNym0G__drawerPush{width:0}.Drawer-module__mNym0G__drawerPush.Drawer-module__mNym0G__drawerOpen{width:var(--drawer-width)}.Drawer-module__mNym0G__drawerOverlay{top:var(--drawer-top,0px);bottom:var(--drawer-bottom,0px);height:auto;width:var(--drawer-width);z-index:10;position:fixed}.Drawer-module__mNym0G__drawerOverlay.Drawer-module__mNym0G__drawerLeft{left:0;transform:translate(-100%)}.Drawer-module__mNym0G__drawerOverlay.Drawer-module__mNym0G__drawerRight{right:0;transform:translate(100%)}.Drawer-module__mNym0G__drawerOverlay.Drawer-module__mNym0G__drawerOpen{transform:translate(0)}.Drawer-module__mNym0G__drawerLeft{border-right:1px solid var(--border-default)}.Drawer-module__mNym0G__drawerRight{border-left:1px solid var(--border-default)}.Drawer-module__mNym0G__drawerOpen .Drawer-module__mNym0G__drawerHeader{animation:.2s .1s forwards Drawer-module__mNym0G__slideIn}.Drawer-module__mNym0G__drawerOpen .Drawer-module__mNym0G__drawerContent{animation:.2s .15s forwards Drawer-module__mNym0G__slideIn}.Drawer-module__mNym0G__drawerLeft .Drawer-module__mNym0G__drawerHeader,.Drawer-module__mNym0G__drawerLeft .Drawer-module__mNym0G__drawerContent{--slide-direction:-10px}.Drawer-module__mNym0G__drawerRight .Drawer-module__mNym0G__drawerHeader,.Drawer-module__mNym0G__drawerRight .Drawer-module__mNym0G__drawerContent{--slide-direction:10px}@keyframes Drawer-module__mNym0G__slideIn{0%{opacity:0;transform:translateX(var(--slide-direction))}to{opacity:1;transform:translate(0)}}.Drawer-module__mNym0G__drawerHeader{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-default);background:var(--drawer-header-bg);opacity:0;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Drawer-module__mNym0G__drawerTitle{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-right:var(--space-3);flex:1;overflow:hidden}.Drawer-module__mNym0G__drawerHeaderActions{align-items:center;gap:var(--space-2);margin-right:var(--space-2);flex-shrink:0;display:flex}.Drawer-module__mNym0G__drawerClose{border:1px solid var(--border-default);border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-secondary);font-size:var(--text-xl);cursor:pointer;transition:var(--transition-all);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Drawer-module__mNym0G__drawerClose:hover{background:var(--bg-hover);color:var(--text-primary)}.Drawer-module__mNym0G__drawerClose:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.Drawer-module__mNym0G__drawerContent{min-height:0;padding:var(--space-3)var(--space-4);opacity:0;flex:1;overflow-y:auto}
.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}
.ReconLogsDrawer-module__fAgcuW__drawer{top:var(--drawer-top,0px);right:0;bottom:var(--drawer-bottom,0px);background:var(--bg-primary);border-left:1px solid var(--border-default);z-index:100;will-change:transform;visibility:hidden;flex-direction:column;width:550px;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s .3s;display:flex;position:fixed;transform:translate(100%);box-shadow:-4px 0 12px #00000026}.ReconLogsDrawer-module__fAgcuW__drawerOpen{visibility:visible;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility;transform:translate(0)}.ReconLogsDrawer-module__fAgcuW__header{padding:var(--space-2)var(--space-3);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__titleContainer{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);display:flex}.ReconLogsDrawer-module__fAgcuW__closeButton{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-all);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.ReconLogsDrawer-module__fAgcuW__statusBar{padding:var(--space-2)var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__statusLeft{align-items:center;gap:var(--space-2);display:flex}.ReconLogsDrawer-module__fAgcuW__statusText{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:400px;overflow:hidden}.ReconLogsDrawer-module__fAgcuW__statusActions{align-items:center;gap:var(--space-1);display:flex}.ReconLogsDrawer-module__fAgcuW__iconButton{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-all);background:0 0;justify-content:center;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__iconButton:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.ReconLogsDrawer-module__fAgcuW__iconButtonPaused{color:var(--status-warning);border-color:var(--status-warning)}.ReconLogsDrawer-module__fAgcuW__iconButtonPaused:hover{background:var(--status-warning);color:#fff}.ReconLogsDrawer-module__fAgcuW__iconButtonStop:hover{background:var(--status-error);color:#fff;border-color:var(--status-error)}.ReconLogsDrawer-module__fAgcuW__pausedIcon{color:var(--status-warning)}.ReconLogsDrawer-module__fAgcuW__runningIndicator{background:var(--status-success);border-radius:50%;width:8px;height:8px;animation:1.5s infinite ReconLogsDrawer-module__fAgcuW__pulse}@keyframes ReconLogsDrawer-module__fAgcuW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.ReconLogsDrawer-module__fAgcuW__successIcon{color:var(--status-success)}.ReconLogsDrawer-module__fAgcuW__errorIcon{color:var(--status-error)}.ReconLogsDrawer-module__fAgcuW__phaseProgress{padding:var(--space-2)var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__phaseItem{background:var(--bg-tertiary);border:1px solid var(--border-default);width:24px;height:24px;transition:var(--transition-all);border-radius:50%;justify-content:center;align-items:center;display:flex}.ReconLogsDrawer-module__fAgcuW__phaseNumber{font-size:10px;font-weight:var(--font-semibold);color:var(--text-tertiary)}.ReconLogsDrawer-module__fAgcuW__phaseActive{background:var(--accent-primary);border-color:var(--accent-primary)}.ReconLogsDrawer-module__fAgcuW__phaseActive .ReconLogsDrawer-module__fAgcuW__phaseNumber{color:var(--text-on-accent)}.ReconLogsDrawer-module__fAgcuW__phaseCompleted{background:var(--status-success);border-color:var(--status-success)}.ReconLogsDrawer-module__fAgcuW__phaseCompleted .ReconLogsDrawer-module__fAgcuW__phaseNumber{color:#fff}.ReconLogsDrawer-module__fAgcuW__phasePending{opacity:.5}.ReconLogsDrawer-module__fAgcuW__logsContainer{padding:var(--space-2);font-family:var(--font-mono);background:var(--bg-primary);flex:1;font-size:11px;line-height:1.4;overflow-y:auto}.ReconLogsDrawer-module__fAgcuW__emptyLogs{justify-content:center;align-items:center;gap:var(--space-2);height:100%;color:var(--text-tertiary);flex-direction:column;display:flex}.ReconLogsDrawer-module__fAgcuW__emptyLogs p{font-size:var(--text-sm);margin:0}.ReconLogsDrawer-module__fAgcuW__logLine{gap:var(--space-2);padding:1px var(--space-1);border-radius:var(--radius-sm);display:flex}.ReconLogsDrawer-module__fAgcuW__logLine:hover{background:var(--bg-hover)}.ReconLogsDrawer-module__fAgcuW__logTimestamp{color:var(--text-tertiary);opacity:.7;flex-shrink:0}.ReconLogsDrawer-module__fAgcuW__logMessage{word-break:break-word;white-space:pre-wrap;flex:1}.ReconLogsDrawer-module__fAgcuW__logInfo{color:var(--text-secondary)}.ReconLogsDrawer-module__fAgcuW__logWarning{color:var(--status-warning)}.ReconLogsDrawer-module__fAgcuW__logError{color:var(--status-error)}.ReconLogsDrawer-module__fAgcuW__logSuccess{color:var(--status-success)}.ReconLogsDrawer-module__fAgcuW__logAction{color:var(--color-blue-400)}.ReconLogsDrawer-module__fAgcuW__logTargets{padding-left:calc(var(--space-2) - 3px);background:#22c55e0f;border-left:3px solid #22c55e8c;font-weight:500}.ReconLogsDrawer-module__fAgcuW__scrollToBottom{bottom:var(--space-4);padding:var(--space-1-5)var(--space-3);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-md);transition:var(--transition-all);position:absolute;left:50%;transform:translate(-50%)}.ReconLogsDrawer-module__fAgcuW__scrollToBottom:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-on-accent)}.ReconLogsDrawer-module__fAgcuW__spinner{animation:1s linear infinite ReconLogsDrawer-module__fAgcuW__spin}@keyframes ReconLogsDrawer-module__fAgcuW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ViewTabs-module__NzFaWa__tabBar{padding:0 var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;height:32px;display:flex}.ViewTabs-module__NzFaWa__tabs{align-items:center;gap:var(--space-1);height:100%;display:flex}.ViewTabs-module__NzFaWa__tab{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-3);color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;height:100%;transition:color .15s,border-color .15s;display:flex}.ViewTabs-module__NzFaWa__tab:hover{color:var(--text-secondary)}.ViewTabs-module__NzFaWa__tab:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.ViewTabs-module__NzFaWa__tabActive{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}.ViewTabs-module__NzFaWa__tabTerminal{color:#f33;border-bottom-color:#f33}.ViewTabs-module__NzFaWa__badge{background:var(--accent-primary);min-width:16px;height:16px;color:var(--bg-primary);font-size:9px;font-weight:var(--font-semibold);border-radius:8px;justify-content:center;align-items:center;padding:0 4px;line-height:1;display:inline-flex}.ViewTabs-module__NzFaWa__filterGroup{border:1px solid var(--border-default);border-radius:var(--radius-md);height:22px;margin-right:var(--space-1);align-items:center;display:flex;overflow:visible}.ViewTabs-module__NzFaWa__filterGroupCreate{background:var(--bg-tertiary);border:none;border-right:1px solid var(--border-default);color:var(--text-tertiary);cursor:pointer;border-radius:calc(var(--radius-md) - 1px)0 0 calc(var(--radius-md) - 1px);align-items:center;height:100%;padding:0 6px;transition:color .15s,background .15s;display:flex;position:relative}.ViewTabs-module__NzFaWa__filterGroupCreate:hover{color:var(--text-primary);background:var(--bg-hover)}.ViewTabs-module__NzFaWa__filterGroupCreateActive{color:var(--accent-primary);background:#3b82f61a}.ViewTabs-module__NzFaWa__createFilterPlus{stroke-width:3px;position:absolute;bottom:2px;right:1px}.ViewTabs-module__NzFaWa__filterGroupSelect{align-items:center;height:100%;display:flex;position:relative}.ViewTabs-module__NzFaWa__filterGroupPill{color:var(--text-tertiary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;border-radius:0 calc(var(--radius-md) - 1px)calc(var(--radius-md) - 1px)0;background:0 0;border:none;align-items:center;gap:4px;max-width:180px;height:100%;padding:0 8px;transition:color .15s,background .15s;display:flex}.ViewTabs-module__NzFaWa__filterGroupPill:hover{color:var(--text-primary);background:var(--bg-hover)}.ViewTabs-module__NzFaWa__filterGroupPillActive{background:var(--accent-primary);color:#fff;border-radius:0 calc(var(--radius-md) - 1px)calc(var(--radius-md) - 1px)0}.ViewTabs-module__NzFaWa__filterGroupPillActive:hover{opacity:.9}.ViewTabs-module__NzFaWa__filterPillName{text-overflow:ellipsis;max-width:120px;overflow:hidden}.ViewTabs-module__NzFaWa__filterPillLabel{font-size:10px}.ViewTabs-module__NzFaWa__filterPillClear{cursor:pointer;background:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:background .15s;display:flex}.ViewTabs-module__NzFaWa__filterPillClear:hover{background:#fff6}.ViewTabs-module__NzFaWa__filterDropdown{z-index:100;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);min-width:260px;max-width:340px;margin-top:4px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.ViewTabs-module__NzFaWa__filterDropdownHeader{padding:var(--space-2)var(--space-3);font-size:10px;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-default)}.ViewTabs-module__NzFaWa__filterDropdownList{max-height:240px;overflow-y:auto}.ViewTabs-module__NzFaWa__filterDropdownItem{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);cursor:pointer;transition:background .1s;display:flex}.ViewTabs-module__NzFaWa__filterDropdownItem:hover{background:var(--bg-hover)}.ViewTabs-module__NzFaWa__filterDropdownItemActive{background:var(--bg-tertiary);border-left:2px solid var(--accent-primary)}.ViewTabs-module__NzFaWa__filterDropdownInfo{flex-direction:column;gap:1px;min-width:0;display:flex}.ViewTabs-module__NzFaWa__filterDropdownName{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ViewTabs-module__NzFaWa__filterDropdownDesc{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:10px;overflow:hidden}.ViewTabs-module__NzFaWa__filterDropdownDelete{border-radius:var(--radius-sm);width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.ViewTabs-module__NzFaWa__filterDropdownDelete:hover{color:var(--danger);background:var(--bg-hover)}.ViewTabs-module__NzFaWa__tableControls{align-items:center;gap:var(--space-2);height:100%;display:flex}.ViewTabs-module__NzFaWa__searchWrapper{align-items:center;gap:var(--space-1-5);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:2px var(--space-2);width:160px;transition:border-color .15s;display:flex}.ViewTabs-module__NzFaWa__searchWrapper:focus-within{border-color:var(--accent-primary)}.ViewTabs-module__NzFaWa__searchIcon{color:var(--text-tertiary);flex-shrink:0}.ViewTabs-module__NzFaWa__searchInput{color:var(--text-primary);font-size:var(--text-xs);background:0 0;border:none;outline:none;width:100%}.ViewTabs-module__NzFaWa__searchInput::placeholder{color:var(--text-tertiary)}.ViewTabs-module__NzFaWa__rowCount{color:var(--text-tertiary);white-space:nowrap;font-size:10px;font-family:var(--font-mono)}.ViewTabs-module__NzFaWa__exportBtn{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;display:flex}.ViewTabs-module__NzFaWa__exportBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.ViewTabs-module__NzFaWa__exportBtn:disabled{opacity:.6;cursor:not-allowed}.ViewTabs-module__NzFaWa__exportSpinner{animation:1s linear infinite ViewTabs-module__NzFaWa__exportSpin}@keyframes ViewTabs-module__NzFaWa__exportSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ViewTabs-module__NzFaWa__rightSection{align-items:center;gap:var(--space-3);height:100%;margin-left:auto;display:flex}.ViewTabs-module__NzFaWa__tunnelBadges{align-items:center;gap:var(--space-1-5);display:flex}.ViewTabs-module__NzFaWa__tunnelBadge{padding:2px var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.ViewTabs-module__NzFaWa__tunnelDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.ViewTabs-module__NzFaWa__tunnelName{font-size:10px}.ViewTabs-module__NzFaWa__tunnelSep{color:var(--border-default);font-size:10px}.ViewTabs-module__NzFaWa__tunnelHost{font-size:10px;font-family:var(--font-mono);color:var(--text-tertiary)}.ViewTabs-module__NzFaWa__viewToggles{align-items:center;gap:var(--space-3);display:flex}.ViewTabs-module__NzFaWa__tableMenuContainer{position:relative}.ViewTabs-module__NzFaWa__tabDropdownIcon{opacity:.5;cursor:pointer;margin-left:2px;transition:opacity .15s}.ViewTabs-module__NzFaWa__tabDropdownIcon:hover{opacity:1}.ViewTabs-module__NzFaWa__tableDropdownMenu{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);z-index:20;min-width:200px;padding:3px;position:absolute;top:calc(100% + 2px);left:0;box-shadow:0 4px 12px #0000004d}.ViewTabs-module__NzFaWa__tableDropdownDivider{background:var(--border-primary);height:1px;margin:4px 6px}.ViewTabs-module__NzFaWa__tableDropdownHeader{font-size:9px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);padding:4px 10px 2px}.ViewTabs-module__NzFaWa__tableDropdownItem{text-align:left;width:100%;color:var(--text-secondary);font-size:var(--text-xs);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:5px 10px;transition:background .1s,color .1s;display:flex}.ViewTabs-module__NzFaWa__tableDropdownItem:hover{background:var(--bg-hover,#ffffff0f);color:var(--text-primary)}.ViewTabs-module__NzFaWa__tableDropdownItemActive{color:var(--text-primary);background:var(--bg-hover,#ffffff0f);}
.ExpandedRowDetail-module__yR2USq__detail{padding:var(--space-4)var(--space-6);background:var(--bg-secondary);border-left:3px solid var(--accent-primary)}.ExpandedRowDetail-module__yR2USq__sections{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.ExpandedRowDetail-module__yR2USq__section{min-width:0}.ExpandedRowDetail-module__yR2USq__sectionTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-2)0;align-items:center;gap:var(--space-2);display:flex}.ExpandedRowDetail-module__yR2USq__connCount{color:var(--text-tertiary);font-size:10px;font-weight:var(--font-normal);background:var(--bg-tertiary);padding:1px var(--space-1-5);border-radius:var(--radius-full)}.ExpandedRowDetail-module__yR2USq__empty{font-size:var(--text-xs);color:var(--text-tertiary);margin:0;font-style:italic}.ExpandedRowDetail-module__yR2USq__propsGrid{gap:var(--space-1);flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.ExpandedRowDetail-module__yR2USq__propRow{gap:var(--space-2);font-size:var(--text-xs);line-height:1.5;display:flex}.ExpandedRowDetail-module__yR2USq__propKey{color:var(--text-tertiary);font-weight:var(--font-medium);word-break:break-word;flex-shrink:0;min-width:120px}.ExpandedRowDetail-module__yR2USq__propValue{color:var(--text-primary);word-break:break-word;white-space:pre-wrap}.ExpandedRowDetail-module__yR2USq__connList{gap:var(--space-1);flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.ExpandedRowDetail-module__yR2USq__connItem{align-items:center;gap:var(--space-1-5);font-size:var(--text-xs);line-height:1.4;display:flex}.ExpandedRowDetail-module__yR2USq__connDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ExpandedRowDetail-module__yR2USq__connType{color:var(--text-tertiary);font-weight:var(--font-medium);flex-shrink:0}.ExpandedRowDetail-module__yR2USq__connName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ExpandedRowDetail-module__yR2USq__connRel{color:var(--text-tertiary);background:var(--bg-tertiary);padding:0 var(--space-1);border-radius:var(--radius-sm);flex-shrink:0;font-size:10px}
.DataTable-module__RqRtJW__container{flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.DataTable-module__RqRtJW__stateContainer{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text-tertiary);text-align:center;flex-direction:column;padding:24px;display:flex;position:absolute;inset:0}.DataTable-module__RqRtJW__stateText{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.DataTable-module__RqRtJW__stateSubtext{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.DataTable-module__RqRtJW__spinner{color:var(--accent-primary);animation:1s linear infinite DataTable-module__RqRtJW__spin}@keyframes DataTable-module__RqRtJW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DataTable-module__RqRtJW__errorIcon{color:var(--status-error)}.DataTable-module__RqRtJW__emptyIcon{color:var(--text-tertiary)}.DataTable-module__RqRtJW__tableWrapper{flex:1;min-height:0;overflow:auto}.DataTable-module__RqRtJW__table{border-collapse:collapse;width:100%;min-width:700px}.DataTable-module__RqRtJW__th{background:var(--bg-tertiary);z-index:1;padding:var(--space-2)var(--space-3);text-align:left;font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-default);white-space:nowrap;-webkit-user-select:none;user-select:none;position:sticky;top:0}.DataTable-module__RqRtJW__th:first-child{width:40px}.DataTable-module__RqRtJW__thContent{align-items:center;gap:var(--space-1);cursor:pointer;display:flex}.DataTable-module__RqRtJW__sortIcon{color:var(--text-tertiary);align-items:center;display:flex}.DataTable-module__RqRtJW__tr{transition:background .1s}.DataTable-module__RqRtJW__tr:hover{background:var(--bg-hover)}.DataTable-module__RqRtJW__tr:nth-child(2n){background:#ffffff04}.DataTable-module__RqRtJW__tr:nth-child(2n):hover{background:var(--bg-hover)}.DataTable-module__RqRtJW__trExpanded{background:var(--bg-secondary)!important}.DataTable-module__RqRtJW__trExpandedDetail{background:0 0!important}.DataTable-module__RqRtJW__td{padding:var(--space-1-5)var(--space-3);font-size:var(--text-xs);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);text-overflow:ellipsis;overflow:hidden}.DataTable-module__RqRtJW__tdExpanded{border-bottom:1px solid var(--border-default);padding:0}.DataTable-module__RqRtJW__expandBtn{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.DataTable-module__RqRtJW__expandBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.DataTable-module__RqRtJW__typeBadge{padding:2px var(--space-2);border-radius:var(--radius-full);font-size:10px;font-weight:var(--font-semibold);color:#fff;white-space:nowrap;align-items:center;display:inline-flex}.DataTable-module__RqRtJW__nameCell{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}a.DataTable-module__RqRtJW__nameCell{color:var(--accent-primary);text-decoration:none}a.DataTable-module__RqRtJW__nameCell:hover{text-decoration:underline}.DataTable-module__RqRtJW__connBadge{min-width:20px;padding:1px var(--space-1-5);background:var(--bg-tertiary);border-radius:var(--radius-full);font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);justify-content:center;align-items:center;display:inline-flex}.DataTable-module__RqRtJW__connEmpty{color:var(--text-tertiary);font-size:10px}.DataTable-module__RqRtJW__pagination{padding:var(--space-2)var(--space-4);background:var(--bg-secondary);border-top:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.DataTable-module__RqRtJW__paginationInfo{font-size:var(--text-xs);color:var(--text-tertiary)}.DataTable-module__RqRtJW__paginationRows{margin-left:var(--space-1);color:var(--text-tertiary)}.DataTable-module__RqRtJW__paginationControls{align-items:center;gap:var(--space-1);display:flex}.DataTable-module__RqRtJW__pageBtn{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.DataTable-module__RqRtJW__pageBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.DataTable-module__RqRtJW__pageBtn:disabled{opacity:.3;cursor:not-allowed}.DataTable-module__RqRtJW__pageSizeSelect{align-items:center;display:flex}.DataTable-module__RqRtJW__select{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);padding:var(--space-1)var(--space-2);cursor:pointer}.DataTable-module__RqRtJW__select:focus{outline:2px solid var(--border-focus);outline-offset:-1px}
.NodeDetailsTable-module__FuIKMW__container{flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.NodeDetailsTable-module__FuIKMW__toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);flex-shrink:0;display:flex}.NodeDetailsTable-module__FuIKMW__toolbarLeft,.NodeDetailsTable-module__FuIKMW__toolbarRight{align-items:center;gap:var(--space-2);display:flex}.NodeDetailsTable-module__FuIKMW__searchWrapper{align-items:center;display:flex;position:relative}.NodeDetailsTable-module__FuIKMW__searchIcon{left:var(--space-2);color:var(--text-tertiary);pointer-events:none;position:absolute}.NodeDetailsTable-module__FuIKMW__searchInput{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-xs);padding:var(--space-1)var(--space-2)var(--space-1)calc(var(--space-2)*2 + 12px);width:220px}.NodeDetailsTable-module__FuIKMW__searchInput:focus{outline:2px solid var(--border-focus);outline-offset:-1px}.NodeDetailsTable-module__FuIKMW__rowCount{font-size:var(--text-xs);color:var(--text-tertiary)}.NodeDetailsTable-module__FuIKMW__exportBtn{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;display:flex}.NodeDetailsTable-module__FuIKMW__exportBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.NodeDetailsTable-module__FuIKMW__exportBtn:disabled{opacity:.4;cursor:not-allowed}.NodeDetailsTable-module__FuIKMW__menuContainer{position:relative}.NodeDetailsTable-module__FuIKMW__menuButton{align-items:center;gap:var(--space-1);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-xs);font-weight:var(--font-semibold);padding:var(--space-1)var(--space-2);cursor:pointer;transition:background .15s;display:inline-flex}.NodeDetailsTable-module__FuIKMW__menuButton:hover:not(:disabled){background:var(--bg-hover)}.NodeDetailsTable-module__FuIKMW__menuButton:disabled{opacity:.5;cursor:not-allowed}.NodeDetailsTable-module__FuIKMW__menuButtonLabel{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.NodeDetailsTable-module__FuIKMW__menuButtonCount{min-width:18px;padding:0 var(--space-1);background:var(--bg-secondary);border-radius:var(--radius-full);color:var(--text-secondary);justify-content:center;align-items:center;font-size:10px;display:inline-flex}.NodeDetailsTable-module__FuIKMW__typeDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.NodeDetailsTable-module__FuIKMW__dropdownMenu{background:var(--bg-elevated,var(--bg-secondary));border:1px solid var(--border-default);border-radius:var(--radius-md);z-index:50;min-width:240px;max-height:360px;padding:var(--space-1);flex-direction:column;gap:1px;display:flex;position:absolute;top:calc(100% + 4px);right:0;overflow:auto;box-shadow:0 8px 24px #00000059}.NodeDetailsTable-module__FuIKMW__dropdownItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-1)var(--space-2);color:var(--text-primary);font-size:var(--text-xs);text-align:left;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;display:flex}.NodeDetailsTable-module__FuIKMW__dropdownItem:hover{background:var(--bg-hover)}.NodeDetailsTable-module__FuIKMW__dropdownItemActive{background:var(--bg-hover);font-weight:var(--font-semibold)}.NodeDetailsTable-module__FuIKMW__dropdownItemLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.NodeDetailsTable-module__FuIKMW__dropdownItemCount{color:var(--text-tertiary);font-size:10px}.NodeDetailsTable-module__FuIKMW__dropdownActions{gap:var(--space-1);padding:0 var(--space-1)var(--space-1);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-1);display:flex}.NodeDetailsTable-module__FuIKMW__dropdownActionBtn{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:10px;font-weight:var(--font-semibold);padding:var(--space-1);cursor:pointer;flex:1}.NodeDetailsTable-module__FuIKMW__dropdownActionBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.NodeDetailsTable-module__FuIKMW__dropdownList{flex-direction:column;gap:1px;display:flex}.NodeDetailsTable-module__FuIKMW__dropdownCheckRow{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-2);font-size:var(--text-xs);color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);display:flex}.NodeDetailsTable-module__FuIKMW__dropdownCheckRow:hover{background:var(--bg-hover)}.NodeDetailsTable-module__FuIKMW__dropdownCheckRow input{cursor:pointer}.NodeDetailsTable-module__FuIKMW__stateContainer{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text-tertiary);text-align:center;flex-direction:column;padding:24px;display:flex;position:absolute;inset:0}.NodeDetailsTable-module__FuIKMW__stateText{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.NodeDetailsTable-module__FuIKMW__stateSubtext{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.NodeDetailsTable-module__FuIKMW__spinner{color:var(--accent-primary);animation:1s linear infinite NodeDetailsTable-module__FuIKMW__spin}@keyframes NodeDetailsTable-module__FuIKMW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NodeDetailsTable-module__FuIKMW__errorIcon{color:var(--status-error)}.NodeDetailsTable-module__FuIKMW__emptyIcon{color:var(--text-tertiary)}.NodeDetailsTable-module__FuIKMW__tableWrapper{flex:1;min-height:0;overflow:auto}.NodeDetailsTable-module__FuIKMW__table{border-collapse:collapse;width:100%;min-width:700px}.NodeDetailsTable-module__FuIKMW__th{background:var(--bg-tertiary);z-index:1;padding:var(--space-2)var(--space-3);text-align:left;font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-default);white-space:nowrap;-webkit-user-select:none;user-select:none;position:sticky;top:0}.NodeDetailsTable-module__FuIKMW__thContent{align-items:center;gap:var(--space-1);cursor:pointer;display:flex}.NodeDetailsTable-module__FuIKMW__sortIcon{color:var(--text-tertiary);align-items:center;display:flex}.NodeDetailsTable-module__FuIKMW__tr{transition:background .1s}.NodeDetailsTable-module__FuIKMW__tr:hover{background:var(--bg-hover)}.NodeDetailsTable-module__FuIKMW__tr:nth-child(2n){background:#ffffff04}.NodeDetailsTable-module__FuIKMW__tr:nth-child(2n):hover{background:var(--bg-hover)}.NodeDetailsTable-module__FuIKMW__trExpanded{background:var(--bg-secondary)!important}.NodeDetailsTable-module__FuIKMW__trExpandedDetail{background:0 0!important}.NodeDetailsTable-module__FuIKMW__td{padding:var(--space-1-5)var(--space-3);font-size:var(--text-xs);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);text-overflow:ellipsis;vertical-align:top;overflow:hidden}.NodeDetailsTable-module__FuIKMW__tdExpanded{border-bottom:1px solid var(--border-default);padding:0}.NodeDetailsTable-module__FuIKMW__expandBtn{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.NodeDetailsTable-module__FuIKMW__expandBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.NodeDetailsTable-module__FuIKMW__nameCell{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.NodeDetailsTable-module__FuIKMW__propCell{text-overflow:ellipsis;white-space:nowrap;max-width:320px;display:block;overflow:hidden}.NodeDetailsTable-module__FuIKMW__connBadge{min-width:20px;padding:1px var(--space-1-5);background:var(--bg-tertiary);border-radius:var(--radius-full);font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);justify-content:center;align-items:center;display:inline-flex}.NodeDetailsTable-module__FuIKMW__connEmpty{color:var(--text-tertiary);font-size:10px}.NodeDetailsTable-module__FuIKMW__pagination{padding:var(--space-2)var(--space-4);background:var(--bg-secondary);border-top:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.NodeDetailsTable-module__FuIKMW__paginationInfo{font-size:var(--text-xs);color:var(--text-tertiary)}.NodeDetailsTable-module__FuIKMW__paginationRows{margin-left:var(--space-1);color:var(--text-tertiary)}.NodeDetailsTable-module__FuIKMW__paginationControls{align-items:center;gap:var(--space-1);display:flex}.NodeDetailsTable-module__FuIKMW__pageBtn{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.NodeDetailsTable-module__FuIKMW__pageBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.NodeDetailsTable-module__FuIKMW__pageBtn:disabled{opacity:.3;cursor:not-allowed}.NodeDetailsTable-module__FuIKMW__pageSizeSelect{align-items:center;display:flex}.NodeDetailsTable-module__FuIKMW__select{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);padding:var(--space-1)var(--space-2);cursor:pointer}.NodeDetailsTable-module__FuIKMW__select:focus{outline:2px solid var(--border-focus);outline-offset:-1px}
.JsReconTable-module__fhpnAq__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.JsReconTable-module__fhpnAq__header{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.JsReconTable-module__fhpnAq__meta{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap}.JsReconTable-module__fhpnAq__metaHighlight{color:var(--text-primary);font-weight:var(--font-semibold)}.JsReconTable-module__fhpnAq__headerRight{align-items:center;gap:8px;display:flex}.JsReconTable-module__fhpnAq__searchWrapper{align-items:center;display:flex;position:relative}.JsReconTable-module__fhpnAq__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;left:6px}.JsReconTable-module__fhpnAq__searchInput{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-primary);width:160px;color:var(--text-primary);font-size:var(--text-xs);padding:3px 8px 3px 24px}.JsReconTable-module__fhpnAq__searchInput:focus{border-color:var(--accent);outline:none}.JsReconTable-module__fhpnAq__subTabs{border-bottom:1px solid var(--border-primary);flex-shrink:0;gap:1px;padding:0 8px;display:flex;overflow-x:auto}.JsReconTable-module__fhpnAq__subTab{font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:6px 12px;transition:color .15s,border-color .15s}.JsReconTable-module__fhpnAq__subTab:hover{color:var(--text-primary)}.JsReconTable-module__fhpnAq__subTabActive{color:var(--text-primary);border-bottom-color:var(--accent);}.JsReconTable-module__fhpnAq__subTabBadge{background:var(--bg-tertiary,#ffffff14);color:var(--text-secondary);border-radius:8px;margin-left:4px;padding:0 5px;font-size:10px;display:inline-block}.JsReconTable-module__fhpnAq__tableWrapper{flex:1;min-height:0;overflow:auto}.JsReconTable-module__fhpnAq__table{border-collapse:collapse;width:100%;font-size:var(--text-xs);min-width:600px}.JsReconTable-module__fhpnAq__table th{text-align:left;font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);white-space:nowrap;z-index:1;padding:6px 10px;position:sticky;top:0}.JsReconTable-module__fhpnAq__table td{border-bottom:1px solid var(--border-secondary,#ffffff0a);color:var(--text-primary);vertical-align:top;padding:5px 10px}.JsReconTable-module__fhpnAq__table tr:hover td{background:var(--bg-hover,#ffffff08)}.JsReconTable-module__fhpnAq__badge{font-size:10px;font-weight:var(--font-medium);border-radius:3px;padding:1px 6px;line-height:1.4;display:inline-block}.JsReconTable-module__fhpnAq__badgeCritical{color:#ef4444;background:#ef444426}.JsReconTable-module__fhpnAq__badgeHigh{color:#f97316;background:#f9731626}.JsReconTable-module__fhpnAq__badgeMedium{color:#eab308;background:#eab30826}.JsReconTable-module__fhpnAq__badgeLow{color:#22c55e;background:#22c55e26}.JsReconTable-module__fhpnAq__badgeInfo{color:#6366f1;background:#6366f126}.JsReconTable-module__fhpnAq__badgeLive{color:#ef4444;font-weight:var(--font-bold);background:#ef444433;border:1px solid #ef44444d}.JsReconTable-module__fhpnAq__badgeInvalid{color:#22c55e;background:#22c55e26}.JsReconTable-module__fhpnAq__badgeUnvalidated{color:#6b7280;background:#6b728026}.JsReconTable-module__fhpnAq__badgeFormatValid{color:#3b82f6;background:#3b82f626}.JsReconTable-module__fhpnAq__mono{font-family:var(--font-mono,monospace);font-size:11px}.JsReconTable-module__fhpnAq__copyButton{border:1px solid var(--border-default);border-radius:var(--radius-sm);width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;vertical-align:middle;transition:var(--transition-all);background:0 0;justify-content:center;align-items:center;margin-left:4px;padding:0;display:inline-flex}.JsReconTable-module__fhpnAq__copyButton:hover{background:var(--bg-hover);color:var(--text-primary)}.JsReconTable-module__fhpnAq__truncate{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.JsReconTable-module__fhpnAq__stateContainer{height:100%;color:var(--text-secondary);font-size:var(--text-sm);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}@keyframes JsReconTable-module__fhpnAq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.JsReconTable-module__fhpnAq__spinner{animation:1s linear infinite JsReconTable-module__fhpnAq__spin}.JsReconTable-module__fhpnAq__sectionTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-primary);padding:10px 10px 4px}.JsReconTable-module__fhpnAq__exportBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;align-items:center;gap:4px;padding:3px 8px;font-size:11px;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.JsReconTable-module__fhpnAq__exportBtn:hover{color:var(--text-primary);border-color:var(--accent)}.JsReconTable-module__fhpnAq__pagination{border-top:1px solid var(--border-primary);flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex}.JsReconTable-module__fhpnAq__loadMoreBtn{font-size:var(--text-xs);background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;padding:4px 16px}.JsReconTable-module__fhpnAq__loadMoreBtn:hover{color:var(--text-primary);border-color:var(--accent)}
.RedZoneTableShell-module__JxUika__container{flex-direction:column;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}.RedZoneTableShell-module__JxUika__header{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.RedZoneTableShell-module__JxUika__headerLeft{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.RedZoneTableShell-module__JxUika__title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap}.RedZoneTableShell-module__JxUika__meta{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.RedZoneTableShell-module__JxUika__rowCount{color:var(--text-tertiary);background:var(--bg-tertiary,#ffffff0a);white-space:nowrap;border-radius:3px;padding:2px 6px;font-size:10px}.RedZoneTableShell-module__JxUika__headerRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.RedZoneTableShell-module__JxUika__searchWrapper{align-items:center;display:flex;position:relative}.RedZoneTableShell-module__JxUika__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;left:6px}.RedZoneTableShell-module__JxUika__searchInput{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-primary);width:200px;color:var(--text-primary);font-size:var(--text-xs);padding:3px 8px 3px 24px}.RedZoneTableShell-module__JxUika__searchInput:focus{border-color:var(--accent);outline:none}.RedZoneTableShell-module__JxUika__iconBtn,.RedZoneTableShell-module__JxUika__exportBtn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;align-items:center;gap:4px;padding:4px 8px;font-size:11px;transition:color .15s,border-color .15s;display:inline-flex}.RedZoneTableShell-module__JxUika__iconBtn:hover,.RedZoneTableShell-module__JxUika__exportBtn:hover{color:var(--text-primary);border-color:var(--accent)}.RedZoneTableShell-module__JxUika__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.RedZoneTableShell-module__JxUika__tableScroll{flex:1;min-height:0;overflow:auto}.RedZoneTableShell-module__JxUika__stateContainer{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text-tertiary);text-align:center;flex-direction:column;flex:1;padding:24px;display:flex}.RedZoneTableShell-module__JxUika__stateText{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.RedZoneTableShell-module__JxUika__stateSubtext{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.RedZoneTableShell-module__JxUika__spinner{color:var(--accent-primary,var(--accent));animation:1s linear infinite RedZoneTableShell-module__JxUika__spin}.RedZoneTableShell-module__JxUika__errorIcon{color:var(--status-error,#ef4444)}.RedZoneTableShell-module__JxUika__emptyIcon{color:var(--text-tertiary)}@keyframes RedZoneTableShell-module__JxUika__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.RedZoneTableRow-module__zESDka__table{border-collapse:collapse;width:100%;font-size:var(--text-xs);min-width:600px}.RedZoneTableRow-module__zESDka__table th{text-align:left;font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);white-space:nowrap;z-index:1;-webkit-user-select:none;user-select:none;padding:6px 10px;position:sticky;top:0}.RedZoneTableRow-module__zESDka__table th.RedZoneTableRow-module__zESDka__sortable{cursor:pointer}.RedZoneTableRow-module__zESDka__table th.RedZoneTableRow-module__zESDka__sortable:hover{color:var(--text-primary)}.RedZoneTableRow-module__zESDka__sortArrow{opacity:.6;margin-left:4px;font-size:9px}.RedZoneTableRow-module__zESDka__table td{border-bottom:1px solid var(--border-secondary,#ffffff0a);color:var(--text-primary);vertical-align:top;padding:5px 10px}.RedZoneTableRow-module__zESDka__table tr:hover td{background:var(--bg-hover,#ffffff08)}.RedZoneTableRow-module__zESDka__sevBadge{font-size:10px;font-weight:var(--font-medium);text-transform:lowercase;border-radius:3px;padding:1px 6px;line-height:1.4;display:inline-block}.RedZoneTableRow-module__zESDka__sevCritical{color:#ef4444;background:#ef44442e}.RedZoneTableRow-module__zESDka__sevHigh{color:#f97316;background:#f9731626}.RedZoneTableRow-module__zESDka__sevMedium{color:#eab308;background:#eab30826}.RedZoneTableRow-module__zESDka__sevLow{color:#22c55e;background:#22c55e26}.RedZoneTableRow-module__zESDka__sevInfo{color:#6366f1;background:#6366f126}.RedZoneTableRow-module__zESDka__cvssBadge{font-size:10px;font-weight:var(--font-semibold);font-family:var(--font-mono,monospace);border-radius:3px;padding:1px 6px;display:inline-block}.RedZoneTableRow-module__zESDka__cvssCritical{color:#ef4444;background:#ef444433}.RedZoneTableRow-module__zESDka__cvssHigh{color:#f97316;background:#f973162e}.RedZoneTableRow-module__zESDka__cvssMedium{color:#eab308;background:#eab30826}.RedZoneTableRow-module__zESDka__cvssLow{color:#22c55e;background:#22c55e26}.RedZoneTableRow-module__zESDka__kevChip{font-size:9px;font-weight:var(--font-bold);color:#ef4444;letter-spacing:.05em;background:#ef444440;border:1px solid #ef444459;border-radius:3px;padding:1px 6px;display:inline-block}.RedZoneTableRow-module__zESDka__boolTrue{color:#22c55e;font-weight:var(--font-medium);font-size:11px}.RedZoneTableRow-module__zESDka__boolFalse{color:var(--text-tertiary);font-size:11px}.RedZoneTableRow-module__zESDka__mono{font-family:var(--font-mono,monospace);color:var(--text-primary);font-size:11px}.RedZoneTableRow-module__zESDka__truncate{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;display:inline-block;overflow:hidden}.RedZoneTableRow-module__zESDka__nullCell{color:var(--text-tertiary);opacity:.5}.RedZoneTableRow-module__zESDka__numCell{font-family:var(--font-mono,monospace);color:var(--text-primary);font-size:11px}.RedZoneTableRow-module__zESDka__listCell{flex-wrap:wrap;gap:3px;max-width:280px;display:inline-flex}.RedZoneTableRow-module__zESDka__listChip{background:var(--bg-tertiary,#ffffff0d);color:var(--text-secondary);white-space:nowrap;border-radius:3px;padding:1px 5px;font-size:10px;display:inline-block}.RedZoneTableRow-module__zESDka__listMore{color:var(--text-tertiary);padding:1px 5px;font-size:10px;font-style:italic;display:inline-block}.RedZoneTableRow-module__zESDka__loadMoreBar{border-top:1px solid var(--border-primary);background:var(--bg-primary);flex-shrink:0;justify-content:center;padding:6px;display:flex}.RedZoneTableRow-module__zESDka__loadMoreBtn{font-size:var(--text-xs);background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;padding:4px 16px}.RedZoneTableRow-module__zESDka__loadMoreBtn:hover{color:var(--text-primary);border-color:var(--accent)}
.SessionCard-module__WTPjDa__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:8px;padding:12px;transition:border-color .15s,background .15s;display:flex}.SessionCard-module__WTPjDa__card:hover{border-color:var(--border-hover,var(--border-default));background:var(--bg-hover,var(--bg-secondary))}.SessionCard-module__WTPjDa__cardSelected{border-color:var(--accent-primary);background:#8b5cf60d}.SessionCard-module__WTPjDa__cardHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.SessionCard-module__WTPjDa__sessionId{font-size:13px;font-weight:var(--font-semibold);color:var(--text-primary);font-family:var(--font-mono)}.SessionCard-module__WTPjDa__typeBadge{font-size:10px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.5px;border-radius:10px;align-items:center;gap:4px;padding:1px 8px;display:inline-flex}.SessionCard-module__WTPjDa__meterpreter{color:#a78bfa;background:#8b5cf626}.SessionCard-module__WTPjDa__shell{color:#34d399;background:#10b98126}.SessionCard-module__WTPjDa__listener{color:#fbbf24;background:#f59e0b26}.SessionCard-module__WTPjDa__meta{flex-direction:column;gap:3px;display:flex}.SessionCard-module__WTPjDa__metaRow{color:var(--text-secondary);align-items:center;gap:6px;font-size:11px;display:flex}.SessionCard-module__WTPjDa__metaRow svg{opacity:.6;flex-shrink:0}.SessionCard-module__WTPjDa__metaValue{font-family:var(--font-mono);color:var(--text-primary)}.SessionCard-module__WTPjDa__chatLink{color:var(--accent-primary);opacity:.8;text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:10px;overflow:hidden}.SessionCard-module__WTPjDa__actions{gap:6px;margin-top:4px;display:flex}.SessionCard-module__WTPjDa__actionBtn{border-radius:var(--radius-md);border:1px solid var(--border-default);color:var(--text-secondary);font-size:10px;font-weight:var(--font-medium);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:3px 8px;transition:all .15s;display:flex}.SessionCard-module__WTPjDa__actionBtn:hover{background:var(--bg-hover,var(--bg-tertiary));color:var(--text-primary)}.SessionCard-module__WTPjDa__killBtn:hover{color:#ef4444;background:#ef444414;border-color:#ef444466}.SessionCard-module__WTPjDa__actionBtn:disabled{opacity:.6;cursor:not-allowed}.SessionCard-module__WTPjDa__actionBtn.SessionCard-module__WTPjDa__loading{pointer-events:none}.SessionCard-module__WTPjDa__killBtn.SessionCard-module__WTPjDa__loading{color:#ef4444;background:#ef44440f;border-color:#ef44444d}@keyframes SessionCard-module__WTPjDa__spin{to{transform:rotate(360deg)}}.SessionCard-module__WTPjDa__spinner{animation:.8s linear infinite SessionCard-module__WTPjDa__spin}.SessionCard-module__WTPjDa__jobCard{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.SessionCard-module__WTPjDa__jobInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.SessionCard-module__WTPjDa__jobName{font-size:11px;font-weight:var(--font-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SessionCard-module__WTPjDa__jobMeta{color:var(--text-tertiary);font-size:10px;font-family:var(--font-mono)}
.SessionTerminal-module__EBWoSG__terminal{border-radius:var(--radius-lg);border:1px solid var(--border-default);background:#0d1117;flex-direction:column;height:100%;display:flex;overflow:hidden}.SessionTerminal-module__EBWoSG__terminalHeader{background:#161b22;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.SessionTerminal-module__EBWoSG__terminalTitle{font-size:12px;font-weight:var(--font-semibold);color:#c9d1d9;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.SessionTerminal-module__EBWoSG__dot{background:#3fb950;border-radius:50%;width:8px;height:8px}.SessionTerminal-module__EBWoSG__busyBanner{color:#fbbf24;background:#f59e0b1a;border-bottom:1px solid #f59e0b33;flex-shrink:0;align-items:center;gap:6px;padding:6px 14px;font-size:11px;display:flex}.SessionTerminal-module__EBWoSG__outputArea{font-family:var(--font-mono);color:#c9d1d9;white-space:pre-wrap;word-break:break-word;flex:1;padding:12px 14px;font-size:12px;line-height:1.6;overflow-y:auto}.SessionTerminal-module__EBWoSG__outputArea::-webkit-scrollbar{width:6px}.SessionTerminal-module__EBWoSG__outputArea::-webkit-scrollbar-track{background:0 0}.SessionTerminal-module__EBWoSG__outputArea::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.SessionTerminal-module__EBWoSG__outputLine{margin:0;padding:0}.SessionTerminal-module__EBWoSG__commandLine{color:#58a6ff}.SessionTerminal-module__EBWoSG__errorLine{color:#f85149}.SessionTerminal-module__EBWoSG__inputArea{background:#161b22;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:8px;padding:8px 14px;display:flex}.SessionTerminal-module__EBWoSG__prompt{font-family:var(--font-mono);color:#3fb950;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:12px}.SessionTerminal-module__EBWoSG__input{color:#c9d1d9;font-family:var(--font-mono);caret-color:#58a6ff;background:0 0;border:none;outline:none;flex:1;font-size:12px}.SessionTerminal-module__EBWoSG__input::placeholder{color:#c9d1d94d}.SessionTerminal-module__EBWoSG__sendBtn{border-radius:var(--radius-md);color:#58a6ff;cursor:pointer;background:#58a6ff26;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.SessionTerminal-module__EBWoSG__sendBtn:hover:not(:disabled){background:#58a6ff4d}.SessionTerminal-module__EBWoSG__sendBtn:disabled{opacity:.3;cursor:not-allowed}.SessionTerminal-module__EBWoSG__sending{animation:1s ease-in-out infinite SessionTerminal-module__EBWoSG__pulse}@keyframes SessionTerminal-module__EBWoSG__pulse{0%,to{opacity:.4}50%{opacity:1}}.SessionTerminal-module__EBWoSG__nlpArea{background:#161b22;border-top:1px solid #ffffff0f;border-bottom:1px solid #8b5cf626;flex-shrink:0;align-items:center;gap:8px;padding:6px 14px;display:flex;position:relative}.SessionTerminal-module__EBWoSG__nlpIcon{color:#a78bfa;opacity:.8;flex-shrink:0}.SessionTerminal-module__EBWoSG__nlpInput{color:#c9d1d9;font-family:var(--font-mono);caret-color:#a78bfa;background:0 0;border:none;outline:none;flex:1;font-size:11px}.SessionTerminal-module__EBWoSG__nlpInput::placeholder{color:#a78bfa59;font-style:italic}.SessionTerminal-module__EBWoSG__nlpBtn{border-radius:var(--radius-md);color:#a78bfa;cursor:pointer;background:#8b5cf626;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s;display:flex}.SessionTerminal-module__EBWoSG__nlpBtn:hover:not(:disabled){background:#8b5cf64d}.SessionTerminal-module__EBWoSG__nlpBtn:disabled{opacity:.3;cursor:not-allowed}.SessionTerminal-module__EBWoSG__nlpSpinner{color:#a78bfa;flex-shrink:0;animation:1s linear infinite SessionTerminal-module__EBWoSG__spin}@keyframes SessionTerminal-module__EBWoSG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SessionTerminal-module__EBWoSG__nlpError{color:#f85149;white-space:nowrap;background:#161b22;border:1px solid #f8514933;border-radius:3px;padding:2px 6px;font-size:10px;position:absolute;top:-20px;right:14px}.SessionTerminal-module__EBWoSG__emptyTerminal{height:100%;color:var(--text-tertiary);background:var(--bg-primary);border-radius:var(--radius-lg);border:1px dashed var(--border-default);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.SessionTerminal-module__EBWoSG__emptyTerminal svg{opacity:.3}.SessionTerminal-module__EBWoSG__emptyTerminal p{margin:0;font-size:12px}
.ActiveSessions-module__nSI3Mq__container{width:100%;height:100%;display:flex;overflow:hidden}.ActiveSessions-module__nSI3Mq__sidebar{border-right:1px solid var(--border-default);background:var(--bg-primary);flex-direction:column;width:280px;min-width:240px;display:flex;overflow:hidden}.ActiveSessions-module__nSI3Mq__sidebarHeader{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.ActiveSessions-module__nSI3Mq__sidebarTitle{font-size:12px;font-weight:var(--font-semibold);color:var(--text-primary);align-items:center;gap:6px;display:flex}.ActiveSessions-module__nSI3Mq__count{color:var(--accent-primary);font-size:10px;font-family:var(--font-mono)}.ActiveSessions-module__nSI3Mq__sidebarBody{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.ActiveSessions-module__nSI3Mq__sidebarBody::-webkit-scrollbar{width:4px}.ActiveSessions-module__nSI3Mq__sidebarBody::-webkit-scrollbar-track{background:0 0}.ActiveSessions-module__nSI3Mq__sidebarBody::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.ActiveSessions-module__nSI3Mq__sectionLabel{font-size:10px;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.8px;margin:0;padding:8px 4px 4px}.ActiveSessions-module__nSI3Mq__divider{background:var(--border-default);height:1px;margin:6px 0}.ActiveSessions-module__nSI3Mq__main{flex-direction:column;flex:1;min-width:0;padding:8px;display:flex}.ActiveSessions-module__nSI3Mq__emptyState{width:100%;height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.ActiveSessions-module__nSI3Mq__emptyIcon{opacity:.2}.ActiveSessions-module__nSI3Mq__emptyTitle{font-size:14px;font-weight:var(--font-semibold);color:var(--text-secondary);margin:0}.ActiveSessions-module__nSI3Mq__emptyText{color:var(--text-tertiary);text-align:center;max-width:340px;margin:0;font-size:12px;line-height:1.5}.ActiveSessions-module__nSI3Mq__loading{height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.ActiveSessions-module__nSI3Mq__spinner{border:2px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ActiveSessions-module__nSI3Mq__spin}@keyframes ActiveSessions-module__nSI3Mq__spin{to{transform:rotate(360deg)}}
.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)}
.RoeViewer-module__go2M7G__container{scrollbar-gutter:stable;height:100%;overflow-y:auto}.RoeViewer-module__go2M7G__inner{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 2rem 2rem}.RoeViewer-module__go2M7G__container::-webkit-scrollbar{width:6px}.RoeViewer-module__go2M7G__container::-webkit-scrollbar-track{background:0 0}.RoeViewer-module__go2M7G__container::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.RoeViewer-module__go2M7G__container::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.RoeViewer-module__go2M7G__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.RoeViewer-module__go2M7G__headerLeft{color:var(--color-text-primary);align-items:center;gap:.6rem;display:flex}.RoeViewer-module__go2M7G__headerLeft h2{margin:0;font-size:1.15rem;font-weight:600}.RoeViewer-module__go2M7G__downloadBtn{background:var(--color-accent,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.RoeViewer-module__go2M7G__downloadBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}.RoeViewer-module__go2M7G__grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:900px){.RoeViewer-module__go2M7G__grid{grid-template-columns:1fr}}.RoeViewer-module__go2M7G__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;transition:border-color .15s;overflow:hidden}.RoeViewer-module__go2M7G__card:hover{border-color:var(--color-border-hover,var(--color-border))}.RoeViewer-module__go2M7G__cardHeader{background:var(--color-bg);border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;padding:11px 16px;font-size:.75rem;font-weight:600;display:flex}.RoeViewer-module__go2M7G__cardHeader h3{font-size:inherit;font-weight:inherit;margin:0}.RoeViewer-module__go2M7G__cardBody{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.RoeViewer-module__go2M7G__row{justify-content:space-between;align-items:baseline;gap:16px;padding:2px 0;font-size:.82rem;display:flex}.RoeViewer-module__go2M7G__row span:first-child{color:var(--color-text-tertiary);white-space:nowrap;font-size:.78rem}.RoeViewer-module__go2M7G__row strong{color:var(--color-text-primary);text-align:right;word-break:break-word}.RoeViewer-module__go2M7G__exclusionRow{background:#ef44440a;border-left:3px solid #ef44444d;border-radius:6px;align-items:flex-start;gap:10px;padding:6px 10px;font-size:.82rem;display:flex}.RoeViewer-module__go2M7G__exclusionHost{color:var(--color-error,#ef4444);font-family:var(--font-mono);white-space:nowrap;font-size:.8rem;font-weight:600}.RoeViewer-module__go2M7G__exclusionReason{color:var(--color-text-tertiary);font-size:.78rem;font-style:italic;line-height:1.4}.RoeViewer-module__go2M7G__permGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}@media (max-width:600px){.RoeViewer-module__go2M7G__permGrid{grid-template-columns:repeat(2,1fr)}}.RoeViewer-module__go2M7G__permBadge{text-align:center;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:.78rem;font-weight:500;display:inline-flex}.RoeViewer-module__go2M7G__permAllowed{color:#10b981;background:#10b98114;border:1px solid #10b98133}.RoeViewer-module__go2M7G__permDenied{color:#ef4444;background:#ef444414;border:1px solid #ef444433}.RoeViewer-module__go2M7G__statusActive{color:#10b981;font-size:.82rem;font-weight:600}.RoeViewer-module__go2M7G__statusInactive{color:#f59e0b;font-size:.82rem;font-weight:500}.RoeViewer-module__go2M7G__textBlock{flex-direction:column;gap:6px;font-size:.82rem;display:flex}.RoeViewer-module__go2M7G__textBlock span{color:var(--color-text-tertiary);font-size:.78rem}.RoeViewer-module__go2M7G__textBlock p{color:var(--color-text-primary);background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;margin:0;padding:8px 12px;font-size:.8rem;line-height:1.5}.RoeViewer-module__go2M7G__notes{color:var(--color-text-primary);white-space:pre-wrap;margin:0;font-size:.82rem;line-height:1.6}.RoeViewer-module__go2M7G__tagList{flex-wrap:wrap;gap:6px;display:flex}.RoeViewer-module__go2M7G__tag{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:.75rem;font-weight:500;font-family:var(--font-mono);border-radius:20px;align-items:center;padding:3px 10px;display:inline-flex}.RoeViewer-module__go2M7G__tagDanger{color:#ef4444;background:#ef44440f;border-color:#ef444433;}.RoeViewer-module__go2M7G__tagInfo{color:var(--color-accent,#3b82f6);background:#3b82f60f;border-color:#3b82f633;}.RoeViewer-module__go2M7G__phaseIndicator{border-radius:6px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.RoeViewer-module__go2M7G__phaseInfo{color:var(--color-accent,#3b82f6);background:#3b82f614;border:1px solid #3b82f633}.RoeViewer-module__go2M7G__phaseExploit{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b33}.RoeViewer-module__go2M7G__phaseAll{color:#10b981;background:#10b98114;border:1px solid #10b98133}.RoeViewer-module__go2M7G__dataHandling{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:6px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.RoeViewer-module__go2M7G__encryptionBadge{color:#10b981;align-items:center;gap:4px;font-size:.78rem;font-weight:500;display:inline-flex}.RoeViewer-module__go2M7G__empty{text-align:center;color:var(--color-text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:5rem 2rem;display:flex}.RoeViewer-module__go2M7G__empty h2{color:var(--color-text-secondary);margin:0;font-size:1.15rem;font-weight:600}.RoeViewer-module__go2M7G__empty p{max-width:400px;margin:0;font-size:.85rem;line-height:1.5}.RoeViewer-module__go2M7G__hint{color:var(--color-text-tertiary);font-size:.78rem}.RoeViewer-module__go2M7G__fullWidth{grid-column:1/-1}
.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}
.KaliTerminal-module__wrSpka__container{border-radius:var(--radius-lg);background:#0a0e14;border:1px solid #1a1e29;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.KaliTerminal-module__wrSpka__fullscreen{z-index:var(--z-fullscreen,9999);border:none;border-radius:0;position:fixed;inset:0}.KaliTerminal-module__wrSpka__toolbar{background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);border-bottom:1px solid #1a1e29;flex-shrink:0;justify-content:space-between;align-items:center;min-height:34px;padding:6px 12px;display:flex}.KaliTerminal-module__wrSpka__toolbarLeft{align-items:center;gap:8px;display:flex}.KaliTerminal-module__wrSpka__terminalIcon{color:#f33}.KaliTerminal-module__wrSpka__title{color:#e6e1cf;letter-spacing:.3px;font-size:12px;font-weight:600}.KaliTerminal-module__wrSpka__subtitle{color:#4d556a;font-size:10px;font-family:var(--font-mono,"JetBrains Mono",monospace);background:#ffffff0a;border:1px solid #1a1e29;border-radius:4px;padding:1px 6px}.KaliTerminal-module__wrSpka__toolbarRight{align-items:center;gap:6px;display:flex}.KaliTerminal-module__wrSpka__statusBadge{text-transform:capitalize;border:1px solid #0000;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:500;display:inline-flex}.KaliTerminal-module__wrSpka__statusBadge.KaliTerminal-module__wrSpka__connected{color:#bae67e;background:#bae67e14;border-color:#bae67e33}.KaliTerminal-module__wrSpka__statusBadge.KaliTerminal-module__wrSpka__connecting{color:#ffd580;background:#ffd58014;border-color:#ffd58033;animation:1.5s ease-in-out infinite KaliTerminal-module__wrSpka__pulse}.KaliTerminal-module__wrSpka__statusBadge.KaliTerminal-module__wrSpka__disconnected{color:#4d556a;background:#4d556a14;border-color:#4d556a33}.KaliTerminal-module__wrSpka__statusBadge.KaliTerminal-module__wrSpka__error{color:#f33;background:#ff333314;border-color:#f333}@keyframes KaliTerminal-module__wrSpka__pulse{0%,to{opacity:1}50%{opacity:.5}}.KaliTerminal-module__wrSpka__toolbarBtn{color:#4d556a;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:color .15s,background .15s;display:flex}.KaliTerminal-module__wrSpka__toolbarBtn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.KaliTerminal-module__wrSpka__toolbarBtn:hover{color:#e6e1cf;background:#ffffff0f}.KaliTerminal-module__wrSpka__terminal{flex:1;min-height:0;padding:4px;overflow:hidden}.KaliTerminal-module__wrSpka__terminal .xterm{height:100%;padding:4px}.KaliTerminal-module__wrSpka__terminal .xterm-viewport{scrollbar-width:thin;scrollbar-color:#1a1e29 transparent}.KaliTerminal-module__wrSpka__terminal .xterm-viewport::-webkit-scrollbar{width:6px}.KaliTerminal-module__wrSpka__terminal .xterm-viewport::-webkit-scrollbar-track{background:0 0}.KaliTerminal-module__wrSpka__terminal .xterm-viewport::-webkit-scrollbar-thumb{background:#1a1e29;border-radius:3px}.KaliTerminal-module__wrSpka__terminal .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#2a2e39}
.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}
.GraphViews-module__b7fAwW__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.GraphViews-module__b7fAwW__splitLayout{flex:1;display:flex;overflow:hidden}.GraphViews-module__b7fAwW__leftPanel{border-right:1px solid var(--border-default);flex-direction:column;width:50%;display:flex;overflow:hidden}.GraphViews-module__b7fAwW__rightPanel{flex-direction:column;width:50%;display:flex;overflow:hidden}.GraphViews-module__b7fAwW__header{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-default);flex-shrink:0;display:flex}.GraphViews-module__b7fAwW__headerLeft{flex-direction:column;gap:2px;min-width:0;display:flex}.GraphViews-module__b7fAwW__title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.GraphViews-module__b7fAwW__subtitle{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.GraphViews-module__b7fAwW__noLlmBanner{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);color:var(--text-secondary);font-size:var(--text-xs);flex-shrink:0;display:flex}.GraphViews-module__b7fAwW__createForm{padding:var(--space-4)var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.GraphViews-module__b7fAwW__label{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary)}.GraphViews-module__b7fAwW__textarea{width:100%;min-height:60px;padding:var(--space-2)var(--space-3);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-xs);resize:vertical;flex-shrink:0;font-family:inherit;transition:border-color .15s}.GraphViews-module__b7fAwW__textarea:focus{border-color:var(--accent-primary);outline:none}.GraphViews-module__b7fAwW__textarea::placeholder{color:var(--text-tertiary)}.GraphViews-module__b7fAwW__labelRow{align-items:center;gap:var(--space-2);display:flex}.GraphViews-module__b7fAwW__examplesDropdown{position:relative}.GraphViews-module__b7fAwW__examplesToggle{background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s;display:flex}.GraphViews-module__b7fAwW__examplesToggle:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.GraphViews-module__b7fAwW__examplesToggle:disabled{opacity:.4;cursor:not-allowed}.GraphViews-module__b7fAwW__examplesMenu{z-index:50;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);width:380px;max-height:400px;padding:var(--space-1)0;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 8px 24px #00000040}.GraphViews-module__b7fAwW__examplesGroup{flex-direction:column;display:flex}.GraphViews-module__b7fAwW__examplesGroup+.GraphViews-module__b7fAwW__examplesGroup{border-top:1px solid var(--border-default);margin-top:var(--space-1);padding-top:var(--space-1)}.GraphViews-module__b7fAwW__examplesGroupLabel{padding:var(--space-1)var(--space-3);font-size:10px;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.GraphViews-module__b7fAwW__examplesItem{width:100%;padding:var(--space-1-5)var(--space-3);color:var(--text-secondary);font-size:var(--text-xs);text-align:left;cursor:pointer;background:0 0;border:none;transition:background .1s,color .1s;display:block}.GraphViews-module__b7fAwW__examplesItem:hover{background:var(--bg-hover);color:var(--text-primary)}.GraphViews-module__b7fAwW__generateRow{justify-content:flex-end;align-items:center;gap:var(--space-2);display:flex}.GraphViews-module__b7fAwW__generateBtn{align-items:center;gap:var(--space-1-5);padding:var(--space-2)var(--space-4);background:var(--accent-primary);border-radius:var(--radius-md);color:#fff;font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;border:none;transition:opacity .15s;display:flex}.GraphViews-module__b7fAwW__generateBtn:hover{opacity:.9}.GraphViews-module__b7fAwW__generateBtn:disabled{opacity:.4;cursor:not-allowed}.GraphViews-module__b7fAwW__errorBanner{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);color:var(--danger);font-size:var(--text-xs);background:#ef444414;border:1px solid #ef444433;display:flex}.GraphViews-module__b7fAwW__retryBtn{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;flex-shrink:0;font-size:10px;transition:background .15s;display:flex}.GraphViews-module__b7fAwW__retryBtn:hover{background:var(--bg-hover)}.GraphViews-module__b7fAwW__cypherBlock{gap:var(--space-1-5);flex-direction:column;display:flex}.GraphViews-module__b7fAwW__cypherHeader{justify-content:space-between;align-items:center;display:flex}.GraphViews-module__b7fAwW__cypherCode{padding:var(--space-3);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:11px;font-family:var(--font-mono);white-space:pre-wrap;word-break:break-all;max-height:160px;margin:0;line-height:1.5;overflow:auto}.GraphViews-module__b7fAwW__previewHeader{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.GraphViews-module__b7fAwW__previewCanvas{background:var(--bg-primary);flex:1;position:relative;overflow:hidden}.GraphViews-module__b7fAwW__saveRow{align-items:center;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-default);display:flex}.GraphViews-module__b7fAwW__nameInput{padding:var(--space-1-5)var(--space-3);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-xs);flex:1;transition:border-color .15s}.GraphViews-module__b7fAwW__nameInput:focus{border-color:var(--accent-primary);outline:none}.GraphViews-module__b7fAwW__nameInput::placeholder{color:var(--text-tertiary)}.GraphViews-module__b7fAwW__saveBtn{align-items:center;gap:var(--space-1);padding:var(--space-1-5)var(--space-3);border:1px solid var(--status-success);border-radius:var(--radius-md);color:var(--status-success);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;flex-shrink:0;display:flex}.GraphViews-module__b7fAwW__saveBtn:hover:not(:disabled){background:var(--status-success);color:#fff}.GraphViews-module__b7fAwW__saveBtn:disabled{opacity:.4;cursor:not-allowed}.GraphViews-module__b7fAwW__saveSelectBtn{align-items:center;gap:var(--space-1);padding:var(--space-1-5)var(--space-3);border:1px solid var(--status-success);border-radius:var(--radius-md);color:var(--status-success);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);white-space:nowrap;background:0 0;flex-shrink:0;display:flex}.GraphViews-module__b7fAwW__saveSelectBtn:hover:not(:disabled){background:var(--status-success);color:#fff}.GraphViews-module__b7fAwW__saveSelectBtn:disabled{opacity:.4;cursor:not-allowed}.GraphViews-module__b7fAwW__discardBtn{padding:var(--space-1-5)var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;flex-shrink:0;transition:background .15s}.GraphViews-module__b7fAwW__discardBtn:hover{background:var(--bg-hover);color:var(--text-primary)}@keyframes GraphViews-module__b7fAwW__spin{to{transform:rotate(360deg)}}.GraphViews-module__b7fAwW__spin{animation:1s linear infinite GraphViews-module__b7fAwW__spin}
.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__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)}
.GitHubStarBanner-module__pyfNDW__banner{z-index:50;background:var(--surface-secondary,#1e1e2e);border:1px solid var(--border-primary,#333);font-size:var(--text-xs,12px);color:var(--text-secondary,#aaa);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;animation:.3s ease-out GitHubStarBanner-module__pyfNDW__slideIn;display:flex;position:absolute;bottom:48px;right:16px;box-shadow:0 4px 12px #0000004d}@keyframes GitHubStarBanner-module__pyfNDW__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.GitHubStarBanner-module__pyfNDW__icon{color:#f59e0b;flex-shrink:0}.GitHubStarBanner-module__pyfNDW__text{line-height:1.4}.GitHubStarBanner-module__pyfNDW__text a{color:#f59e0b;font-weight:600;text-decoration:none}.GitHubStarBanner-module__pyfNDW__text a:hover{text-decoration:underline}.GitHubStarBanner-module__pyfNDW__close{width:20px;height:20px;color:var(--text-tertiary,#666);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.GitHubStarBanner-module__pyfNDW__close:hover{color:var(--text-primary,#fff);background:var(--surface-hover,#ffffff1a)}
.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__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}}
.OtherScansModal-module__d_hjMG__content{gap:var(--space-4);min-width:640px;display:flex}@media (max-width:768px){.OtherScansModal-module__d_hjMG__content{flex-direction:column;min-width:auto}}.OtherScansModal-module__d_hjMG__card{gap:var(--space-3);padding:var(--space-4);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-default);flex-direction:column;flex:1;display:flex}.OtherScansModal-module__d_hjMG__cardHeader{align-items:center;gap:var(--space-2);display:flex}.OtherScansModal-module__d_hjMG__cardIcon{color:var(--text-tertiary)}.OtherScansModal-module__d_hjMG__cardTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.OtherScansModal-module__d_hjMG__statusBadge{padding:var(--space-0-5)var(--space-1-5);border-radius:var(--radius-sm);font-size:10px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.3px;align-items:center;margin-left:auto;display:inline-flex}.OtherScansModal-module__d_hjMG__statusIdle{background:var(--bg-elevated);color:var(--text-tertiary);border:1px solid var(--border-default)}.OtherScansModal-module__d_hjMG__statusRunning{color:#10b981;background:#10b9811f;border:1px solid #10b9814d}.OtherScansModal-module__d_hjMG__statusPaused{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.OtherScansModal-module__d_hjMG__statusCompleted{color:#3b82f6;background:#3b82f61f;border:1px solid #3b82f64d}.OtherScansModal-module__d_hjMG__statusError{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.OtherScansModal-module__d_hjMG__cardDescription{font-size:var(--text-xs);color:var(--text-secondary);margin:0;line-height:1.5}.OtherScansModal-module__d_hjMG__cardActions{gap:var(--space-1-5);flex-wrap:wrap;margin-top:auto;display:flex}.OtherScansModal-module__d_hjMG__actionButton{align-items:center;gap:var(--space-1);padding:var(--space-1-5)var(--space-2-5);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;display:flex}.OtherScansModal-module__d_hjMG__actionButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.OtherScansModal-module__d_hjMG__actionButton:disabled{opacity:.4;cursor:not-allowed}.OtherScansModal-module__d_hjMG__startButton{border-color:var(--status-success);color:var(--status-success);}.OtherScansModal-module__d_hjMG__startButton:hover:not(:disabled){background:var(--status-success);color:#fff}.OtherScansModal-module__d_hjMG__pauseButton{border-color:var(--status-warning);color:var(--status-warning);}.OtherScansModal-module__d_hjMG__pauseButton:hover:not(:disabled){background:var(--status-warning);color:#fff}.OtherScansModal-module__d_hjMG__resumeButton{border-color:var(--status-success);color:var(--status-success);}.OtherScansModal-module__d_hjMG__resumeButton:hover:not(:disabled){background:var(--status-success);color:#fff}.OtherScansModal-module__d_hjMG__stopButton{border-color:var(--status-error);color:var(--status-error);}.OtherScansModal-module__d_hjMG__stopButton:hover:not(:disabled){background:var(--status-error);color:#fff}.OtherScansModal-module__d_hjMG__logsButton{}.OtherScansModal-module__d_hjMG__logsButtonActive{background:var(--accent-secondary);border-color:var(--accent-secondary);color:#fff}.OtherScansModal-module__d_hjMG__downloadButton{}.OtherScansModal-module__d_hjMG__spinner{animation:1s linear infinite OtherScansModal-module__d_hjMG__spin}@keyframes OtherScansModal-module__d_hjMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.page-module__ZjrIVq__page{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.page-module__ZjrIVq__body{flex:1;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.page-module__ZjrIVq__content{background:var(--graph-bg);flex:1;min-width:0;position:relative;overflow:hidden}.page-module__ZjrIVq__noProject{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-8);text-align:center;color:var(--text-secondary);flex-direction:column;flex:1;display:flex}.page-module__ZjrIVq__noProject h2{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.page-module__ZjrIVq__noProject p{font-size:var(--text-sm);max-width:400px;margin:0}
.PartialReconBadges-module__8gDCnW__badgeGroup{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:6px;align-items:center;gap:2px;padding:3px 6px;font-size:11px;font-weight:600;display:inline-flex}[data-theme=light] .PartialReconBadges-module__8gDCnW__badgeGroup{color:#16a34a;background:#16a34a14;border-color:#16a34a40}.PartialReconBadges-module__8gDCnW__badge{align-items:center;gap:4px;display:inline-flex}.PartialReconBadges-module__8gDCnW__badgeBtn{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:2px;transition:opacity .15s;display:inline-flex}.PartialReconBadges-module__8gDCnW__badgeBtn:hover{opacity:1}.PartialReconBadges-module__8gDCnW__badgeBtn:disabled{opacity:.3;cursor:not-allowed}.PartialReconBadges-module__8gDCnW__badgeBtnActive{opacity:1;color:#86efac}[data-theme=light] .PartialReconBadges-module__8gDCnW__badgeBtnActive{color:#15803d}.PartialReconBadges-module__8gDCnW__spinner{animation:1s linear infinite PartialReconBadges-module__8gDCnW__badgeSpin}@keyframes PartialReconBadges-module__8gDCnW__badgeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PartialReconBadges-module__8gDCnW__overflow{background:var(--bg-primary);border:1px solid var(--border-default);z-index:200;border-radius:8px;min-width:280px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #00000040}.PartialReconBadges-module__8gDCnW__overflowHeader{color:var(--text-primary);border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.PartialReconBadges-module__8gDCnW__overflowClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex}.PartialReconBadges-module__8gDCnW__overflowClose:hover{color:var(--text-primary)}.PartialReconBadges-module__8gDCnW__overflowList{max-height:300px;overflow-y:auto}.PartialReconBadges-module__8gDCnW__overflowItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.PartialReconBadges-module__8gDCnW__overflowItem:last-child{border-bottom:none}.PartialReconBadges-module__8gDCnW__overflowLabel{color:var(--text-primary);flex:1;align-items:center;gap:6px;min-width:0;font-size:12px;display:flex}.PartialReconBadges-module__8gDCnW__overflowActions{flex-shrink:0;align-items:center;gap:4px;display:flex}
.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)}}
.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}
