.shell-root{flex-direction:column;display:flex}.shell-root .s-sidebar .ui-sidenav-top{padding:0}.shell-root .s-sidebar-resize{cursor:col-resize;flex-shrink:0;width:8px;position:relative}.shell-root .s-sidebar-resize:after{content:"";width:3px;transition:background var(--speed-fast) linear;background:0 0;border-radius:2px;position:absolute;top:8px;bottom:8px;left:2px}.shell-root .s-sidebar-resize:hover:after{background:var(--line-strong)}.shell-root .s-new{border-radius:var(--r-pill);background:var(--surface-raised);width:100%;box-shadow:var(--sh-soft);color:var(--ink);transition:box-shadow var(--speed-fast) linear;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;display:flex}.shell-root .s-new:hover{box-shadow:var(--sh-soft-hover)}.shell-root .s-new svg{flex:none;width:16px;height:16px}.shell-root .s-account{border-radius:var(--r-md);text-align:left;width:100%;transition:background var(--speed-fast) linear, box-shadow var(--speed-fast) linear;align-items:center;gap:10px;padding:7px 8px;display:flex}.shell-root .s-account:hover{background:var(--surface-raised);box-shadow:var(--sh-soft)}.shell-root .s-account-avatar{background:var(--line);width:26px;height:26px;color:var(--ink2);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.shell-root .s-account-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.shell-root .s-account-scrim{z-index:var(--layer-popover);position:fixed;inset:0}.shell-root .s-account-pop{z-index:calc(var(--layer-popover) + 1);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);left:6px;right:6px}.shell-root .s-account-who{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:2px;padding:8px 8px 10px;display:flex}.shell-root .s-account-who-text{flex-direction:column;min-width:0;display:flex}.shell-root .s-account-who-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.shell-root .s-account-who-email{color:var(--ink3);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.shell-root .s-account-who-kind{color:var(--ink3);font-size:11px}.shell-root .s-account-action{text-align:left;border-radius:var(--r-sm);color:var(--ink);transition:background var(--speed-fast) linear;padding:8px 10px;font-size:13px;text-decoration:none;display:block}.shell-root .s-account-action:hover{background:var(--surface)}.shell-root .s-peek{z-index:var(--layer-popover);pointer-events:none;width:264px;animation:s-peek-in var(--speed-fast) var(--ease-out);flex-direction:column;gap:9px;padding:12px 14px;display:flex;position:fixed}.shell-root .s-peek-title{color:var(--ink);font-size:13px;font-weight:600;line-height:1.35}.shell-root .s-peek-meta{grid-template-columns:auto 1fr;gap:5px 14px;margin:0;display:grid}.shell-root .s-peek-meta dt{color:var(--ink3);font-size:11px}.shell-root .s-peek-meta dd{min-width:0;color:var(--ink2);text-align:right;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11.5px;overflow:hidden}.shell-root .s-peek-meta dd.mono{font-family:var(--font-mono);font-size:11px}@keyframes s-peek-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}.shell-root .s-empty{color:var(--ink3);padding:8px 12px;font-size:12.5px}.shell-root .s-work{flex-direction:column;flex:1;min-height:0;display:flex}.shell-root .s-pane-switch{display:none}.shell-root .s-chat{flex:1;min-height:0;display:flex}.shell-root .s-chat-area{flex-direction:column;flex:1;min-width:0;padding:20px 20px 16px;display:flex}.shell-root .s-chat-inner{flex-direction:column;flex:1;gap:12px;width:100%;max-width:720px;min-height:0;margin:0 auto;display:flex}.shell-root .s-rail{width:var(--rail-w,400px);background:var(--panel);min-height:0;transition:width var(--speed-regular) var(--ease-standard);flex-direction:column;flex-shrink:0;display:flex}.shell-root .s-rail.dragging{transition:none}.shell-root .s-rail.collapsed{width:44px}.shell-root .s-rail.collapsed>:not(.s-rail-strip),.shell-root .s-rail-strip{display:none}.shell-root .s-rail.collapsed .s-rail-strip{width:100%;min-height:0;color:var(--ink3);transition:color var(--speed-fast) linear;flex-direction:column;flex:1;align-items:center;gap:14px;padding:18px 0;display:flex}.shell-root .s-rail-strip:hover{color:var(--ink)}.shell-root .s-rail-strip svg{flex:none;width:18px;height:18px;transform:rotate(180deg)}.shell-root .s-rail-strip-label{writing-mode:vertical-rl}.shell-root .s-rail-head{align-items:center;gap:8px;padding:16px 16px 0;display:flex}.shell-root .s-rail-collapse{margin-left:auto}.shell-root .s-rail-body{min-height:0;-webkit-mask-image:var(--scroll-fade);mask-image:var(--scroll-fade);-webkit-mask-image:var(--scroll-fade);flex-direction:column;flex:1;gap:14px;padding:10px 16px 16px;display:flex;overflow-y:auto}.shell-root .s-file{font-family:var(--font-mono);color:var(--ink-body);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:7px 0;font-size:12px;display:flex}.shell-root .s-file:last-child{border-bottom:0}.shell-root .s-file-stat{color:var(--ink3);flex:none}.shell-root .s-file-stat .add{color:var(--live)}.shell-root .s-file-stat .del{color:var(--danger)}.shell-root .s-metric{font-family:var(--font-mono);color:var(--ink3);margin-left:auto;font-size:12px}.shell-root .s-checks{flex-direction:column;gap:4px;display:flex}.shell-root .s-check{align-items:center;gap:9px;min-height:26px;display:flex}.shell-root .s-check-name{min-width:0;color:var(--ink2);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;overflow:hidden}.shell-root .s-journey{flex:1;min-height:0;display:flex}.shell-root .s-journey>.b-chatcol{width:42%}.shell-root .s-journey-main{background:var(--panel);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.shell-root .s-stage-gate{border-radius:var(--r-card);background:var(--surface-raised);box-shadow:var(--sh-raise);border:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 14px;display:flex}.shell-root .s-stage-gate-text{flex:1;min-width:180px}.shell-root .s-stage-gate-text b{color:var(--ink);font-size:13px;font-weight:600;display:block}.shell-root .s-stage-gate-text p{color:var(--ink2);margin:3px 0 0;font-size:12.5px}.shell-root .s-stage-gate-actions{flex:none;align-items:center;gap:6px;display:flex}.shell-root .s-home{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:26px;padding:40px 28px;display:flex;overflow-y:auto}.shell-root .s-home>*{width:100%;max-width:620px}.shell-root .s-hero{letter-spacing:var(--ls-display);text-align:center;text-wrap:balance;font-size:32px;font-weight:600}.shell-root .s-hero-sub{color:var(--ink2);text-align:center;margin-top:-16px;font-size:14.5px}.shell-root .s-picker-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 12px;display:flex}.shell-root .s-picker-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shell-root .s-notice{border-radius:var(--r-md);background:var(--surface);padding:12px 15px;font-size:13px}.shell-root .s-notice strong{color:var(--ink);font-size:13px;font-weight:600;display:block}.shell-root .s-notice p{color:var(--ink2);overflow-wrap:anywhere;white-space:pre-wrap;margin:3px 0 0;font-size:12.5px}.shell-root .s-notice.success{background:var(--success-soft)}.shell-root .s-notice.success strong{color:var(--live)}.shell-root .s-notice.danger{background:var(--danger-soft)}.shell-root .s-notice.danger strong{color:var(--danger)}.shell-root .s-media img,.shell-root .s-media video{border-radius:var(--r-card);max-width:100%;box-shadow:var(--sh-soft);display:block}.shell-root .s-media figcaption{color:var(--ink3);margin-top:6px;font-size:12px}.shell-root .s-row-activity{color:var(--ink3);gap:8px;padding:0 2px;font-size:12px;display:flex}.shell-root .s-row-activity b{color:var(--ink2);font-weight:500}.shell-root .b-msg-user.cancelled{color:var(--ink3)}.shell-root .b-msg-user .s-cancelled{color:var(--ink3);font-size:12px;font-style:italic}.shell-root .s-byline{color:var(--ink3);text-align:right;margin-bottom:3px;font-size:11px}.shell-root .s-pending-edit{resize:vertical;border-radius:var(--r-sm);background:var(--surface);width:100%;min-height:44px;font:inherit;color:var(--ink);border:0;padding:8px 10px;font-size:13px}.shell-root .s-pending-edit:focus-visible{outline:var(--focus-ring-width) solid var(--focus);outline-offset:1px}.shell-root .s-msg-actions{opacity:0;justify-content:flex-start;gap:2px;height:22px;transition:opacity .12s;display:flex}.shell-root .s-msg:hover .s-msg-actions,.shell-root .s-msg:focus-within .s-msg-actions,.shell-root .s-msg-actions.shown{opacity:1}.shell-root .s-msg.user .s-msg-actions{justify-content:flex-end}.shell-root .s-msg-actions .ui-iconbtn{color:var(--ink3)}.shell-root .s-msg-actions .ui-iconbtn:hover:not(:disabled){color:var(--ink)}@media (hover:none){.shell-root .s-msg-actions{opacity:1}}.shell-root .s-msg{flex-direction:column;display:flex}.shell-root .s-msg.user{align-items:flex-end}@media (max-width:1000px){.shell-root .s-pane-switch{justify-content:center;padding:10px 12px 2px;display:flex}.shell-root .s-chat,.shell-root .s-journey{flex-direction:column}.shell-root .b-divider,.shell-root .s-sidebar-resize{display:none}.shell-root .s-rail,.shell-root .s-journey>.b-chatcol{flex:1;width:100%;min-height:0}.shell-root .s-rail.collapsed{width:100%}.shell-root .s-rail.collapsed>:not(.s-rail-strip){display:flex}.shell-root .s-rail.collapsed .s-rail-strip,.shell-root .s-rail-collapse,.shell-root .s-work[data-pane=chat] .s-rail,.shell-root .s-work[data-pane=chat] .s-journey-main,.shell-root .s-work[data-pane=work] .s-chat-area,.shell-root .s-work[data-pane=work] .b-chatcol{display:none}.shell-root .s-chat-area,.shell-root .b-chatcol{padding:12px 14px 14px}}@media (max-width:640px){.shell-root .s-picker-row{flex-direction:column;align-items:flex-start}.shell-root .s-picker-actions{flex-wrap:nowrap;justify-content:space-between;width:100%}.shell-root .s-picker-actions .ui-select{flex:0 auto;min-width:0}.shell-root .s-home{gap:18px;padding:20px 14px 28px}.shell-root .s-hero{font-size:26px}.shell-root .s-hero-sub{margin-top:-10px;font-size:13.5px}.shell-root .s-chat-area,.shell-root .b-chatcol{padding:10px 10px 12px}.shell-root .s-chat-inner,.shell-root .b-chatcol>*{gap:10px}.shell-root .s-rail-head{padding:12px 12px 0}.shell-root .s-rail-body{padding:8px 12px 12px}.shell-root .s-stage-gate-actions{width:100%}.shell-root .s-stage-gate-actions .ui-btn{flex:1;justify-content:center}.shell-root .s-peek{display:none}}.shell-root .s-new-repo{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px 12px;display:flex}.shell-root .s-new-repo label{color:var(--ink2);white-space:nowrap;font-size:12.5px}.shell-root .s-new-repo input{min-width:0;font:inherit;color:var(--ink);border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;flex:200px;padding:7px 12px;font-size:13px}.shell-root .s-new-repo input:focus{border-color:var(--ink3);outline:none}.shell-root .s-new-repo-hint{color:var(--ink2);font-size:12.5px}.shell-root .s-facepile{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;padding:2px;display:inline-flex}.shell-root .s-facepile:focus-visible{outline:var(--focus-ring-width) solid var(--focus);outline-offset:2px}.shell-root .s-facepile .s-account-avatar{width:24px;height:24px;box-shadow:0 0 0 2px var(--panel);margin-left:-6px;font-size:10px}.shell-root .s-facepile .s-account-avatar:first-child{margin-left:0}.shell-root .s-facepile-more{color:var(--ink3);margin-left:4px;font-size:11px}.shell-root .s-row-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shell-root .s-row-renaming{align-items:center;min-height:28px;padding:0 8px;display:flex}.shell-root .s-row-company{text-align:center;min-width:18px;height:18px;color:var(--ink3);background:var(--surface2);border-radius:999px;margin-left:8px;padding:0 6px;font-size:10.5px;line-height:18px}.shell-root .s-row-mark{background:var(--ink3);border-radius:999px;flex:none;width:8px;height:8px;margin-left:8px}.shell-root .s-row-mark.reply{background:var(--change)}.shell-root .s-row-mark.gate{box-shadow:inset 0 0 0 2.5px var(--warning);background:0 0}.shell-root .s-row-mark.problem{background:var(--danger);border-radius:2px}.shell-root .s-row-mark.busy{box-shadow:inset 0 0 0 1.5px var(--ink4);animation:s-row-pulse 1.6s var(--ease-out) infinite;background:0 0}@keyframes s-row-pulse{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.shell-root .s-row-mark.busy{opacity:1;animation:none}}.shell-root .s-byline-model{color:var(--ink3);margin-left:8px;font-size:10.5px}.shell-root .s-pending-who{color:var(--ink3)}.shell-root .s-share .s-share-section{margin-top:16px}.shell-root .s-share h3{color:var(--ink2);letter-spacing:var(--ls-heading);text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.shell-root .s-share-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.shell-root .s-share-row{border-radius:var(--r-md);align-items:center;gap:10px;padding:6px 8px;display:flex}.shell-root .s-share-row:hover{background:var(--surface)}.shell-root .s-share-who{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.shell-root .s-share-who .s-account-avatar{flex:none;width:26px;height:26px;font-size:10.5px}.shell-root .s-share-name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.shell-root .s-share-me,.shell-root .s-share-email,.shell-root .s-share-rung{color:var(--ink3);font-size:12px}.shell-root .s-share-add{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.shell-root .s-share-input{border-radius:var(--r-md);background:var(--surface);min-width:180px;height:32px;font:inherit;color:var(--ink);border:0;flex:1;padding:0 10px;font-size:13px}.shell-root .s-share-input:focus-visible{outline:var(--focus-ring-width) solid var(--focus);outline-offset:1px}.shell-root .s-share-hint{color:var(--ink3);margin:8px 0 0;font-size:12px;line-height:1.45}.shell-root .s-version{min-height:24px;color:var(--ink3);align-items:center;gap:10px;padding:2px;font-size:12px;display:flex}.shell-root .s-version-tag{font-family:var(--font-mono);color:var(--ink2);background:var(--surface2);border-radius:999px;flex:none;padding:1px 8px;font-size:11px;font-weight:600}.shell-root .s-version.failed .s-version-tag{background:var(--danger-soft);color:var(--danger)}.shell-root .s-version-meta{white-space:nowrap;flex:none}.shell-root .s-version-rule{border-top:1px solid var(--line);flex:1}.shell-root .s-version .ui-iconbtn{color:var(--ink3)}.shell-root .s-version .ui-iconbtn:hover:not(:disabled){color:var(--ink)}.shell-root .s-switcher{min-width:0;display:flex;position:relative}.shell-root .s-switcher-btn{border:1px solid var(--line-strong);background:var(--surface-raised);min-width:0;max-width:100%;color:var(--ink2);transition:background var(--speed-fast) linear, box-shadow var(--speed-fast) linear;border-radius:999px;align-items:center;gap:7px;padding:4px 9px 4px 10px;font-size:13px;display:inline-flex}.shell-root .s-switcher-btn:hover,.shell-root .s-switcher-btn[aria-expanded=true]{background:var(--surface);box-shadow:var(--sh-soft)}.shell-root .s-switcher-btn svg{width:15px;height:15px;color:var(--ink3);flex:none}.shell-root .s-switcher-caret{color:var(--ink3);transition:transform var(--speed-fast) linear;display:inline-flex;transform:rotate(90deg)}.shell-root .s-switcher-caret svg{width:13px;height:13px}.shell-root .s-switcher-btn[aria-expanded=true] .s-switcher-caret{transform:rotate(-90deg)}.shell-root .s-switcher-btn b{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-weight:600;overflow:hidden}.shell-root .s-switcher-count{font-family:var(--font-mono);color:var(--ink3);flex:none;font-size:11px}.shell-root .s-switcher-compact .s-switcher-btn b{display:none}.shell-root .s-switcher-compact .s-switcher-pop{left:auto;right:0;transform:none}.shell-root .s-switcher-pop{width:300px;max-width:90vw;z-index:calc(var(--layer-popover) + 1);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.shell-root .s-switcher-item{text-align:left;border-radius:var(--r-sm);width:100%;transition:background var(--speed-fast) linear;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}:is(.shell-root .s-switcher-item:hover,.shell-root .s-switcher-item:focus-visible){background:var(--surface);outline:0}.shell-root .s-switcher-item.current{background:var(--surface2)}.shell-root .s-switcher-title{max-width:100%;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.shell-root .s-switcher-item.current .s-switcher-title{font-weight:600}.shell-root .s-switcher-item.new{flex-direction:row;align-items:center;gap:10px}.shell-root .s-switcher-lines{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.shell-root .s-switcher-newicon{background:var(--surface2);width:24px;height:24px;color:var(--ink2);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.shell-root .s-switcher-newicon svg{width:14px;height:14px}.shell-root .s-switcher-item.new:hover .s-switcher-newicon{background:var(--surface-raised);box-shadow:var(--sh-soft);color:var(--ink)}.shell-root .s-switcher-head{letter-spacing:.02em;color:var(--ink2);justify-content:space-between;align-items:baseline;gap:8px;padding:6px 10px 4px;font-size:11px;font-weight:600;display:flex}.shell-root .s-switcher-head span{color:var(--ink3);font-weight:400}.shell-root .s-switcher-meta{color:var(--ink3);font-size:11px}.shell-root .s-switcher-rule{border-top:1px solid var(--line);margin:4px 2px}.shell-root .s-row-lineage{border-radius:var(--r-sm);transition:background var(--speed-fast) linear, box-shadow var(--speed-fast) linear;align-items:center;display:flex}.shell-root .s-row-lineage:hover{background:var(--surface2)}.shell-root .s-row-lineage.current{background:var(--surface-raised);box-shadow:var(--sh-soft)}.shell-root .s-row-lineage .ui-sidenav-item{flex:1;min-width:0;padding-right:4px}.shell-root .s-row-lineage .ui-sidenav-item,.shell-root .s-row-lineage .ui-sidenav-item[aria-current=true],.shell-root .s-row-lineage:hover .ui-sidenav-item{box-shadow:none;background:0 0}.shell-root .s-row-lineage:hover .ui-sidenav-item{color:var(--ink)}.shell-root .s-row-chevron{-webkit-appearance:none;appearance:none;cursor:pointer;height:20px;font:inherit;color:var(--ink3);transition:background var(--speed-fast) linear, color var(--speed-fast) linear, box-shadow var(--speed-fast) linear;background:0 0;border:0;border-radius:999px;flex:none;align-items:center;gap:1px;margin-right:4px;padding:0 3px 0 7px;display:inline-flex}.shell-root .s-row-chevron:hover,.shell-root .s-row-chevron[aria-expanded=true]{background:var(--surface-raised);box-shadow:var(--sh-soft-hover);color:var(--ink)}.shell-root .s-row-chevron:focus-visible{outline:var(--focus-ring-width) solid var(--focus);outline-offset:1px}.shell-root .s-row-chevron svg{width:13px;height:13px;transition:transform var(--speed-fast) linear;transform:rotate(90deg)}.shell-root .s-row-chevron[aria-expanded=true] svg{transform:rotate(-90deg)}.shell-root .s-row-count{font-family:var(--font-mono);font-size:10.5px;line-height:1}.shell-root .s-row-menu{max-height:260px;z-index:calc(var(--layer-popover) + 1);animation:s-peek-in var(--speed-fast) var(--ease-out);flex-direction:column;gap:2px;padding:6px;display:flex;position:fixed;overflow-y:auto}.shell-root .s-fork .s-fork-label{color:var(--ink2);margin:12px 0 6px;font-size:12.5px;display:block}.shell-root .s-fork .s-share-input{width:100%}.shell-root .s-fork-accept{color:var(--ink2);align-items:flex-start;gap:8px;margin-top:10px;font-size:12.5px;line-height:1.45;display:flex}.shell-root .s-fork-accept input{margin-top:3px}.shell-root .s-fork .s-notice{margin-top:10px}.shell-root .s-fork-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@media (max-width:640px){.shell-root .s-version-meta{display:none}}.shell-root .s-tools{flex-direction:column;display:flex}.shell-root .s-tools-head{border-radius:var(--r-sm);color:var(--ink2);font-variant-numeric:tabular-nums;transition:background var(--speed-fast) linear, color var(--speed-fast) linear;align-self:flex-start;align-items:center;gap:6px;margin:0 -6px;padding:3px 6px;font-size:12.5px;display:inline-flex}.shell-root .s-tools-head:hover{background:var(--surface);color:var(--ink)}.shell-root .s-tools-head svg{width:12px;height:12px;transition:transform var(--speed-regular) var(--ease-standard)}.shell-root .s-tools-head[aria-expanded=true] svg{transform:rotate(90deg)}.shell-root .s-fold{opacity:0;transition:grid-template-rows var(--speed-regular) var(--ease-standard), opacity var(--speed-regular) linear;grid-template-rows:0fr;display:grid}.shell-root .s-fold.open{opacity:1;grid-template-rows:1fr}.shell-root .s-fold>div{min-height:0;overflow:hidden}.shell-root .s-tools-body{flex-direction:column;padding:2px 0;display:flex}.shell-root .s-tool-row{border-radius:var(--r-sm);text-align:left;width:calc(100% + 12px);min-height:28px;color:var(--ink);animation:s-rise var(--speed-regular) var(--ease-out) both;transition:background var(--speed-fast) linear;align-items:center;gap:8px;margin:0 -6px;padding:0 6px;display:flex}.shell-root .s-tool-row:not(.still):hover{background:var(--surface)}.shell-root .s-tool-row.still{cursor:default}.shell-root .s-tool-glyph{width:16px;height:16px;color:var(--ink3);flex:none;place-items:center;display:grid;position:relative}.shell-root .s-tool-glyph>svg{width:14px;height:14px;transition:opacity var(--speed-fast) linear}.shell-root .s-tool-caret{opacity:0;transition:opacity var(--speed-fast) linear, transform var(--speed-regular) var(--ease-standard);place-items:center;display:grid;position:absolute;inset:0}.shell-root .s-tool-caret svg{width:12px;height:12px}.shell-root .s-tool-row:not(.still):hover .s-tool-glyph>svg,.shell-root .s-tool-row[aria-expanded=true] .s-tool-glyph>svg{opacity:0}.shell-root .s-tool-row:not(.still):hover .s-tool-caret,.shell-root .s-tool-row[aria-expanded=true] .s-tool-caret{opacity:1}.shell-root .s-tool-row[aria-expanded=true] .s-tool-caret{transform:rotate(90deg)}.shell-root .s-tool-row.running .s-tool-glyph>svg{animation:1.4s ease-in-out infinite s-pulse}.shell-root .s-tool-label{color:var(--ink);flex:none;font-size:12.5px;font-weight:500}.shell-root .s-tool-row.intent .s-tool-label{min-width:0;color:var(--ink2);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:400;overflow:hidden}.shell-root .s-tool-chip{background:var(--surface2);min-width:0;height:22px;box-shadow:var(--ring);color:var(--ink2);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;flex:0 auto;padding:0 7px;font-size:11.5px;line-height:22px;display:inline-block;overflow:hidden}.shell-root .s-tool-chip.mono{font-family:var(--font-mono);font-size:11px}.shell-root .s-tool-stat{font-family:var(--font-mono);font-variant-numeric:tabular-nums;flex:none;gap:6px;font-size:11px;display:inline-flex}.shell-root .s-tool-failed{color:var(--danger);flex:none;font-size:11px}.shell-root .s-tool-detail{border-left:1px solid var(--line2);margin:2px 0 6px 7px;padding:2px 0 2px 14px}.shell-root .s-tool-output{font-family:var(--font-mono);color:var(--ink2);white-space:pre-wrap;word-break:break-word;max-height:280px;margin:0;font-size:11.5px;line-height:1.6;overflow:auto}.shell-root .add,.s-diff-pop .add{color:var(--live)}.shell-root .del,.s-diff-pop .del{color:var(--danger)}@keyframes s-rise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes s-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes s-pop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.shell-root .s-changes{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.shell-root .s-change-anchor{max-width:100%;position:relative}.shell-root .s-change{background:var(--surface-raised);max-width:100%;height:26px;box-shadow:var(--sh-soft);font-family:var(--font-mono);color:var(--ink);font-variant-numeric:tabular-nums;animation:s-pop var(--speed-regular) var(--ease-out) both;transition:box-shadow var(--speed-fast) linear;border-radius:7px;align-items:center;gap:7px;padding:0 9px;font-size:11.5px;display:inline-flex}.shell-root .s-change:hover,.shell-root .s-change[aria-expanded=true]{box-shadow:var(--sh-soft-hover)}.shell-root .s-change-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.shell-root .s-change.deleted .s-change-name{color:var(--ink3);text-decoration:line-through}.shell-root .s-change-binary{color:var(--ink3)}.shell-root .s-changes-more{height:26px;font-family:var(--font-mono);color:var(--ink3);padding:0 6px;font-size:11.5px}.shell-root .s-changes-more:hover{color:var(--ink);text-decoration:underline}.shell-root .s-file.deleted .s-file-name{color:var(--ink3);text-decoration:line-through}.shell-root .s-file-more{font-family:var(--font-mono);color:var(--ink3);padding:7px 0 0;font-size:11.5px}.s-diff{font-family:var(--font-mono);font-size:11px;line-height:1.75}.s-diff-line{white-space:pre;text-overflow:ellipsis;color:var(--ink2);gap:8px;padding:0 8px;display:flex;overflow:hidden}.s-diff-line>span:first-child{-webkit-user-select:none;user-select:none;width:10px;color:var(--ink4);flex:none}.s-diff-line>span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.s-diff-line.add{background:var(--success-soft);color:var(--live)}.s-diff-line.del{background:var(--danger-soft);color:var(--danger)}.s-diff-line.add>span:first-child,.s-diff-line.del>span:first-child{color:inherit}.s-diff-line.hunk{color:var(--ink4)}.s-diff-more{font-family:var(--font-mono);color:var(--ink4);padding:2px 8px;font-size:11px}.s-diff-pop{z-index:var(--layer-popover);border-radius:var(--r-md);background:var(--surface-raised);width:min(420px,100vw - 24px);box-shadow:var(--sh-popover);animation:s-pop .16s var(--ease-out) both;position:fixed;overflow:hidden}.s-diff-pop-head{border-bottom:1px solid var(--line);font-family:var(--font-mono);color:var(--ink2);justify-content:space-between;align-items:center;gap:12px;padding:7px 10px;font-size:11px;display:flex}.s-diff-pop-path{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.s-diff-pop-stat{font-variant-numeric:tabular-nums;flex:none}.s-diff-pop-body{max-height:340px;padding:4px 0;overflow:auto}.s-diff-pop-note{color:var(--ink3);margin:0;padding:6px 10px;font-size:12px}
