.SessionRequestsListComponent-module__KEzKwq__container{flex-direction:column;flex:auto;min-height:0;padding:20px 20px 40px;display:flex;overflow-y:auto}.SessionRequestsListComponent-module__KEzKwq__card{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:var(--bg-secondary);overflow:hidden}.SessionRequestsListComponent-module__KEzKwq__header{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:4px;padding:6px 10px;font-size:10px;font-weight:600;display:flex}.SessionRequestsListComponent-module__KEzKwq__headerCount{font-variant-numeric:tabular-nums;color:var(--text-muted);background:var(--bg-tertiary);border-radius:3px;margin-left:auto;padding:1px 5px;font-size:9px;font-weight:500}.SessionRequestsListComponent-module__KEzKwq__requestList{flex-direction:column;display:flex}.SessionRequestsListComponent-module__KEzKwq__requestRow{border-bottom:1px solid color-mix(in srgb, var(--border-color) 50%, transparent);justify-content:space-between;align-items:center;gap:6px;padding:4px 10px;font-size:10px;transition:background .12s;display:flex}.SessionRequestsListComponent-module__KEzKwq__requestRow:last-child{border-bottom:none}.SessionRequestsListComponent-module__KEzKwq__requestRow:hover{background:var(--accent-glow)}.SessionRequestsListComponent-module__KEzKwq__requestError{background:color-mix(in srgb, var(--error) 5%, transparent)}.SessionRequestsListComponent-module__KEzKwq__requestError:hover{background:color-mix(in srgb, var(--error) 10%, transparent)}.SessionRequestsListComponent-module__KEzKwq__requestWorker{border-left:2px solid color-mix(in srgb, var(--accent) 40%, transparent);padding-left:8px}.SessionRequestsListComponent-module__KEzKwq__requestMeta{flex:1;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.SessionRequestsListComponent-module__KEzKwq__workerTag{background:color-mix(in srgb, var(--accent) 15%, transparent);width:14px;height:14px;color:var(--accent);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SessionRequestsListComponent-module__KEzKwq__requestModel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-weight:500;overflow:hidden}.SessionRequestsListComponent-module__KEzKwq__requestOperation{color:var(--text-muted);white-space:nowrap;opacity:.7;flex-shrink:0;font-size:9px}.SessionRequestsListComponent-module__KEzKwq__requestStats{flex-shrink:0;align-items:center;gap:6px;display:flex}.SessionRequestsListComponent-module__KEzKwq__requestCost{color:var(--success);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:9px;font-weight:600}.SessionRequestsListComponent-module__KEzKwq__emptyState{color:var(--text-muted);align-items:center;gap:6px;padding:16px 10px;font-size:11px;display:flex}
.WorkspaceSelectorComponent-module__AuUVdG__wrapper{position:relative}.WorkspaceSelectorComponent-module__AuUVdG__button{border-radius:var(--border-radius-sm);background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:5px;padding:3px 8px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.WorkspaceSelectorComponent-module__AuUVdG__button:hover{background:var(--accent-subtle);border-color:color-mix(in srgb, var(--accent-color) 30%, var(--border-color))}.WorkspaceSelectorComponent-module__AuUVdG__button svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.WorkspaceSelectorComponent-module__AuUVdG__button[data-locked]{cursor:default;background:0 0;border-color:#0000;gap:4px;padding-left:4px}.WorkspaceSelectorComponent-module__AuUVdG__button[data-locked]:hover{background:0 0;border-color:#0000}.WorkspaceSelectorComponent-module__AuUVdG__buttonIcon{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.WorkspaceSelectorComponent-module__AuUVdG__lockIcon{width:11px;height:11px;color:var(--text-muted);opacity:.7;flex-shrink:0}.WorkspaceSelectorComponent-module__AuUVdG__chevronOpen{transition:transform .15s;transform:rotate(180deg)}.WorkspaceSelectorComponent-module__AuUVdG__menu{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);z-index:100;flex-direction:column;gap:2px;min-width:220px;max-width:360px;padding:4px;animation:.12s ease-out WorkspaceSelectorComponent-module__AuUVdG__wsSlideDown;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 16px #00000040}@keyframes WorkspaceSelectorComponent-module__AuUVdG__wsSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.WorkspaceSelectorComponent-module__AuUVdG__menuItem{border-radius:var(--border-radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;transition:background .12s;display:flex}.WorkspaceSelectorComponent-module__AuUVdG__menuItem:hover{background:var(--accent-subtle);color:var(--text-primary)}.WorkspaceSelectorComponent-module__AuUVdG__menuItemActive{color:var(--accent-color);background:var(--accent-subtle)}.WorkspaceSelectorComponent-module__AuUVdG__menuItemIcon{opacity:.5;flex-shrink:0}.WorkspaceSelectorComponent-module__AuUVdG__menuItemName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.WorkspaceSelectorComponent-module__AuUVdG__menuItemPinned{color:var(--text-muted);opacity:.5;flex-shrink:0}.WorkspaceSelectorComponent-module__AuUVdG__menuDivider{background:var(--border-color);height:1px;margin:4px 0}.WorkspaceSelectorComponent-module__AuUVdG__addItem{color:var(--accent-color);opacity:.85}.WorkspaceSelectorComponent-module__AuUVdG__addItem:hover{opacity:1;color:var(--accent-color)}.WorkspaceSelectorComponent-module__AuUVdG__addSection{flex-direction:column;gap:4px;padding:6px 6px 4px;animation:.1s ease-out WorkspaceSelectorComponent-module__AuUVdG__wsSlideDown;display:flex}.WorkspaceSelectorComponent-module__AuUVdG__addInputRow{align-items:center;gap:4px;display:flex}.WorkspaceSelectorComponent-module__AuUVdG__addInput{font-size:11.5px;font-family:var(--font-mono,monospace);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background:var(--bg-primary);color:var(--text-primary);outline:none;flex:1;min-width:0;padding:5px 8px;transition:border-color .15s}.WorkspaceSelectorComponent-module__AuUVdG__addInput::placeholder{color:var(--text-muted)}.WorkspaceSelectorComponent-module__AuUVdG__addInput:focus{border-color:var(--accent-color)}.WorkspaceSelectorComponent-module__AuUVdG__addInput.WorkspaceSelectorComponent-module__AuUVdG__invalid{border-color:var(--danger,#ef4444)}.WorkspaceSelectorComponent-module__AuUVdG__addInput.WorkspaceSelectorComponent-module__AuUVdG__valid{border-color:var(--success,#22c55e)}.WorkspaceSelectorComponent-module__AuUVdG__addButton{border-radius:var(--border-radius-sm);background:var(--accent-color);width:26px;height:26px;color:var(--bg-primary);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:flex}.WorkspaceSelectorComponent-module__AuUVdG__addButton:hover:not(:disabled){filter:brightness(1.1)}.WorkspaceSelectorComponent-module__AuUVdG__addButton:disabled{opacity:.35;cursor:not-allowed}.WorkspaceSelectorComponent-module__AuUVdG__validationRow{align-items:center;gap:4px;padding:2px 4px;font-size:10px;animation:.1s ease-out WorkspaceSelectorComponent-module__AuUVdG__wsSlideDown;display:flex}.WorkspaceSelectorComponent-module__AuUVdG__validationRow.WorkspaceSelectorComponent-module__AuUVdG__success{color:var(--success,#22c55e)}.WorkspaceSelectorComponent-module__AuUVdG__validationRow.WorkspaceSelectorComponent-module__AuUVdG__error{color:var(--danger,#ef4444)}.WorkspaceSelectorComponent-module__AuUVdG__validationRow.WorkspaceSelectorComponent-module__AuUVdG__info{color:var(--text-tertiary);font-family:var(--font-mono,monospace)}
