.SkillsList-module__7GCMfW__skillsList{background:linear-gradient(#1a1d23,#13161a);border-right:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;width:280px;height:100%;display:flex;box-shadow:inset -1px 0 #ffffff08}.SkillsList-module__7GCMfW__sidebarHeader{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#1a1d23f2,#13161ab3);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 20px 16px;animation:.3s ease-out SkillsList-module__7GCMfW__slideDown;display:flex}@keyframes SkillsList-module__7GCMfW__slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.SkillsList-module__7GCMfW__sidebarTitle{color:var(--text);align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.SkillsList-module__7GCMfW__skillCount{color:var(--text-muted);background:var(--bg-secondary);border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.SkillsList-module__7GCMfW__searchContainer{margin:16px 16px 12px;position:relative}.SkillsList-module__7GCMfW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.SkillsList-module__7GCMfW__searchInput{color:#e1e4e8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:8px 32px;font-size:13px;transition:all .3s cubic-bezier(.4,0,.2,1)}.SkillsList-module__7GCMfW__searchInput:focus{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.SkillsList-module__7GCMfW__searchInput::placeholder{color:var(--text-muted)}.SkillsList-module__7GCMfW__clearSearch{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.SkillsList-module__7GCMfW__clearSearch:hover{background:var(--bg-hover);color:var(--text)}.SkillsList-module__7GCMfW__skillItems{flex:1;padding:12px 8px;overflow-y:auto}.SkillsList-module__7GCMfW__loadingState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 16px;font-size:13px;display:flex}.SkillsList-module__7GCMfW__spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite SkillsList-module__7GCMfW__spin}@keyframes SkillsList-module__7GCMfW__spin{to{transform:rotate(360deg)}}.SkillsList-module__7GCMfW__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;font-size:13px;display:flex}.SkillsList-module__7GCMfW__emptyIcon{opacity:.4;font-size:48px;animation:3s ease-in-out infinite SkillsList-module__7GCMfW__float}@keyframes SkillsList-module__7GCMfW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.SkillsList-module__7GCMfW__emptyHint{opacity:.7;max-width:200px;font-size:12px;line-height:1.5}.SkillsList-module__7GCMfW__emptyAction{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;margin-top:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.SkillsList-module__7GCMfW__emptyAction:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-1px)}.SkillsList-module__7GCMfW__skillItemContainer{margin-bottom:4px}.SkillsList-module__7GCMfW__skillItem{cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:8px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.SkillsList-module__7GCMfW__skillChevron{color:#6e7681;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;padding-top:2px;transition:all .2s;display:flex}.SkillsList-module__7GCMfW__skillChevronPlaceholder{flex-shrink:0;width:14px;height:14px;padding-top:2px}.SkillsList-module__7GCMfW__skillItem:hover .SkillsList-module__7GCMfW__skillChevron{color:#e1e4e8}.SkillsList-module__7GCMfW__skillItem.SkillsList-module__7GCMfW__selected .SkillsList-module__7GCMfW__skillChevron{color:#60a5fa}.SkillsList-module__7GCMfW__skillItem:hover{background:#ffffff14;border-color:#3b82f64d;transform:translate(2px);box-shadow:0 2px 8px #0000004d}.SkillsList-module__7GCMfW__skillItem.SkillsList-module__7GCMfW__selected{background:linear-gradient(135deg,#3b82f626,#93c5fd1a);border-color:#3b82f6;animation:.4s ease-out SkillsList-module__7GCMfW__selectPulse;box-shadow:0 0 0 1px #3b82f680,0 4px 12px #3b82f633,inset 0 1px #ffffff1a}@keyframes SkillsList-module__7GCMfW__selectPulse{0%{transform:scale(.99)}50%{transform:scale(1.01)}to{transform:scale(1)}}.SkillsList-module__7GCMfW__skillIcon{color:#60a5fa;background:#ffffff0d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SkillsList-module__7GCMfW__skillItem:hover .SkillsList-module__7GCMfW__skillIcon{background:#3b82f633;transform:scale(1.05)}.SkillsList-module__7GCMfW__skillItem.SkillsList-module__7GCMfW__selected .SkillsList-module__7GCMfW__skillIcon{color:#fff;background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 4px 12px #3b82f666}.SkillsList-module__7GCMfW__skillInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.SkillsList-module__7GCMfW__skillName{color:#e1e4e8;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;transition:color .2s;display:block;overflow:hidden}.SkillsList-module__7GCMfW__skillItem:hover .SkillsList-module__7GCMfW__skillName{color:#fff}.SkillsList-module__7GCMfW__skillItem.SkillsList-module__7GCMfW__selected .SkillsList-module__7GCMfW__skillName{color:#60a5fa;font-weight:600}.SkillsList-module__7GCMfW__skillDescription{color:#8b949e;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.SkillsList-module__7GCMfW__skillItem:hover .SkillsList-module__7GCMfW__skillDescription{color:#a8b3c1}.SkillsList-module__7GCMfW__selectedIndicator{background:var(--primary);border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SkillsList-module__7GCMfW__filesTree{background:linear-gradient(#0003,#0000004d);border:1px solid #3b82f633;border-top:none;border-radius:0 0 8px 8px;flex-direction:column;margin-top:-4px;padding:8px 4px;animation:.3s ease-out SkillsList-module__7GCMfW__slideDown;display:flex}.SkillsList-module__7GCMfW__fileItem{padding:6px 12px;padding-left:calc(var(--file-depth,0)*16px + 12px);color:#8b949e;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:4px;align-items:center;gap:6px;width:100%;font-size:12px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.SkillsList-module__7GCMfW__fileItem:hover{color:#e1e4e8;background:linear-gradient(90deg,#ffffff0d,#0000);border-left-color:#3b82f64d}.SkillsList-module__7GCMfW__fileItem.SkillsList-module__7GCMfW__active{color:#e1e4e8;background:linear-gradient(135deg,#3b82f626,#93c5fd14);border-left-color:#3b82f6}.SkillsList-module__7GCMfW__fileItem.SkillsList-module__7GCMfW__folder{cursor:pointer;opacity:.85}.SkillsList-module__7GCMfW__fileItem.SkillsList-module__7GCMfW__folder:hover{background:linear-gradient(90deg,#ffffff08,#0000);border-left-color:#ffffff1a}.SkillsList-module__7GCMfW__fileItem.SkillsList-module__7GCMfW__folder .SkillsList-module__7GCMfW__fileName{color:#a8b3c1;font-weight:600}.SkillsList-module__7GCMfW__fileItem.SkillsList-module__7GCMfW__folder:hover .SkillsList-module__7GCMfW__fileName{color:#e1e4e8}.SkillsList-module__7GCMfW__chevron{color:#6e7681;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;transition:all .2s;display:flex}.SkillsList-module__7GCMfW__chevronPlaceholder{flex-shrink:0;width:12px;height:12px}.SkillsList-module__7GCMfW__fileItem:hover .SkillsList-module__7GCMfW__chevron{color:#e1e4e8}.SkillsList-module__7GCMfW__fileIcon{flex-shrink:0;font-size:13px;line-height:1}.SkillsList-module__7GCMfW__fileInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.SkillsList-module__7GCMfW__fileName{color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.SkillsList-module__7GCMfW__filePath{color:#6e7681;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:400;overflow:hidden}.SkillsList-module__7GCMfW__activeIndicator{color:#3b82f6;flex-shrink:0;margin-left:auto}.SkillsList-module__7GCMfW__newSkillContainer{flex-shrink:0;margin:12px;position:relative}.SkillsList-module__7GCMfW__newSkillBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #3b82f64d,inset 0 1px #fff3}.SkillsList-module__7GCMfW__newSkillBtn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f680,inset 0 1px #ffffff4d}.SkillsList-module__7GCMfW__newSkillBtn:active{transform:translateY(0)}.SkillsList-module__7GCMfW__menuBackdrop{z-index:1000;background:0 0;position:fixed;inset:0}.SkillsList-module__7GCMfW__newSkillMenu{z-index:1001;background:linear-gradient(#1a1d23,#13161a);border:1px solid #3b82f64d;border-radius:12px;animation:.2s ease-out SkillsList-module__7GCMfW__menuSlideUp;overflow:hidden;box-shadow:0 12px 32px #0009,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a}@keyframes SkillsList-module__7GCMfW__menuSlideUp{0%{opacity:0;transform:translateY(-100%)scale(.95)}to{opacity:1;transform:translateY(-100%)scale(1)}}.SkillsList-module__7GCMfW__menuItem{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;padding:14px 16px;display:flex}.SkillsList-module__7GCMfW__menuItem:hover{background:linear-gradient(90deg,#3b82f61a,#3b82f60d)}.SkillsList-module__7GCMfW__menuItem:not(:last-child){border-bottom:1px solid #ffffff14}.SkillsList-module__7GCMfW__menuIcon{color:#60a5fa;background:#3b82f61a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.SkillsList-module__7GCMfW__menuItem:hover .SkillsList-module__7GCMfW__menuIcon{background:#3b82f633;transform:scale(1.05)}.SkillsList-module__7GCMfW__menuContent{flex-direction:column;flex:1;gap:4px;display:flex}.SkillsList-module__7GCMfW__menuTitle{color:#e1e4e8;font-size:14px;font-weight:600}.SkillsList-module__7GCMfW__menuDescription{color:#8b949e;font-size:12px;line-height:1.4}.SkillsList-module__7GCMfW__hiddenInput{display:none}
.SkillEditor-module__oNLG0W__skillEditor{flex-direction:column;width:100%;height:100%;display:flex}.SkillEditor-module__oNLG0W__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.SkillEditor-module__oNLG0W__headerLeft{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.SkillEditor-module__oNLG0W__skillTitleRow{align-items:center;gap:12px;display:flex}.SkillEditor-module__oNLG0W__skillTitleIcon{color:#60a5fa;flex-shrink:0}.SkillEditor-module__oNLG0W__skillName{color:#e1e4e8;letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600;animation:.4s ease-out SkillEditor-module__oNLG0W__titleSlide}@keyframes SkillEditor-module__oNLG0W__titleSlide{0%{opacity:.9;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.SkillEditor-module__oNLG0W__skillDescription{color:#8b949e;margin:0;font-size:14px;line-height:1.5}.SkillEditor-module__oNLG0W__currentFile{background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-size:12px;display:flex}.SkillEditor-module__oNLG0W__fileLabel{color:#8b949e;font-weight:500}.SkillEditor-module__oNLG0W__filePath{color:#60a5fa;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-weight:500}.SkillEditor-module__oNLG0W__headerActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.SkillEditor-module__oNLG0W__editingAnimation{background:linear-gradient(135deg,#fbbf2426,#fbbf240d);border:1px solid #fbbf244d;border-radius:8px;align-items:center;gap:0;max-width:fit-content;padding:8px 14px;display:inline-flex;position:relative;overflow:hidden}.SkillEditor-module__oNLG0W__writingLine{align-items:center;min-width:0;height:16px;display:inline-flex;position:relative;overflow:visible}.SkillEditor-module__oNLG0W__writingDots{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.SkillEditor-module__oNLG0W__pencilIcon{color:#fbbf24;flex-shrink:0;margin-left:4px;animation:2s ease-in-out infinite SkillEditor-module__oNLG0W__pencilWrite}@keyframes SkillEditor-module__oNLG0W__pencilWrite{0%,to{transform:translate(0)rotate(-45deg)}25%{transform:translate(-1px)rotate(-50deg)}50%{transform:translate(0)rotate(-40deg)}75%{transform:translate(-1px)rotate(-50deg)}}.SkillEditor-module__oNLG0W__dot{background:#fbbf24;border-radius:50%;flex-shrink:0;width:3px;height:3px;animation:2.5s ease-in-out infinite SkillEditor-module__oNLG0W__dotGrow;display:inline-block}.SkillEditor-module__oNLG0W__dot:first-child{animation-delay:0s}.SkillEditor-module__oNLG0W__dot:nth-child(2){animation-delay:.2s}.SkillEditor-module__oNLG0W__dot:nth-child(3){animation-delay:.4s}.SkillEditor-module__oNLG0W__dot:nth-child(4){animation-delay:.6s}.SkillEditor-module__oNLG0W__dot:nth-child(5){animation-delay:.8s}@keyframes SkillEditor-module__oNLG0W__dotGrow{0%{opacity:0;transform:scale(0)translateY(0)}10%{opacity:.3;transform:scale(.5)translateY(-2px)}20%{opacity:1;transform:scale(1.3)translateY(-3px)}30%{opacity:1;transform:scale(1)translateY(0)}90%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.7)translateY(0)}}.SkillEditor-module__oNLG0W__unsavedIndicator{color:#fbbf24;background:#fbbf241a;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.SkillEditor-module__oNLG0W__unsavedDot{font-size:20px;line-height:1;animation:1.5s ease-in-out infinite SkillEditor-module__oNLG0W__blink}@keyframes SkillEditor-module__oNLG0W__blink{0%,to{opacity:1}50%{opacity:.3}}.SkillEditor-module__oNLG0W__saveSuccess{color:#34d399;background:#34d3991a;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;animation:.3s ease-out SkillEditor-module__oNLG0W__successFade;display:flex}.SkillEditor-module__oNLG0W__successIcon{font-size:16px;line-height:1}@keyframes SkillEditor-module__oNLG0W__successFade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.SkillEditor-module__oNLG0W__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.SkillEditor-module__oNLG0W__footerLeft{flex:1}.SkillEditor-module__oNLG0W__footerHint{color:#6e7681;font-size:13px;font-style:italic}.SkillEditor-module__oNLG0W__deleteBtn{color:#ef4444;cursor:pointer;background:#ef44440d;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.SkillEditor-module__oNLG0W__deleteBtn:hover{background:#ef444426;border-color:#ef444466;transform:translateY(-1px);box-shadow:0 2px 8px #ef444433}.SkillEditor-module__oNLG0W__saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #3b82f64d,inset 0 1px #fff3}.SkillEditor-module__oNLG0W__saveBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.SkillEditor-module__oNLG0W__saveBtn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 16px #3b82f680,inset 0 1px #ffffff4d}.SkillEditor-module__oNLG0W__saveBtn:hover:not(:disabled):before{left:100%}.SkillEditor-module__oNLG0W__saveBtn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #3b82f666,inset 0 2px 4px #0003}.SkillEditor-module__oNLG0W__saveBtn:disabled{opacity:.4;cursor:not-allowed;background:#3b82f64d}.SkillEditor-module__oNLG0W__editorLayout{flex:1;min-height:0;display:flex}.SkillEditor-module__oNLG0W__editorContainer{background:#161b22;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:1;min-height:0;animation:.5s ease-out SkillEditor-module__oNLG0W__editorFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0006,inset 0 1px #ffffff08}@keyframes SkillEditor-module__oNLG0W__editorFadeIn{0%{opacity:.9;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.SkillEditor-module__oNLG0W__editorHeader{background:#0003;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.SkillEditor-module__oNLG0W__editorInfo{align-items:center;gap:16px;display:flex}.SkillEditor-module__oNLG0W__editorLabel{color:#8b949e;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.SkillEditor-module__oNLG0W__characterCount{color:#6e7681;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px}.SkillEditor-module__oNLG0W__editor{color:#e1e4e8;resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;width:100%;padding:24px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:14px;line-height:1.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.SkillEditor-module__oNLG0W__editor::placeholder{color:#6e7681}.SkillEditor-module__oNLG0W__editorContainer:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633,0 4px 20px #3b82f626,inset 0 1px #ffffff0d}
.Modal-module__EzzXka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out Modal-module__EzzXka__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__EzzXka__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__EzzXka__modal{background:linear-gradient(#1a1d23,#13161a);border:1px solid #3b82f64d;border-radius:16px;flex-direction:column;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) Modal-module__EzzXka__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #0009,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a}@keyframes Modal-module__EzzXka__slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.Modal-module__EzzXka__modal.Modal-module__EzzXka__sm{width:100%;max-width:480px}.Modal-module__EzzXka__modal.Modal-module__EzzXka__md{width:100%;max-width:600px}.Modal-module__EzzXka__modal.Modal-module__EzzXka__lg{width:100%;max-width:800px}.Modal-module__EzzXka__header{background:linear-gradient(#1a1d23f2,#13161ab3);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.Modal-module__EzzXka__title{color:#e1e4e8;letter-spacing:-.01em;margin:0;font-size:20px;font-weight:600}.Modal-module__EzzXka__closeButton{color:#8b949e;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Modal-module__EzzXka__closeButton:hover{color:#e1e4e8;background:#ffffff1a;border-color:#fff3;transform:rotate(90deg)}.Modal-module__EzzXka__content{flex:1;padding:28px;overflow-y:auto}.Modal-module__EzzXka__form{flex-direction:column;gap:24px;display:flex}.Modal-module__EzzXka__formDescription{flex-direction:column;gap:16px;display:flex}.Modal-module__EzzXka__descriptionText{color:#a8b3c1;margin:0;font-size:14px;line-height:1.6}.Modal-module__EzzXka__exampleBox{background:#3b82f60d;border:1px solid #3b82f633;border-radius:8px;padding:12px 16px}.Modal-module__EzzXka__exampleLabel{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.Modal-module__EzzXka__exampleList{color:#8b949e;margin:0;padding-left:20px;font-size:13px;line-height:1.8}.Modal-module__EzzXka__exampleList li{color:#a8b3c1}.Modal-module__EzzXka__inputGroup{flex-direction:column;gap:8px;display:flex}.Modal-module__EzzXka__label{color:#e1e4e8;font-size:14px;font-weight:600}.Modal-module__EzzXka__input{color:#e1e4e8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Modal-module__EzzXka__input:focus{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.Modal-module__EzzXka__input::placeholder{color:#6e7681}.Modal-module__EzzXka__input:disabled{opacity:.5;cursor:not-allowed}.Modal-module__EzzXka__actions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.Modal-module__EzzXka__cancelButton{color:#e1e4e8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.Modal-module__EzzXka__cancelButton:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.Modal-module__EzzXka__cancelButton:disabled{opacity:.4;cursor:not-allowed}.Modal-module__EzzXka__confirmButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #3b82f64d,inset 0 1px #fff3}.Modal-module__EzzXka__confirmButton:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 16px #3b82f680,inset 0 1px #ffffff4d}.Modal-module__EzzXka__confirmButton:active:not(:disabled){transform:translateY(0)}.Modal-module__EzzXka__confirmButton:disabled{opacity:.4;cursor:not-allowed}.Modal-module__EzzXka__deleteModal{flex-direction:column;gap:24px;display:flex}.Modal-module__EzzXka__warningIcon{text-align:center;font-size:48px;animation:2s ease-in-out infinite Modal-module__EzzXka__warningPulse}@keyframes Modal-module__EzzXka__warningPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.Modal-module__EzzXka__deleteMessage{text-align:center;flex-direction:column;gap:12px;display:flex}.Modal-module__EzzXka__deleteMainText{color:#e1e4e8;margin:0;font-size:16px;line-height:1.5}.Modal-module__EzzXka__deleteMainText strong{color:#ef4444;font-weight:600}.Modal-module__EzzXka__deleteSubText{color:#8b949e;margin:0;font-size:14px;line-height:1.6}.Modal-module__EzzXka__deleteInfo{background:#ef44440d;border:1px solid #ef444433;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.Modal-module__EzzXka__infoItem{color:#a8b3c1;align-items:center;gap:12px;font-size:13px;display:flex}.Modal-module__EzzXka__infoIcon{flex-shrink:0;font-size:16px}.Modal-module__EzzXka__infoText{flex:1}.Modal-module__EzzXka__deleteButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #ef44444d,inset 0 1px #fff3}.Modal-module__EzzXka__deleteButton:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 16px #ef444480,inset 0 1px #ffffff4d}.Modal-module__EzzXka__deleteButton:active:not(:disabled){transform:translateY(0)}.Modal-module__EzzXka__deleteButton:disabled{opacity:.4;cursor:not-allowed}.Modal-module__EzzXka__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite Modal-module__EzzXka__spin}@keyframes Modal-module__EzzXka__spin{to{transform:rotate(360deg)}}
.SkillsView-module__TMB4Pa__skillsView{background:var(--bg);width:100%;height:100%;display:flex;position:relative;overflow:hidden}.SkillsView-module__TMB4Pa__viewHeader{z-index:10;justify-content:flex-end;align-items:center;padding:8px 12px;display:flex;position:absolute;top:0;right:0}.SkillsView-module__TMB4Pa__closeButton{width:32px;height:32px;color:var(--text-muted,#fff9);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.SkillsView-module__TMB4Pa__closeButton:hover{color:var(--text,#ffffffe6);background:#ffffff14}.SkillsView-module__TMB4Pa__centerPanel{background:linear-gradient(#0d1117,#010409);flex-direction:column;flex:1;min-width:0;padding:10px 28px;display:flex;overflow:hidden}.SkillsView-module__TMB4Pa__emptyState{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:20px;animation:.5s ease-out SkillsView-module__TMB4Pa__fadeIn;display:flex}@keyframes SkillsView-module__TMB4Pa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SkillsView-module__TMB4Pa__emptyState:before{content:"📚";opacity:.3;font-size:80px;animation:3s ease-in-out infinite SkillsView-module__TMB4Pa__float}@keyframes SkillsView-module__TMB4Pa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.SkillsView-module__TMB4Pa__emptyState p{margin:0;font-size:16px;font-weight:500}.SkillsView-module__TMB4Pa__loadingSpinner{border:4px solid #ffffff1a;border-top-color:#3b82f6;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite SkillsView-module__TMB4Pa__spin}@keyframes SkillsView-module__TMB4Pa__spin{to{transform:rotate(360deg)}}.SkillsView-module__TMB4Pa__emptyHint{opacity:.6;text-align:center;max-width:300px;font-size:13px;line-height:1.5}.SkillsView-module__TMB4Pa__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:13px}
.PermissionModal-module__6yg44q__permissionBackdrop{z-index:9998;pointer-events:auto;background:#00000080;animation:.15s ease-out PermissionModal-module__6yg44q__permissionFadeIn;position:fixed;inset:0}@keyframes PermissionModal-module__6yg44q__permissionFadeIn{0%{opacity:0}to{opacity:1}}.PermissionModal-module__6yg44q__permissionModal{background:var(--bg-surface);border:1px solid var(--border-strong);z-index:9999;pointer-events:auto;border-radius:16px;min-width:400px;max-width:600px;padding:24px;animation:.2s ease-out PermissionModal-module__6yg44q__permissionSlideUp;position:fixed;bottom:120px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d}.PermissionModal-module__6yg44q__permissionClose{color:var(--text-muted);cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;font-size:20px;line-height:1;transition:opacity .15s;position:absolute;top:12px;right:12px}.PermissionModal-module__6yg44q__permissionClose:hover{opacity:1}@keyframes PermissionModal-module__6yg44q__permissionSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.PermissionModal-module__6yg44q__permissionHeader{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-primary);font-size:12px;font-weight:600;margin:0 0 8px!important}.PermissionModal-module__6yg44q__permissionTool{font-size:16px;margin:0 0 12px!important}.PermissionModal-module__6yg44q__permissionContent p{color:var(--text-primary);margin:0 0 12px}.PermissionModal-module__6yg44q__permissionCode{background:var(--bg-elevated);border-radius:8px;margin:12px 0;padding:12px 16px;overflow-x:auto}.PermissionModal-module__6yg44q__permissionCode code{color:var(--text-secondary);font-family:monospace;font-size:13px}.PermissionModal-module__6yg44q__permissionFile{color:var(--text-muted);background:var(--bg-elevated);border-radius:6px;padding:8px 12px;font-family:monospace;font-size:13px}.PermissionModal-module__6yg44q__permissionReason{color:var(--text-muted);font-size:13px;font-style:italic}.PermissionModal-module__6yg44q__permissionButtons{gap:12px;margin-top:16px;display:flex}.PermissionModal-module__6yg44q__permissionButtons button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.PermissionModal-module__6yg44q__deny{color:var(--accent-red);background:#ef444426}.PermissionModal-module__6yg44q__deny:hover{background:#ef444440}.PermissionModal-module__6yg44q__allow{background:var(--accent-green);color:#fff}.PermissionModal-module__6yg44q__allow:hover{filter:brightness(1.1)}.PermissionModal-module__6yg44q__allowAlways{background:linear-gradient(135deg,var(--accent-green)0%,#2ecc71 100%);color:#fff}.PermissionModal-module__6yg44q__allowAlways:before{content:"✓";margin-right:6px;font-size:12px}.PermissionModal-module__6yg44q__allowAlways:hover{filter:brightness(1.15);box-shadow:0 2px 8px #4ade804d}@media (max-width:768px){.PermissionModal-module__6yg44q__permissionModal{width:calc(100vw - 32px);min-width:auto;max-width:400px;padding:20px;bottom:100px}}
.InputArea-module__12njza__inputArea{background:0 0;flex-direction:column;align-items:center;gap:10px;padding:16px 32px 24px;display:flex;position:relative}.InputArea-module__12njza__chatDisabledBanner{width:100%;max-width:640px;color:var(--text-muted,#71717a);background:var(--bg-tertiary,#1a1a1a);border:1px solid var(--border-color,#262626);text-align:center;border-radius:8px;padding:10px 14px;font-size:13px}.InputArea-module__12njza__mobileAgentWrapper{align-self:flex-start;display:none;position:relative}.InputArea-module__12njza__mobileAgentAvatar{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:0;transition:all .15s;overflow:hidden}.InputArea-module__12njza__mobileAgentAvatar:hover{border-color:#fff3;transform:scale(1.05)}.InputArea-module__12njza__mobileAgentAvatar:active{transform:scale(.95)}.InputArea-module__12njza__mobileAgentAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.InputArea-module__12njza__mobileTeamDropdown{background:var(--bg-surface);border:1px solid var(--border-default);z-index:200;pointer-events:auto;border-radius:10px;width:280px;max-width:calc(100vw - 32px);max-height:400px;animation:.15s InputArea-module__12njza__inputDropdownFadeIn;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden auto;box-shadow:0 8px 24px #0006}@keyframes InputArea-module__12njza__inputDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.InputArea-module__12njza__hiddenFileInput{display:none}.InputArea-module__12njza__uploadBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;transition:all .15s;display:flex}.InputArea-module__12njza__uploadBtn:hover:not(:disabled){color:var(--text-secondary);background:#ffffff14}.InputArea-module__12njza__uploadBtn:disabled{opacity:.4;cursor:not-allowed}.InputArea-module__12njza__selectedFilesContainer{flex-wrap:wrap;gap:8px;width:100%;max-width:760px;padding:0 4px;display:flex}.InputArea-module__12njza__selectedFileItem{background:#6366f126;border:1px solid #6366f14d;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:flex}.InputArea-module__12njza__selectedFileName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.InputArea-module__12njza__selectedFileSize{color:var(--text-muted);font-size:11px}.InputArea-module__12njza__removeFileBtn{width:20px;height:20px;color:var(--text-muted);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.InputArea-module__12njza__removeFileBtn:hover{color:var(--accent-red);background:#ef44444d}.InputArea-module__12njza__inputContainer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);touch-action:manipulation;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;width:100%;max-width:760px;min-height:52px;padding:10px 12px;transition:border-color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:flex}.InputArea-module__12njza__inputContainer:focus-within{background:#ffffff0f;border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a,0 4px 20px #00000026}.InputArea-module__12njza__input{color:var(--text-primary);resize:none;field-sizing:content;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:72px;padding:0;font-family:inherit;font-size:15px;line-height:24px;overflow:hidden auto}.InputArea-module__12njza__input::placeholder{color:var(--text-faint)}.InputArea-module__12njza__sendBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;will-change:transform;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:44px;height:36px;min-height:44px;margin-left:10px;font-size:16px;font-weight:600;transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #6366f14d}.InputArea-module__12njza__sendBtn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 16px #6366f166}.InputArea-module__12njza__sendBtn:active:not(:disabled){transform:scale(.95)}.InputArea-module__12njza__sendBtn:disabled{opacity:.25;cursor:not-allowed;box-shadow:none}.InputArea-module__12njza__cancelBtn{background:var(--bg-muted);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:12px;transition:all .15s;display:flex}.InputArea-module__12njza__cancelBtn:hover{background:var(--bg-elevated)}.InputArea-module__12njza__stopIcon{background:var(--text-secondary);border-radius:2px;width:10px;height:10px}.InputArea-module__12njza__inputToolbar{justify-content:space-between;align-items:center;width:100%;max-width:760px;padding:0 4px;display:flex}.InputArea-module__12njza__toolbarLeft{align-items:center;gap:8px;display:flex}.InputArea-module__12njza__toolbarRight{align-items:center;gap:4px;display:flex}.InputArea-module__12njza__toolbarIcon{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:all .15s;display:flex}.InputArea-module__12njza__toolbarIcon:hover:not(:disabled){background:var(--bg-muted);color:var(--text-secondary)}.InputArea-module__12njza__toolbarIcon:disabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.InputArea-module__12njza__inputArea{padding:12px 16px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom,20px));gap:8px}.InputArea-module__12njza__mobileAgentWrapper{z-index:1;justify-content:center;align-items:center;margin-bottom:-4px;margin-left:4px;display:flex}.InputArea-module__12njza__inputContainer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:14px;min-height:48px;padding:8px 10px}.InputArea-module__12njza__uploadBtn{width:32px;height:32px;margin-right:6px}.InputArea-module__12njza__selectedFilesContainer{gap:6px}.InputArea-module__12njza__selectedFileItem{padding:4px 8px;font-size:12px}.InputArea-module__12njza__selectedFileName{max-width:120px}.InputArea-module__12njza__input{-webkit-appearance:none;-webkit-tap-highlight-color:transparent;max-height:66px;font-size:14px;line-height:22px}.InputArea-module__12njza__sendBtn{width:44px;min-width:44px;height:44px;min-height:44px;margin-left:8px;font-size:14px}}@media (max-width:480px){.InputArea-module__12njza__inputArea{padding:10px max(12px,env(safe-area-inset-left,0))max(16px,env(safe-area-inset-bottom,16px));padding-right:max(12px,env(safe-area-inset-right,0))}}
.ModeSelector-module__1-ySsG__modeButton{cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.ModeSelector-module__1-ySsG__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__green{color:#22c55e;background:#22c55e1a}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__green:hover{background:#22c55e2e}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__yellow{color:#eab308;background:#eab3081a}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__yellow:hover{background:#eab3082e}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__red{color:#ef4444;background:#ef44441a}.ModeSelector-module__1-ySsG__modeButton.ModeSelector-module__1-ySsG__red:hover{background:#ef44442e}
.StatusBar-module__2XjgHq__ccStatusBar{align-items:center;gap:6px;font-family:SF Mono,Monaco,monospace;font-size:12px;display:flex}.StatusBar-module__2XjgHq__ccStatusText{color:#ff9f0a}.StatusBar-module__2XjgHq__ccStatusHint{color:#fff6}
.AccountSettings-module__jmg7Ra__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000c;animation:.15s AccountSettings-module__jmg7Ra__fadeIn;position:fixed;inset:0}@keyframes AccountSettings-module__jmg7Ra__fadeIn{0%{opacity:0}to{opacity:1}}.AccountSettings-module__jmg7Ra__modal{z-index:9999;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:420px;animation:.2s AccountSettings-module__jmg7Ra__slideUp;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 48px #00000080}@keyframes AccountSettings-module__jmg7Ra__slideUp{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.AccountSettings-module__jmg7Ra__header{background:#1a1a1a;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.AccountSettings-module__jmg7Ra__title{color:var(--text);margin:0;font-size:16px;font-weight:600}.AccountSettings-module__jmg7Ra__closeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.AccountSettings-module__jmg7Ra__closeBtn:hover{color:var(--text);background:#ffffff0f}.AccountSettings-module__jmg7Ra__content{background:#1a1a1a;max-height:60vh;padding:24px;overflow-y:auto}.AccountSettings-module__jmg7Ra__section{margin-bottom:20px}.AccountSettings-module__jmg7Ra__section:last-child{margin-bottom:0}.AccountSettings-module__jmg7Ra__avatarRow{border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.AccountSettings-module__jmg7Ra__avatarWrapper{cursor:pointer;border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.AccountSettings-module__jmg7Ra__avatarWrapper:hover .AccountSettings-module__jmg7Ra__avatarOverlay{opacity:1}.AccountSettings-module__jmg7Ra__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.AccountSettings-module__jmg7Ra__avatar{width:56px;height:56px;color:var(--text);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.AccountSettings-module__jmg7Ra__avatarOverlay{color:#fff;opacity:0;background:#0009;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.AccountSettings-module__jmg7Ra__hiddenInput{display:none}.AccountSettings-module__jmg7Ra__avatarInfo{flex:1;min-width:0}.AccountSettings-module__jmg7Ra__userName{color:var(--text);margin-bottom:2px;font-size:16px;font-weight:500}.AccountSettings-module__jmg7Ra__userEmail{color:var(--text-muted);opacity:.7;font-size:13px}.AccountSettings-module__jmg7Ra__removeAvatarBtn{color:#f87171;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:12px;transition:opacity .15s}.AccountSettings-module__jmg7Ra__removeAvatarBtn:hover{opacity:.8}.AccountSettings-module__jmg7Ra__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:500;display:flex}.AccountSettings-module__jmg7Ra__input{width:100%;color:var(--text);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:12px 14px;font-size:14px;transition:all .15s}.AccountSettings-module__jmg7Ra__input:focus{background:#ffffff0f;border-color:#6366f180}.AccountSettings-module__jmg7Ra__input:disabled{opacity:.5;cursor:not-allowed}.AccountSettings-module__jmg7Ra__input::placeholder{color:var(--text-muted);opacity:.5}.AccountSettings-module__jmg7Ra__textarea{width:100%;color:var(--text);resize:vertical;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;min-height:80px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .15s}.AccountSettings-module__jmg7Ra__textarea:focus{background:#ffffff0f;border-color:#6366f180}.AccountSettings-module__jmg7Ra__textarea::placeholder{color:var(--text-muted);opacity:.5}.AccountSettings-module__jmg7Ra__hint{color:var(--text-muted);opacity:.6;margin-top:6px;font-size:12px}.AccountSettings-module__jmg7Ra__errorText{color:#f87171;margin-top:8px;font-size:12px}.AccountSettings-module__jmg7Ra__footer{background:#151515;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.AccountSettings-module__jmg7Ra__footerActions{gap:10px;display:flex}.AccountSettings-module__jmg7Ra__logoutBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;transition:all .15s;display:flex}.AccountSettings-module__jmg7Ra__logoutBtn:hover{color:#f87171;background:#f871711a}.AccountSettings-module__jmg7Ra__cancelBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s}.AccountSettings-module__jmg7Ra__cancelBtn:hover{color:var(--text);background:#ffffff0a}.AccountSettings-module__jmg7Ra__saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s}.AccountSettings-module__jmg7Ra__saveBtn:hover:not(:disabled){filter:brightness(1.1)}.AccountSettings-module__jmg7Ra__saveBtn:disabled{opacity:.6;cursor:not-allowed}.AccountSettings-module__jmg7Ra__spinner{animation:1s linear infinite AccountSettings-module__jmg7Ra__spin}@keyframes AccountSettings-module__jmg7Ra__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ClaudeMdViewer-module__OzkCxq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000c;animation:.15s ClaudeMdViewer-module__OzkCxq__fadeIn;position:fixed;inset:0}@keyframes ClaudeMdViewer-module__OzkCxq__fadeIn{0%{opacity:0}to{opacity:1}}.ClaudeMdViewer-module__OzkCxq__modal{z-index:9999;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:700px;max-height:80vh;animation:.2s ClaudeMdViewer-module__OzkCxq__slideUp;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 48px #00000080}@keyframes ClaudeMdViewer-module__OzkCxq__slideUp{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.ClaudeMdViewer-module__OzkCxq__header{background:#1a1a1a;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ClaudeMdViewer-module__OzkCxq__title{color:var(--text);margin:0;font-family:monospace;font-size:16px;font-weight:600}.ClaudeMdViewer-module__OzkCxq__closeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ClaudeMdViewer-module__OzkCxq__closeBtn:hover{color:var(--text);background:#ffffff0f}.ClaudeMdViewer-module__OzkCxq__content{background:#1a1a1a;flex:1;min-height:200px;padding:24px;overflow-y:auto}.ClaudeMdViewer-module__OzkCxq__loading{color:var(--text-muted);text-align:center;padding:40px 0}.ClaudeMdViewer-module__OzkCxq__error{color:#f87171;text-align:center;padding:40px 0}.ClaudeMdViewer-module__OzkCxq__markdown{color:var(--text);font-size:14px;line-height:1.7}.ClaudeMdViewer-module__OzkCxq__markdown h1{color:var(--text);margin:0 0 16px;font-size:20px;font-weight:600}.ClaudeMdViewer-module__OzkCxq__markdown h2{color:var(--text);border-bottom:1px solid #ffffff1a;margin:24px 0 12px;padding-bottom:8px;font-size:16px;font-weight:600}.ClaudeMdViewer-module__OzkCxq__markdown h3{color:var(--text);margin:16px 0 8px;font-size:14px;font-weight:600}.ClaudeMdViewer-module__OzkCxq__markdown p{margin:0 0 12px}.ClaudeMdViewer-module__OzkCxq__markdown ul,.ClaudeMdViewer-module__OzkCxq__markdown ol{margin:8px 0;padding-left:20px}.ClaudeMdViewer-module__OzkCxq__markdown li{margin:4px 0}.ClaudeMdViewer-module__OzkCxq__markdown strong{color:var(--text);font-weight:600}.ClaudeMdViewer-module__OzkCxq__markdown code{background:#ffffff0f;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:12px}.ClaudeMdViewer-module__OzkCxq__markdown pre{background:#ffffff0a;border-radius:8px;margin:12px 0;padding:12px;overflow-x:auto}.ClaudeMdViewer-module__OzkCxq__markdown pre code{background:0 0;padding:0}.ClaudeMdViewer-module__OzkCxq__markdown hr{border:none;border-top:1px solid #ffffff1a;margin:20px 0}.ClaudeMdViewer-module__OzkCxq__footer{background:#151515;border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ClaudeMdViewer-module__OzkCxq__hint{color:var(--text-muted);opacity:.6;font-size:12px}.ClaudeMdViewer-module__OzkCxq__closeButton{color:var(--text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s}.ClaudeMdViewer-module__OzkCxq__closeButton:hover{background:#ffffff1a}
.SessionTabs-module__Gio7Ka__container{background:0 0;flex-shrink:0;align-items:center;min-height:36px;padding:6px 32px 6px 12px;display:flex;overflow-x:auto}.SessionTabs-module__Gio7Ka__tabsRow{align-items:center;gap:6px;display:flex}.SessionTabs-module__Gio7Ka__tabsRow::-webkit-scrollbar{display:none}.SessionTabs-module__Gio7Ka__tab{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;min-width:120px;max-width:150px;height:28px;padding:6px 14px;transition:all .15s;display:flex;position:relative}.SessionTabs-module__Gio7Ka__tab:hover{background:var(--bg-elevated)}.SessionTabs-module__Gio7Ka__tab.SessionTabs-module__Gio7Ka__active{background:var(--bg-muted)}.SessionTabs-module__Gio7Ka__tabTitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;text-align:left;flex:1;font-size:12px;font-weight:500;overflow:hidden}.SessionTabs-module__Gio7Ka__tab:hover .SessionTabs-module__Gio7Ka__tabTitle{color:var(--text-secondary)}.SessionTabs-module__Gio7Ka__tab.SessionTabs-module__Gio7Ka__active .SessionTabs-module__Gio7Ka__tabTitle{color:var(--text-primary)}.SessionTabs-module__Gio7Ka__closeButton{width:16px;height:16px;color:var(--text-faint);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.SessionTabs-module__Gio7Ka__tab:hover .SessionTabs-module__Gio7Ka__closeButton{opacity:1}.SessionTabs-module__Gio7Ka__closeButton:hover{background:var(--bg-muted);color:var(--text-primary)}.SessionTabs-module__Gio7Ka__closeButton:disabled{opacity:.5;cursor:not-allowed}.SessionTabs-module__Gio7Ka__newTabButton{background:var(--bg-base);width:32px;height:32px;color:var(--text-faint);cursor:pointer;z-index:1;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex;position:absolute;right:0}.SessionTabs-module__Gio7Ka__newTabButton:hover{background:var(--bg-elevated);color:var(--text-secondary)}
.WorkDetailModal-module__F2Zq7q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:32px;animation:.15s WorkDetailModal-module__F2Zq7q__fadeIn;display:flex;position:fixed;inset:0}@keyframes WorkDetailModal-module__F2Zq7q__fadeIn{0%{opacity:0}to{opacity:1}}.WorkDetailModal-module__F2Zq7q__modal{color:#1c1c1a;background:#f8f7f4;border:1px solid #00000014;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.2s WorkDetailModal-module__F2Zq7q__slideUp;display:flex;box-shadow:0 24px 48px #00000026}@keyframes WorkDetailModal-module__F2Zq7q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WorkDetailModal-module__F2Zq7q__header{border-bottom:1px solid #00000014;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.WorkDetailModal-module__F2Zq7q__headerLeft{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.WorkDetailModal-module__F2Zq7q__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.WorkDetailModal-module__F2Zq7q__headerInfo{flex:1;min-width:0}.WorkDetailModal-module__F2Zq7q__title{color:#000000e6;margin:0 0 6px;font-size:18px;font-weight:600;line-height:1.3}.WorkDetailModal-module__F2Zq7q__meta{color:#00000080;align-items:center;gap:8px;font-size:14px;display:flex}.WorkDetailModal-module__F2Zq7q__agent{text-transform:capitalize;color:#000000b3}.WorkDetailModal-module__F2Zq7q__dot{opacity:.4}.WorkDetailModal-module__F2Zq7q__buildsOn{color:#8b5cf6e6}.WorkDetailModal-module__F2Zq7q__closeButton,.WorkDetailModal-module__F2Zq7q__shareButton{color:#000c;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .15s;display:flex}.WorkDetailModal-module__F2Zq7q__closeButton:hover,.WorkDetailModal-module__F2Zq7q__shareButton:hover{color:#000c;background:#0000000f}.WorkDetailModal-module__F2Zq7q__buildsOnSection{background:#8b5cf60d;border-bottom:1px solid #00000014;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;display:flex}.WorkDetailModal-module__F2Zq7q__buildsOnLabel{color:#8b5cf6;font-size:13px;font-weight:500}.WorkDetailModal-module__F2Zq7q__buildsOnItem{color:#000000b3;background:#0000000a;border-radius:6px;padding:4px 10px;font-size:13px}.WorkDetailModal-module__F2Zq7q__contributorsSection{background:#3b82f60d;border-bottom:1px solid #00000014;flex-shrink:0;align-items:center;gap:10px;padding:12px 24px;display:flex}.WorkDetailModal-module__F2Zq7q__contributorsLabel{color:#3b82f6;font-size:13px;font-weight:500}.WorkDetailModal-module__F2Zq7q__contributorsList{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.WorkDetailModal-module__F2Zq7q__contributorItem{color:#000000b3;background:#0000000a;border-radius:6px;padding:4px 10px;font-size:13px}.WorkDetailModal-module__F2Zq7q__contributorCommits{color:#0006;margin-left:4px;font-size:12px}.WorkDetailModal-module__F2Zq7q__historyToggle{color:#3b82f6;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:13px}.WorkDetailModal-module__F2Zq7q__historyToggle:hover{text-decoration:underline}.WorkDetailModal-module__F2Zq7q__historySection{background:#00000005;border-bottom:1px solid #00000014;flex-shrink:0;min-height:60px;max-height:200px;overflow-y:auto}.WorkDetailModal-module__F2Zq7q__historySection::-webkit-scrollbar{width:6px}.WorkDetailModal-module__F2Zq7q__historySection::-webkit-scrollbar-track{background:0 0}.WorkDetailModal-module__F2Zq7q__historySection::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.WorkDetailModal-module__F2Zq7q__historySection::-webkit-scrollbar-thumb:hover{background:#00000026}.WorkDetailModal-module__F2Zq7q__historyItem{border-bottom:1px solid #0000000f;min-height:56px;padding:14px 24px}.WorkDetailModal-module__F2Zq7q__historyItem:last-child{border-bottom:none}.WorkDetailModal-module__F2Zq7q__historyMessage{color:#000000e6;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.4}.WorkDetailModal-module__F2Zq7q__historyMeta{color:#00000080;align-items:center;gap:8px;font-size:13px;display:flex}.WorkDetailModal-module__F2Zq7q__historyAuthor{color:#000000b3;font-weight:500}.WorkDetailModal-module__F2Zq7q__historyDot{color:#0000004d}.WorkDetailModal-module__F2Zq7q__historyDate{color:#00000080}.WorkDetailModal-module__F2Zq7q__historyHash{color:#00000080;background:#0000000f;border-radius:4px;margin-left:auto;padding:3px 8px;font-family:ui-monospace,SF Mono,monospace;font-size:12px}.WorkDetailModal-module__F2Zq7q__content{flex:1;min-height:0;padding:24px;overflow-y:auto}.WorkDetailModal-module__F2Zq7q__markdown{color:#1c1c1a;font-size:15px;line-height:1.7}.WorkDetailModal-module__F2Zq7q__markdown h1{color:#000000e6;margin:0 0 16px;font-size:22px;font-weight:600;line-height:1.3}.WorkDetailModal-module__F2Zq7q__markdown h2{color:#000000e6;margin:10px 0;font-size:18px;font-weight:600;line-height:1.4}.WorkDetailModal-module__F2Zq7q__markdown h2:first-child{margin-top:0}.WorkDetailModal-module__F2Zq7q__markdown h3{color:#000000d9;margin:16px 0 8px;font-size:16px;font-weight:600;line-height:1.4}.WorkDetailModal-module__F2Zq7q__markdown h3:first-child{margin-top:0}.WorkDetailModal-module__F2Zq7q__markdown h4{color:#000c;margin:14px 0 6px;font-size:15px;font-weight:600;line-height:1.4}.WorkDetailModal-module__F2Zq7q__markdown h5,.WorkDetailModal-module__F2Zq7q__markdown h6{color:#000000bf;margin:12px 0 4px;font-size:14px;font-weight:600;line-height:1.4}.WorkDetailModal-module__F2Zq7q__markdown hr{border:none;border-top:1px solid #0000001a;margin:24px 0}.WorkDetailModal-module__F2Zq7q__markdown blockquote{color:#000000b3;background:#00000008;border-left:3px solid #0003;border-radius:0 8px 8px 0;margin:16px 0;padding:14px 18px}.WorkDetailModal-module__F2Zq7q__markdown p{margin:0;line-height:1.7}.WorkDetailModal-module__F2Zq7q__markdown p:last-child{margin-bottom:0}.WorkDetailModal-module__F2Zq7q__markdown a{color:#2563eb;text-decoration:underline;transition:all .15s}.WorkDetailModal-module__F2Zq7q__markdown a:hover{color:#1d4ed8}.WorkDetailModal-module__F2Zq7q__markdown strong{color:#000000e6;font-weight:600}.WorkDetailModal-module__F2Zq7q__markdown em{color:#000000bf;font-style:italic}.WorkDetailModal-module__F2Zq7q__markdown code{color:#db2777;background:#0000000f;border-radius:5px;padding:3px 7px;font-family:SF Mono,ui-monospace,monospace;font-size:13px}.WorkDetailModal-module__F2Zq7q__markdown pre{background:#0000000a;border:1px solid #00000014;border-radius:10px;margin:16px 0;padding:16px;overflow-x:auto}.WorkDetailModal-module__F2Zq7q__markdown pre code{color:#000c;background:0 0;padding:0;font-size:13px;line-height:1.6}.WorkDetailModal-module__F2Zq7q__markdown ul,.WorkDetailModal-module__F2Zq7q__markdown ol{margin:0;padding-left:24px}.WorkDetailModal-module__F2Zq7q__markdown ul{list-style:outside}.WorkDetailModal-module__F2Zq7q__markdown ol{list-style:decimal}.WorkDetailModal-module__F2Zq7q__markdown li{color:#000c;margin:8px 0;line-height:1.6}.WorkDetailModal-module__F2Zq7q__markdown li::marker{color:#000c;font-weight:700}.WorkDetailModal-module__F2Zq7q__markdown ul ul{margin:4px 0;list-style:circle}.WorkDetailModal-module__F2Zq7q__markdown ul ul ul{margin:4px 0;list-style:square}.WorkDetailModal-module__F2Zq7q__markdown ol ol{margin:4px 0;list-style:lower-alpha}.WorkDetailModal-module__F2Zq7q__markdown ol ol ol{margin:4px 0;list-style:lower-roman}.WorkDetailModal-module__F2Zq7q__markdown table{border-collapse:separate;border-spacing:0;background:#faf8f5;border:1px solid #e8e4dc;border-radius:12px;width:100%;margin:18px 0;font-size:14px;overflow:hidden}.WorkDetailModal-module__F2Zq7q__markdown thead{background:#f1f0ed}.WorkDetailModal-module__F2Zq7q__markdown tbody{background:#faf8f5}.WorkDetailModal-module__F2Zq7q__markdown th,.WorkDetailModal-module__F2Zq7q__markdown td{text-align:left;border-bottom:1px solid #e8e4dc;padding:14px 16px}.WorkDetailModal-module__F2Zq7q__markdown th{color:#000;letter-spacing:.2px;font-size:13px;font-weight:600}.WorkDetailModal-module__F2Zq7q__markdown td{color:#000000d9}.WorkDetailModal-module__F2Zq7q__markdown tbody tr:last-child td{border-bottom:none}.WorkDetailModal-module__F2Zq7q__markdown tbody tr:hover td{background:#f5f1e9;transition:background .15s}.WorkDetailModal-module__F2Zq7q__content::-webkit-scrollbar{width:8px}.WorkDetailModal-module__F2Zq7q__content::-webkit-scrollbar-track{background:0 0}.WorkDetailModal-module__F2Zq7q__content::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.WorkDetailModal-module__F2Zq7q__content::-webkit-scrollbar-thumb:hover{background:#0003}
.WorkList-module__tNLRZW__container{background:0 0;flex-direction:column;height:100%;display:flex;overflow:hidden}.WorkList-module__tNLRZW__header{justify-content:space-between;align-items:center;padding:14px 12px;display:flex}.WorkList-module__tNLRZW__headerTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.WorkList-module__tNLRZW__newProjectButton{color:#ffffffb3;cursor:pointer;white-space:nowrap;background:#ffffff14;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.WorkList-module__tNLRZW__newProjectButton:hover{color:#ffffffe6;background:#ffffff1a}.WorkList-module__tNLRZW__projectsList{flex-direction:column;flex:1;padding:0 8px;display:flex;overflow:hidden}.WorkList-module__tNLRZW__projectCard{text-align:left;background:var(--bg-surface);border:1px solid var(--border-muted);cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:8px;padding:12px;transition:all .15s;display:flex}.WorkList-module__tNLRZW__projectCard:hover{background:var(--bg-elevated);border-color:var(--border-default)}.WorkList-module__tNLRZW__projectCard.WorkList-module__tNLRZW__active{background:var(--bg-elevated);border-color:var(--border-strong)}.WorkList-module__tNLRZW__titleRow{align-items:flex-start;gap:8px;width:100%;display:flex}.WorkList-module__tNLRZW__projectTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.WorkList-module__tNLRZW__editButton{color:#ffffff4d;cursor:pointer;visibility:hidden;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .15s,background .15s,color .15s;display:flex}.WorkList-module__tNLRZW__projectCard:hover .WorkList-module__tNLRZW__editButton{visibility:visible;opacity:1}.WorkList-module__tNLRZW__editButton:hover{color:#ffffffb3;background:#ffffff1a}.WorkList-module__tNLRZW__editInput{color:#ffffffe6;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;outline:none;flex:1;padding:4px 8px;font-size:14px;font-weight:500}.WorkList-module__tNLRZW__editInput:focus{border-color:#fff6}.WorkList-module__tNLRZW__deleteButton{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.WorkList-module__tNLRZW__deleteButton:hover{color:#ef4444;background:#ef444426}.WorkList-module__tNLRZW__projectAvatars{gap:4px;display:flex}.WorkList-module__tNLRZW__projectAvatar{object-fit:cover;border-radius:50%;width:20px;height:20px}.WorkList-module__tNLRZW__avatarOverflow{color:#ffffffb3;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:500;display:flex}.WorkList-module__tNLRZW__emptyState{text-align:center;padding:40px 16px}.WorkList-module__tNLRZW__emptyState p{color:#fff9;margin:0;font-size:13px;font-weight:500}.WorkList-module__tNLRZW__emptyHint{color:#ffffff80!important;margin-top:4px!important;font-size:12px!important;font-weight:400!important}.WorkList-module__tNLRZW__workItem{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-direction:column;gap:2px;width:100%;padding:5px 8px 5px 32px;transition:background .1s;display:flex}.WorkList-module__tNLRZW__workItem:hover{background:#ffffff0d}.WorkList-module__tNLRZW__workTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.WorkList-module__tNLRZW__workMeta{align-items:center;gap:5px;font-size:12px;display:flex}.WorkList-module__tNLRZW__contributorAvatars{align-items:center;display:flex}.WorkList-module__tNLRZW__contributorAvatar{object-fit:cover;border:1.5px solid var(--bg-base);border-radius:50%;width:20px;height:20px;margin-left:-4px}.WorkList-module__tNLRZW__contributorAvatar:first-child{margin-left:0}.WorkList-module__tNLRZW__ownerAvatar{box-sizing:content-box;z-index:10;background:#ffffff1a;border:2px solid #000;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-right:2px;position:relative;overflow:hidden}.WorkList-module__tNLRZW__ownerAvatar img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.WorkList-module__tNLRZW__ownerInitials{color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;font-size:10px;font-weight:600;display:flex}.WorkList-module__tNLRZW__ownershipDot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:6px;box-shadow:0 0 6px 2px #3b82f699}.WorkList-module__tNLRZW__agentAvatars{flex-shrink:0;align-items:center;display:flex}.WorkList-module__tNLRZW__agentAvatar{object-fit:cover;border:1.5px solid var(--bg-base);border-radius:5px;width:20px;height:20px;margin-left:-6px;position:relative}.WorkList-module__tNLRZW__agentAvatar:first-child{margin-left:0}.WorkList-module__tNLRZW__workContributors{color:#fff9}.WorkList-module__tNLRZW__workDot{color:#fff6}.WorkList-module__tNLRZW__workTime{color:#ffffff8c}.WorkList-module__tNLRZW__workItemActive{text-align:left;background:#ff9f0a14;border:none;border-left:2px solid #ff9f0a80;border-radius:4px;flex-direction:column;gap:2px;width:100%;margin-bottom:2px;padding:8px 8px 8px 12px;transition:opacity .3s ease-out,transform .3s ease-out;display:flex}.WorkList-module__tNLRZW__workStatus{color:#ff9f0acc;font-size:12px}.WorkList-module__tNLRZW__activeDot{background:#fbbf24;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite WorkList-module__tNLRZW__pulse}@keyframes WorkList-module__tNLRZW__pulse{0%,to{opacity:1}50%{opacity:.4}}.WorkList-module__tNLRZW__demoIndicator{color:#8b5cf6e6;text-align:center;letter-spacing:.5px;background:#8b5cf626;border-bottom:1px solid #8b5cf633;padding:8px 12px;font-size:10px;font-weight:600}.WorkList-module__tNLRZW__showMore{color:#fff6;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:5px 12px 5px 40px;font-size:13px;font-weight:400;transition:color .15s;display:block}.WorkList-module__tNLRZW__showMore:hover{color:#ffffffb3;background:#ffffff0a}.WorkList-module__tNLRZW__section{flex-direction:column;flex:1;min-height:0;padding:12px;display:flex;overflow:hidden}.WorkList-module__tNLRZW__sectionHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;justify-content:space-between;align-items:center;padding:0 4px 12px;font-size:11px;font-weight:600;display:flex}.WorkList-module__tNLRZW__sectionContent{flex:1;padding:0;overflow-y:auto}.WorkList-module__tNLRZW__memorySection{border-bottom:1px solid var(--border-muted);flex-direction:column;flex:1;min-height:0;padding:12px;display:flex;overflow:hidden}.WorkList-module__tNLRZW__memoryHeader{justify-content:space-between;align-items:center;padding:0 4px 12px;display:flex}.WorkList-module__tNLRZW__memoryTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.WorkList-module__tNLRZW__addButton{width:20px;height:20px;color:var(--text-faint);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.WorkList-module__tNLRZW__memoryHeader:hover .WorkList-module__tNLRZW__addButton,.WorkList-module__tNLRZW__sectionHeader:hover .WorkList-module__tNLRZW__addButton{opacity:1}.WorkList-module__tNLRZW__addButton:hover{background:var(--bg-muted);color:var(--text-secondary)}.WorkList-module__tNLRZW__memoryTree{flex:1;min-height:0;padding:0;overflow:hidden auto}.WorkList-module__tNLRZW__node{padding:6px 4px;padding-left:calc(var(--tree-depth,0)*16px + 4px);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:2px;margin-left:-4px;transition:background .1s;display:flex}.WorkList-module__tNLRZW__node:hover{background:#ffffff0a}.WorkList-module__tNLRZW__node.WorkList-module__tNLRZW__selected{background:#ff9f0a1f}.WorkList-module__tNLRZW__node.WorkList-module__tNLRZW__selected .WorkList-module__tNLRZW__name{color:#ff9f0a}.WorkList-module__tNLRZW__chevron{color:#ffffff80;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .15s;display:flex}.WorkList-module__tNLRZW__folder .WorkList-module__tNLRZW__name{color:var(--text-secondary);font-size:14px;font-weight:500}.WorkList-module__tNLRZW__file .WorkList-module__tNLRZW__name{color:var(--text-muted);font-size:14px;font-weight:400}.WorkList-module__tNLRZW__file .WorkList-module__tNLRZW__chevron{visibility:hidden}.WorkList-module__tNLRZW__name{white-space:nowrap;text-overflow:ellipsis;line-height:1.4;overflow:hidden}.WorkList-module__tNLRZW__recentDot{background:#ff9f0acc;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:auto}.WorkList-module__tNLRZW__internRow{border-radius:6px;align-items:center;gap:10px;padding:8px 4px;transition:background .15s;display:flex}.WorkList-module__tNLRZW__internRow:hover{background:#ffffff0a}.WorkList-module__tNLRZW__internRow.WorkList-module__tNLRZW__internWorking{background:#ff9f0a14}.WorkList-module__tNLRZW__internAvatar{object-fit:cover;border-radius:6px;flex-shrink:0;width:24px;height:24px}.WorkList-module__tNLRZW__internName{color:var(--text-secondary);font-size:14px;font-weight:500}.WorkList-module__tNLRZW__internTitle{color:var(--text-faint);font-size:12px;font-weight:400}.WorkList-module__tNLRZW__internStats{align-items:center;gap:4px;margin-left:auto;display:flex}.WorkList-module__tNLRZW__internTime{color:var(--text-muted);font-size:12px;font-weight:500}.WorkList-module__tNLRZW__internDot{color:var(--text-faint);font-size:12px}.WorkList-module__tNLRZW__internTaskCount{color:var(--text-muted);font-size:12px;font-weight:500}.WorkList-module__tNLRZW__internFree{color:var(--text-faint);font-size:12px}.WorkList-module__tNLRZW__projectsList::-webkit-scrollbar{width:6px}.WorkList-module__tNLRZW__projectsList::-webkit-scrollbar-track{background:0 0}.WorkList-module__tNLRZW__projectsList::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:3px}.WorkList-module__tNLRZW__wisdomCarousel{background:linear-gradient(#0000 0%,#bf5af208 100%);flex-shrink:0;padding:16px}.WorkList-module__tNLRZW__wisdomHeader{align-items:center;gap:8px;margin-bottom:16px;display:flex}.WorkList-module__tNLRZW__wisdomIcon{color:#bf5af2b3}.WorkList-module__tNLRZW__wisdomTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.WorkList-module__tNLRZW__wisdomCount{color:#bf5af2cc;margin-left:auto;font-size:12px;font-weight:500}.WorkList-module__tNLRZW__wisdomCard{background:0 0;border:none;padding:0;position:relative}.WorkList-module__tNLRZW__wisdomContent{flex-direction:column;display:flex}.WorkList-module__tNLRZW__wisdomAvatar{object-fit:cover;vertical-align:middle;border-radius:6px;width:22px;height:22px;margin-right:6px;position:relative;top:-1px;box-shadow:0 0 10px 2px #bf5af233}.WorkList-module__tNLRZW__wisdomAgentName{color:var(--text-primary);font-weight:600}.WorkList-module__tNLRZW__wisdomText{color:var(--text-secondary);letter-spacing:-.01em;margin:0;font-size:15px;font-weight:400;line-height:1.55}.WorkList-module__tNLRZW__wisdomNav{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.WorkList-module__tNLRZW__wisdomNavBtn{width:28px;height:28px;color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.WorkList-module__tNLRZW__wisdomNavBtn:hover{color:#bf5af2e6;background:#bf5af21a}.WorkList-module__tNLRZW__wisdomDots{align-items:center;gap:6px;display:flex}.WorkList-module__tNLRZW__wisdomDot{background:var(--text-faint);opacity:.3;border-radius:50%;width:6px;height:6px;transition:all .2s}.WorkList-module__tNLRZW__wisdomDot.WorkList-module__tNLRZW__active{opacity:1;background:#bf5af2cc;box-shadow:0 0 6px 1px #bf5af266}
.HandoffTransition-module__ES4q7q__overlay{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;background:#000000d9;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.HandoffTransition-module__ES4q7q__overlay.HandoffTransition-module__ES4q7q__enter,.HandoffTransition-module__ES4q7q__overlay.HandoffTransition-module__ES4q7q__hold{opacity:1}.HandoffTransition-module__ES4q7q__overlay.HandoffTransition-module__ES4q7q__exit{opacity:0}.HandoffTransition-module__ES4q7q__content{opacity:0;flex-direction:column;align-items:center;gap:16px;animation:.6s cubic-bezier(.34,1.56,.64,1) .1s forwards HandoffTransition-module__ES4q7q__contentEnter;display:flex;transform:scale(.9)translateY(20px)}@keyframes HandoffTransition-module__ES4q7q__contentEnter{to{opacity:1;transform:scale(1)translateY(0)}}.HandoffTransition-module__ES4q7q__exit .HandoffTransition-module__ES4q7q__content{animation:.3s cubic-bezier(.4,0,1,1) forwards HandoffTransition-module__ES4q7q__contentExit}@keyframes HandoffTransition-module__ES4q7q__contentExit{to{opacity:0;transform:scale(.95)translateY(-10px)}}.HandoffTransition-module__ES4q7q__connectingDots{gap:8px;margin-bottom:8px;display:flex}.HandoffTransition-module__ES4q7q__dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite HandoffTransition-module__ES4q7q__dotPulse}.HandoffTransition-module__ES4q7q__dot:first-child{animation-delay:0s}.HandoffTransition-module__ES4q7q__dot:nth-child(2){animation-delay:.2s}.HandoffTransition-module__ES4q7q__dot:nth-child(3){animation-delay:.4s}@keyframes HandoffTransition-module__ES4q7q__dotPulse{0%,80%,to{background:#ffffff4d;transform:scale(.8)}40%{background:#ffffffe6;transform:scale(1.2)}}.HandoffTransition-module__ES4q7q__avatarContainer{width:120px;height:120px;position:relative}.HandoffTransition-module__ES4q7q__avatarGlow{opacity:0;filter:blur(12px);background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);border-radius:50%;animation:2s ease-in-out .3s infinite HandoffTransition-module__ES4q7q__glowPulse;position:absolute;inset:-4px}@keyframes HandoffTransition-module__ES4q7q__glowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.HandoffTransition-module__ES4q7q__avatar{object-fit:cover;opacity:0;border:3px solid #fff3;border-radius:50%;width:100%;height:100%;animation:.5s cubic-bezier(.34,1.56,.64,1) .2s forwards HandoffTransition-module__ES4q7q__avatarEnter;position:relative;transform:scale(.8);box-shadow:0 8px 32px #0006}@keyframes HandoffTransition-module__ES4q7q__avatarEnter{to{opacity:1;transform:scale(1)}}.HandoffTransition-module__ES4q7q__statusDot{opacity:0;background:#22c55e;border:3px solid #1a1a1a;border-radius:50%;width:16px;height:16px;animation:.3s cubic-bezier(.34,1.56,.64,1) .5s forwards HandoffTransition-module__ES4q7q__statusPop;position:absolute;bottom:8px;right:8px;transform:scale(0)}@keyframes HandoffTransition-module__ES4q7q__statusPop{to{opacity:1;transform:scale(1)}}.HandoffTransition-module__ES4q7q__name{color:#fff;letter-spacing:-.5px;opacity:0;margin:0;font-size:28px;font-weight:600;animation:.4s ease-out .4s forwards HandoffTransition-module__ES4q7q__textFadeIn;transform:translateY(10px)}@keyframes HandoffTransition-module__ES4q7q__textFadeIn{to{opacity:1;transform:translateY(0)}}.HandoffTransition-module__ES4q7q__role{color:#fff9;opacity:0;margin:-8px 0 0;font-size:15px;animation:.4s ease-out .5s forwards HandoffTransition-module__ES4q7q__textFadeIn;transform:translateY(10px)}.HandoffTransition-module__ES4q7q__message{color:#fff6;opacity:0;margin:8px 0 0;font-size:14px;animation:.4s ease-out .6s forwards HandoffTransition-module__ES4q7q__textFadeIn;transform:translateY(10px)}
.KeyboardShortcuts-module__8Kj6zq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0009;justify-content:center;align-items:center;animation:.15s KeyboardShortcuts-module__8Kj6zq__fadeIn;display:flex;position:fixed;inset:0}@keyframes KeyboardShortcuts-module__8Kj6zq__fadeIn{0%{opacity:0}to{opacity:1}}.KeyboardShortcuts-module__8Kj6zq__modal{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:16px;flex-direction:column;width:90%;max-width:560px;max-height:80vh;animation:.2s cubic-bezier(.34,1.56,.64,1) KeyboardShortcuts-module__8Kj6zq__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #0006,0 12px 24px #0000004d}@keyframes KeyboardShortcuts-module__8Kj6zq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.KeyboardShortcuts-module__8Kj6zq__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.KeyboardShortcuts-module__8Kj6zq__title{color:var(--text-primary);align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.KeyboardShortcuts-module__8Kj6zq__close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.KeyboardShortcuts-module__8Kj6zq__close:hover{background:var(--bg-muted);color:var(--text-primary)}.KeyboardShortcuts-module__8Kj6zq__content{flex-direction:column;flex:1;gap:24px;padding:16px 20px;display:flex;overflow-y:auto}.KeyboardShortcuts-module__8Kj6zq__group{flex-direction:column;gap:10px;display:flex}.KeyboardShortcuts-module__8Kj6zq__groupTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin:0;font-size:11px;font-weight:600}.KeyboardShortcuts-module__8Kj6zq__shortcuts{flex-direction:column;gap:6px;display:flex}.KeyboardShortcuts-module__8Kj6zq__shortcut{background:var(--bg-base);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;transition:background .15s;display:flex}.KeyboardShortcuts-module__8Kj6zq__shortcut:hover{background:var(--bg-muted)}.KeyboardShortcuts-module__8Kj6zq__keys{align-items:center;gap:4px;display:flex}.KeyboardShortcuts-module__8Kj6zq__key{background:var(--bg-elevated);border:1px solid var(--border-strong);min-width:24px;height:24px;color:var(--text-primary);border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:12px;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #0000001a}.KeyboardShortcuts-module__8Kj6zq__description{color:var(--text-secondary);font-size:13px}.KeyboardShortcuts-module__8Kj6zq__footer{border-top:1px solid var(--border-subtle);text-align:center;padding:12px 20px}.KeyboardShortcuts-module__8Kj6zq__hint{color:var(--text-muted);font-size:12px}.KeyboardShortcuts-module__8Kj6zq__hint .KeyboardShortcuts-module__8Kj6zq__key{min-width:auto;height:20px;margin:0 4px;padding:2px 6px;font-size:11px}
