.ProjectCard-module__C1xOMq__projectCard{transition:var(--transition-all)}.ProjectCard-module__C1xOMq__actions{align-items:center;gap:var(--space-1);display:flex}.ProjectCard-module__C1xOMq__meta{gap:var(--space-2);flex-direction:column;display:flex}.ProjectCard-module__C1xOMq__metaItem{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-secondary);display:flex}.ProjectCard-module__C1xOMq__metaItem svg{color:var(--text-tertiary);flex-shrink:0}
.ProjectForm-module__T7v2yW__form{flex-direction:column;height:100%;display:flex}.ProjectForm-module__T7v2yW__header{padding:var(--space-4);border-bottom:1px solid var(--border-default);background:var(--bg-secondary);justify-content:space-between;align-items:center;display:flex}.ProjectForm-module__T7v2yW__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.ProjectForm-module__T7v2yW__actions{align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__tabs{gap:var(--space-1);padding:var(--space-2)var(--space-4);border-bottom:1px solid var(--border-default);background:var(--bg-tertiary);display:flex;overflow-x:auto}.ProjectForm-module__T7v2yW__content{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ProjectForm-module__T7v2yW__loadingContainer{justify-content:center;align-items:center;gap:var(--space-3);color:var(--text-secondary);flex-direction:column;flex:1;display:flex}.ProjectForm-module__T7v2yW__spinner{animation:1s linear infinite ProjectForm-module__T7v2yW__spin}@keyframes ProjectForm-module__T7v2yW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProjectForm-module__T7v2yW__section{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default)}.ProjectForm-module__T7v2yW__sectionHeader{padding:var(--space-3)var(--space-4);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.ProjectForm-module__T7v2yW__sectionHeader:hover{background:var(--bg-hover)}.ProjectForm-module__T7v2yW__sectionTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);align-items:center;gap:var(--space-2);display:flex}.ProjectForm-module__T7v2yW__sectionIcon{transition:transform var(--transition-default)}.ProjectForm-module__T7v2yW__sectionIconOpen{transform:rotate(180deg)}.ProjectForm-module__T7v2yW__sectionContent{padding:var(--space-4);gap:var(--space-4);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__sectionDescription{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-2);line-height:1.5}.ProjectForm-module__T7v2yW__fieldRow{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.ProjectForm-module__T7v2yW__fieldGroup{gap:var(--space-1);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__fieldLabel{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary)}.ProjectForm-module__T7v2yW__fieldLabelRequired:after{content:" *";color:var(--status-error)}.ProjectForm-module__T7v2yW__fieldHint{color:var(--text-tertiary);font-size:10px}.ProjectForm-module__T7v2yW__toggleRow{padding:var(--space-2)0;border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.ProjectForm-module__T7v2yW__toggleRow:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toggleLabel{font-size:var(--text-xs);color:var(--text-primary)}.ProjectForm-module__T7v2yW__toggleDescription{color:var(--text-tertiary);margin-top:var(--space-0-5);font-size:10px}.ProjectForm-module__T7v2yW__checkboxGroup{gap:var(--space-3);flex-wrap:wrap;display:flex}.ProjectForm-module__T7v2yW__subSection{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default);margin-top:var(--space-2);gap:var(--space-3);flex-direction:column;display:flex}.ProjectForm-module__T7v2yW__subSectionTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-bottom:0}.ProjectForm-module__T7v2yW__conflictBanner{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)var(--space-4);background:color-mix(in srgb,var(--status-error)10%,transparent);border:1px solid var(--status-error);border-radius:var(--radius-default);margin:0 var(--space-4)var(--space-4);display:flex}.ProjectForm-module__T7v2yW__conflictIcon{color:var(--status-error);flex-shrink:0}.ProjectForm-module__T7v2yW__conflictContent{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.ProjectForm-module__T7v2yW__conflictTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--status-error)}.ProjectForm-module__T7v2yW__conflictMessage{font-size:var(--text-xs);color:var(--text-primary);line-height:1.5}.ProjectForm-module__T7v2yW__conflictProject{font-size:var(--text-xs);color:var(--text-secondary);margin-top:var(--space-1)}.ProjectForm-module__T7v2yW__conflictProject strong{color:var(--text-primary)}.ProjectForm-module__T7v2yW__toolPhaseGrid{border:1px solid var(--border-default);border-radius:var(--radius-default);flex-direction:column;gap:0;display:flex;overflow:hidden}.ProjectForm-module__T7v2yW__toolPhaseHeader{padding:var(--space-2)var(--space-3);background:var(--bg-secondary);border-bottom:1px solid var(--border-default);grid-template-columns:1fr repeat(3,120px);gap:0;display:grid}.ProjectForm-module__T7v2yW__toolPhaseHeaderLabel{font-size:10px;font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wide);text-align:center}.ProjectForm-module__T7v2yW__toolPhaseHeaderLabel:first-child{text-align:left}.ProjectForm-module__T7v2yW__toolPhaseRow{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr repeat(3,120px);align-items:center;gap:0;display:grid}.ProjectForm-module__T7v2yW__toolPhaseRow:last-child{border-bottom:none}.ProjectForm-module__T7v2yW__toolPhaseRow:hover{background:var(--bg-hover)}.ProjectForm-module__T7v2yW__toolPhaseName{font-size:var(--text-xs);color:var(--text-primary);font-family:var(--font-mono)}.ProjectForm-module__T7v2yW__phaseCheck{justify-content:center;align-items:center;display:flex}.ProjectForm-module__T7v2yW__phaseCheck input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-secondary);cursor:pointer}.ProjectForm-module__T7v2yW__timeEstimate{color:var(--status-warning-text);margin-top:var(--space-0-5);align-items:center;gap:4px;font-size:10px;line-height:1;display:inline-flex}
.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__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__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__knobActive{background:var(--toggle-knob-active);transform:translate(16px)}.Toggle-module__IP90EG__switchSmall .Toggle-module__IP90EG__knobActive{transform:translate(12px)}.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)}
.Modal-module__rxdtia__overlay{z-index:1100;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:480px;max-height:calc(100vh - var(--space-8));background:var(--bg-secondary);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:640px}.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);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:nowrap;pointer-events:none;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__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__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}
.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)}
.ProjectSelector-module__o96ySG__container{position:relative}.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{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-tertiary)}
.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);display:flex}.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__version{font-size:var(--text-xs);color:var(--text-tertiary);font-weight:var(--font-normal);margin-left:var(--space-2)}.GlobalHeader-module__VxQipW__spacer{flex:1}.GlobalHeader-module__VxQipW__search{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-sm);color:var(--text-tertiary);min-width:160px;display:flex}.GlobalHeader-module__VxQipW__searchInput{color:var(--text-primary);font-size:var(--text-xs);background:0 0;border:none;outline:none;width:100%}.GlobalHeader-module__VxQipW__searchInput::placeholder{color:var(--text-tertiary)}.GlobalHeader-module__VxQipW__searchInput:disabled{cursor:not-allowed}.GlobalHeader-module__VxQipW__actions{align-items:center;gap:var(--space-1);display:flex}.GlobalHeader-module__VxQipW__iconButton{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-secondary);transition:var(--transition-all);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex;position:relative}.GlobalHeader-module__VxQipW__iconButton:hover{background:var(--bg-hover);color:var(--text-primary)}.GlobalHeader-module__VxQipW__badge{min-width:14px;height:14px;padding:0 var(--space-0-5);background:var(--status-error);color:var(--text-on-accent);font-size:9px;font-weight:var(--font-semibold);border-radius:var(--radius-full);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.GlobalHeader-module__VxQipW__divider{background:var(--border-default);width:1px;height:18px;margin:0 var(--space-1)}.GlobalHeader-module__VxQipW__userButton{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);display:flex}.GlobalHeader-module__VxQipW__userButton:hover{background:var(--bg-hover);color:var(--text-primary)}.GlobalHeader-module__VxQipW__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);justify-content:center;align-items:center;display:flex}.GlobalHeader-module__VxQipW__userName{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary)}
.NavigationBar-module__e-JeYW__nav{background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);padding:0 var(--space-4);flex-shrink:0}.NavigationBar-module__e-JeYW__navList{align-items:center;gap:var(--space-0-5);margin:0;padding:0;list-style:none;display:flex}.NavigationBar-module__e-JeYW__navItem{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-3);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);transition:var(--transition-all);cursor:pointer;border-bottom:2px solid #0000;text-decoration:none;display:flex}.NavigationBar-module__e-JeYW__navItem:hover:not(.NavigationBar-module__e-JeYW__navItemDisabled){color:var(--text-primary);background:var(--bg-hover)}.NavigationBar-module__e-JeYW__navItemActive{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}.NavigationBar-module__e-JeYW__navItemActive:hover{color:var(--accent-primary)}.NavigationBar-module__e-JeYW__navItemDisabled{opacity:.5;cursor:not-allowed}.NavigationBar-module__e-JeYW__navIcon{font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.NavigationBar-module__e-JeYW__navLabel{white-space:nowrap}.NavigationBar-module__e-JeYW__comingSoon{padding:var(--space-0-5)var(--space-1);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide);font-size:9px}
.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}.Footer-module__hP-FLq__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__hP-FLq__copyright{font-size:var(--text-xs);color:var(--text-tertiary)}.Footer-module__hP-FLq__version{font-size:var(--text-xs);color:var(--text-tertiary);font-family:var(--font-mono)}
.AppLayout-module__nGnnRq__layout{flex-direction:column;height:100vh;display:flex;overflow:hidden}.AppLayout-module__nGnnRq__main{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}
.GraphToolbar-module__nmI6eW__toolbar{align-items:center;gap:var(--space-3);padding:var(--space-1)var(--space-3);background:var(--bg-tertiary);border-bottom:1px solid var(--border-default);flex-shrink:0;display:flex}.GraphToolbar-module__nmI6eW__section{align-items:center;gap:var(--space-2);display:flex}.GraphToolbar-module__nmI6eW__sectionLabel{font-size:10px;font-weight:var(--font-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.GraphToolbar-module__nmI6eW__toggleContainer{align-items:center;gap:var(--space-1-5);display:flex}.GraphToolbar-module__nmI6eW__toggleSwitch{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}.GraphToolbar-module__nmI6eW__toggleSwitch:hover{border-color:var(--accent-secondary)}.GraphToolbar-module__nmI6eW__toggleSwitch:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.GraphToolbar-module__nmI6eW__toggleKnob{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}.GraphToolbar-module__nmI6eW__toggleKnobRight{background:var(--toggle-knob-active);transform:translate(16px)}.GraphToolbar-module__nmI6eW__toggleActive{color:var(--accent-secondary);font-weight:var(--font-semibold);font-size:10px}.GraphToolbar-module__nmI6eW__toggleInactive{color:var(--text-tertiary);font-size:10px}.GraphToolbar-module__nmI6eW__divider{background:var(--border-default);width:1px;height:16px}.GraphToolbar-module__nmI6eW__spacer{flex:1}.GraphToolbar-module__nmI6eW__targetSection{align-items:center;gap:var(--space-1);display:flex}.GraphToolbar-module__nmI6eW__targetDomain{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--accent-secondary);font-family:var(--font-mono)}.GraphToolbar-module__nmI6eW__subdomainWrapper{position:relative;transform:translateY(2px)}.GraphToolbar-module__nmI6eW__subdomainList{max-width:130px;color:var(--text-tertiary);font-size:10px;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;cursor:default;display:inline-block;overflow:hidden}.GraphToolbar-module__nmI6eW__subdomainTooltip{margin-top:var(--space-1);padding:var(--space-2);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--text-secondary);font-size:10px;font-family:var(--font-mono);white-space:nowrap;z-index:100;opacity:0;visibility:hidden;transition:opacity var(--transition-default),visibility var(--transition-default);position:absolute;top:100%;left:0}.GraphToolbar-module__nmI6eW__subdomainWrapper:hover .GraphToolbar-module__nmI6eW__subdomainTooltip{opacity:1;visibility:visible}.GraphToolbar-module__nmI6eW__projectBadge{align-items:center;gap:var(--space-1-5);padding:var(--space-0-5)var(--space-2);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);display:flex}.GraphToolbar-module__nmI6eW__projectLabel{color:var(--text-tertiary);font-size:10px}.GraphToolbar-module__nmI6eW__projectId{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);font-family:var(--font-mono)}.GraphToolbar-module__nmI6eW__settingsButton{width:22px;height:22px;margin-left:var(--space-1);border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;transition:var(--transition-all);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.GraphToolbar-module__nmI6eW__settingsButton:hover{background:var(--bg-hover);color:var(--text-primary)}.GraphToolbar-module__nmI6eW__settingsButton:focus-visible{outline:2px solid var(--border-focus);outline-offset:1px}.GraphToolbar-module__nmI6eW__aiButton{align-items:center;gap:var(--space-1-5);padding:var(--space-1)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}.GraphToolbar-module__nmI6eW__aiButton:hover{background:var(--accent-primary-subtle);border-color:var(--accent-primary);color:var(--accent-primary)}.GraphToolbar-module__nmI6eW__aiButton:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.GraphToolbar-module__nmI6eW__aiButtonActive{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-on-accent)}.GraphToolbar-module__nmI6eW__aiButtonActive:hover{background:var(--accent-primary-hover);border-color:var(--accent-primary-hover);color:var(--text-on-accent)}.GraphToolbar-module__nmI6eW__reconButton{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-2-5);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;display:flex}.GraphToolbar-module__nmI6eW__reconButton:hover:not(:disabled){background:var(--status-success);color:#fff}.GraphToolbar-module__nmI6eW__reconButton:disabled{cursor:not-allowed}.GraphToolbar-module__nmI6eW__reconButtonActive{background:var(--status-success);color:#fff}.GraphToolbar-module__nmI6eW__logsButton{border:1px solid var(--border-default);border-radius:var(--radius-md);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}.GraphToolbar-module__nmI6eW__logsButton:hover{background:var(--bg-hover);color:var(--text-primary)}.GraphToolbar-module__nmI6eW__logsButtonActive{background:var(--accent-secondary);border-color:var(--accent-secondary);color:#fff}.GraphToolbar-module__nmI6eW__downloadButton{border:1px solid var(--border-default);border-radius:var(--radius-md);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}.GraphToolbar-module__nmI6eW__downloadButton:hover:not(:disabled){background:var(--accent-primary-subtle);border-color:var(--accent-primary);color:var(--accent-primary)}.GraphToolbar-module__nmI6eW__downloadButton:disabled{opacity:.4;cursor:not-allowed}.GraphToolbar-module__nmI6eW__gvmButton{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-2-5);border:1px solid var(--status-warning);border-radius:var(--radius-md);color:var(--status-warning);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;display:flex}.GraphToolbar-module__nmI6eW__gvmButton:hover:not(:disabled){background:var(--status-warning);color:#fff}.GraphToolbar-module__nmI6eW__gvmButton:disabled{opacity:.4;cursor:not-allowed}.GraphToolbar-module__nmI6eW__gvmButtonActive{background:var(--status-warning);color:#fff}.GraphToolbar-module__nmI6eW__githubHuntButton{align-items:center;gap:var(--space-1-5);padding:var(--space-1)var(--space-2-5);border:1px solid var(--status-info);border-radius:var(--radius-md);color:var(--status-info);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);background:0 0;display:flex}.GraphToolbar-module__nmI6eW__githubHuntButton:hover:not(:disabled){background:var(--status-info);color:#fff}.GraphToolbar-module__nmI6eW__githubHuntButton:disabled{opacity:.4;cursor:not-allowed}.GraphToolbar-module__nmI6eW__githubHuntButtonActive{background:var(--status-info);color:#fff}.GraphToolbar-module__nmI6eW__spinner{animation:1s linear infinite GraphToolbar-module__nmI6eW__spin}@keyframes GraphToolbar-module__nmI6eW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.GraphCanvas-module__qzZtHq__wrapper{position:absolute;inset:0;overflow:hidden}.GraphCanvas-module__qzZtHq__loading,.GraphCanvas-module__qzZtHq__error,.GraphCanvas-module__qzZtHq__empty{font-size:var(--text-lg);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GraphCanvas-module__qzZtHq__loading{color:var(--accent-primary)}.GraphCanvas-module__qzZtHq__error{color:var(--status-error)}.GraphCanvas-module__qzZtHq__empty{color:var(--text-secondary)}
.NodeDrawer-module__TolpfW__section{margin-bottom:var(--space-4)}.NodeDrawer-module__TolpfW__sectionHeader{margin-bottom:var(--space-2);padding-bottom:var(--space-1-5);border-bottom:2px solid var(--drawer-section-info);justify-content:space-between;align-items:center;display:flex}.NodeDrawer-module__TolpfW__sectionTitleBasicInfo{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--drawer-section-info)}.NodeDrawer-module__TolpfW__deleteButton{border:1px solid var(--border-subtle);border-radius:var(--radius-default);color:var(--text-tertiary);cursor:pointer;padding:var(--space-0-5)var(--space-2);font-size:var(--text-sm);background:0 0;transition:all .2s}.NodeDrawer-module__TolpfW__deleteButton:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.NodeDrawer-module__TolpfW__deleteButton:disabled{opacity:.5;cursor:not-allowed}.NodeDrawer-module__TolpfW__sectionTitleProperties{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--drawer-section-properties);margin-bottom:var(--space-2);padding-bottom:var(--space-1-5);border-bottom:2px solid var(--drawer-section-properties)}.NodeDrawer-module__TolpfW__propertyRow{gap:var(--space-0-5);padding:var(--space-1-5)0;border-bottom:1px solid var(--border-subtle);flex-direction:column;display:flex}.NodeDrawer-module__TolpfW__propertyRow:last-child{border-bottom:none}.NodeDrawer-module__TolpfW__propertyKey{font-size:10px;font-weight:var(--font-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.NodeDrawer-module__TolpfW__propertyValue{font-size:var(--text-xs);color:var(--text-primary);word-break:break-all;white-space:pre-wrap}.NodeDrawer-module__TolpfW__propertyBadge{padding:var(--space-0-5)var(--space-2);border-radius:var(--radius-default);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-on-accent);display:inline-block}.NodeDrawer-module__TolpfW__emptyProperties{color:var(--text-tertiary);font-size:var(--text-xs);font-style:italic}
.AIAssistantDrawer-module__RguO8W__drawer{background:var(--bg-secondary);border-left:1px solid var(--border-default);z-index:100;will-change:transform;visibility:hidden;flex-direction:column;width:560px;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.AIAssistantDrawer-module__RguO8W__drawerOpen{visibility:visible;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility;transform:translate(0)}.AIAssistantDrawer-module__RguO8W__header{padding:var(--space-3)var(--space-4);background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-primary)40%,#5a1010 100%);border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.AIAssistantDrawer-module__RguO8W__headerLeft{align-items:center;gap:var(--space-3);display:flex}.AIAssistantDrawer-module__RguO8W__headerIcon{border-radius:var(--radius-lg);color:#d32f2f;background:0 0;border:1px solid #d32f2f;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.AIAssistantDrawer-module__RguO8W__headerText{gap:var(--space-0-5);flex-direction:column;display:flex}.AIAssistantDrawer-module__RguO8W__modelBadge{font-size:10px;font-weight:var(--font-medium);color:var(--text-tertiary);border-radius:var(--radius-sm);background:#ffffff14;border:1px solid #ffffff1a;margin-left:auto;padding:2px 6px;line-height:1}.AIAssistantDrawer-module__RguO8W__title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.AIAssistantDrawer-module__RguO8W__subtitle{color:var(--text-tertiary);font-size:10px}.AIAssistantDrawer-module__RguO8W__connectionStatus{align-items:center;gap:.375rem;display:flex}.AIAssistantDrawer-module__RguO8W__connectionIcon{flex-shrink:0}@keyframes AIAssistantDrawer-module__RguO8W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AIAssistantDrawer-module__RguO8W__headerActions{align-items:center;gap:var(--space-1);display:flex}.AIAssistantDrawer-module__RguO8W__iconButton{background:var(--bg-primary);border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);border:none;justify-content:center;align-items:center;display:flex}.AIAssistantDrawer-module__RguO8W__iconButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.AIAssistantDrawer-module__RguO8W__iconButton:disabled{opacity:.35;cursor:not-allowed}.AIAssistantDrawer-module__RguO8W__closeButton{background:var(--bg-primary);border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-secondary);font-size:var(--text-xl);cursor:pointer;transition:var(--transition-all);border:none;justify-content:center;align-items:center;display:flex}.AIAssistantDrawer-module__RguO8W__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.AIAssistantDrawer-module__RguO8W__messages{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.AIAssistantDrawer-module__RguO8W__emptyState{text-align:center;padding:var(--space-4)var(--space-4);flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex;overflow-y:auto}.AIAssistantDrawer-module__RguO8W__emptyIcon{margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}.AIAssistantDrawer-module__RguO8W__emptyTitle{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--space-2)0}.AIAssistantDrawer-module__RguO8W__emptyDescription{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-6)0;max-width:280px}.AIAssistantDrawer-module__RguO8W__suggestions{gap:var(--space-2);flex-wrap:wrap;width:100%;display:flex}.AIAssistantDrawer-module__RguO8W__suggestion{padding:var(--space-1)var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--text-xs);text-align:left;cursor:pointer;transition:var(--transition-all);white-space:nowrap}.AIAssistantDrawer-module__RguO8W__suggestion:hover{background:var(--bg-hover);border-color:var(--accent-primary);color:var(--text-primary)}.AIAssistantDrawer-module__RguO8W__message{align-items:center;gap:var(--space-2);animation:.2s ease-out AIAssistantDrawer-module__RguO8W__fadeIn;display:flex}@keyframes AIAssistantDrawer-module__RguO8W__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AIAssistantDrawer-module__RguO8W__messageUser{flex-direction:row-reverse}.AIAssistantDrawer-module__RguO8W__messageIcon{border-radius:var(--radius-full);background:0 0;border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.AIAssistantDrawer-module__RguO8W__messageUser .AIAssistantDrawer-module__RguO8W__messageIcon{border-color:var(--accent-secondary);color:var(--accent-secondary)}.AIAssistantDrawer-module__RguO8W__messageAssistant .AIAssistantDrawer-module__RguO8W__messageIcon{color:#d32f2f;border-color:#d32f2f}.AIAssistantDrawer-module__RguO8W__messageContent{gap:var(--space-2);flex-direction:column;min-width:0;max-width:85%;display:flex;overflow:hidden}.AIAssistantDrawer-module__RguO8W__messageText{padding:var(--space-2)var(--space-3);border-radius:var(--radius-lg);font-size:var(--text-sm);line-height:var(--leading-relaxed);min-width:0;overflow-x:auto}.AIAssistantDrawer-module__RguO8W__messageText p{margin:0}.AIAssistantDrawer-module__RguO8W__messageText p+p{margin-top:var(--space-2)}.AIAssistantDrawer-module__RguO8W__messageText h1,.AIAssistantDrawer-module__RguO8W__messageText h2,.AIAssistantDrawer-module__RguO8W__messageText h3,.AIAssistantDrawer-module__RguO8W__messageText h4,.AIAssistantDrawer-module__RguO8W__messageText h5,.AIAssistantDrawer-module__RguO8W__messageText h6{margin:var(--space-3)0 var(--space-2)0;font-weight:600}.AIAssistantDrawer-module__RguO8W__messageText h1:first-child,.AIAssistantDrawer-module__RguO8W__messageText h2:first-child,.AIAssistantDrawer-module__RguO8W__messageText h3:first-child,.AIAssistantDrawer-module__RguO8W__messageText h4:first-child,.AIAssistantDrawer-module__RguO8W__messageText h5:first-child,.AIAssistantDrawer-module__RguO8W__messageText h6:first-child{margin-top:0}.AIAssistantDrawer-module__RguO8W__messageText ul,.AIAssistantDrawer-module__RguO8W__messageText ol{margin:var(--space-2)0;padding-left:var(--space-5,1.25rem)}.AIAssistantDrawer-module__RguO8W__messageText li{margin:var(--space-1)0}.AIAssistantDrawer-module__RguO8W__messageText code{border-radius:var(--radius-sm);background:#0000001a;padding:2px 6px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9em}.AIAssistantDrawer-module__RguO8W__messageUser .AIAssistantDrawer-module__RguO8W__messageText code{background:#ffffff26}.AIAssistantDrawer-module__RguO8W__messageText table{border-collapse:collapse;width:100%;margin:var(--space-2)0;font-size:var(--text-xs);display:block;overflow-x:auto}.AIAssistantDrawer-module__RguO8W__messageText thead,.AIAssistantDrawer-module__RguO8W__messageText tbody{table-layout:auto;width:100%;display:table}.AIAssistantDrawer-module__RguO8W__messageText th,.AIAssistantDrawer-module__RguO8W__messageText td{padding:var(--space-1)var(--space-2);border:1px solid var(--border-default);text-align:left;white-space:nowrap}.AIAssistantDrawer-module__RguO8W__messageText th{font-weight:var(--font-semibold);background:#ffffff0d}.AIAssistantDrawer-module__RguO8W__messageText tr:nth-child(2n){background:#ffffff05}.AIAssistantDrawer-module__RguO8W__messageText div[class*=language-]{border-radius:var(--radius-md);margin:var(--space-2)0;font-size:var(--text-xs)}.AIAssistantDrawer-module__RguO8W__messageUser .AIAssistantDrawer-module__RguO8W__messageText{background:linear-gradient(135deg,var(--bg-elevated)0%,#3b82f626 100%);color:var(--text-primary);border-bottom-right-radius:var(--radius-sm)}.AIAssistantDrawer-module__RguO8W__messageAssistant .AIAssistantDrawer-module__RguO8W__messageText{background:linear-gradient(135deg,var(--bg-tertiary)0%,#d32f2f14 100%);color:var(--text-primary);border-bottom-left-radius:var(--radius-sm);font-size:var(--text-xs)}.AIAssistantDrawer-module__RguO8W__errorBadge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);background:var(--status-error-bg);border-radius:var(--radius-sm);color:var(--status-error-text);font-size:10px;display:inline-flex}.AIAssistantDrawer-module__RguO8W__loadingIndicator{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--text-sm);display:flex}.AIAssistantDrawer-module__RguO8W__spinner{animation:1s linear infinite AIAssistantDrawer-module__RguO8W__spin}.AIAssistantDrawer-module__RguO8W__inputContainer{padding:var(--space-3);background:var(--bg-primary);border-top:1px solid var(--border-default);flex-shrink:0}.AIAssistantDrawer-module__RguO8W__inputWrapper{align-items:center;gap:var(--space-1-5);padding:4px 4px 4px var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:var(--transition-all);display:flex}.AIAssistantDrawer-module__RguO8W__inputWrapper:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 2px #e5393526}.AIAssistantDrawer-module__RguO8W__input{color:var(--text-primary);font-size:var(--text-sm);resize:none;min-height:20px;max-height:120px;font-family:inherit;line-height:var(--leading-normal);background:0 0;border:none;outline:none;flex:1;padding:4px 0}.AIAssistantDrawer-module__RguO8W__input::placeholder{color:var(--text-tertiary)}.AIAssistantDrawer-module__RguO8W__input:disabled{opacity:.6}.AIAssistantDrawer-module__RguO8W__sendButton{background:var(--accent-primary);border-radius:var(--radius-md);width:26px;height:26px;color:var(--text-on-accent);cursor:pointer;transition:var(--transition-all);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AIAssistantDrawer-module__RguO8W__sendButton:hover:not(:disabled){filter:brightness(1.1)}.AIAssistantDrawer-module__RguO8W__sendButton:disabled{opacity:.5;cursor:not-allowed}.AIAssistantDrawer-module__RguO8W__inputHint{margin-top:var(--space-1);color:var(--text-tertiary);text-align:center;font-size:10px;display:block}.AIAssistantDrawer-module__RguO8W__inputActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.AIAssistantDrawer-module__RguO8W__stopResumeButton{border-radius:var(--radius-md);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .15s;display:flex}.AIAssistantDrawer-module__RguO8W__stopButton{color:#ef4444;background:#ef444426}.AIAssistantDrawer-module__RguO8W__stopButton:hover{background:#ef444440}.AIAssistantDrawer-module__RguO8W__resumeButton{color:#10b981;background:#10b98126}.AIAssistantDrawer-module__RguO8W__resumeButton:hover{background:#10b98140}.AIAssistantDrawer-module__RguO8W__messageGuidance .AIAssistantDrawer-module__RguO8W__messageText{border-bottom-right-radius:var(--radius-sm);border:1px dashed #8b5cf666;font-style:italic;background:linear-gradient(135deg,var(--bg-elevated)0%,#8b5cf626 100%)!important}.AIAssistantDrawer-module__RguO8W__guidanceBadge{border-radius:var(--radius-sm);color:#8b5cf6e6;text-transform:uppercase;letter-spacing:.5px;background:#8b5cf626;border:1px solid #8b5cf64d;align-items:center;margin-bottom:4px;padding:1px 6px;font-size:9px;font-weight:600;display:inline-flex}.AIAssistantDrawer-module__RguO8W__reportHeader{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:4px;display:flex}.AIAssistantDrawer-module__RguO8W__reportBadge{border-radius:var(--radius-sm);color:#d32f2f;text-transform:uppercase;letter-spacing:.5px;background:#d32f2f1f;border:1px solid #d32f2f4d;align-items:center;padding:1px 6px;font-size:9px;font-weight:600;display:inline-flex}.AIAssistantDrawer-module__RguO8W__reportDownloadButton{border-radius:var(--radius-md);color:#d32f2f;cursor:pointer;transition:var(--transition-all);white-space:nowrap;background:#d32f2f1a;border:1px solid #d32f2f40;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.AIAssistantDrawer-module__RguO8W__reportDownloadButton:hover{background:#d32f2f33;border-color:#d32f2f80}.AIAssistantDrawer-module__RguO8W__reportDownloadButton:active{transform:scale(.96)}.AIAssistantDrawer-module__RguO8W__phaseIndicator{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);flex-shrink:0;display:flex}.AIAssistantDrawer-module__RguO8W__phaseBadge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border-radius:var(--radius-md);font-size:11px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.5px;display:inline-flex}.AIAssistantDrawer-module__RguO8W__iterationCount{color:var(--text-tertiary);font-size:10px}.AIAssistantDrawer-module__RguO8W__messagePhaseBadge{align-items:center;gap:var(--space-1);padding:2px var(--space-1);border-radius:var(--radius-sm);font-size:9px;font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.3px;margin-bottom:var(--space-1);display:inline-flex}.AIAssistantDrawer-module__RguO8W__todoWidgetContainer{padding:var(--space-3)var(--space-4);background:var(--bg-primary);border-bottom:1px solid var(--border-default);flex-shrink:0;max-height:200px;overflow-y:auto}.AIAssistantDrawer-module__RguO8W__approvalDialog{margin:var(--space-4);padding:var(--space-4);background:var(--bg-elevated);border:2px solid var(--status-warning-text);border-radius:var(--radius-lg);animation:.2s ease-out AIAssistantDrawer-module__RguO8W__fadeIn}.AIAssistantDrawer-module__RguO8W__approvalHeader{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-default);display:flex}.AIAssistantDrawer-module__RguO8W__approvalHeader svg{color:var(--status-warning-text)}.AIAssistantDrawer-module__RguO8W__approvalHeader h4{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.AIAssistantDrawer-module__RguO8W__approvalContent{gap:var(--space-3);flex-direction:column;display:flex}.AIAssistantDrawer-module__RguO8W__approvalTransition{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--bg-primary);border-radius:var(--radius-md);display:flex}.AIAssistantDrawer-module__RguO8W__approvalFrom,.AIAssistantDrawer-module__RguO8W__approvalTo{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);border-radius:var(--radius-md);font-size:11px;font-weight:var(--font-semibold);text-transform:uppercase;display:inline-flex}.AIAssistantDrawer-module__RguO8W__approvalArrow{color:var(--text-tertiary);font-size:var(--text-lg)}.AIAssistantDrawer-module__RguO8W__approvalReason{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0}.AIAssistantDrawer-module__RguO8W__approvalSection{gap:var(--space-2);flex-direction:column;display:flex}.AIAssistantDrawer-module__RguO8W__approvalSection h5{font-size:11px;font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin:0}.AIAssistantDrawer-module__RguO8W__approvalSection ul{padding-left:var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);margin:0}.AIAssistantDrawer-module__RguO8W__approvalSection li{margin-bottom:var(--space-1)}.AIAssistantDrawer-module__RguO8W__modificationInput{width:100%;min-height:80px;padding:var(--space-2);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);resize:vertical;transition:var(--transition-all);font-family:inherit}.AIAssistantDrawer-module__RguO8W__modificationInput:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 2px #e5393526}.AIAssistantDrawer-module__RguO8W__modificationInput::placeholder{color:var(--text-tertiary)}.AIAssistantDrawer-module__RguO8W__approvalActions{gap:var(--space-2);margin-top:var(--space-2);display:flex}.AIAssistantDrawer-module__RguO8W__approvalButton{justify-content:center;align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all);flex:1;display:flex}.AIAssistantDrawer-module__RguO8W__approvalButton:disabled{opacity:.5;cursor:not-allowed}.AIAssistantDrawer-module__RguO8W__approvalButtonApprove{background:var(--status-success-bg);border-color:var(--status-success-text);color:var(--status-success-text)}.AIAssistantDrawer-module__RguO8W__approvalButtonApprove:hover:not(:disabled){background:var(--status-success-text);color:var(--text-on-accent)}.AIAssistantDrawer-module__RguO8W__approvalButtonModify{background:var(--status-warning-bg);border-color:var(--status-warning-text);color:var(--status-warning-text)}.AIAssistantDrawer-module__RguO8W__approvalButtonModify:hover:not(:disabled){background:var(--status-warning-text);color:var(--text-on-accent)}.AIAssistantDrawer-module__RguO8W__approvalButtonAbort{background:var(--status-error-bg);border-color:var(--status-error-text);color:var(--status-error-text)}.AIAssistantDrawer-module__RguO8W__approvalButtonAbort:hover:not(:disabled){background:var(--status-error-text);color:var(--text-on-accent)}.AIAssistantDrawer-module__RguO8W__questionDialog{margin:var(--space-4);padding:var(--space-4);background:var(--bg-elevated);border:2px solid var(--accent-primary);border-radius:var(--radius-lg);animation:.2s ease-out AIAssistantDrawer-module__RguO8W__fadeIn}.AIAssistantDrawer-module__RguO8W__questionHeader{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-default);font-weight:var(--font-semibold);color:var(--accent-primary);display:flex}.AIAssistantDrawer-module__RguO8W__questionHeader svg{color:var(--accent-primary)}.AIAssistantDrawer-module__RguO8W__questionContent{gap:var(--space-3);flex-direction:column;max-height:50vh;display:flex;overflow-y:auto}.AIAssistantDrawer-module__RguO8W__questionText{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary);line-height:var(--leading-relaxed)}.AIAssistantDrawer-module__RguO8W__questionText p{margin:0}.AIAssistantDrawer-module__RguO8W__questionText p+p{margin-top:var(--space-2)}.AIAssistantDrawer-module__RguO8W__questionText ul,.AIAssistantDrawer-module__RguO8W__questionText ol{margin:var(--space-2)0;padding-left:var(--space-5,1.25rem)}.AIAssistantDrawer-module__RguO8W__questionText li{margin:var(--space-1)0}.AIAssistantDrawer-module__RguO8W__questionText code{border-radius:var(--radius-sm);background:#0000001a;padding:2px 6px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9em}.AIAssistantDrawer-module__RguO8W__questionText h1,.AIAssistantDrawer-module__RguO8W__questionText h2,.AIAssistantDrawer-module__RguO8W__questionText h3,.AIAssistantDrawer-module__RguO8W__questionText h4,.AIAssistantDrawer-module__RguO8W__questionText h5,.AIAssistantDrawer-module__RguO8W__questionText h6{margin:var(--space-3)0 var(--space-2)0;font-weight:600}.AIAssistantDrawer-module__RguO8W__questionText h1:first-child,.AIAssistantDrawer-module__RguO8W__questionText h2:first-child,.AIAssistantDrawer-module__RguO8W__questionText h3:first-child,.AIAssistantDrawer-module__RguO8W__questionText h4:first-child,.AIAssistantDrawer-module__RguO8W__questionText h5:first-child,.AIAssistantDrawer-module__RguO8W__questionText h6:first-child{margin-top:0}.AIAssistantDrawer-module__RguO8W__questionText div[class*=language-]{border-radius:var(--radius-md);margin:var(--space-2)0;font-size:var(--text-xs)}.AIAssistantDrawer-module__RguO8W__questionContext{font-size:var(--text-sm);color:var(--text-secondary)}.AIAssistantDrawer-module__RguO8W__questionContext p{margin:0}.AIAssistantDrawer-module__RguO8W__questionContext p+p{margin-top:var(--space-1)}.AIAssistantDrawer-module__RguO8W__answerInput{width:100%;min-height:80px;padding:var(--space-2);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm);resize:vertical;font-family:inherit}.AIAssistantDrawer-module__RguO8W__answerInput:focus{border-color:var(--accent-primary);outline:none}.AIAssistantDrawer-module__RguO8W__answerInput::placeholder{color:var(--text-tertiary)}.AIAssistantDrawer-module__RguO8W__optionsList{gap:var(--space-2);flex-direction:column;display:flex}.AIAssistantDrawer-module__RguO8W__optionRadio,.AIAssistantDrawer-module__RguO8W__optionCheckbox{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-all);font-size:var(--text-sm);color:var(--text-primary);display:flex}.AIAssistantDrawer-module__RguO8W__optionRadio:hover,.AIAssistantDrawer-module__RguO8W__optionCheckbox:hover{border-color:var(--accent-primary);background:var(--bg-elevated)}.AIAssistantDrawer-module__RguO8W__optionRadio input,.AIAssistantDrawer-module__RguO8W__optionCheckbox input{accent-color:var(--accent-primary)}.AIAssistantDrawer-module__RguO8W__questionActions{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--border-default)}.AIAssistantDrawer-module__RguO8W__answerButton{width:100%;padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:var(--transition-all)}.AIAssistantDrawer-module__RguO8W__answerButton:disabled{opacity:.5;cursor:not-allowed}.AIAssistantDrawer-module__RguO8W__answerButtonSubmit{background:var(--accent-primary);border:1px solid var(--accent-primary);color:var(--text-on-accent)}.AIAssistantDrawer-module__RguO8W__answerButtonSubmit:hover:not(:disabled){filter:brightness(1.1)}
.AgentTimeline-module__n7E09W__timelineItems{flex-direction:column;gap:6px;display:flex;position:relative}.AgentTimeline-module__n7E09W__timelineConnector{background:var(--text-tertiary);opacity:.5;z-index:0;width:2px;height:calc(100% + 6px);position:absolute;top:19px;left:4px}.AgentTimeline-module__n7E09W__timelineItemWrapper{padding-left:1.75rem;position:relative}.AgentTimeline-module__n7E09W__timelineItemWrapper:before{content:"";background:var(--text-tertiary);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:1px}.AgentTimeline-module__n7E09W__timelineItemWrapper.AgentTimeline-module__n7E09W__streaming:before{border:2px solid var(--accent-primary);background:0 0;border-top-color:#0000;animation:1s linear infinite AgentTimeline-module__n7E09W__spin}@keyframes AgentTimeline-module__n7E09W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ThinkingCard-module__-Z_vIa__card{background:linear-gradient(135deg,#8b5cf60d 0%,#3b82f60d 100%);border:1px solid #8b5cf633;border-radius:8px;margin:0;transition:all .2s;animation:.3s ThinkingCard-module__-Z_vIa__fadeInSlide;overflow:hidden}@keyframes ThinkingCard-module__-Z_vIa__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ThinkingCard-module__-Z_vIa__card:hover{border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf61a}.ThinkingCard-module__-Z_vIa__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.ThinkingCard-module__-Z_vIa__cardHeaderWrapper:hover{background:#8b5cf60d}.ThinkingCard-module__-Z_vIa__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.ThinkingCard-module__-Z_vIa__cardIcon{background:linear-gradient(135deg,#8b5cf6 0%,#3b82f6 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ThinkingCard-module__-Z_vIa__thinkingIcon{color:#fff}.ThinkingCard-module__-Z_vIa__headerInfo{flex:1;align-items:center;gap:.5rem;display:flex}.ThinkingCard-module__-Z_vIa__titleText{color:var(--text-primary);font-size:.75rem;font-weight:600}.ThinkingCard-module__-Z_vIa__actionBadge{color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:10px;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:500;display:inline-flex}.ThinkingCard-module__-Z_vIa__compactPreview{flex-direction:column;gap:.125rem;width:100%;display:flex}.ThinkingCard-module__-Z_vIa__previewText{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.625rem;line-height:1.3;display:-webkit-box;overflow:hidden}.ThinkingCard-module__-Z_vIa__previewReasoning{color:var(--text-tertiary);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.625rem;font-style:italic;line-height:1.3;display:-webkit-box;overflow:hidden}.ThinkingCard-module__-Z_vIa__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__copyButton,.ThinkingCard-module__-Z_vIa__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.ThinkingCard-module__-Z_vIa__copyButton:hover,.ThinkingCard-module__-Z_vIa__expandButton:hover{color:var(--accent-primary);background:#8b5cf61a}.ThinkingCard-module__-Z_vIa__cardContent{flex-direction:column;gap:.75rem;padding:0 .875rem .75rem;animation:.2s ThinkingCard-module__-Z_vIa__expandDown;display:flex}@keyframes ThinkingCard-module__-Z_vIa__expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.ThinkingCard-module__-Z_vIa__section{flex-direction:column;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.688rem;font-weight:600}.ThinkingCard-module__-Z_vIa__sectionContent{flex-direction:column;gap:.375rem;display:flex}.ThinkingCard-module__-Z_vIa__text{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.ThinkingCard-module__-Z_vIa__badge{color:var(--accent-primary);background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:12px;align-items:center;padding:.25rem .625rem;font-size:.688rem;font-weight:500;display:inline-flex}.ThinkingCard-module__-Z_vIa__separator{color:var(--text-tertiary);margin:0 .5rem}.ThinkingCard-module__-Z_vIa__toolName{color:var(--accent-primary);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}
.TodoListWidget-module__X5D-rW__todoWidget{flex-direction:column;gap:.25rem;display:flex}.TodoListWidget-module__X5D-rW__todoHeader{justify-content:space-between;align-items:center;margin-bottom:0;padding:0 .25rem;display:flex}.TodoListWidget-module__X5D-rW__todoLabel{color:var(--text-secondary);letter-spacing:.05em;font-size:.75rem;font-weight:600}.TodoListWidget-module__X5D-rW__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.TodoListWidget-module__X5D-rW__expandButton:hover{background:var(--bg-hover);color:var(--text-primary)}.TodoListWidget-module__X5D-rW__todoListExpanded{flex-direction:column;gap:.5rem;max-height:300px;padding-right:.25rem;display:flex;overflow-y:auto}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar{width:4px}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-track{background:0 0}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:2px}.TodoListWidget-module__X5D-rW__todoListExpanded::-webkit-scrollbar-thumb:hover{background:var(--border-primary)}.TodoListWidget-module__X5D-rW__todoItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.TodoListWidget-module__X5D-rW__todoItem:hover{background:var(--bg-hover);border-color:var(--border-primary)}.TodoListWidget-module__X5D-rW__statusCompleted{opacity:.6}.TodoListWidget-module__X5D-rW__statusCompleted .TodoListWidget-module__X5D-rW__todoDescription{text-decoration:line-through}.TodoListWidget-module__X5D-rW__todoIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.TodoListWidget-module__X5D-rW__iconCompleted{color:var(--status-success)}.TodoListWidget-module__X5D-rW__iconInProgress{color:var(--accent-primary)}.TodoListWidget-module__X5D-rW__iconPending{color:var(--text-tertiary)}.TodoListWidget-module__X5D-rW__spinner{animation:1s linear infinite TodoListWidget-module__X5D-rW__spin}@keyframes TodoListWidget-module__X5D-rW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TodoListWidget-module__X5D-rW__todoContent{flex:1;min-width:0}.TodoListWidget-module__X5D-rW__todoDescription{color:#9ca3afb3;word-wrap:break-word;font-size:.8125rem;line-height:1.1}
.ToolExecutionCard-module__a-O3SG__card{background:#f59e0b0d;border:1px solid #f59e0b33;border-radius:8px;margin:0;transition:all .2s;animation:.3s ToolExecutionCard-module__a-O3SG__fadeInSlide;overflow:hidden}@keyframes ToolExecutionCard-module__a-O3SG__fadeInSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ToolExecutionCard-module__a-O3SG__card:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #f59e0b1a}.ToolExecutionCard-module__a-O3SG__statusSuccess{background:#22c55e0d;border-color:#22c55e33}.ToolExecutionCard-module__a-O3SG__statusSuccess:hover{border-color:#22c55e66;box-shadow:0 4px 12px #22c55e1a}.ToolExecutionCard-module__a-O3SG__statusError{background:#ef44440d;border-color:#ef444433}.ToolExecutionCard-module__a-O3SG__statusError:hover{border-color:#ef444466;box-shadow:0 4px 12px #ef44441a}.ToolExecutionCard-module__a-O3SG__cardHeaderWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:.375rem;padding:.625rem .875rem;transition:background .15s;display:flex}.ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#f59e0b0d}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#22c55e0d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__cardHeaderWrapper:hover{background:#ef44440d}.ToolExecutionCard-module__a-O3SG__cardHeaderTop{align-items:center;gap:.625rem;width:100%;display:flex}.ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-warning);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-success)}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__cardIcon{background:var(--status-error)}.ToolExecutionCard-module__a-O3SG__toolIcon{color:#fff}.ToolExecutionCard-module__a-O3SG__titleText{color:var(--text-primary);flex:1;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600}.ToolExecutionCard-module__a-O3SG__argsPreview{flex-direction:column;gap:.125rem;width:100%;display:flex}.ToolExecutionCard-module__a-O3SG__argItem{align-items:baseline;gap:.25rem;width:100%;font-family:JetBrains Mono,monospace;font-size:.625rem;line-height:1.2;display:flex}.ToolExecutionCard-module__a-O3SG__argKey{color:var(--text-tertiary);flex-shrink:0;font-size:.625rem;font-weight:600}.ToolExecutionCard-module__a-O3SG__argValue{color:var(--text-secondary);word-break:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.625rem;display:-webkit-box;overflow:hidden}.ToolExecutionCard-module__a-O3SG__cardActions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-warning);white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.25rem;padding:.188rem .5rem;font-size:.688rem;font-weight:500;display:flex}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-success);background:#22c55e1a;border-color:#22c55e4d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__statusBadge{color:var(--status-error);background:#ef44441a;border-color:#ef44444d}.ToolExecutionCard-module__a-O3SG__statusIcon{flex-shrink:0}.ToolExecutionCard-module__a-O3SG__spinner{animation:1s linear infinite ToolExecutionCard-module__a-O3SG__spin}@keyframes ToolExecutionCard-module__a-O3SG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ToolExecutionCard-module__a-O3SG__successIcon{color:var(--status-success)}.ToolExecutionCard-module__a-O3SG__errorIcon{color:var(--status-error)}.ToolExecutionCard-module__a-O3SG__copyButton,.ToolExecutionCard-module__a-O3SG__expandButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-warning);background:#f59e0b1a}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-success);background:#22c55e1a}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__copyButton:hover,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__expandButton:hover{color:var(--status-error);background:#ef44441a}.ToolExecutionCard-module__a-O3SG__cardContent{flex-direction:column;gap:.75rem;padding:0 .875rem .75rem;animation:.2s ToolExecutionCard-module__a-O3SG__expandDown;display:flex}@keyframes ToolExecutionCard-module__a-O3SG__expandDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ToolExecutionCard-module__a-O3SG__section{flex-direction:column;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.375rem;font-size:.688rem;font-weight:600;display:flex}.ToolExecutionCard-module__a-O3SG__streamingLabel{color:var(--status-error);text-transform:none;font-size:.625rem;font-weight:500}.ToolExecutionCard-module__a-O3SG__sectionContent{flex-direction:column;gap:.375rem;display:flex}.ToolExecutionCard-module__a-O3SG__text{color:var(--text-primary);margin:0;font-size:.75rem;line-height:1.5}.ToolExecutionCard-module__a-O3SG__codeBlock{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:6px;max-height:300px;margin:0;padding:.625rem;font-family:JetBrains Mono,monospace;font-size:.688rem;line-height:1.5;overflow:auto}.ToolExecutionCard-module__a-O3SG__codeBlock code{display:block}.ToolExecutionCard-module__a-O3SG__cursor{background:var(--accent-primary);width:8px;height:1em;margin-left:2px;animation:1s step-end infinite ToolExecutionCard-module__a-O3SG__blink;display:inline-block}@keyframes ToolExecutionCard-module__a-O3SG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.ToolExecutionCard-module__a-O3SG__progressBar{background:#f59e0b1a;border-radius:2px;width:100%;height:3px;position:relative;overflow:hidden}.ToolExecutionCard-module__a-O3SG__progressBarFill{background:linear-gradient(90deg,transparent,var(--status-warning),transparent);width:40%;height:100%;animation:1.5s ease-in-out infinite ToolExecutionCard-module__a-O3SG__progress;position:absolute;top:0;left:0}@keyframes ToolExecutionCard-module__a-O3SG__progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}.ToolExecutionCard-module__a-O3SG__argsExpanded{flex-direction:column;gap:.5rem;display:flex}.ToolExecutionCard-module__a-O3SG__argItemExpanded{flex-direction:column;gap:.25rem;display:flex}.ToolExecutionCard-module__a-O3SG__argKeyExpanded{color:var(--text-secondary);font-family:JetBrains Mono,monospace;font-size:.688rem;font-weight:600}.ToolExecutionCard-module__a-O3SG__argValueExpanded{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-subtle);white-space:pre-wrap;word-break:break-word;border-radius:4px;max-height:150px;margin:0;padding:.375rem .5rem;font-family:JetBrains Mono,monospace;font-size:.688rem;line-height:1.4;overflow-y:auto}.ToolExecutionCard-module__a-O3SG__findingsList,.ToolExecutionCard-module__a-O3SG__stepsList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__stepItem{color:var(--text-primary);border-left:2px solid var(--status-warning);background:#f59e0b0d;border-radius:0 4px 4px 0;padding:.375rem .5rem;font-size:.75rem;line-height:1.5}.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--status-success);background:#22c55e0d}.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__findingItem,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--status-error);background:#ef44440d}.ToolExecutionCard-module__a-O3SG__stepItem,.ToolExecutionCard-module__a-O3SG__statusSuccess .ToolExecutionCard-module__a-O3SG__stepItem,.ToolExecutionCard-module__a-O3SG__statusError .ToolExecutionCard-module__a-O3SG__stepItem{border-left-color:var(--accent-primary);background:#3b82f60d}
.PageBottomBar-module__zZFD6G__bottomBar{align-items:center;gap:var(--space-4);padding:var(--space-2)var(--space-4);background:var(--bg-secondary);border-top:1px solid var(--border-default);flex-shrink:0;display:flex;overflow-x:auto}.PageBottomBar-module__zZFD6G__sectionTitle{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide);white-space:nowrap}.PageBottomBar-module__zZFD6G__legend{align-items:center;gap:var(--space-3);flex:1;min-width:0;display:flex;overflow:hidden}.PageBottomBar-module__zZFD6G__legendItems{align-items:center;gap:var(--space-3);scrollbar-width:none;display:flex;overflow-x:auto}.PageBottomBar-module__zZFD6G__legendItems::-webkit-scrollbar{display:none}.PageBottomBar-module__zZFD6G__scrollBtn{border-radius:var(--radius-sm);background:var(--bg-tertiary);width:16px;height:16px;color:var(--text-secondary);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:flex}.PageBottomBar-module__zZFD6G__scrollBtn:hover{background:var(--bg-quaternary);color:var(--text-primary)}.PageBottomBar-module__zZFD6G__legendItem{align-items:center;gap:var(--space-1-5);display:flex}.PageBottomBar-module__zZFD6G__legendColor{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.PageBottomBar-module__zZFD6G__legendLabel{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap}.PageBottomBar-module__zZFD6G__divider{background:var(--border-default);flex-shrink:0;width:1px;height:20px}.PageBottomBar-module__zZFD6G__stats{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.PageBottomBar-module__zZFD6G__statItems{align-items:center;gap:var(--space-4);display:flex}.PageBottomBar-module__zZFD6G__statItem{align-items:center;gap:var(--space-1);display:flex}.PageBottomBar-module__zZFD6G__statLabel{font-size:var(--text-xs);color:var(--text-tertiary)}.PageBottomBar-module__zZFD6G__statValue{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-primary);font-family:var(--font-mono)}
.ReconConfirmModal-module__VrFn3W__content{gap:var(--space-4);flex-direction:column;display:flex}.ReconConfirmModal-module__VrFn3W__info{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default)}.ReconConfirmModal-module__VrFn3W__projectInfo{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.ReconConfirmModal-module__VrFn3W__projectInfo+.ReconConfirmModal-module__VrFn3W__projectInfo{margin-top:var(--space-1)}.ReconConfirmModal-module__VrFn3W__projectInfo strong{color:var(--text-primary)}.ReconConfirmModal-module__VrFn3W__warning{gap:var(--space-3);padding:var(--space-3);background:var(--status-warning-bg);border:1px solid var(--status-warning);border-radius:var(--radius-default);display:flex}.ReconConfirmModal-module__VrFn3W__warningIcon{color:var(--status-warning);flex-shrink:0}.ReconConfirmModal-module__VrFn3W__warningContent{flex:1}.ReconConfirmModal-module__VrFn3W__warningTitle{margin:0 0 var(--space-1)0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.ReconConfirmModal-module__VrFn3W__warningText{font-size:var(--text-xs);color:#fff;margin:0;line-height:1.5}.ReconConfirmModal-module__VrFn3W__stats{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.ReconConfirmModal-module__VrFn3W__statBadge{padding:var(--space-0-5)var(--space-1-5);background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:10px;display:inline-flex}.ReconConfirmModal-module__VrFn3W__ready{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default)}.ReconConfirmModal-module__VrFn3W__ready p{font-size:var(--text-sm);color:var(--text-primary);margin:0}.ReconConfirmModal-module__VrFn3W__readyNote{margin-top:var(--space-2)!important;font-size:var(--text-xs)!important;color:var(--text-secondary)!important}.ReconConfirmModal-module__VrFn3W__actions{justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-default);display:flex}.ReconConfirmModal-module__VrFn3W__cancelButton{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-default);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);background:0 0;display:flex}.ReconConfirmModal-module__VrFn3W__cancelButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ReconConfirmModal-module__VrFn3W__cancelButton:disabled{opacity:.5;cursor:not-allowed}.ReconConfirmModal-module__VrFn3W__confirmButton{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);background:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-default);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-on-accent);cursor:pointer;transition:var(--transition-all);display:flex}.ReconConfirmModal-module__VrFn3W__confirmButton:hover:not(:disabled){background:var(--accent-primary-hover)}.ReconConfirmModal-module__VrFn3W__confirmButton:disabled{opacity:.7;cursor:not-allowed}.ReconConfirmModal-module__VrFn3W__spinner{animation:1s linear infinite ReconConfirmModal-module__VrFn3W__spin}@keyframes ReconConfirmModal-module__VrFn3W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.GvmConfirmModal-module__VGfYrG__content{gap:var(--space-4);flex-direction:column;display:flex}.GvmConfirmModal-module__VGfYrG__info{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default)}.GvmConfirmModal-module__VGfYrG__projectInfo{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.GvmConfirmModal-module__VGfYrG__projectInfo+.GvmConfirmModal-module__VGfYrG__projectInfo{margin-top:var(--space-1)}.GvmConfirmModal-module__VGfYrG__projectInfo strong{color:var(--text-primary)}.GvmConfirmModal-module__VGfYrG__warning{gap:var(--space-3);padding:var(--space-3);background:var(--status-warning-bg);border:1px solid var(--status-warning);border-radius:var(--radius-default);display:flex}.GvmConfirmModal-module__VGfYrG__warningIcon{color:var(--status-warning);flex-shrink:0}.GvmConfirmModal-module__VGfYrG__warningContent{flex:1}.GvmConfirmModal-module__VGfYrG__warningTitle{margin:0 0 var(--space-1)0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.GvmConfirmModal-module__VGfYrG__warningText{font-size:var(--text-xs);color:#fff;margin:0;line-height:1.5}.GvmConfirmModal-module__VGfYrG__stats{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.GvmConfirmModal-module__VGfYrG__statBadge{padding:var(--space-0-5)var(--space-1-5);background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:10px;display:inline-flex}.GvmConfirmModal-module__VGfYrG__ready{padding:var(--space-3);background:var(--bg-tertiary);border-radius:var(--radius-default)}.GvmConfirmModal-module__VGfYrG__ready p{font-size:var(--text-sm);color:var(--text-primary);margin:0}.GvmConfirmModal-module__VGfYrG__readyNote{margin-top:var(--space-2)!important;font-size:var(--text-xs)!important;color:var(--text-secondary)!important}.GvmConfirmModal-module__VGfYrG__actions{justify-content:flex-end;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-default);display:flex}.GvmConfirmModal-module__VGfYrG__cancelButton{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-default);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;transition:var(--transition-all);background:0 0;display:flex}.GvmConfirmModal-module__VGfYrG__cancelButton:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.GvmConfirmModal-module__VGfYrG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.GvmConfirmModal-module__VGfYrG__confirmButton{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);background:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-default);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-on-accent);cursor:pointer;transition:var(--transition-all);display:flex}.GvmConfirmModal-module__VGfYrG__confirmButton:hover:not(:disabled){background:var(--accent-primary-hover)}.GvmConfirmModal-module__VGfYrG__confirmButton:disabled{opacity:.7;cursor:not-allowed}.GvmConfirmModal-module__VGfYrG__spinner{animation:1s linear infinite GvmConfirmModal-module__VGfYrG__spin}@keyframes GvmConfirmModal-module__VGfYrG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.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)}.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__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.6;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:var(--space-0-5)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__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)}
.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}
.page-module__sghaoa__container{flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex}.page-module__sghaoa__loading{padding:var(--space-8);color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.page-module__sghaoa__error{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-8);text-align:center;color:var(--text-secondary);flex-direction:column;display:flex}
.page-module__FOfTAG__container{flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex}.page-module__FOfTAG__message{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-8);text-align:center;color:var(--text-secondary);flex-direction:column;display:flex}
.page-module__q81_BW__container{gap:var(--space-4);padding:var(--space-4);flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex}.page-module__q81_BW__header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.page-module__q81_BW__headerLeft{align-items:center;gap:var(--space-2);color:var(--text-primary);display:flex}.page-module__q81_BW__title{font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0}.page-module__q81_BW__headerActions{align-items:center;gap:var(--space-2);display:flex}.page-module__q81_BW__userSelector{align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-default);display:flex}.page-module__q81_BW__userSelectorLabel{align-items:center;gap:var(--space-1-5);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);display:flex}.page-module__q81_BW__userSelector .page-module__q81_BW__select{min-width:250px}.page-module__q81_BW__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.page-module__q81_BW__loading{padding:var(--space-8);color:var(--text-secondary);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}.page-module__q81_BW__empty{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-8);text-align:center;color:var(--text-secondary);flex-direction:column;display:flex}.page-module__q81_BW__empty svg{color:var(--text-tertiary)}.page-module__q81_BW__empty h2{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.page-module__q81_BW__empty p{font-size:var(--text-sm);max-width:400px;margin:0}.page-module__q81_BW__modalOverlay{z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__q81_BW__modal{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-4);flex-direction:column;width:100%;max-width:400px;display:flex}.page-module__q81_BW__modalTitle{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.page-module__q81_BW__modal form{gap:var(--space-4);flex-direction:column;display:flex}.page-module__q81_BW__modalActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2);display:flex}
