.Toast-module__UKUNqG__container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;max-height:calc(100vh - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden}.Toast-module__UKUNqG__toast{background:var(--bg-elevated);border:1px solid var(--border-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;transform-origin:100% 100%;border-radius:12px;align-items:flex-start;gap:12px;min-width:320px;max-width:400px;padding:14px 16px;animation:.3s cubic-bezier(.34,1.56,.64,1) Toast-module__UKUNqG__slideIn;display:flex;box-shadow:0 4px 12px #00000040,0 8px 24px #0003}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__exiting{animation:.2s ease-out forwards Toast-module__UKUNqG__slideOut}@keyframes Toast-module__UKUNqG__slideIn{0%{opacity:0;transform:translate(100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__UKUNqG__slideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.95)}}.Toast-module__UKUNqG__iconWrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Toast-module__UKUNqG__success .Toast-module__UKUNqG__iconWrapper{color:#22c55e;background:#22c55e26}.Toast-module__UKUNqG__error .Toast-module__UKUNqG__iconWrapper{color:#ef4444;background:#ef444426}.Toast-module__UKUNqG__warning .Toast-module__UKUNqG__iconWrapper{color:#eab308;background:#eab30826}.Toast-module__UKUNqG__info .Toast-module__UKUNqG__iconWrapper,.Toast-module__UKUNqG__loading .Toast-module__UKUNqG__iconWrapper{color:#0ea5e9;background:#0ea5e926}.Toast-module__UKUNqG__spinning{animation:1s linear infinite Toast-module__UKUNqG__spin}@keyframes Toast-module__UKUNqG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toast-module__UKUNqG__content{flex:1;min-width:0}.Toast-module__UKUNqG__title{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.4}.Toast-module__UKUNqG__message{color:var(--text-secondary);margin-top:2px;font-size:13px;line-height:1.4}.Toast-module__UKUNqG__action{border:1px solid var(--border-strong);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;align-self:center;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.Toast-module__UKUNqG__action:hover{background:var(--bg-muted);border-color:#fff3}.Toast-module__UKUNqG__action:active{transform:scale(.98)}.Toast-module__UKUNqG__dismiss{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:-2px -4px -2px 0;transition:all .15s;display:flex}.Toast-module__UKUNqG__dismiss:hover{background:var(--bg-muted);color:var(--text-primary)}.Toast-module__UKUNqG__success{border-left:3px solid #22c55e}.Toast-module__UKUNqG__error{border-left:3px solid #ef4444}.Toast-module__UKUNqG__warning{border-left:3px solid #eab308}.Toast-module__UKUNqG__info,.Toast-module__UKUNqG__loading{border-left:3px solid #0ea5e9}.Toast-module__UKUNqG__toast:after{content:"";opacity:.3;background:currentColor;border-radius:0 0 12px 12px;height:2px;position:absolute;bottom:0;left:0;right:0}
.ConfirmDialog-module__kjrLcq__overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:.12s ease-out ConfirmDialog-module__kjrLcq__cd-fade;display:flex;position:fixed;inset:0}.ConfirmDialog-module__kjrLcq__dialog{text-align:center;border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;max-width:360px;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:24px 22px 18px;animation:.14s ease-out ConfirmDialog-module__kjrLcq__cd-pop;display:flex}.ConfirmDialog-module__kjrLcq__iconWrap{background:var(--bg-muted);width:44px;height:44px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.ConfirmDialog-module__kjrLcq__iconDanger{color:var(--accent-red);background:#ff453a24}.ConfirmDialog-module__kjrLcq__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.ConfirmDialog-module__kjrLcq__message{color:var(--text-muted);font-size:13px;line-height:1.5}.ConfirmDialog-module__kjrLcq__actions{gap:8px;width:100%;margin-top:10px;display:flex}.ConfirmDialog-module__kjrLcq__cancel,.ConfirmDialog-module__kjrLcq__confirm{cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;display:inline-flex}.ConfirmDialog-module__kjrLcq__cancel{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary)}.ConfirmDialog-module__kjrLcq__cancel:hover:not(:disabled){background:var(--bg-muted);color:var(--text-primary)}.ConfirmDialog-module__kjrLcq__confirm{border:1px solid var(--border-strong);background:var(--bg-subtle);color:var(--text-primary)}.ConfirmDialog-module__kjrLcq__confirm:hover:not(:disabled){background:var(--bg-muted)}.ConfirmDialog-module__kjrLcq__confirmDanger{background:var(--accent-red);color:#fff;border-color:#0000}.ConfirmDialog-module__kjrLcq__confirmDanger:hover:not(:disabled){background:#ff5b51}.ConfirmDialog-module__kjrLcq__cancel:disabled,.ConfirmDialog-module__kjrLcq__confirm:disabled{opacity:.6;cursor:default}.ConfirmDialog-module__kjrLcq__spinner{animation:.8s linear infinite ConfirmDialog-module__kjrLcq__cd-spin}@keyframes ConfirmDialog-module__kjrLcq__cd-spin{to{transform:rotate(360deg)}}@keyframes ConfirmDialog-module__kjrLcq__cd-fade{0%{opacity:0}}@keyframes ConfirmDialog-module__kjrLcq__cd-pop{0%{opacity:0;transform:translateY(6px)scale(.98)}}
.CreateAgentModal-module__wyCBqa__overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.CreateAgentModal-module__wyCBqa__modal{border:1px solid var(--border-strong);background:var(--bg-elevated);width:100%;max-width:360px;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;gap:12px;padding:22px;display:flex}.CreateAgentModal-module__wyCBqa__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.CreateAgentModal-module__wyCBqa__enginePicker{flex-direction:column;gap:8px;display:flex}.CreateAgentModal-module__wyCBqa__engineTabs{border:1px solid var(--border-muted);background:var(--bg-base);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;display:grid}.CreateAgentModal-module__wyCBqa__engineTab{min-width:0;min-height:40px;color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:flex-start;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.CreateAgentModal-module__wyCBqa__engineTabLabel{text-overflow:ellipsis;min-width:0;overflow:hidden}.CreateAgentModal-module__wyCBqa__engineTab:hover:not(:disabled){color:var(--text-primary);background:#fffaf00b}.CreateAgentModal-module__wyCBqa__engineTab:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.CreateAgentModal-module__wyCBqa__engineTab:disabled{cursor:default}.CreateAgentModal-module__wyCBqa__engineTab[aria-selected=true]{color:var(--text-primary);background:var(--bg-surface);border-color:var(--border-strong)}.CreateAgentModal-module__wyCBqa__engineTab[data-engine=claude][aria-selected=true]{color:#cc7c5e;background:#cc7c5e1a;border-color:#cc7c5e6b}.CreateAgentModal-module__wyCBqa__engineTab[data-engine=codex][aria-selected=true]{color:#64d2ff;background:#64d2ff17;border-color:#64d2ff6b}.CreateAgentModal-module__wyCBqa__engineDescription{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.45}.CreateAgentModal-module__wyCBqa__engineNote{color:var(--text-muted);margin:0;font-size:11px}.CreateAgentModal-module__wyCBqa__input{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--bg-base);width:100%;color:var(--text-primary);border-radius:10px;padding:11px 12px;font-size:14px}.CreateAgentModal-module__wyCBqa__input:focus{border-color:var(--accent-primary);outline:none}.CreateAgentModal-module__wyCBqa__error{color:var(--accent-red);font-size:12px}.CreateAgentModal-module__wyCBqa__actions{justify-content:flex-end;gap:8px;margin-top:2px;display:flex}.CreateAgentModal-module__wyCBqa__cancel,.CreateAgentModal-module__wyCBqa__confirm{cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500}.CreateAgentModal-module__wyCBqa__cancel{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0}.CreateAgentModal-module__wyCBqa__cancel:hover:not(:disabled){background:var(--bg-muted);color:var(--text-primary)}.CreateAgentModal-module__wyCBqa__confirm{background:var(--accent-primary);color:#1a1a17;border:none}.CreateAgentModal-module__wyCBqa__confirm:hover:not(:disabled){background:var(--accent-primary-hover)}.CreateAgentModal-module__wyCBqa__cancel:disabled,.CreateAgentModal-module__wyCBqa__confirm:disabled{opacity:.6;cursor:default}
.Login-module__0PyEKq__page{background:radial-gradient(120% 120% at 50% 0,#12121b 0%,#08080b 55%,#060608 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.Login-module__0PyEKq__glow{pointer-events:none;filter:blur(8px);background:radial-gradient(circle,#8b5cf647 0%,#6366f11f 38%,#0000 70%);width:640px;height:640px;position:absolute;top:-18%;left:50%;transform:translate(-50%)}.Login-module__0PyEKq__card{z-index:1;-webkit-backdrop-filter:blur(20px);background:#ffffff09;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:44px 36px 28px;display:flex;position:relative;box-shadow:0 24px 70px #0000008c,inset 0 1px #ffffff0d}.Login-module__0PyEKq__brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:30px;display:flex}.Login-module__0PyEKq__logo{color:#fff;background:linear-gradient(140deg,#6366f1 0%,#8b5cf6 55%,#a855f7 100%);border-radius:18px;place-items:center;width:60px;height:60px;margin-bottom:18px;display:grid;box-shadow:0 10px 26px #7c5cf673,inset 0 1px #ffffff40}.Login-module__0PyEKq__title{letter-spacing:-.02em;color:#f4f4f7;margin:0;font-size:26px;font-weight:700}.Login-module__0PyEKq__tagline{color:#9a9aa8;margin:7px 0 0;font-size:14px}.Login-module__0PyEKq__ssoButton{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 18px;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .2s,filter .2s;display:flex;position:relative;box-shadow:0 8px 20px #6366f159}.Login-module__0PyEKq__ssoButton:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 12px 26px #6366f180}.Login-module__0PyEKq__ssoButton:active{transform:translateY(0);box-shadow:0 6px 16px #6366f166}.Login-module__0PyEKq__ssoIcon{place-items:center;display:grid}.Login-module__0PyEKq__arrow{opacity:.85;margin-left:2px;transition:transform .15s}.Login-module__0PyEKq__ssoButton:hover .Login-module__0PyEKq__arrow{transform:translate(3px)}.Login-module__0PyEKq__footnote{color:#6f6f7d;align-items:center;gap:6px;margin:22px 0 0;font-size:12px;display:flex}.Login-module__0PyEKq__footnote svg{opacity:.8}
.AccountSettings-module__qQyJEW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000c;animation:.15s AccountSettings-module__qQyJEW__fadeIn;position:fixed;inset:0}@keyframes AccountSettings-module__qQyJEW__fadeIn{0%{opacity:0}to{opacity:1}}.AccountSettings-module__qQyJEW__modal{z-index:9999;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:420px;animation:.2s AccountSettings-module__qQyJEW__slideUp;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 48px #00000080}@keyframes AccountSettings-module__qQyJEW__slideUp{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.AccountSettings-module__qQyJEW__header{background:#1a1a1a;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.AccountSettings-module__qQyJEW__title{color:var(--text);margin:0;font-size:16px;font-weight:600}.AccountSettings-module__qQyJEW__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__qQyJEW__closeBtn:hover{color:var(--text);background:#ffffff0f}.AccountSettings-module__qQyJEW__content{background:#1a1a1a;max-height:60vh;padding:24px;overflow-y:auto}.AccountSettings-module__qQyJEW__section{margin-bottom:20px}.AccountSettings-module__qQyJEW__section:last-child{margin-bottom:0}.AccountSettings-module__qQyJEW__avatarRow{border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.AccountSettings-module__qQyJEW__avatarWrapper{cursor:pointer;border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.AccountSettings-module__qQyJEW__avatarWrapper:hover .AccountSettings-module__qQyJEW__avatarOverlay{opacity:1}.AccountSettings-module__qQyJEW__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.AccountSettings-module__qQyJEW__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__qQyJEW__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__qQyJEW__hiddenInput{display:none}.AccountSettings-module__qQyJEW__avatarInfo{flex:1;min-width:0}.AccountSettings-module__qQyJEW__userName{color:var(--text);margin-bottom:2px;font-size:16px;font-weight:500}.AccountSettings-module__qQyJEW__userEmail{color:var(--text-muted);opacity:.7;font-size:13px}.AccountSettings-module__qQyJEW__removeAvatarBtn{color:#f87171;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:12px;transition:opacity .15s}.AccountSettings-module__qQyJEW__removeAvatarBtn:hover{opacity:.8}.AccountSettings-module__qQyJEW__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__qQyJEW__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__qQyJEW__input:focus{background:#ffffff0f;border-color:#6366f180}.AccountSettings-module__qQyJEW__input:disabled{opacity:.5;cursor:not-allowed}.AccountSettings-module__qQyJEW__input::placeholder{color:var(--text-muted);opacity:.5}.AccountSettings-module__qQyJEW__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__qQyJEW__textarea:focus{background:#ffffff0f;border-color:#6366f180}.AccountSettings-module__qQyJEW__textarea::placeholder{color:var(--text-muted);opacity:.5}.AccountSettings-module__qQyJEW__hint{color:var(--text-muted);opacity:.6;margin-top:6px;font-size:12px}.AccountSettings-module__qQyJEW__errorText{color:#f87171;margin-top:8px;font-size:12px}.AccountSettings-module__qQyJEW__footer{background:#151515;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.AccountSettings-module__qQyJEW__footerActions{gap:10px;display:flex}.AccountSettings-module__qQyJEW__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__qQyJEW__logoutBtn:hover{color:#f87171;background:#f871711a}.AccountSettings-module__qQyJEW__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__qQyJEW__cancelBtn:hover{color:var(--text);background:#ffffff0a}.AccountSettings-module__qQyJEW__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__qQyJEW__saveBtn:hover:not(:disabled){filter:brightness(1.1)}.AccountSettings-module__qQyJEW__saveBtn:disabled{opacity:.6;cursor:not-allowed}.AccountSettings-module__qQyJEW__spinner{animation:1s linear infinite AccountSettings-module__qQyJEW__spin}@keyframes AccountSettings-module__qQyJEW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.RemoteNoSessionGuide-module__bub_QW__wrap{flex:1;justify-content:center;align-items:center;min-height:0;padding:28px 16px;display:flex;overflow-y:auto}.RemoteNoSessionGuide-module__bub_QW__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:18px;flex-direction:column;gap:20px;width:100%;max-width:720px;margin:auto;padding:28px;display:flex}.RemoteNoSessionGuide-module__bub_QW__modalOverlay{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000009e;justify-content:center;align-items:center;padding:24px;animation:.12s ease-out RemoteNoSessionGuide-module__bub_QW__remote-guide-fade;display:flex;position:fixed;inset:0}.RemoteNoSessionGuide-module__bub_QW__modal{background:var(--bg-surface);border:1px solid var(--border-strong);width:min(100%,780px);max-height:calc(100dvh - 48px);box-shadow:var(--shadow-lg);border-radius:18px;flex-direction:column;animation:.14s ease-out RemoteNoSessionGuide-module__bub_QW__remote-guide-pop;display:flex;position:relative;overflow:hidden}.RemoteNoSessionGuide-module__bub_QW__modalBody{min-height:0;overflow-y:auto}.RemoteNoSessionGuide-module__bub_QW__modalCard{background:0 0;border:0;border-radius:0;max-width:none;margin:0}.RemoteNoSessionGuide-module__bub_QW__modalCard .RemoteNoSessionGuide-module__bub_QW__head{padding-right:38px}.RemoteNoSessionGuide-module__bub_QW__modalClose{z-index:1;width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;transition:color .12s,border-color .12s,background .12s;display:inline-flex;position:absolute;top:14px;right:14px}.RemoteNoSessionGuide-module__bub_QW__modalClose:hover{color:var(--text-primary);border-color:var(--border-default);background:var(--bg-muted)}.RemoteNoSessionGuide-module__bub_QW__modalClose:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.RemoteNoSessionGuide-module__bub_QW__status{color:var(--text-muted);font-size:12px;font-family:var(--font-mono,ui-monospace,monospace);align-items:center;gap:8px;display:inline-flex}.RemoteNoSessionGuide-module__bub_QW__dot{background:var(--accent-green);border-radius:50%;width:8px;height:8px}.RemoteNoSessionGuide-module__bub_QW__head{align-items:flex-start;gap:14px;display:flex}.RemoteNoSessionGuide-module__bub_QW__iconWrap{width:48px;height:48px;color:var(--accent-primary);background:#ff9f0a24;border-radius:14px;flex:none;justify-content:center;align-items:center;display:flex}.RemoteNoSessionGuide-module__bub_QW__title{color:var(--text-primary);margin:0;font-size:20px;font-weight:600;line-height:1.3}.RemoteNoSessionGuide-module__bub_QW__sub{color:var(--text-secondary);max-width:580px;margin:5px 0 0;font-size:13px;line-height:1.5}.RemoteNoSessionGuide-module__bub_QW__steps{flex-direction:column;gap:18px;display:flex}.RemoteNoSessionGuide-module__bub_QW__step{align-items:flex-start;gap:12px;display:flex}.RemoteNoSessionGuide-module__bub_QW__num{width:26px;height:26px;color:var(--text-secondary);background:var(--bg-base);border:1px solid var(--border-strong);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.RemoteNoSessionGuide-module__bub_QW__stepBody{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.RemoteNoSessionGuide-module__bub_QW__stepTitle{color:var(--text-primary);margin:2px 0 0;font-size:14px;font-weight:600;line-height:1.4}.RemoteNoSessionGuide-module__bub_QW__stepLabel{color:var(--text-muted);margin:-3px 0 1px;font-size:12px;line-height:1.5}.RemoteNoSessionGuide-module__bub_QW__commandRow{flex-wrap:wrap;gap:8px;display:flex}.RemoteNoSessionGuide-module__bub_QW__commandRow>.RemoteNoSessionGuide-module__bub_QW__command{flex:150px}.RemoteNoSessionGuide-module__bub_QW__command{width:100%;min-width:0;font-family:var(--font-mono,ui-monospace,monospace);background:var(--bg-base);border:1px solid var(--border-muted);color:var(--accent-green);cursor:pointer;text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:12.5px;transition:border-color .12s,background .12s;display:flex}.RemoteNoSessionGuide-module__bub_QW__command:hover{border-color:var(--border-strong)}.RemoteNoSessionGuide-module__bub_QW__command:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.RemoteNoSessionGuide-module__bub_QW__commandText{white-space:nowrap;min-width:0;font:inherit;color:inherit;overflow-x:auto}.RemoteNoSessionGuide-module__bub_QW__prompt{color:var(--text-faint)}.RemoteNoSessionGuide-module__bub_QW__copyState{min-width:14px;color:var(--text-muted);font-family:var(--font-sans,ui-sans-serif,sans-serif);flex:none;justify-content:flex-end;align-items:center;gap:5px;font-size:11px;display:inline-flex}.RemoteNoSessionGuide-module__bub_QW__enginePicker{background:var(--bg-base);border:1px solid var(--border-muted);border-radius:14px;margin-top:2px}.RemoteNoSessionGuide-module__bub_QW__engineSelect{border-bottom:1px solid var(--border-muted);background:#fffaf005;border-radius:13px 13px 0 0;padding:8px;position:relative}.RemoteNoSessionGuide-module__bub_QW__engineTrigger{border:1px solid var(--border-strong);background:var(--bg-surface);width:100%;min-width:0;min-height:42px;color:var(--text-primary);white-space:nowrap;cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:9px 11px;font-size:12px;font-weight:600;transition:color .12s,border-color .12s,background .12s;display:flex}.RemoteNoSessionGuide-module__bub_QW__engineTriggerLabel{text-overflow:ellipsis;min-width:0;overflow:hidden}.RemoteNoSessionGuide-module__bub_QW__engineChevron{opacity:.7;flex-shrink:0;margin-left:auto}.RemoteNoSessionGuide-module__bub_QW__engineTrigger:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.RemoteNoSessionGuide-module__bub_QW__engineMenu{z-index:20;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:12px;flex-direction:column;gap:2px;max-height:296px;padding:6px;display:flex;position:absolute;top:calc(100% - 4px);left:8px;right:8px;overflow-y:auto;box-shadow:0 18px 40px #00000073}.RemoteNoSessionGuide-module__bub_QW__engineOption{min-width:0;color:var(--text-muted);white-space:nowrap;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;transition:color .12s,background .12s;display:flex}.RemoteNoSessionGuide-module__bub_QW__engineOptionLabel{text-overflow:ellipsis;min-width:0;overflow:hidden}.RemoteNoSessionGuide-module__bub_QW__engineOption:hover{color:var(--text-primary);background:#fffaf00b}.RemoteNoSessionGuide-module__bub_QW__engineOption:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-1px}.RemoteNoSessionGuide-module__bub_QW__engineOptionSelected{color:var(--text-primary);background:#fffaf00f}.RemoteNoSessionGuide-module__bub_QW__engineOptionSelected svg{flex-shrink:0;margin-left:auto}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=claude]{color:#cc7c5e;background:#cc7c5e1a;border-color:#cc7c5e6b}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=codex]{color:#64d2ff;background:#64d2ff17;border-color:#64d2ff6b}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=cursor]{color:#c6ff72;background:#c6ff7214;border-color:#c6ff7261}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=opencode]{color:#f1ecec;background:#f1ecec14;border-color:#f1ecec61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=pi]{color:#fff;background:#ffffff14;border-color:#ffffff61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=hermes]{color:#9b8cff;background:#9b8cff14;border-color:#9b8cff61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=commandcode]{color:#5ce1a6;background:#5ce1a614;border-color:#5ce1a661}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=devin]{color:#8fb8ff;background:#8fb8ff14;border-color:#8fb8ff61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=muse]{color:#0082fb;background:#0082fb14;border-color:#0082fb61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=amp]{color:#f34e3f;background:#f34e3f14;border-color:#f34e3f61}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=kilo]{color:#f8f676;background:#f8f67614;border-color:#f8f67661}.RemoteNoSessionGuide-module__bub_QW__engineTrigger[data-engine=grok]{color:#fff;background:#ffffff14;border-color:#ffffff61}.RemoteNoSessionGuide-module__bub_QW__enginePanel{background:var(--bg-base);border:0;border-radius:0 0 13px 13px;flex-direction:column;justify-content:flex-start;gap:12px;min-width:0;min-height:154px;margin:0;padding:18px;display:flex}.RemoteNoSessionGuide-module__bub_QW__enginePanelHeader{align-items:center;gap:9px;display:flex}.RemoteNoSessionGuide-module__bub_QW__engineName{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.RemoteNoSessionGuide-module__bub_QW__engineDescription{color:var(--text-muted);margin:3px 0 0;font-size:12px;line-height:1.5}.RemoteNoSessionGuide-module__bub_QW__hooksNote{color:var(--text-muted);background:#64d2ff14;border-radius:9px;margin:0;padding:9px 10px;font-size:11px;line-height:1.45}.RemoteNoSessionGuide-module__bub_QW__hooksNote strong{color:var(--text-secondary);font-weight:600}.RemoteNoSessionGuide-module__bub_QW__hooksNote code{color:#64d2ff}.RemoteNoSessionGuide-module__bub_QW__hint{color:var(--text-muted);border-top:1px solid var(--border-muted);margin:0;padding-top:16px;font-size:12px;line-height:1.5}@keyframes RemoteNoSessionGuide-module__bub_QW__remote-guide-fade{0%{opacity:0}}@keyframes RemoteNoSessionGuide-module__bub_QW__remote-guide-pop{0%{opacity:0;transform:translateY(6px)scale(.985)}}@media (max-width:640px){.RemoteNoSessionGuide-module__bub_QW__wrap{align-items:flex-start;padding:16px 12px}.RemoteNoSessionGuide-module__bub_QW__card{gap:18px;padding:20px}.RemoteNoSessionGuide-module__bub_QW__modalOverlay{align-items:stretch;padding:12px}.RemoteNoSessionGuide-module__bub_QW__modal{max-height:calc(100dvh - 24px);margin:auto 0}.RemoteNoSessionGuide-module__bub_QW__modalCard{padding:20px}.RemoteNoSessionGuide-module__bub_QW__enginePanel{min-height:0;padding:16px}}
.AgentTabs-module__qxiaLa__strip{background:var(--bg-base,#141413);border-bottom:1px solid var(--border-default,#fffaf01a);flex-shrink:0;align-items:stretch;height:40px;display:flex}.AgentTabs-module__qxiaLa__tabs{scrollbar-width:none;flex:1;align-items:stretch;min-width:0;display:flex;overflow:auto hidden}.AgentTabs-module__qxiaLa__tabs::-webkit-scrollbar{width:0;height:0}.AgentTabs-module__qxiaLa__tabWrapper{flex:1 1 0;align-items:stretch;min-width:96px;display:flex;position:relative}.AgentTabs-module__qxiaLa__tab{border:none;border-right:1px solid var(--border-muted,#fffaf00f);width:100%;height:100%;color:var(--text-muted,#9a9a90);cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:6px;padding:0 24px;transition:background .15s,color .15s;display:flex;position:relative}.AgentTabs-module__qxiaLa__tab:hover{background:var(--bg-elevated,#262624);color:var(--text-secondary,#d4d4cc)}.AgentTabs-module__qxiaLa__tab.AgentTabs-module__qxiaLa__active{background:var(--bg-surface,#1c1c1a);color:var(--text-primary,#f5f5f0)}.AgentTabs-module__qxiaLa__tab.AgentTabs-module__qxiaLa__active:after{content:"";background:var(--accent-warm,#e8927c);height:2px;position:absolute;top:0;left:0;right:0}.AgentTabs-module__qxiaLa__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 72px);font-size:13px;font-weight:500;overflow:hidden}.AgentTabs-module__qxiaLa__engineBadge{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.AgentTabs-module__qxiaLa__moreButton{opacity:0;width:18px;height:18px;color:var(--text-faint,#6b6b62);letter-spacing:1px;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:opacity .15s,color .15s,background .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.AgentTabs-module__qxiaLa__tab:hover .AgentTabs-module__qxiaLa__moreButton{opacity:1}.AgentTabs-module__qxiaLa__moreButton:hover{color:var(--text-primary,#f5f5f0);background:#fffaf014}.AgentTabs-module__qxiaLa__editInput{background:var(--bg-surface,#1c1c1a);border:none;border-right:1px solid var(--border-muted,#fffaf00f);width:100%;height:100%;color:var(--text-primary,#f5f5f0);text-align:center;border-radius:0;outline:none;padding:0 12px;font-size:13px;font-weight:500}.AgentTabs-module__qxiaLa__newTab{border:none;border-right:1px solid var(--border-muted,#fffaf00f);height:100%;color:var(--text-muted,#9a9a90);cursor:pointer;background:0 0;flex:0 0 44px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.AgentTabs-module__qxiaLa__newTab:hover{background:var(--bg-elevated,#262624);color:var(--text-primary,#f5f5f0)}.AgentTabs-module__qxiaLa__filesToggle{border:none;border-left:1px solid var(--border-muted,#fffaf00f);height:100%;color:var(--text-muted,#9a9a90);cursor:pointer;background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:0 16px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:flex}.AgentTabs-module__qxiaLa__filesToggle:hover{background:var(--bg-surface,#1c1c1a);color:var(--text-secondary,#d4d4cc)}.AgentTabs-module__qxiaLa__filesActive{color:var(--accent-warm,#e8927c);background:#e8927c24}.AgentTabs-module__qxiaLa__filesActive:hover{color:var(--accent-warm,#e8927c);background:#e8927c33}.AgentTabs-module__qxiaLa__contextMenu{z-index:1000;transform-origin:100% 0;background:var(--bg-surface,#1c1c1a);border:1px solid var(--border-default,#fffaf01a);border-radius:8px;min-width:140px;padding:4px;position:fixed;transform:translate(-100%);box-shadow:0 8px 24px #0006}.AgentTabs-module__qxiaLa__menuItem{width:100%;color:var(--text-secondary,#d4d4cc);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 10px;font-size:13px;transition:background .1s;display:block}.AgentTabs-module__qxiaLa__menuItem:hover{background:#fffaf014}.AgentTabs-module__qxiaLa__menuItemDanger{color:var(--accent-red,#ff453a)}.AgentTabs-module__qxiaLa__menuItemDanger:hover{background:#ff453a24}
.FileContentPopup-module__z76iuW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.FileContentPopup-module__z76iuW__modal{background:var(--bg-surface,#111114);border:1px solid var(--border-default,#ffffff1a);border-radius:12px;flex-direction:column;width:100%;max-width:1000px;max-height:90%;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006}.FileContentPopup-module__z76iuW__header{border-bottom:1px solid var(--border-default,#ffffff0f);background:#ffffff05;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.FileContentPopup-module__z76iuW__headerInfo{flex-direction:column;gap:2px;display:flex}.FileContentPopup-module__z76iuW__fileName{color:var(--text-primary,#fff);font-size:15px;font-weight:600}.FileContentPopup-module__z76iuW__filePath{color:var(--text-tertiary,#fff6);font-size:11px;font-family:var(--font-mono,monospace)}.FileContentPopup-module__z76iuW__closeButton{color:var(--text-tertiary,#fff6);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.FileContentPopup-module__z76iuW__closeButton:hover{color:var(--text-primary,#fff);background:#ffffff0d}.FileContentPopup-module__z76iuW__content{background:#0003;flex:1;padding:20px;overflow:auto}.FileContentPopup-module__z76iuW__pre{margin:0;padding:0}.FileContentPopup-module__z76iuW__code{font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--text-secondary,#fffc);white-space:pre-wrap;word-break:break-all;font-size:13px;line-height:1.6}.FileContentPopup-module__z76iuW__content::-webkit-scrollbar{width:8px;height:8px}.FileContentPopup-module__z76iuW__content::-webkit-scrollbar-track{background:0 0}.FileContentPopup-module__z76iuW__content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.FileContentPopup-module__z76iuW__content::-webkit-scrollbar-thumb:hover{background:#fff3}
.SourceTree-module__2FGTIq__container{background:var(--bg-surface,#111114);flex-direction:column;flex-shrink:0;width:100%;height:100%;display:flex;overflow:hidden}.SourceTree-module__2FGTIq__header{border-bottom:1px solid var(--border-default,#ffffff0f);background:#ffffff05;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.SourceTree-module__2FGTIq__title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary,#fff6);font-size:11px;font-weight:600}.SourceTree-module__2FGTIq__refreshButton{color:var(--text-tertiary,#fff6);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.SourceTree-module__2FGTIq__refreshButton:hover{color:var(--text-secondary,#fff9);background:#ffffff0d}.SourceTree-module__2FGTIq__treeList{flex:1;padding:8px 0;overflow-y:auto}.SourceTree-module__2FGTIq__itemWrapper{flex-direction:column;display:flex}.SourceTree-module__2FGTIq__item{cursor:pointer;height:28px;color:var(--text-secondary,#fff9);align-items:center;gap:8px;padding-right:12px;transition:background .15s;display:flex}.SourceTree-module__2FGTIq__item:hover{color:var(--text-primary,#fff);background:#ffffff0a}.SourceTree-module__2FGTIq__icon{color:var(--text-tertiary,#fff6);justify-content:center;align-items:center;display:flex}.SourceTree-module__2FGTIq__name{white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;font-size:13px;overflow:hidden}.SourceTree-module__2FGTIq__dir{font-weight:500}.SourceTree-module__2FGTIq__children{flex-direction:column;display:flex}.SourceTree-module__2FGTIq__rotate90{transform:rotate(90deg)}.SourceTree-module__2FGTIq__loading,.SourceTree-module__2FGTIq__error,.SourceTree-module__2FGTIq__empty{height:100%;color:var(--text-tertiary,#fff6);text-align:center;justify-content:center;align-items:center;padding:20px;font-size:13px;display:flex}.SourceTree-module__2FGTIq__error{color:var(--state-error,#f87171)}.SourceTree-module__2FGTIq__readingOverlay{z-index:10;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:48px 0 0}.SourceTree-module__2FGTIq__readingSpinner{border:2px solid #ffffff1a;border-top-color:var(--text-secondary,#fff9);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite SourceTree-module__2FGTIq__spin}
.MessagesArea-module__UpUxSG__messagesArea{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;will-change:scroll-position;contain:layout style paint;flex:1;min-height:0;padding:16px 28px;overflow-y:auto}.MessagesArea-module__UpUxSG__messagesArea::-webkit-scrollbar{width:6px}.MessagesArea-module__UpUxSG__messagesArea::-webkit-scrollbar-track{background:0 0}.MessagesArea-module__UpUxSG__messagesArea::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}.MessagesArea-module__UpUxSG__messagesArea::-webkit-scrollbar-thumb:hover{background:#ffffff1f}.MessagesArea-module__UpUxSG__messagesWrapper{max-width:none;margin:0;position:relative}@media (max-width:480px){.MessagesArea-module__UpUxSG__messagesArea{padding:12px}}.MessagesArea-module__UpUxSG__messagesLoading{color:#ffffff73;justify-content:center;align-items:center;gap:10px;min-height:200px;font-size:13px;display:flex}.MessagesArea-module__UpUxSG__loadSpinner{border:2px solid #ffffff2e;border-top-color:#fff9;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite MessagesArea-module__UpUxSG__messagesLoadSpin}@keyframes MessagesArea-module__UpUxSG__messagesLoadSpin{to{transform:rotate(360deg)}}
.ChatMain-module__62GnRa__chatMain{background:0 0;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.ChatMain-module__62GnRa__chatHeader{background:0 0;align-items:center;gap:12px;padding:14px 24px;display:flex;position:relative}.ChatMain-module__62GnRa__shareButton{background:var(--bg-elevated);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;z-index:10;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex;position:absolute;top:14px;right:24px}.ChatMain-module__62GnRa__shareButton:hover{background:var(--bg-surface);border-color:var(--border-hover);color:var(--text-primary)}.ChatMain-module__62GnRa__shareButton:active{transform:scale(.98)}.ChatMain-module__62GnRa__shareButton:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.ChatMain-module__62GnRa__shareButton{padding:6px 10px;top:12px;right:16px}}.ChatMain-module__62GnRa__onboardingHint{background:var(--bg-elevated);border:1px solid var(--border-default);text-align:center;border-radius:12px;max-width:400px;margin:8px 0 24px;padding:16px 24px}.ChatMain-module__62GnRa__onboardingHint strong{color:var(--text-secondary);font-size:13px;font-weight:500}.ChatMain-module__62GnRa__examplePrompt{color:var(--accent-primary);cursor:pointer;margin:8px 0;font-size:16px;transition:color .15s;display:block}.ChatMain-module__62GnRa__examplePrompt:hover{color:var(--accent-hover);text-decoration:underline}.ChatMain-module__62GnRa__hintSubtext{color:var(--text-muted);margin:0;font-size:13px}.ChatMain-module__62GnRa__message{margin-bottom:8px}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__newSender{margin-top:24px}.ChatMain-module__62GnRa__message:first-child{margin-top:0}.ChatMain-module__62GnRa__messageUser{color:#fff;word-wrap:break-word;background:linear-gradient(135deg,#0a84ff 0%,#06c 100%);border-radius:20px 20px 6px;width:fit-content;max-width:70%;margin-left:auto;padding:12px 16px;box-shadow:0 2px 8px #0a84ff33}.ChatMain-module__62GnRa__messageUser p{margin:0;font-size:15px;line-height:1.5}.ChatMain-module__62GnRa__messageUser a{color:#b3d4ff}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__sameUser .ChatMain-module__62GnRa__messageUser{border-radius:18px 4px 4px 18px}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__lastInGroup .ChatMain-module__62GnRa__messageUser{border-radius:18px 4px 18px 18px}.ChatMain-module__62GnRa__messageAssistant{color:#f0f0f0;word-wrap:break-word;background:#ffffff14;border-radius:20px 20px 20px 6px;max-width:70%;margin-right:auto;padding:12px 16px;box-shadow:0 1px 4px #0000001a}.ChatMain-module__62GnRa__groupChatMessage{align-items:flex-start;gap:12px;display:flex}.ChatMain-module__62GnRa__groupChatMessage .ChatMain-module__62GnRa__messageAssistant{width:fit-content;max-width:520px}.ChatMain-module__62GnRa__avatarColumn{flex-shrink:0;width:40px}.ChatMain-module__62GnRa__groupAvatar{object-fit:cover;border-radius:50%;width:40px;height:40px;box-shadow:0 2px 8px #0003}.ChatMain-module__62GnRa__messageColumn{min-width:0}.ChatMain-module__62GnRa__senderHeader{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;display:flex}.ChatMain-module__62GnRa__senderName{color:#a0a0a0;text-transform:capitalize;font-size:13px;font-weight:600}.ChatMain-module__62GnRa__workingStatus,.ChatMain-module__62GnRa__workStatusInline{color:var(--text-faint);font-size:12px;font-weight:400}.ChatMain-module__62GnRa__groupChatMessage.ChatMain-module__62GnRa__sameAssistant .ChatMain-module__62GnRa__avatarColumn{visibility:hidden}.ChatMain-module__62GnRa__groupChatMessage.ChatMain-module__62GnRa__sameAssistant{margin-top:-4px}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__sameAssistant .ChatMain-module__62GnRa__messageAssistant{border-radius:4px 18px 18px 4px}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__lastInGroup .ChatMain-module__62GnRa__messageAssistant{border-radius:4px 18px 18px}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__newSender.ChatMain-module__62GnRa__lastInGroup .ChatMain-module__62GnRa__messageAssistant{border-radius:20px 20px 20px 6px}.ChatMain-module__62GnRa__bubbleEntrance{opacity:0;animation:.2s ease-out forwards ChatMain-module__62GnRa__bubbleIn;transform:translateY(8px)}@keyframes ChatMain-module__62GnRa__bubbleIn{to{opacity:1;transform:translateY(0)}}.ChatMain-module__62GnRa__assistantWithAvatar{align-items:flex-end;gap:8px;display:flex}.ChatMain-module__62GnRa__assistantAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px;box-shadow:0 2px 8px #00000026}.ChatMain-module__62GnRa__assistantAvatarPlaceholder{color:#fff;background:linear-gradient(145deg,#4f46e5 0%,#7c3aed 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex;box-shadow:0 2px 8px #00000026}.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__sameAssistant .ChatMain-module__62GnRa__assistantAvatar,.ChatMain-module__62GnRa__message.ChatMain-module__62GnRa__sameAssistant .ChatMain-module__62GnRa__assistantAvatarPlaceholder{visibility:hidden}.ChatMain-module__62GnRa__messageContent{color:inherit;font-size:15px;line-height:1.45}.ChatMain-module__62GnRa__messageContent p{margin:0 0 2px;font-size:15px;line-height:1.45}.ChatMain-module__62GnRa__messageContent p:last-of-type{margin-bottom:0;display:inline}.ChatMain-module__62GnRa__messageContent ul,.ChatMain-module__62GnRa__messageContent ol{margin:0 0 16px;padding-left:24px;font-size:15px;line-height:1.65}.ChatMain-module__62GnRa__messageContent ul:last-child,.ChatMain-module__62GnRa__messageContent ol:last-child{margin-bottom:0}.ChatMain-module__62GnRa__messageContent li{margin-bottom:8px;font-size:15px;line-height:1.65}.ChatMain-module__62GnRa__messageContent li:last-child{margin-bottom:0}.ChatMain-module__62GnRa__messageContent li p{margin:0}.ChatMain-module__62GnRa__messageContent ul ul,.ChatMain-module__62GnRa__messageContent ol ol,.ChatMain-module__62GnRa__messageContent ul ol,.ChatMain-module__62GnRa__messageContent ol ul{margin:8px 0 0}.ChatMain-module__62GnRa__messageContent strong{color:var(--text-primary);font-weight:600}.ChatMain-module__62GnRa__messageContent em{font-style:italic}.ChatMain-module__62GnRa__messageContent h1,.ChatMain-module__62GnRa__messageContent h2,.ChatMain-module__62GnRa__messageContent h3,.ChatMain-module__62GnRa__messageContent h4{color:var(--text-primary);margin:20px 0 12px;font-size:15px;font-weight:600;line-height:1.4}.ChatMain-module__62GnRa__messageContent h1:first-child,.ChatMain-module__62GnRa__messageContent h2:first-child,.ChatMain-module__62GnRa__messageContent h3:first-child,.ChatMain-module__62GnRa__messageContent h4:first-child{margin-top:0}.ChatMain-module__62GnRa__messageContent code{background:var(--bg-elevated);border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px}.ChatMain-module__62GnRa__messageContent pre{background:var(--bg-elevated);border-radius:8px;margin:16px 0;padding:16px;overflow-x:auto}.ChatMain-module__62GnRa__messageContent pre code{background:0 0;padding:0;font-size:13px;line-height:1.5}.ChatMain-module__62GnRa__messageContent a{color:#60a5fa;text-decoration:none}.ChatMain-module__62GnRa__messageContent a:hover{color:#93c5fd;text-decoration:underline}.ChatMain-module__62GnRa__messageContent blockquote{border-left:3px solid var(--border-strong);background:var(--bg-elevated);border-radius:0 8px 8px 0;margin:16px 0;padding:12px 16px;font-size:15px;line-height:1.65}.ChatMain-module__62GnRa__messageContent blockquote p{margin:0}.ChatMain-module__62GnRa__messageContent hr{border:none;border-top:1px solid var(--border-default);margin:24px 0}.ChatMain-module__62GnRa__messageTool{border:none;border-left:2px solid var(--border-default);background:#ffffff08;border-radius:0 8px 8px 0;max-width:75%;margin:4px 0;padding:8px 12px;font-size:13px;transition:all .15s}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__toolMinimal{opacity:.7;background:0 0;border-left-color:#0000;margin:2px 0;padding:4px 8px}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__toolMinimal:hover{opacity:1;background:#ffffff08}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__complete{border-left-color:#4ade8066}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__running{border-left-color:var(--accent-primary)}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__error{border-left-color:#ef444480}.ChatMain-module__62GnRa__toolHeader{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:400;display:flex}.ChatMain-module__62GnRa__toolStatusIcon{opacity:.8;font-size:12px}.ChatMain-module__62GnRa__toolHumanStatus{color:var(--text-muted);font-size:12px}.ChatMain-module__62GnRa__toolDetail{color:var(--text-muted);margin-top:4px;font-size:12px}.ChatMain-module__62GnRa__agentBadge{color:#a5b4fc;background:#6366f133;border-radius:4px;margin-right:4px;padding:2px 6px;font-size:11px;font-weight:600}.ChatMain-module__62GnRa__toolDetail code{background:var(--bg-elevated);border-radius:4px;padding:2px 6px;font-family:monospace}.ChatMain-module__62GnRa__toolSpinner{border:2px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ChatMain-module__62GnRa__spin}@keyframes ChatMain-module__62GnRa__spin{to{transform:rotate(360deg)}}.ChatMain-module__62GnRa__toolExpandBtn{color:var(--text-faint);cursor:pointer;opacity:.5;background:0 0;border:none;margin-left:auto;padding:2px 6px;font-size:14px;transition:all .15s;transform:rotate(0)}.ChatMain-module__62GnRa__toolExpandBtn:hover{opacity:1;color:var(--text-secondary)}.ChatMain-module__62GnRa__toolExpandBtn.ChatMain-module__62GnRa__expanded{opacity:.8;transform:rotate(90deg)}.ChatMain-module__62GnRa__toolGroupContainer{display:inline}.ChatMain-module__62GnRa__toolGroupContainer.ChatMain-module__62GnRa__toolGroupCollapsed{opacity:.6}.ChatMain-module__62GnRa__toolGroupContainer.ChatMain-module__62GnRa__toolGroupCollapsed:hover{opacity:1}.ChatMain-module__62GnRa__toolGroupHeader{color:var(--text-muted);vertical-align:middle;align-items:center;gap:3px;margin-left:6px;font-size:12px;display:inline-flex}.ChatMain-module__62GnRa__toolGroupItems{border-top:1px solid #ffffff0f;margin-top:8px;padding-top:8px;padding-left:4px;display:block}.ChatMain-module__62GnRa__toolGroupExpanded,.ChatMain-module__62GnRa__toolGroupItems{border-top:1px solid var(--border-subtle);margin-top:8px;padding-top:8px}.ChatMain-module__62GnRa__toolGroupItem{color:var(--text-muted);align-items:center;gap:6px;padding:4px 0;font-size:12px;display:flex}.ChatMain-module__62GnRa__activeSkillsSection{border-bottom:1px solid #ffffff0f;margin-bottom:8px;padding-bottom:8px}.ChatMain-module__62GnRa__skillsLabel{color:var(--text-faint);margin-bottom:4px;font-size:11px;font-weight:500}.ChatMain-module__62GnRa__skillItem{color:var(--accent-purple);align-items:center;gap:6px;padding:2px 0;font-size:12px;display:flex}.ChatMain-module__62GnRa__toolExpanded{border-top:1px solid var(--border-default);margin-top:12px;padding-top:12px}.ChatMain-module__62GnRa__toolExpandedSection{margin-bottom:12px}.ChatMain-module__62GnRa__toolExpandedSection:last-child{margin-bottom:0}.ChatMain-module__62GnRa__toolExpandedLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);margin-bottom:6px;font-size:11px;font-weight:600}.ChatMain-module__62GnRa__toolExpandedCode{background:var(--bg-elevated);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;border-radius:6px;max-height:300px;margin:0;padding:12px;font-family:SF Mono,Monaco,monospace;font-size:12px;overflow:auto}.ChatMain-module__62GnRa__toolProgress{background:var(--bg-elevated);border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.ChatMain-module__62GnRa__toolProgressBar{background:var(--accent-primary);width:30%;height:100%;animation:1.5s ease-in-out infinite ChatMain-module__62GnRa__progress}@keyframes ChatMain-module__62GnRa__progress{0%{transform:translate(-100%)}to{transform:translate(400%)}}.ChatMain-module__62GnRa__messageTool.ChatMain-module__62GnRa__subagentTool{background:linear-gradient(135deg,var(--bg-surface)0%,#6366f10d 100%);border-color:#6366f14d}.ChatMain-module__62GnRa__subagentActivity{border-top:1px solid #ffffff0f;flex-direction:column;gap:6px;margin-top:12px;padding-top:10px;display:flex}.ChatMain-module__62GnRa__subagentToolItem{background:#0003;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;transition:all .15s;display:flex}.ChatMain-module__62GnRa__subagentToolItem.ChatMain-module__62GnRa__running{border-left:2px solid var(--accent-primary);background:#6366f11a}.ChatMain-module__62GnRa__subagentToolItem.ChatMain-module__62GnRa__complete{opacity:.7}.ChatMain-module__62GnRa__subagentToolItem.ChatMain-module__62GnRa__error{border-left:2px solid var(--accent-red);background:#ef44441a}.ChatMain-module__62GnRa__subagentToolIcon{text-align:center;flex-shrink:0;width:16px;font-size:12px}.ChatMain-module__62GnRa__subagentToolItem.ChatMain-module__62GnRa__running .ChatMain-module__62GnRa__subagentToolIcon{animation:1s linear infinite ChatMain-module__62GnRa__iconSpin}@keyframes ChatMain-module__62GnRa__iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatMain-module__62GnRa__subagentToolName{color:var(--text-primary);min-width:60px;font-weight:500}.ChatMain-module__62GnRa__subagentToolPath{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:monospace;font-size:12px;overflow:hidden}.ChatMain-module__62GnRa__subagentToolMore{color:var(--text-muted);text-align:center;cursor:pointer;background:#6366f11a;border:none;border-radius:6px;padding:6px 10px;font-size:12px;transition:all .15s}.ChatMain-module__62GnRa__subagentToolMore:hover{color:var(--text-secondary);background:#6366f133}.ChatMain-module__62GnRa__subagentThinking{color:var(--text-secondary);background:#6366f11a;border-radius:6px;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;font-size:13px;display:flex}.ChatMain-module__62GnRa__thinkingDots{align-items:center;gap:3px;height:12px;margin-right:6px;display:inline-flex}.ChatMain-module__62GnRa__thinkingDots span{background:var(--accent-primary,#30d158);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ChatMain-module__62GnRa__dotPulse;display:inline-block}.ChatMain-module__62GnRa__thinkingDots span:nth-child(2){animation-delay:.2s}.ChatMain-module__62GnRa__thinkingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatMain-module__62GnRa__dotPulse{0%,80%,to{opacity:.3}40%{opacity:1}}.ChatMain-module__62GnRa__subagentWorking{color:var(--text-secondary);background:#3b82f61a;border-radius:6px;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;font-size:13px;display:flex}.ChatMain-module__62GnRa__actionConfirmations{background:#1e2a1e;border:1px solid #2d4a2d;border-radius:10px;margin-bottom:12px;padding:12px 16px}.ChatMain-module__62GnRa__actionConfirmation{color:#6ee7b7;align-items:center;gap:8px;padding:4px 0;font-size:14px;display:flex}.ChatMain-module__62GnRa__actionConfirmation:last-child{padding-bottom:0}.ChatMain-module__62GnRa__confirmationIcon{font-weight:600}.ChatMain-module__62GnRa__viewReused{color:#94a3b8;background:#1e2433;border:1px solid #2d3a4a;border-radius:8px;align-items:center;gap:6px;margin-bottom:8px;padding:8px 12px;font-size:13px;display:flex}.ChatMain-module__62GnRa__reuseIcon{color:#60a5fa;font-size:14px}.ChatMain-module__62GnRa__viewLink{background:var(--bg-surface);border:1px solid var(--border-default);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:10px;width:100%;margin:12px 0;padding:12px 16px;transition:all .15s;display:flex}.ChatMain-module__62GnRa__viewLink:hover{background:var(--bg-elevated);border-color:var(--accent-primary)}.ChatMain-module__62GnRa__viewLinkReused{color:#60a5fa;font-size:14px}.ChatMain-module__62GnRa__viewLinkName{color:var(--text-primary);flex:1;font-size:14px;font-weight:600}.ChatMain-module__62GnRa__viewLinkArrow{color:var(--text-muted);font-size:16px}.ChatMain-module__62GnRa__viewLink:hover .ChatMain-module__62GnRa__viewLinkArrow{color:var(--accent-primary)}.ChatMain-module__62GnRa__agentActivity{color:#a5b4fc;background:#1a1a2e;border:1px solid #2a2a4e;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 14px;font-size:13px;display:flex}.ChatMain-module__62GnRa__agentDot{background:#6366f1;border-radius:50%;width:8px;height:8px;animation:1.5s infinite ChatMain-module__62GnRa__agentPulse}@keyframes ChatMain-module__62GnRa__agentPulse{0%,to{opacity:1}50%{opacity:.5}}.ChatMain-module__62GnRa__streamingCursor{background:var(--accent-primary);vertical-align:text-bottom;width:8px;height:18px;margin-left:2px;animation:1s step-end infinite ChatMain-module__62GnRa__blink;display:inline-block}@keyframes ChatMain-module__62GnRa__blink{50%{opacity:0}}.ChatMain-module__62GnRa__typingBubble{background:#ffffff14;border-radius:20px;align-items:center;gap:5px;width:fit-content;padding:14px 18px;display:flex}.ChatMain-module__62GnRa__typingDot{background:var(--text-muted);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatMain-module__62GnRa__typingPulse}.ChatMain-module__62GnRa__typingDot:first-child{animation-delay:0s}.ChatMain-module__62GnRa__typingDot:nth-child(2){animation-delay:.15s}.ChatMain-module__62GnRa__typingDot:nth-child(3){animation-delay:.3s}@keyframes ChatMain-module__62GnRa__typingPulse{0%,80%,to{opacity:.3}40%{opacity:1}}.ChatMain-module__62GnRa__thinkingBox{background:var(--bg-elevated);border-radius:18px 18px 18px 4px;align-items:center;gap:12px;max-width:75%;margin-right:auto;padding:12px 16px;display:flex}.ChatMain-module__62GnRa__thinkingSpinner,.ChatMain-module__62GnRa__thinkingRing,.ChatMain-module__62GnRa__thinkingArc,.ChatMain-module__62GnRa__thinkingDot{display:none}.ChatMain-module__62GnRa__thinkingContent{align-items:center;gap:8px;display:flex}.ChatMain-module__62GnRa__thinkingAgent{color:var(--text-primary);font-size:14px;font-weight:500}.ChatMain-module__62GnRa__thinkingText{color:var(--text-muted);font-size:14px}.ChatMain-module__62GnRa__thinkingTimer{color:var(--text-faint);margin-left:4px;font-size:12px}.ChatMain-module__62GnRa__historyBackdrop{z-index:999;background:#00000080;animation:.2s ChatMain-module__62GnRa__fadeIn;position:fixed;inset:0}.ChatMain-module__62GnRa__historySidebar{background:var(--bg-surface);border-left:1px solid var(--border-default);z-index:1000;flex-direction:column;width:320px;animation:.3s ChatMain-module__62GnRa__slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes ChatMain-module__62GnRa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatMain-module__62GnRa__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.ChatMain-module__62GnRa__historyHeader{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatMain-module__62GnRa__historyHeader h3{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.ChatMain-module__62GnRa__historyClose{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:24px;transition:all .15s;display:flex}.ChatMain-module__62GnRa__historyClose:hover{background:var(--bg-elevated);color:var(--text-primary)}.ChatMain-module__62GnRa__historyNewChatWrapper{border-bottom:1px solid var(--border-default);padding:16px 16px 8px}.ChatMain-module__62GnRa__historyNewChatBtn{background:var(--accent-primary);color:#fff;cursor:pointer;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 .15s;display:flex}.ChatMain-module__62GnRa__historyNewChatBtn:hover:not(:disabled){background:var(--accent-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ChatMain-module__62GnRa__historyNewChatBtn:disabled{opacity:.5;cursor:not-allowed}.ChatMain-module__62GnRa__historyList{flex:1;padding:16px;overflow-y:auto}.ChatMain-module__62GnRa__historyEmpty{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.ChatMain-module__62GnRa__historyEmpty p{margin:0;font-size:14px}.ChatMain-module__62GnRa__historyEmptyHint{color:var(--text-faint);font-size:13px;margin-top:8px!important}.ChatMain-module__62GnRa__historySection{margin-bottom:20px}.ChatMain-module__62GnRa__historySectionTitleRow{justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px 12px;display:flex}.ChatMain-module__62GnRa__historySectionTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);margin:0;padding:0;font-size:11px;font-weight:600}.ChatMain-module__62GnRa__deleteAllBtn{color:var(--accent-red);cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.ChatMain-module__62GnRa__deleteAllBtn:hover{background:#ef444426;border-color:#ef444480}.ChatMain-module__62GnRa__historyItem{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:12px;transition:all .15s;display:flex}.ChatMain-module__62GnRa__historyItem:hover{background:#ffffff14;border-color:#ffffff26}.ChatMain-module__62GnRa__historyItemContent{cursor:pointer;flex:1;min-width:0}.ChatMain-module__62GnRa__deleteSessionBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ChatMain-module__62GnRa__historyItem:hover .ChatMain-module__62GnRa__deleteSessionBtn{opacity:1}.ChatMain-module__62GnRa__deleteSessionBtn:hover{color:var(--accent-red);background:#ef444426}.ChatMain-module__62GnRa__historyItemHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ChatMain-module__62GnRa__historyItemRole{color:var(--text-primary);font-size:13px;font-weight:600}.ChatMain-module__62GnRa__historyItemTime{color:var(--text-faint);font-size:11px}.ChatMain-module__62GnRa__historyItemPreview{color:var(--text-muted);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.ChatMain-module__62GnRa__historyMoreIndicator{text-align:center;color:var(--text-faint);padding:12px;font-size:12px;font-style:italic}.ChatMain-module__62GnRa__actionListWrapper{flex-basis:100%;width:100%;display:block}.ChatMain-module__62GnRa__actionList{background:var(--bg-elevated);border-radius:10px;flex-direction:column;gap:4px;max-width:fit-content;margin-top:8px;margin-bottom:8px;padding:10px 14px;display:flex}.ChatMain-module__62GnRa__actionItem{color:var(--text-secondary);align-items:flex-start;gap:8px;font-size:13px;display:flex}.ChatMain-module__62GnRa__actionDash{color:var(--text-faint);-webkit-user-select:none;user-select:none}.ChatMain-module__62GnRa__actionText{color:var(--text-secondary)}.ChatMain-module__62GnRa__showMoreActions{color:var(--text-faint);cursor:pointer;text-align:left;background:0 0;border:none;margin-left:16px;padding:4px 0;font-size:12px;transition:color .15s}.ChatMain-module__62GnRa__showMoreActions:hover{color:var(--text-secondary)}.ChatMain-module__62GnRa__workStatus{color:var(--text-faint);align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.ChatMain-module__62GnRa__workStatusName{color:var(--text-secondary);font-weight:500}.ChatMain-module__62GnRa__workStatusDot,.ChatMain-module__62GnRa__workStatusText{color:var(--text-faint)}.ChatMain-module__62GnRa__workStatusCollapsed{color:var(--text-faint);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:12px;display:inline-flex}.ChatMain-module__62GnRa__workStatusCollapsed:hover{color:var(--text-secondary)}.ChatMain-module__62GnRa__workStatusActions{color:var(--text-faint)}.ChatMain-module__62GnRa__workStatusChevron{color:var(--text-faint);margin-left:2px;font-size:14px;transition:transform .15s}.ChatMain-module__62GnRa__workStatusChevron.ChatMain-module__62GnRa__expanded{transform:rotate(90deg)}.ChatMain-module__62GnRa__terminalMessage{flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.ChatMain-module__62GnRa__terminalText{color:var(--text-secondary);font-size:14px;line-height:1.5}.ChatMain-module__62GnRa__terminalText p{margin:0 0 .5em}.ChatMain-module__62GnRa__terminalText p:last-child{margin-bottom:0}.ChatMain-module__62GnRa__terminalBullet{color:var(--text-secondary);align-items:flex-start;gap:10px;padding:3px 0;font-size:14px;line-height:1.5;display:flex}.ChatMain-module__62GnRa__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;transition:background .2s}.ChatMain-module__62GnRa__statusDot.ChatMain-module__62GnRa__complete{background:#30d158}.ChatMain-module__62GnRa__statusDot.ChatMain-module__62GnRa__running{background:#ff9f0a;animation:1.2s ease-in-out infinite ChatMain-module__62GnRa__dotPulse}.ChatMain-module__62GnRa__statusDot.ChatMain-module__62GnRa__error{background:#ff453a}.ChatMain-module__62GnRa__bulletContent{min-width:0;color:var(--text-secondary);flex:1}.ChatMain-module__62GnRa__bulletContent p{margin:0}.ChatMain-module__62GnRa__toolBullet{flex-direction:column;gap:2px;display:flex}.ChatMain-module__62GnRa__toolBulletHeader{align-items:center;gap:10px;display:flex}.ChatMain-module__62GnRa__toolName{color:#c586c0;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px}.ChatMain-module__62GnRa__toolName .ChatMain-module__62GnRa__toolArgs{color:var(--text-secondary)}.ChatMain-module__62GnRa__toolName .ChatMain-module__62GnRa__toolArgs .ChatMain-module__62GnRa__paramName{color:#c586c0}.ChatMain-module__62GnRa__toolResult{color:var(--text-muted);align-items:flex-start;gap:8px;margin-left:18px;padding-left:10px;font-size:13px;display:flex}.ChatMain-module__62GnRa__toolResultConnector{color:#ffffff4d;-webkit-user-select:none;user-select:none}.ChatMain-module__62GnRa__toolResultText{color:var(--text-muted);flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px}.ChatMain-module__62GnRa__toolResultHint{color:#fff6;font-style:italic}.ChatMain-module__62GnRa__paramName{color:#c586c0}.ChatMain-module__62GnRa__toolOutputLine{white-space:pre-wrap;word-break:break-word;line-height:1.4}.ChatMain-module__62GnRa__toolOutputTruncated{color:var(--text-faint);cursor:pointer;margin-top:2px;font-style:italic}.ChatMain-module__62GnRa__toolOutputTruncated:hover{color:var(--text-muted)}.ChatMain-module__62GnRa__delegationGroup{flex-direction:column;gap:2px;display:flex}.ChatMain-module__62GnRa__delegationHeader{cursor:pointer;align-items:center;gap:10px;display:flex}.ChatMain-module__62GnRa__delegationHeader:hover .ChatMain-module__62GnRa__delegationTitle{color:var(--text-primary)}.ChatMain-module__62GnRa__delegationTitle{color:var(--text-secondary);font-size:14px;transition:color .15s}.ChatMain-module__62GnRa__delegationChevron{color:var(--text-muted);font-size:12px;transition:transform .15s}.ChatMain-module__62GnRa__delegationChevron.ChatMain-module__62GnRa__expanded{transform:rotate(90deg)}.ChatMain-module__62GnRa__delegationItems{border-left:1px solid var(--border-subtle);flex-direction:column;gap:2px;margin-left:18px;padding-left:12px;display:flex}.ChatMain-module__62GnRa__delegationItem{color:var(--text-muted);align-items:center;gap:8px;padding:2px 0;font-size:13px;display:flex}.ChatMain-module__62GnRa__delegationItemConnector{color:var(--text-faint);-webkit-user-select:none;user-select:none;font-size:12px}.ChatMain-module__62GnRa__delegationItemName{color:var(--text-secondary);font-weight:500}.ChatMain-module__62GnRa__delegationItemDescription{color:var(--text-muted)}.ChatMain-module__62GnRa__delegationItemStatus{color:var(--text-faint);margin-left:auto;font-size:12px}.ChatMain-module__62GnRa__delegationItemStatus.ChatMain-module__62GnRa__done{color:#30d158}.ChatMain-module__62GnRa__delegationItemStatus.ChatMain-module__62GnRa__running{color:#ff9f0a}.ChatMain-module__62GnRa__toolDetails{background:var(--bg-elevated);border-radius:6px;margin-top:4px;margin-left:18px;padding:8px 12px;font-size:12px}.ChatMain-module__62GnRa__toolDetailsLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);margin-bottom:4px;font-size:10px;font-weight:600}.ChatMain-module__62GnRa__toolDetailsCode{color:var(--text-muted);white-space:pre-wrap;word-break:break-word;max-height:200px;font-family:SF Mono,Monaco,monospace;font-size:12px;overflow-y:auto}.ChatMain-module__62GnRa__completionBullet{align-items:flex-start;gap:10px;margin-left:48px;padding:3px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex}.ChatMain-module__62GnRa__completionDot{color:#fff6;flex-shrink:0;font-size:14px}.ChatMain-module__62GnRa__completionText{color:#fff6}.ChatMain-module__62GnRa__taskBullet{flex-direction:column;gap:0;display:flex}.ChatMain-module__62GnRa__taskBulletHeader{cursor:pointer;align-items:center;gap:10px;padding:3px 0;display:flex}.ChatMain-module__62GnRa__taskBulletHeader:hover .ChatMain-module__62GnRa__taskName{color:var(--text-primary)}.ChatMain-module__62GnRa__taskName{color:#c586c0;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:14px}.ChatMain-module__62GnRa__taskName .ChatMain-module__62GnRa__taskDesc{color:var(--text-secondary)}.ChatMain-module__62GnRa__taskNested{flex-direction:column;gap:2px;margin-left:18px;padding-left:8px;display:flex}.ChatMain-module__62GnRa__taskConnector{color:var(--text-faint);-webkit-user-select:none;user-select:none;margin-right:8px;font-family:SF Mono,Monaco,monospace}.ChatMain-module__62GnRa__taskCurrentTool{color:var(--text-muted);align-items:center;padding:2px 0;font-size:13px;display:flex}.ChatMain-module__62GnRa__taskToolText{color:var(--text-muted);font-family:SF Mono,Monaco,Cascadia Code,monospace}.ChatMain-module__62GnRa__taskMoreTools{color:var(--text-faint);cursor:pointer;margin-left:24px;padding:2px 0;font-size:12px}.ChatMain-module__62GnRa__taskMoreTools:hover{color:var(--text-muted)}.ChatMain-module__62GnRa__taskSummaryLine{cursor:pointer;align-items:center;padding:2px 0;font-size:13px;display:flex}.ChatMain-module__62GnRa__taskSummaryLine:hover .ChatMain-module__62GnRa__taskDoneText{color:var(--text-secondary)}.ChatMain-module__62GnRa__taskDoneText{color:var(--text-muted);font-family:SF Mono,Monaco,Cascadia Code,monospace;transition:color .15s}.ChatMain-module__62GnRa__taskErrorLine{align-items:center;padding:2px 0;font-size:13px;display:flex}.ChatMain-module__62GnRa__taskErrorText{color:#ff453a;font-family:SF Mono,Monaco,Cascadia Code,monospace}.ChatMain-module__62GnRa__taskExpandedTools{flex-direction:column;gap:1px;display:flex}.ChatMain-module__62GnRa__taskExpandedTool{align-items:center;padding:1px 0;font-size:12px;display:flex}.ChatMain-module__62GnRa__taskToolStatus{margin-right:6px;font-size:10px}.ChatMain-module__62GnRa__taskToolStatus.ChatMain-module__62GnRa__complete{color:#30d158}.ChatMain-module__62GnRa__taskToolStatus.ChatMain-module__62GnRa__running{color:#ff9f0a}.ChatMain-module__62GnRa__taskToolStatus.ChatMain-module__62GnRa__error{color:#ff453a}.ChatMain-module__62GnRa__taskExpandedToolText{color:var(--text-muted);font-family:SF Mono,Monaco,Cascadia Code,monospace}.ChatMain-module__62GnRa__taskCollapseHint{color:var(--text-faint);cursor:pointer;margin-top:4px;margin-left:24px;font-size:11px}.ChatMain-module__62GnRa__taskCollapseHint:hover{color:var(--text-muted)}.ChatMain-module__62GnRa__toolBulletCompact{align-items:center;gap:6px;display:inline-flex}.ChatMain-module__62GnRa__statusDotSmall{border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .2s}.ChatMain-module__62GnRa__statusDotSmall.ChatMain-module__62GnRa__complete{background:#30d158}.ChatMain-module__62GnRa__statusDotSmall.ChatMain-module__62GnRa__running{background:#ff9f0a;animation:1.2s ease-in-out infinite ChatMain-module__62GnRa__dotPulse}.ChatMain-module__62GnRa__statusDotSmall.ChatMain-module__62GnRa__error{background:#ff453a}.ChatMain-module__62GnRa__toolNameCompact{color:var(--text-muted);font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px}.ChatMain-module__62GnRa__toolNameCompact .ChatMain-module__62GnRa__toolArgs{color:var(--text-faint)}@media (max-width:640px){.ChatMain-module__62GnRa__chatHeader{gap:8px;padding:12px 16px}.ChatMain-module__62GnRa__chatHeaderName{font-size:14px}.ChatMain-module__62GnRa__chatHeaderRoleInline{font-size:12px}.ChatMain-module__62GnRa__messagesArea{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:16px}.ChatMain-module__62GnRa__messagesWrapper{max-width:100%}.ChatMain-module__62GnRa__emptyState{padding:60px 16px 40px}.ChatMain-module__62GnRa__emptyAvatar{width:72px;height:72px}.ChatMain-module__62GnRa__emptyState h2{font-size:20px}.ChatMain-module__62GnRa__emptyState p{font-size:14px}.ChatMain-module__62GnRa__emptyExamples{gap:8px;max-width:100%}.ChatMain-module__62GnRa__exampleChip{padding:8px 14px;font-size:13px}.ChatMain-module__62GnRa__messageUser,.ChatMain-module__62GnRa__messageAssistant{max-width:85%;padding:10px 14px;font-size:14px}.ChatMain-module__62GnRa__messageContent,.ChatMain-module__62GnRa__messageContent p{font-size:14px}.ChatMain-module__62GnRa__assistantAvatar,.ChatMain-module__62GnRa__assistantAvatarPlaceholder{width:28px;height:28px;font-size:12px}.ChatMain-module__62GnRa__messageTool{max-width:90%;padding:6px 10px;font-size:12px}.ChatMain-module__62GnRa__toolHeader{font-size:12px}.ChatMain-module__62GnRa__historySidebar{width:280px}}@media (max-width:480px){.ChatMain-module__62GnRa__messageUser,.ChatMain-module__62GnRa__messageAssistant{max-width:90%}.ChatMain-module__62GnRa__historySidebar{width:100vw}}.ChatMain-module__62GnRa__pathTimeline{flex-direction:column;display:flex}.ChatMain-module__62GnRa__pathTimelineCompact{padding:0}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathRow{align-items:flex-end;gap:6px;padding:1px 0;display:flex}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathAvatar{border-radius:50%;flex-shrink:0;align-self:flex-end;width:26px;height:26px;margin:0}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathAvatarInitial{display:none}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathAvatarSpacer{flex-shrink:0;width:26px;height:1px;margin:0}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathDot{display:none}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathContent{flex:0 auto;min-width:0;max-width:85%}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathBubble{color:#fff;word-wrap:break-word;background:#3b3b3d;border-radius:18px;padding:8px 12px;font-size:15px;line-height:1.35;display:inline-block}.ChatMain-module__62GnRa__pathTimelineCompact.ChatMain-module__62GnRa__pathTimelineUser{flex-direction:column;align-items:flex-end;display:flex}.ChatMain-module__62GnRa__pathTimelineCompact.ChatMain-module__62GnRa__pathTimelineUser .ChatMain-module__62GnRa__pathRow{flex-direction:row-reverse;justify-content:flex-start}.ChatMain-module__62GnRa__pathTimelineCompact.ChatMain-module__62GnRa__pathTimelineUser .ChatMain-module__62GnRa__pathAvatarSpacer{display:none}.ChatMain-module__62GnRa__pathTimelineCompact.ChatMain-module__62GnRa__pathTimelineUser .ChatMain-module__62GnRa__pathBubble{color:#fff;background:#007aff}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathIcon{display:none}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathActionTitle{color:#ffffff80;font-size:13px;font-weight:400}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathActionSubtitle{color:#ffffff59;margin-top:1px;font-size:12px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathTypingDots{background:#3b3b3d;border-radius:18px;align-items:center;gap:4px;padding:12px 16px;display:inline-flex}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathTypingDots span{background:#fff6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatMain-module__62GnRa__pathTypingBounce}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathTypingDots span:first-child{animation-delay:0s}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathTypingDots span:nth-child(2){animation-delay:.2s}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathTypingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatMain-module__62GnRa__pathTypingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-3px)}}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingCard{background:#3b3b3d;border:none;border-radius:18px;max-width:100%;padding:10px 14px;display:inline-block}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingMain{gap:6px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingName{color:#fff;font-size:14px;font-weight:500}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingStatus{color:#ffffff80;font-size:12px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingTools{background:#00000026;border-radius:10px;margin-top:8px;padding:6px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingChevron{display:none}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailRow{background:0 0;border-radius:0;margin:0;padding:2px 0}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailHeader{padding:2px 0}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailTitle{color:#fff9;font-size:12px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailPreview{color:#fff6;font-size:11px}.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailChevron,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathWorkingToolIcon,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathCompletionIcon,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathCompletionText,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathCompletionVerb,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailExpanded,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__toolDetailCode,.ChatMain-module__62GnRa__pathTimelineCompact .ChatMain-module__62GnRa__pathCardExpanded{display:none}.ChatMain-module__62GnRa__pathRow{align-items:flex-start;padding:8px 0;display:flex}.ChatMain-module__62GnRa__pathAvatar{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px;margin-right:24px}.ChatMain-module__62GnRa__pathAvatarInitial{color:#f5f5f0;background:linear-gradient(135deg,#8b7355 0%,#6b5344 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:24px;font-size:18px;font-weight:600;display:flex}.ChatMain-module__62GnRa__pathAvatarSpacer{flex-shrink:0;width:44px;height:44px;margin-right:24px}.ChatMain-module__62GnRa__pathDot{z-index:2;border:2px solid var(--bg-base,#141413);box-sizing:content-box;background:#5c5c56;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:19px;margin-right:14px;position:relative}.ChatMain-module__62GnRa__pathIcon{z-index:2;border:2px solid var(--bg-base,#141413);box-sizing:content-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;margin-right:12px;display:flex;position:relative}.ChatMain-module__62GnRa__pathCompletionIcon{z-index:2;border:2px solid var(--bg-base,#141413);box-sizing:content-box;background:#5c5c56;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;margin-right:12px;display:flex;position:relative}.ChatMain-module__62GnRa__pathCompletionText{flex-direction:column;gap:2px;padding-top:4px;display:flex}.ChatMain-module__62GnRa__pathCompletionVerb{color:var(--text-primary,#f5f5f0);font-size:14px;font-weight:600}.ChatMain-module__62GnRa__pathCompletionTime{color:var(--text-muted,#6d6d65);font-size:13px;font-weight:400}.ChatMain-module__62GnRa__pathContent{flex:1;min-width:0;padding-top:0}.ChatMain-module__62GnRa__pathBubble{color:#1c1c1a;background:#f8f7f4;border-radius:16px;max-width:100%;margin-top:0;margin-left:8px;padding:14px 18px;font-size:15px;line-height:1.5;display:inline-block;position:relative;box-shadow:0 1px 4px #0000001f}.ChatMain-module__62GnRa__pathBubble:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:8px solid #f8f7f4;width:0;height:0;position:absolute;top:20px;left:-8px}.ChatMain-module__62GnRa__pathBubble p{margin:0 0 .5em}.ChatMain-module__62GnRa__pathBubble p:last-child{margin-bottom:0}.ChatMain-module__62GnRa__pathBubble strong{font-weight:600}.ChatMain-module__62GnRa__pathBubble code{background:#0000000f;border-radius:4px;padding:2px 6px;font-size:13px}.ChatMain-module__62GnRa__pathBubble pre{background:#0000000a;border-radius:8px;margin:8px 0;padding:12px;overflow-x:auto}.ChatMain-module__62GnRa__pathBubble pre code{background:0 0;padding:0}.ChatMain-module__62GnRa__pathBubble ul,.ChatMain-module__62GnRa__pathBubble ol{margin:.5em 0;padding-left:1.5em}.ChatMain-module__62GnRa__pathBubble li{margin:.25em 0}.ChatMain-module__62GnRa__pathBubble table{border-collapse:collapse;width:100%;margin:12px 0;font-size:14px}.ChatMain-module__62GnRa__pathBubble th,.ChatMain-module__62GnRa__pathBubble td{text-align:left;border-bottom:1px solid #00000014;padding:10px 12px}.ChatMain-module__62GnRa__pathBubble th{background:#00000008;border-bottom:2px solid #0000001f;font-weight:600}.ChatMain-module__62GnRa__pathBubble tr:last-child td{border-bottom:none}.ChatMain-module__62GnRa__pathBubble tr:hover td{background:#00000005}.ChatMain-module__62GnRa__pathIconPulse{animation:1s ease-in-out infinite ChatMain-module__62GnRa__pathIconBlink}@keyframes ChatMain-module__62GnRa__pathIconBlink{0%,to{opacity:1}50%{opacity:.4}}.ChatMain-module__62GnRa__pathEntryContent{flex:1;min-width:0}.ChatMain-module__62GnRa__pathActionTitle{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.4}.ChatMain-module__62GnRa__pathActionSubtitle{color:var(--text-muted);word-break:break-word;margin-top:2px;font-size:14px}.ChatMain-module__62GnRa__pathActionMeta{color:var(--text-faint);margin-top:4px;font-size:13px}.ChatMain-module__62GnRa__pathCardExpanded{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;background:#00000026;border-radius:8px;max-height:300px;margin-top:10px;padding:10px 12px;font-family:SF Mono,Monaco,monospace;font-size:12px;line-height:1.5;overflow-y:auto}.ChatMain-module__62GnRa__pathCardExpandedMore{color:var(--text-faint);cursor:pointer;margin-top:8px;font-style:italic}.ChatMain-module__62GnRa__pathCardExpandedMore:hover{color:var(--text-muted)}@keyframes ChatMain-module__62GnRa__pathIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatMain-module__62GnRa__pathWorkingCard{cursor:pointer;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:16px 20px;transition:all .2s}.ChatMain-module__62GnRa__pathWorkingCard:hover{background:#ffffff0f;border-color:#ffffff1f}.ChatMain-module__62GnRa__pathWorkingCardActive{background:#ff9f0a14;border-color:#ff9f0a33}.ChatMain-module__62GnRa__pathWorkingCardActive:hover{background:#ff9f0a1a;border-color:#ff9f0a40}.ChatMain-module__62GnRa__pathWorkingCardClickable{cursor:pointer}.ChatMain-module__62GnRa__pathWorkingMain{align-items:center;gap:16px;display:flex}.ChatMain-module__62GnRa__pathWorkingInfo{flex:1;min-width:0}.ChatMain-module__62GnRa__pathWorkingChevron{color:#ffffff4d;flex-shrink:0;transition:transform .2s,color .2s}.ChatMain-module__62GnRa__pathWorkingCard:hover .ChatMain-module__62GnRa__pathWorkingChevron{color:#ffffff80}.ChatMain-module__62GnRa__pathWorkingChevronOpen{transform:rotate(90deg)}.ChatMain-module__62GnRa__pathWorkingHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.ChatMain-module__62GnRa__pathWorkingName{color:var(--text-primary);flex:1;min-width:0;font-size:15px;font-weight:600}.ChatMain-module__62GnRa__pathWorkingTime{color:var(--accent-amber);font-variant-numeric:tabular-nums;flex-shrink:0;padding-left:8px;font-size:13px;font-weight:500}.ChatMain-module__62GnRa__pathWorkingStatus{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.ChatMain-module__62GnRa__pathWorkingDot{background:var(--accent-amber);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite ChatMain-module__62GnRa__pathWorkingPulse}@keyframes ChatMain-module__62GnRa__pathWorkingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.ChatMain-module__62GnRa__pathWorkingCheck{color:var(--accent-green);font-size:12px}.ChatMain-module__62GnRa__pathWorkingTools{flex-direction:column;gap:6px;margin-top:12px;display:flex}.ChatMain-module__62GnRa__pathWorkingToolRow{align-items:center;gap:8px;display:flex}.ChatMain-module__62GnRa__pathWorkingToolIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ChatMain-module__62GnRa__pathWorkingToolName{color:var(--text-secondary);font-size:12px}.ChatMain-module__62GnRa__pathWorkingToolMore{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-top:4px;margin-left:-8px;padding:4px 8px;font-size:12px;font-style:italic;transition:all .15s}.ChatMain-module__62GnRa__pathWorkingToolMore:hover{color:var(--text-secondary);background:#ffffff14}.ChatMain-module__62GnRa__toolDetailRow{margin-bottom:4px}.ChatMain-module__62GnRa__toolDetailHeader{align-items:center;gap:8px;min-height:24px;padding:4px 0;display:flex}.ChatMain-module__62GnRa__toolDetailClickable{cursor:pointer;border-radius:4px;margin:0 -4px;padding:4px}.ChatMain-module__62GnRa__toolDetailClickable:hover{background:#ffffff0a}.ChatMain-module__62GnRa__toolDetailTitle{color:var(--text-secondary);flex-shrink:0;font-size:12px}.ChatMain-module__62GnRa__toolDetailPreview{color:var(--text-faint);font-size:11px;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ChatMain-module__62GnRa__toolDetailChevron{color:var(--text-faint);flex-shrink:0;transition:transform .15s}.ChatMain-module__62GnRa__toolDetailChevronOpen{transform:rotate(90deg)}.ChatMain-module__62GnRa__toolDetailExpanded{background:#0003;border:1px solid #ffffff0f;border-radius:6px;margin-top:4px;margin-left:26px;padding:8px}.ChatMain-module__62GnRa__toolDetailSection{margin-bottom:8px}.ChatMain-module__62GnRa__toolDetailSection:last-child{margin-bottom:0}.ChatMain-module__62GnRa__toolDetailLabelRow{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ChatMain-module__62GnRa__toolDetailLabel{color:var(--text-faint);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.ChatMain-module__62GnRa__copyButton{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.ChatMain-module__62GnRa__copyButton:hover{color:var(--text-secondary);background:#ffffff1a}.ChatMain-module__62GnRa__copyButton:active{transform:scale(.95)}.ChatMain-module__62GnRa__toolDetailCode{font-size:11px;font-family:var(--font-mono);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;max-height:400px;margin:0;line-height:1.4;overflow-y:auto}.ChatMain-module__62GnRa__pathTextContent{color:var(--text-primary);padding:2px 0;font-size:15px;line-height:1.6}.ChatMain-module__62GnRa__pathTextContent p{margin:0 0 .6em}.ChatMain-module__62GnRa__pathTextContent p:last-child{margin-bottom:0}.ChatMain-module__62GnRa__pathTextContent strong{font-weight:600}.ChatMain-module__62GnRa__pathTextContent code{background:#ffffff14;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,monospace;font-size:13px}.ChatMain-module__62GnRa__pathTextContent pre{background:#0003;border-radius:8px;margin:8px 0;padding:12px;overflow-x:auto}.ChatMain-module__62GnRa__pathTextContent pre code{background:0 0;padding:0}.ChatMain-module__62GnRa__pathTextBlock{color:var(--text-primary);font-size:15px;line-height:1.6}.ChatMain-module__62GnRa__pathTextBlock p{margin:0 0 .75em}.ChatMain-module__62GnRa__pathTextBlock p:last-child{margin-bottom:0}.ChatMain-module__62GnRa__pathTextBlock strong{font-weight:600}.ChatMain-module__62GnRa__pathTextBlock em{font-style:italic}.ChatMain-module__62GnRa__pathTextBlock code{background:#ffffff1a;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,monospace;font-size:13px}.ChatMain-module__62GnRa__pathTextBlock pre{background:#0000004d;border-radius:8px;margin:16px 0;padding:16px;overflow-x:auto}.ChatMain-module__62GnRa__pathTextBlock pre code{background:0 0;padding:0}.ChatMain-module__62GnRa__pathTextBlock h1,.ChatMain-module__62GnRa__pathTextBlock h2,.ChatMain-module__62GnRa__pathTextBlock h3{margin:1.5em 0 .5em;font-weight:600}.ChatMain-module__62GnRa__pathTextBlock h1:first-child,.ChatMain-module__62GnRa__pathTextBlock h2:first-child,.ChatMain-module__62GnRa__pathTextBlock h3:first-child{margin-top:0}.ChatMain-module__62GnRa__pathTextBlock ul,.ChatMain-module__62GnRa__pathTextBlock ol{margin:.5em 0;padding-left:1.5em}.ChatMain-module__62GnRa__pathTextBlock li{margin:.25em 0}.ChatMain-module__62GnRa__pathTextBlock table{border-collapse:collapse;width:100%;margin:1em 0}.ChatMain-module__62GnRa__pathTextBlock th,.ChatMain-module__62GnRa__pathTextBlock td{text-align:left;border:1px solid #ffffff1a;padding:8px 12px}.ChatMain-module__62GnRa__pathTextBlock th{background:#ffffff0d;font-weight:600}.ChatMain-module__62GnRa__pathRow{align-items:flex-start;gap:16px;padding:12px 0;display:flex}.ChatMain-module__62GnRa__pathRow:last-child{padding-bottom:0}.ChatMain-module__62GnRa__pathRowIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 2px 8px #00000026}.ChatMain-module__62GnRa__pathRowIconPulse{animation:1s ease-in-out infinite ChatMain-module__62GnRa__pathIconBlink}.ChatMain-module__62GnRa__pathRowContent{flex:1;min-width:0;padding-top:2px}.ChatMain-module__62GnRa__pathRowTitle{color:var(--text-primary);margin-bottom:2px;font-size:15px;font-weight:600}.ChatMain-module__62GnRa__pathRowSubtitle{color:var(--text-muted);word-break:break-word;margin-bottom:4px;font-size:14px}.ChatMain-module__62GnRa__pathRowMeta{color:var(--text-faint);margin-top:4px;font-size:13px}.ChatMain-module__62GnRa__pathRowExpanded{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;background:#0003;border-radius:8px;max-height:300px;margin-top:12px;padding:12px 16px;font-family:SF Mono,Monaco,monospace;font-size:12px;line-height:1.5;overflow-y:auto}.ChatMain-module__62GnRa__pathRowExpandedMore{color:var(--text-faint);cursor:pointer;margin-top:8px;font-style:italic}.ChatMain-module__62GnRa__pathRowExpandedMore:hover{color:var(--text-muted)}.ChatMain-module__62GnRa__pathNestedTools{flex-direction:column;gap:8px;margin-top:12px;display:flex}.ChatMain-module__62GnRa__pathNestedRow{align-items:center;gap:10px;display:flex}.ChatMain-module__62GnRa__pathNestedIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ChatMain-module__62GnRa__pathNestedText{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.ChatMain-module__62GnRa__pathNestedTitle{color:var(--text-secondary);font-size:13px;font-weight:500}.ChatMain-module__62GnRa__pathNestedSubtitle{color:var(--text-faint);font-size:13px}.ChatMain-module__62GnRa__pathCollapseLink{color:var(--text-faint);cursor:pointer;margin-top:4px;margin-left:34px;font-size:12px}.ChatMain-module__62GnRa__pathCollapseLink:hover{color:var(--text-muted)}.ChatMain-module__62GnRa__pathTypingDots{align-items:center;gap:5px;padding:8px 0;display:flex}.ChatMain-module__62GnRa__pathTypingDots span{background:var(--text-muted);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatMain-module__62GnRa__typingPulse}.ChatMain-module__62GnRa__pathTypingDots span:first-child{animation-delay:0s}.ChatMain-module__62GnRa__pathTypingDots span:nth-child(2){animation-delay:.2s}.ChatMain-module__62GnRa__pathTypingDots span:nth-child(3){animation-delay:.4s}.ChatMain-module__62GnRa__pathIconSpin{animation:1s linear infinite ChatMain-module__62GnRa__iconSpin}.ChatMain-module__62GnRa__clickable{cursor:pointer}.ChatMain-module__62GnRa__clickable:hover{color:var(--text-primary)}@media (max-width:640px){.ChatMain-module__62GnRa__pathRow{gap:12px;padding:10px 0}.ChatMain-module__62GnRa__pathRowIcon{width:40px;height:40px}.ChatMain-module__62GnRa__pathRowTitle{font-size:14px}.ChatMain-module__62GnRa__pathRowSubtitle{font-size:13px}.ChatMain-module__62GnRa__pathNestedIcon{width:20px;height:20px}}@media (max-width:480px){.ChatMain-module__62GnRa__pathRow{gap:10px}.ChatMain-module__62GnRa__pathRowIcon{width:36px;height:36px}}.ChatMain-module__62GnRa__connBanner{color:#fbbf24;background:#fbbf241f;border-bottom:1px solid #fbbf2440;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.ChatMain-module__62GnRa__connBannerSpinner{border:2px solid #fbbf244d;border-top-color:#fbbf24;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite ChatMain-module__62GnRa__connBannerSpin}@keyframes ChatMain-module__62GnRa__connBannerSpin{to{transform:rotate(360deg)}}
.TimelineMessage-module__ulkNYa__pathTimeline{flex-direction:column;display:flex}.TimelineMessage-module__ulkNYa__pathTimelineCompact{padding:0}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathRow{align-items:flex-end;gap:6px;padding:1px 0;display:flex}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathAvatar{border-radius:50%;flex-shrink:0;align-self:flex-end;width:26px;height:26px;margin:0}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathAvatarInitial{display:none}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathAvatarSpacer{flex-shrink:0;width:26px;height:1px;margin:0}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathDot{display:none}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathContent{overflow-wrap:break-word;word-break:break-word;flex:0 auto;min-width:0;max-width:85%}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathBubble{color:#fff;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;background:#3b3b3d;border-radius:18px;padding:8px 12px;font-size:15px;line-height:1.35;display:inline-block}.TimelineMessage-module__ulkNYa__pathTimelineCompact.TimelineMessage-module__ulkNYa__pathTimelineUser{flex-direction:column;align-items:flex-end;display:flex}.TimelineMessage-module__ulkNYa__pathTimelineCompact.TimelineMessage-module__ulkNYa__pathTimelineUser .TimelineMessage-module__ulkNYa__pathRow{flex-direction:row-reverse;justify-content:flex-start}.TimelineMessage-module__ulkNYa__pathTimelineCompact.TimelineMessage-module__ulkNYa__pathTimelineUser .TimelineMessage-module__ulkNYa__pathAvatarSpacer{display:none}.TimelineMessage-module__ulkNYa__pathTimelineCompact.TimelineMessage-module__ulkNYa__pathTimelineUser .TimelineMessage-module__ulkNYa__pathBubble{color:#fff;background:#007aff}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathIcon{display:none}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathActionTitle{color:#ffffff80;overflow-wrap:break-word;word-break:break-word;font-size:13px;font-weight:400}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathActionSubtitle{color:#ffffff59;overflow-wrap:break-word;word-break:break-word;margin-top:1px;font-size:12px}.TimelineMessage-module__ulkNYa__pathTypingDots{background:#3b3b3d;border-radius:18px;align-items:center;gap:4px;padding:12px 16px;display:inline-flex}.TimelineMessage-module__ulkNYa__pathTypingDots span{background:#fff6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite TimelineMessage-module__ulkNYa__pathTypingBounce}.TimelineMessage-module__ulkNYa__pathTypingDots span:first-child{animation-delay:0s}.TimelineMessage-module__ulkNYa__pathTypingDots span:nth-child(2){animation-delay:.2s}.TimelineMessage-module__ulkNYa__pathTypingDots span:nth-child(3){animation-delay:.4s}@keyframes TimelineMessage-module__ulkNYa__pathTypingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-3px)}}.TimelineMessage-module__ulkNYa__pathReconnecting{color:#fff9;background:#3b3b3d;border-radius:18px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:inline-flex}.TimelineMessage-module__ulkNYa__pathReconnectingSpinner{border:2px solid #ffffff40;border-top-color:#ffffffb3;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite TimelineMessage-module__ulkNYa__pathReconnectingSpin}@keyframes TimelineMessage-module__ulkNYa__pathReconnectingSpin{to{transform:rotate(360deg)}}.TimelineMessage-module__ulkNYa__pathThinkingRow{align-items:center;gap:10px;display:flex}.TimelineMessage-module__ulkNYa__pathThinkingTitle{color:#ffffff73;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:13px;font-weight:400;animation:.3s ease-in TimelineMessage-module__ulkNYa__fadeInTitle;overflow:hidden}@keyframes TimelineMessage-module__ulkNYa__fadeInTitle{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingCard{overflow-wrap:break-word;word-break:break-word;background:#3b3b3d;border:none;border-radius:18px;max-width:100%;padding:10px 14px;display:inline-block}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingMain{gap:6px}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingName{color:#fff;font-size:14px;font-weight:500}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingStatus{color:#ffffff80;font-size:12px}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingTools{background:#00000026;border-radius:10px;margin-top:8px;padding:6px}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingChevron{display:none}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailRow{background:0 0;border-radius:0;margin:0;padding:2px 0}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailHeader{padding:2px 0}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailTitle{color:#fff9;font-size:12px}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailPreview{color:#fff6;font-size:11px}.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailChevron,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathWorkingToolIcon,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathCompletionIcon,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathCompletionText,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathCompletionVerb,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathSpeakerTag,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailExpanded,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__toolDetailCode,.TimelineMessage-module__ulkNYa__pathTimelineCompact .TimelineMessage-module__ulkNYa__pathCardExpanded{display:none}.TimelineMessage-module__ulkNYa__termRow{align-items:flex-start;gap:10px;padding:4px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;display:flex}.TimelineMessage-module__ulkNYa__termBullet{text-align:center;width:14px;color:var(--text-primary,#f5f5f0);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:11px;line-height:24px}.TimelineMessage-module__ulkNYa__termToolDot{text-align:center;-webkit-user-select:none;user-select:none;flex-shrink:0;width:14px;font-size:11px;line-height:24px}.TimelineMessage-module__ulkNYa__termToolDotPulse{animation:1.2s ease-in-out infinite TimelineMessage-module__ulkNYa__termDotPulse}@keyframes TimelineMessage-module__ulkNYa__termDotPulse{0%,to{opacity:1}50%{opacity:.35}}.TimelineMessage-module__ulkNYa__termMutedDot{text-align:center;width:14px;color:var(--text-muted,#6d6d65);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:11px;line-height:24px}.TimelineMessage-module__ulkNYa__termUserRow{background:#fffaf012;border-radius:6px;align-items:flex-start;gap:10px;margin:6px 0;padding:6px 10px 6px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;display:flex}.TimelineMessage-module__ulkNYa__termUserCaret{text-align:left;width:14px;color:var(--text-secondary,#b0b0a8);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:13px;font-weight:700;line-height:24px}.TimelineMessage-module__ulkNYa__termContent{min-width:0;color:var(--text-primary,#f5f5f0);overflow-wrap:break-word;word-break:break-word;flex:1;font-size:14.5px;line-height:24px}.TimelineMessage-module__ulkNYa__termContent p{margin:0 0 .6em}.TimelineMessage-module__ulkNYa__termContent p:last-child{margin-bottom:0}.TimelineMessage-module__ulkNYa__termContent code{background:#fffaf01a;border-radius:4px;padding:1px 5px;font-size:.9em}.TimelineMessage-module__ulkNYa__termContent pre{background:#00000059;border:1px solid #fffaf014;border-radius:8px;margin:.5em 0;padding:10px 12px;overflow-x:auto}.TimelineMessage-module__ulkNYa__termContent pre code{background:0 0;padding:0}.TimelineMessage-module__ulkNYa__termContent ul,.TimelineMessage-module__ulkNYa__termContent ol{margin:.3em 0;padding-left:1.4em}.TimelineMessage-module__ulkNYa__termContent h1,.TimelineMessage-module__ulkNYa__termContent h2,.TimelineMessage-module__ulkNYa__termContent h3,.TimelineMessage-module__ulkNYa__termContent h4,.TimelineMessage-module__ulkNYa__termContent h5,.TimelineMessage-module__ulkNYa__termContent h6{color:var(--text-primary,#f5f5f0);margin:.6em 0 .3em;font-size:14.5px;font-weight:700;line-height:24px}.TimelineMessage-module__ulkNYa__termContent a,.TimelineMessage-module__ulkNYa__termContent a:visited{color:#6cb0f5;text-decoration:none}.TimelineMessage-module__ulkNYa__termContent a:hover{text-decoration:underline}.TimelineMessage-module__ulkNYa__termContent table{border-collapse:collapse;max-width:100%;margin:.6em 0;font-size:13.5px;line-height:1.5;display:block;overflow-x:auto}.TimelineMessage-module__ulkNYa__termContent th,.TimelineMessage-module__ulkNYa__termContent td{text-align:left;white-space:nowrap;border:1px solid #fffaf01f;padding:5px 14px}.TimelineMessage-module__ulkNYa__termContent td:not(:first-child){white-space:normal}.TimelineMessage-module__ulkNYa__termContent th{color:var(--text-primary,#f5f5f0);background:#fffaf00f;font-weight:700}.TimelineMessage-module__ulkNYa__pathCompletionText{flex-direction:column;gap:2px;display:flex}.TimelineMessage-module__ulkNYa__pathCompletionVerb{color:var(--text-primary,#f5f5f0);font-size:14px;font-weight:600}.TimelineMessage-module__ulkNYa__pathCompletionTime{color:var(--text-muted,#6d6d65);font-size:13px;font-weight:400}.TimelineMessage-module__ulkNYa__pathSummaryText{color:var(--text-secondary,#b0b0a8);white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.55}.TimelineMessage-module__ulkNYa__deviceRecapStatus{grid-template-rows:auto auto;grid-template-columns:26px minmax(0,auto) 14px;align-items:center;gap:2px 8px;min-width:0;padding:2px 0 5px;display:grid}.TimelineMessage-module__ulkNYa__deviceRecapIcon{width:26px;height:26px;color:var(--accent-primary,#ff9f0a);background:color-mix(in srgb,var(--accent-primary,#ff9f0a)14%,transparent);border-radius:8px;grid-row:1/3;justify-content:center;align-items:center;display:inline-flex}.TimelineMessage-module__ulkNYa__deviceRecapTitle{min-width:0;color:var(--text-secondary,#b0b0a8);font-size:13px;font-weight:600;line-height:18px}.TimelineMessage-module__ulkNYa__deviceRecapDetail{min-width:0;color:var(--text-muted,#6d6d65);grid-column:2/4;font-size:12px;line-height:17px}.TimelineMessage-module__ulkNYa__deviceRecapSpinner{border:2px solid color-mix(in srgb,var(--accent-primary,#ff9f0a)28%,transparent);border-top-color:var(--accent-primary,#ff9f0a);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite TimelineMessage-module__ulkNYa__deviceRecapSpin}@keyframes TimelineMessage-module__ulkNYa__deviceRecapSpin{to{transform:rotate(360deg)}}.TimelineMessage-module__ulkNYa__pathContent{overflow-wrap:break-word;word-break:break-word;flex:1;min-width:0;padding-top:0}.TimelineMessage-module__ulkNYa__pathBubble{color:#1c1c1a;background:#f8f7f4;border-radius:16px;max-width:100%;margin-top:0;margin-left:8px;padding:14px 18px;font-size:15px;line-height:1.5;display:inline-block;position:relative;box-shadow:0 1px 4px #0000001f}.TimelineMessage-module__ulkNYa__pathBubble:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:8px solid #f8f7f4;width:0;height:0;position:absolute;top:20px;left:-8px}.TimelineMessage-module__ulkNYa__pathBubble p{margin:0 0 .5em}.TimelineMessage-module__ulkNYa__pathBubble p:last-child{margin-bottom:0}.TimelineMessage-module__ulkNYa__pathBubble strong{font-weight:600}.TimelineMessage-module__ulkNYa__pathBubble code{background:#0000000f;border-radius:4px;padding:2px 6px;font-size:13px}.TimelineMessage-module__ulkNYa__pathBubble pre{background:#0000000a;border-radius:8px;margin:8px 0;padding:12px;overflow-x:auto}.TimelineMessage-module__ulkNYa__pathBubble pre code{background:0 0;padding:0}.TimelineMessage-module__ulkNYa__pathBubble ul,.TimelineMessage-module__ulkNYa__pathBubble ol{margin:.5em 0;padding-left:1.5em}.TimelineMessage-module__ulkNYa__pathBubble li{margin:.25em 0}.TimelineMessage-module__ulkNYa__pathBubble:has(table){width:100%;max-width:880px;display:block}.TimelineMessage-module__ulkNYa__pathBubble table{border-collapse:collapse;width:100%;margin:12px 0;font-size:14px}.TimelineMessage-module__ulkNYa__pathBubble th,.TimelineMessage-module__ulkNYa__pathBubble td{text-align:left;vertical-align:top;border-bottom:1px solid #00000014;padding:10px 12px}.TimelineMessage-module__ulkNYa__pathBubble th:first-child,.TimelineMessage-module__ulkNYa__pathBubble td:first-child{white-space:nowrap;width:1%}.TimelineMessage-module__ulkNYa__pathBubble th{background:#00000008;border-bottom:2px solid #0000001f;font-weight:600}.TimelineMessage-module__ulkNYa__pathBubble tr:last-child td{border-bottom:none}.TimelineMessage-module__ulkNYa__pathBubble tr:hover td{background:#00000005}.TimelineMessage-module__ulkNYa__pathImageGrid{flex-wrap:wrap;gap:8px;max-width:100%;margin-left:8px;display:flex}.TimelineMessage-module__ulkNYa__pathAttachedImage{object-fit:cover;border-radius:12px;max-width:240px;max-height:180px;box-shadow:0 1px 4px #0000001f}.TimelineMessage-module__ulkNYa__pathIconPulse{animation:1s ease-in-out infinite TimelineMessage-module__ulkNYa__pathIconBlink}@keyframes TimelineMessage-module__ulkNYa__pathIconBlink{0%,to{opacity:1}50%{opacity:.4}}.TimelineMessage-module__ulkNYa__pathEntryContent{flex:1;min-width:0}.TimelineMessage-module__ulkNYa__pathActionTitle{color:var(--text-primary);overflow-wrap:break-word;word-break:break-word;font-size:14.5px;font-weight:400;line-height:24px}.TimelineMessage-module__ulkNYa__termToolName{font-weight:700}.TimelineMessage-module__ulkNYa__termToolArgs{color:var(--text-secondary,#b0b0a8);font-weight:400}.TimelineMessage-module__ulkNYa__termTaskChevron{vertical-align:middle;color:var(--text-muted,#6d6d65);margin-left:4px;transition:transform .15s;display:inline-block}.TimelineMessage-module__ulkNYa__termTaskChevronOpen{transform:rotate(90deg)}.TimelineMessage-module__ulkNYa__pathActionSubtitle{color:var(--text-muted);word-break:break-word;font-size:13.5px;line-height:22px}.TimelineMessage-module__ulkNYa__pathActionSubtitle:before{content:"⎿  ";white-space:pre;color:var(--text-faint,#55554f)}.TimelineMessage-module__ulkNYa__pathActionMeta{color:var(--text-faint);margin-top:4px;font-size:13px}.TimelineMessage-module__ulkNYa__pathCardExpanded{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;background:#00000026;border-radius:8px;max-height:300px;margin-top:10px;padding:10px 12px;font-family:SF Mono,Monaco,monospace;font-size:12px;line-height:1.5;overflow-y:auto}.TimelineMessage-module__ulkNYa__pathCardExpandedMore{color:var(--text-faint);cursor:pointer;margin-top:8px;font-style:italic}.TimelineMessage-module__ulkNYa__pathCardExpandedMore:hover{color:var(--text-muted)}.TimelineMessage-module__ulkNYa__pathIconSpin{animation:1s linear infinite TimelineMessage-module__ulkNYa__pathIconSpin}@keyframes TimelineMessage-module__ulkNYa__pathIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TimelineMessage-module__ulkNYa__pathWorkingCard{cursor:pointer;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:16px 20px;transition:all .2s}.TimelineMessage-module__ulkNYa__pathWorkingCard:hover{background:#ffffff0f;border-color:#ffffff1f}.TimelineMessage-module__ulkNYa__pathWorkingCardActive{background:#ff9f0a14;border-color:#ff9f0a33}.TimelineMessage-module__ulkNYa__pathWorkingCardActive:hover{background:#ff9f0a1a;border-color:#ff9f0a40}.TimelineMessage-module__ulkNYa__pathWorkingCardClickable{cursor:pointer}.TimelineMessage-module__ulkNYa__pathWorkingMain{align-items:center;gap:16px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingInfo{flex:1;min-width:0}.TimelineMessage-module__ulkNYa__pathWorkingChevron{color:#ffffff4d;flex-shrink:0;transition:transform .2s,color .2s}.TimelineMessage-module__ulkNYa__pathWorkingCard:hover .TimelineMessage-module__ulkNYa__pathWorkingChevron{color:#ffffff80}.TimelineMessage-module__ulkNYa__pathWorkingChevronOpen{transform:rotate(90deg)}.TimelineMessage-module__ulkNYa__pathWorkingHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingName{color:var(--text-primary);flex:1;min-width:0;font-size:15px;font-weight:600}.TimelineMessage-module__ulkNYa__pathWorkingTime{color:var(--accent-amber);font-variant-numeric:tabular-nums;flex-shrink:0;padding-left:8px;font-size:13px;font-weight:500}.TimelineMessage-module__ulkNYa__pathWorkingStatus{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingDot{background:var(--accent-amber);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite TimelineMessage-module__ulkNYa__pathWorkingPulse}@keyframes TimelineMessage-module__ulkNYa__pathWorkingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.TimelineMessage-module__ulkNYa__pathWorkingCheck{color:var(--accent-green);font-size:12px}.TimelineMessage-module__ulkNYa__pathWorkingTools{flex-direction:column;gap:6px;margin-top:12px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingToolRow{align-items:center;gap:8px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingToolIcon{background-color:var(--icon-bg-color,#8e8e93);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.TimelineMessage-module__ulkNYa__pathWorkingToolName{color:var(--text-secondary);font-size:12px}.TimelineMessage-module__ulkNYa__pathWorkingToolMore{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-top:4px;margin-left:-8px;padding:4px 8px;font-size:12px;font-style:italic;transition:all .15s}.TimelineMessage-module__ulkNYa__pathWorkingToolMore:hover{color:var(--text-secondary);background:#ffffff14}.TimelineMessage-module__ulkNYa__toolDetailRow{margin-bottom:4px}.TimelineMessage-module__ulkNYa__toolDetailHeader{align-items:center;gap:8px;min-height:24px;padding:4px 0;display:flex}.TimelineMessage-module__ulkNYa__toolDetailClickable{cursor:pointer;border-radius:4px;margin:0 -4px;padding:4px}.TimelineMessage-module__ulkNYa__toolDetailClickable:hover{background:#ffffff0a}.TimelineMessage-module__ulkNYa__toolDetailTitle{color:var(--text-secondary);flex-shrink:0;font-size:12px}.TimelineMessage-module__ulkNYa__toolDetailPreview{color:var(--text-faint);font-size:11px;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.TimelineMessage-module__ulkNYa__toolDetailChevron{color:var(--text-faint);flex-shrink:0;transition:transform .15s}.TimelineMessage-module__ulkNYa__toolDetailChevronOpen{transform:rotate(90deg)}.TimelineMessage-module__ulkNYa__toolDetailExpanded{background:#0003;border:1px solid #ffffff0f;border-radius:6px;margin-top:4px;margin-left:26px;padding:8px}.TimelineMessage-module__ulkNYa__toolDetailSection{margin-bottom:8px}.TimelineMessage-module__ulkNYa__toolDetailSection:last-child{margin-bottom:0}.TimelineMessage-module__ulkNYa__toolDetailLabelRow{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.TimelineMessage-module__ulkNYa__toolDetailLabel{color:var(--text-faint);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.TimelineMessage-module__ulkNYa__copyButton{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.TimelineMessage-module__ulkNYa__copyButton:hover{color:var(--text-secondary);background:#ffffff1a}.TimelineMessage-module__ulkNYa__copyButton:active{transform:scale(.95)}.TimelineMessage-module__ulkNYa__toolDetailCode{font-size:11px;font-family:var(--font-mono);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;max-height:400px;margin:0;line-height:1.4;overflow-y:auto}.TimelineMessage-module__ulkNYa__pathTextContent{color:var(--text-primary);padding:2px 0;font-size:15px;line-height:1.6}.TimelineMessage-module__ulkNYa__pathTextContent p{margin:0 0 .6em}.TimelineMessage-module__ulkNYa__diffView{border-radius:6px;font-family:SF Mono,Menlo,Monaco,monospace;font-size:12px;line-height:1.5;overflow:hidden}.TimelineMessage-module__ulkNYa__diffRemoved{background:#ff453a14}.TimelineMessage-module__ulkNYa__diffAdded{background:#32d74b14}.TimelineMessage-module__ulkNYa__diffLine{white-space:pre-wrap;word-break:break-all;padding:1px 8px;display:flex}.TimelineMessage-module__ulkNYa__diffPrefix{-webkit-user-select:none;user-select:none;opacity:.6;flex-shrink:0;width:16px;font-weight:600}.TimelineMessage-module__ulkNYa__diffRemoved .TimelineMessage-module__ulkNYa__diffPrefix{color:#ff453a}.TimelineMessage-module__ulkNYa__diffAdded .TimelineMessage-module__ulkNYa__diffPrefix{color:#32d74b}.TimelineMessage-module__ulkNYa__clickable{cursor:pointer}.TimelineMessage-module__ulkNYa__clickable:hover{color:var(--text-primary)}
.UserMenuButton-module__KoW2rW__container{align-items:center;display:flex;position:relative}.UserMenuButton-module__KoW2rW__button{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.UserMenuButton-module__KoW2rW__button:hover{background:#ffffff0f}.UserMenuButton-module__KoW2rW__avatar{color:#ffffffb3;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:500;display:flex}.UserMenuButton-module__KoW2rW__avatarImage{object-fit:cover;border-radius:50%;width:28px;height:28px}.UserMenuButton-module__KoW2rW__button:hover .UserMenuButton-module__KoW2rW__avatar,.UserMenuButton-module__KoW2rW__button:hover .UserMenuButton-module__KoW2rW__avatarImage{color:#ffffffe6;background:#ffffff26}.UserMenuButton-module__KoW2rW__overlay{z-index:100;position:fixed;inset:0}.UserMenuButton-module__KoW2rW__menu{z-index:101;background:#1c1c1e;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;animation:.15s ease-out UserMenuButton-module__KoW2rW__menuSlideDown;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes UserMenuButton-module__KoW2rW__menuSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.UserMenuButton-module__KoW2rW__menuHeader{border-bottom:1px solid #ffffff14;padding:14px 16px}.UserMenuButton-module__KoW2rW__menuName{color:#fff;margin-bottom:2px;font-size:14px;font-weight:500}.UserMenuButton-module__KoW2rW__menuEmail{color:#ffffff80;font-size:12px}.UserMenuButton-module__KoW2rW__menuDivider{background:#ffffff14;height:1px}.UserMenuButton-module__KoW2rW__menuItem{cursor:pointer;color:#ffffffb3;text-align:left;background:#1c1c1e;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;text-decoration:none;transition:background .15s,color .15s;display:flex}.UserMenuButton-module__KoW2rW__menuItem:hover{color:#fff;background:#ffffff14}.UserMenuButton-module__KoW2rW__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000c;animation:.15s UserMenuButton-module__KoW2rW__modalFadeIn;position:fixed;inset:0}@keyframes UserMenuButton-module__KoW2rW__modalFadeIn{0%{opacity:0}to{opacity:1}}.UserMenuButton-module__KoW2rW__modalPanel{z-index:9999;background:#1a1a1a;flex-direction:column;width:100%;height:100%;animation:.2s UserMenuButton-module__KoW2rW__modalFullScreenIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes UserMenuButton-module__KoW2rW__modalFullScreenIn{0%{opacity:0}to{opacity:1}}.UserMenuButton-module__KoW2rW__modalHeader{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.UserMenuButton-module__KoW2rW__modalTitle{color:#fff;margin:0;font-size:16px;font-weight:600}.UserMenuButton-module__KoW2rW__modalClose{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.UserMenuButton-module__KoW2rW__modalClose:hover{color:#fff;background:#ffffff14}.UserMenuButton-module__KoW2rW__modalBody{flex:1;min-height:0;overflow:auto}
