.engw,.engw-sheet{--engw-rail:220px;--engw-bench:clamp(380px, 27vw, 480px);--engw-plane-code:#000;--engw-plane-chrome:#08080a;--engw-plane-raised:#0d0d10;--engw-plane-active:#ffffff0b;--engw-plane-hover:#ffffff07;--background:var(--engw-plane-chrome);--foreground:var(--sx-text);--muted:var(--sx-surface-2);--muted-foreground:var(--sx-text-muted);--popover:var(--engw-plane-raised);--popover-foreground:var(--sx-text);--border:var(--sx-line);--input:var(--sx-line-strong);--ring:var(--sx-text-secondary);--primary:var(--sx-text);--primary-foreground:var(--sx-canvas);--accent:var(--sx-surface-2);--accent-foreground:var(--sx-text)}.engw{background:var(--sx-canvas);height:100dvh;color:var(--sx-text);grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);display:grid;overflow:hidden}.engw :is(a,button):focus-visible{outline:2px solid var(--sx-text);outline-offset:-2px;border-radius:4px}.engw-context{border-bottom:1px solid var(--sx-line);background:var(--engw-plane-chrome)}.engw-context-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 20px;min-height:52px;padding:10px 20px;display:flex}.engw-crumb{min-width:0;color:var(--sx-text-muted);align-items:center;gap:9px;font-size:13px;display:flex}.engw-crumb a{min-height:32px;color:var(--sx-text-secondary);white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.engw-crumb a:hover{color:var(--sx-text)}.engw-crumb strong{color:var(--sx-text);white-space:nowrap;font-weight:400}.engw-controls{flex-shrink:0;align-items:center;gap:6px;display:flex}.engw-mode{color:var(--sx-text-muted);white-space:nowrap;padding-right:8px;font-size:13px}.engw-mode[data-solo=true]{color:var(--sx-warning)}.engw-pos{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;white-space:nowrap;padding-inline:8px;font-size:12.5px}.engw-ctl{border-radius:var(--sx-radius-sm);min-height:32px;color:var(--sx-text-secondary);cursor:pointer;white-space:nowrap;transition:color .16s var(--sx-ease), background .16s var(--sx-ease);background:0 0;border:0;justify-content:center;align-items:center;padding:0 10px;font-size:13px;text-decoration:none;display:inline-flex}.engw-ctl:hover{color:var(--sx-text);background:var(--sx-surface-1)}.engw-brief-row{align-items:baseline;gap:16px;min-width:0;padding:0 20px 14px;display:flex}.engw-mission-title{color:var(--sx-text);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:46%;margin:0;font-size:15px;font-weight:500;line-height:1.35;overflow:hidden}.engw-mission-sub{min-width:0;color:var(--sx-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;line-height:1.45;overflow:hidden}.engw-mission-sub b{color:var(--sx-text-secondary);font-variant-numeric:tabular-nums;font-weight:400}.engw-mission-sub[data-recovered=true] b{color:var(--sx-positive)}.engw-body{grid-template-columns:var(--engw-rail) minmax(0, 1fr) var(--engw-bench);min-height:0;display:grid}.engw-files{border-right:1px solid var(--sx-line);background:var(--engw-plane-chrome);flex-direction:column;min-height:0;display:flex;overflow-y:auto}.engw-files-head{z-index:1;background:var(--engw-plane-chrome);color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;margin:0;padding:14px 16px 10px;font-size:12px;position:sticky;top:0}.eng-tree-list{margin:0;padding:0 0 12px;list-style:none}.eng-tree-list .eng-tree-list{padding-bottom:0}.eng-tree-row{padding-block:5px;width:100%;min-height:30px;color:var(--sx-text-secondary);font-family:var(--font-geist-mono), ui-monospace, monospace;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;transition:color .14s var(--sx-ease), background .14s var(--sx-ease);background:0 0;border:0;align-items:center;gap:8px;padding-right:12px;font-size:12.5px;line-height:1.4;display:flex;position:relative;overflow:hidden}.eng-tree-row:hover{color:var(--sx-text);background:var(--engw-plane-hover)}.eng-tree-row.is-active{color:var(--sx-text);background:var(--engw-plane-active)}.eng-tree-mark{width:9px;color:var(--sx-text-muted);flex:none;font-size:10px}.eng-tree-row.is-dirty .eng-tree-mark{color:var(--sx-warning)}.engw-editor{border-right:1px solid var(--sx-line);background:var(--engw-plane-code);grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;display:grid}.eng-editor-frame{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.eng-editor-head{border-bottom:1px solid var(--sx-line);color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;justify-content:space-between;align-items:center;gap:14px;padding:10px 18px;font-size:12px;display:flex}.eng-editor-host{min-height:0}.eng-editor-loading{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;padding:18px;font-size:12.5px}.engw-bench{background:var(--engw-plane-chrome);grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.eng-tabs{border-bottom:1px solid var(--sx-line);align-items:stretch;padding:0 8px;display:flex}.eng-tabs button{min-height:44px;color:var(--sx-text-muted);cursor:pointer;transition:color .16s var(--sx-ease);text-transform:capitalize;background:0 0;border:0;padding:0 12px;font-size:13px;font-weight:400;position:relative}.eng-tabs button:hover{color:var(--sx-text-secondary)}.eng-tabs button.is-active{color:var(--sx-text)}.eng-tabs button.is-active:after{content:"";background:var(--sx-text);height:1px;position:absolute;bottom:-1px;left:12px;right:12px}.eng-tab-count{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;margin-left:6px;font-size:11.5px}.engw-bench-body{min-height:0;padding:22px 20px 28px;overflow-y:auto}.engw-panel>*+*{margin-top:18px}.engw-panel-title{color:var(--sx-text);margin:0;font-size:15px;font-weight:500;line-height:1.35}.engw-panel-note{color:var(--sx-text-muted);margin:0;font-size:13px;line-height:1.6}.engw-panel-body{color:var(--sx-text-secondary);margin:0;font-size:13.5px;line-height:1.65}.engw-dock{border-top:1px solid var(--sx-line);background:var(--engw-plane-raised);justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;display:flex}.engw-dock-state{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:3px;padding:4px;display:flex}.engw-dock-label{color:var(--sx-text-muted);font-size:12px;line-height:1.3}.engw-dock-score{color:var(--sx-text-secondary);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;font-size:14px;line-height:1.3}.engw-dock-state[data-all=true] .engw-dock-score{color:var(--sx-positive)}.engw-dock-state:hover .engw-dock-label{color:var(--sx-text-secondary)}.engw-scope{color:var(--sx-text-muted);margin:0;font-size:12.5px;line-height:1.55}.eng-command{color:var(--sx-text-muted);font-size:12.5px;display:block}.eng-command textarea{border:1px solid var(--sx-line);border-radius:var(--sx-radius-sm);width:100%;min-height:108px;color:var(--sx-text);font-family:var(--font-geist-mono), ui-monospace, monospace;resize:vertical;transition:border-color .16s var(--sx-ease);background:0 0;margin-top:8px;padding:12px 13px;font-size:12.5px;line-height:1.6;display:block}.eng-command textarea:focus{border-color:var(--sx-line-strong);outline:none}.eng-command textarea:disabled{color:var(--sx-text-muted);cursor:not-allowed}.eng-activity{margin:0;padding:0;list-style:none}.eng-activity li{color:var(--sx-text-muted);animation:engw-step .26s var(--sx-ease) both;padding-block:6px;font-size:12.5px;line-height:1.55}.eng-activity li[data-pending=true]{color:var(--sx-text-muted)}@keyframes engw-step{0%{opacity:0}to{opacity:1}}.eng-diagnosis>*+*{margin-top:14px}.eng-diagnosis h2{color:var(--sx-text);margin:0;font-size:15px;font-weight:500;line-height:1.4}.eng-diagnosis p{color:var(--sx-text-secondary);margin:0;font-size:13.5px;line-height:1.65}.eng-evidence-group p{color:var(--sx-text-muted);margin:0 0 6px;font-size:12.5px}.eng-evidence-group ul{margin:0;padding:0 0 0 14px;list-style:none}.eng-evidence-group li{color:var(--sx-text-secondary);padding-block:4px;font-size:13px;line-height:1.6;position:relative}.eng-evidence-group li:before{content:"";background:var(--sx-text-muted);width:4px;height:1px;position:absolute;top:12px;left:-12px}.eng-provider-note,.eng-apply-error,.eng-panel-error{border-left:2px solid var(--sx-line-strong);margin:0;padding-left:12px;font-size:12.5px;line-height:1.6}.eng-provider-note{border-left-color:var(--sx-warning);color:var(--sx-warning)}.eng-apply-error,.eng-panel-error{border-left-color:var(--sx-danger);color:var(--sx-danger)}.eng-diff>*+*{margin-top:12px}.eng-diff h3{color:var(--sx-text);margin:0;font-size:14px;font-weight:500;line-height:1.45}.eng-diff-lead{color:var(--sx-text-muted);margin:0;font-size:12.5px;line-height:1.55}.eng-diff-file{border:1px solid var(--sx-line);border-radius:var(--sx-radius-sm);overflow:hidden}.eng-diff-file>p{border-bottom:1px solid var(--sx-line);color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;margin:0;padding:9px 12px;font-size:11.5px}.eng-diff-file pre{font-family:var(--font-geist-mono), ui-monospace, monospace;margin:0;padding:12px;font-size:12px;line-height:1.7;overflow-x:auto}.eng-diff-file .del{color:var(--sx-danger);display:block}.eng-diff-file .add{color:var(--sx-text);display:block}.eng-diff-actions,.engw-actions{flex-wrap:wrap;gap:10px;display:flex}.eng-reject>*+*{margin-top:10px}.eng-reject label{color:var(--sx-text-muted);font-size:12.5px;display:block}.eng-reject input{border:1px solid var(--sx-line);border-radius:var(--sx-radius-sm);width:100%;min-height:40px;color:var(--sx-text);background:0 0;margin-top:8px;padding:0 12px;font-size:13px;display:block}.eng-reject input:focus{border-color:var(--sx-line-strong);outline:none}.engw-verify-score{align-items:baseline;gap:10px;margin:0;display:flex}.engw-verify-score b{color:var(--sx-text);letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:400;line-height:1}.engw-verify-score[data-all=true] b{color:var(--sx-positive)}.engw-verify-score span{color:var(--sx-text-muted);font-size:13px}.engw-group+.engw-group{margin-top:20px}.engw-group-head{border-bottom:1px solid var(--sx-line);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:8px;display:flex}.engw-group-head strong{color:var(--sx-text);font-size:13px;font-weight:500}.engw-group-head span{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;font-size:12px}.engw-checks{margin:0;padding:0;list-style:none}.engw-checks li{color:var(--sx-text-muted);grid-template-columns:16px minmax(0,1fr);align-items:start;gap:10px;padding-block:8px;font-size:13px;line-height:1.55;display:grid}.engw-checks li.is-fail{color:var(--sx-text)}.engw-check-mark{margin-top:1px;font-size:11px;line-height:1.5}.engw-checks li.is-pass .engw-check-mark{color:var(--sx-positive)}.engw-checks li.is-fail .engw-check-mark{color:var(--sx-danger)}.engw-sim{border-left:2px solid var(--sx-positive-dim);padding-left:12px}.engw-sim strong{color:var(--sx-positive);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:22px;font-weight:400;line-height:1.2;display:block}.engw-sim span{color:var(--sx-text-muted);margin-top:4px;font-size:12.5px;line-height:1.55;display:block}.eng-mentor>*+*{margin-top:18px}.eng-mentor-head{align-items:center;gap:12px;display:flex}.eng-mentor-mascot{flex:none;width:30px;height:30px}.eng-mentor-mark{border:1px solid var(--sx-line-strong);border-radius:50%;flex:none;width:30px;height:30px}.eng-mentor-head p{color:var(--sx-text-muted);margin:0 0 3px;font-size:12.5px}.eng-mentor-head strong{color:var(--sx-text);font-size:15px;font-weight:500;line-height:1.35}.eng-mentor-locked{border-left:1px solid var(--sx-line-strong);padding-left:14px}.eng-mentor-gate{color:var(--sx-text-muted);margin:0 0 8px;font-size:12.5px}.eng-mentor-wait{color:var(--sx-text);margin:0;font-size:15px;line-height:1.45}.eng-mentor-locked-copy{color:var(--sx-text-muted);margin:10px 0 0;font-size:13px;line-height:1.65}.eng-mentor-prompt{color:var(--sx-text);margin:0;font-size:16px;line-height:1.55}.eng-mentor-options{flex-direction:column;gap:8px;display:flex}.eng-mentor-option{border:1px solid var(--sx-line);border-radius:var(--sx-radius-sm);width:100%;min-height:46px;color:var(--sx-text-secondary);text-align:left;cursor:pointer;transition:border-color .16s var(--sx-ease), color .16s var(--sx-ease);background:0 0;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;padding:13px 14px;font-size:13.5px;line-height:1.6;display:grid}.eng-mentor-option:hover:not(:disabled){border-color:var(--sx-line-strong);color:var(--sx-text)}.eng-mentor-option>span:first-child{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-size:12px;line-height:1.7}.eng-mentor-option.is-selected{border-color:var(--sx-text);color:var(--sx-text)}.eng-mentor-option.is-selected>span:first-child{color:var(--sx-text)}.eng-mentor-option:disabled{cursor:default;opacity:.7}.eng-mentor-hint,.eng-mentor-ok,.eng-partial{border-left:2px solid;margin:0;padding-left:12px;font-size:12.5px;line-height:1.6}.eng-mentor-hint{border-left-color:var(--sx-warning);color:var(--sx-warning)}.eng-mentor-ok{border-left-color:var(--sx-positive);color:var(--sx-positive)}.eng-partial{border-left-color:var(--sx-line-strong);color:var(--sx-text-muted)}.eng-brief-panel>*+*{margin-top:16px}.eng-brief-panel h2{color:var(--sx-text);margin:0;font-size:16px;font-weight:500;line-height:1.4}.engw-req{border-left:1px solid var(--sx-line-strong);padding-left:12px}.engw-req p{color:var(--sx-text-muted);margin:0 0 5px;font-size:12.5px}.engw-req span{color:var(--sx-text-secondary);font-size:13px;line-height:1.65}.engw-solo{border-left:2px solid var(--sx-warning);padding-left:14px}.engw-solo p:first-child{color:var(--sx-warning);margin:0 0 6px;font-size:12.5px}.engw-solo strong{color:var(--sx-text);font-size:15px;font-weight:500;line-height:1.4}.engw-solo p:last-child{color:var(--sx-text-muted);margin:8px 0 0;font-size:13px;line-height:1.65}.eng-replay ol{margin:0;padding:0;list-style:none}.eng-replay li{color:var(--sx-text-muted);grid-template-columns:44px minmax(0,1fr);gap:12px;padding-block:6px;font-size:12.5px;line-height:1.55;display:grid}.eng-replay li span{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums}.engw-complete{border-left:2px solid var(--sx-positive);animation:engw-complete .42s var(--sx-ease) both;margin-bottom:28px;padding-left:14px}@keyframes engw-complete{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.engw-complete>*+*{margin-top:16px}.engw-complete-kicker{color:var(--sx-positive);margin:0;font-size:12.5px}.engw-complete h2{color:var(--sx-text);letter-spacing:-.02em;margin:0;font-size:19px;font-weight:400;line-height:1.3}.engw-complete dl{margin:0}.engw-complete dl>div{border-top:1px solid var(--sx-line);justify-content:space-between;align-items:baseline;gap:16px;padding-block:8px;display:flex}.engw-complete dt{color:var(--sx-text-muted);font-size:13px}.engw-complete dd{color:var(--sx-text-secondary);white-space:nowrap;margin:0;font-size:13px}.eng-evidence>p:first-child,.eng-next>p:first-child{color:var(--sx-text-muted);margin:0 0 8px;font-size:12.5px}.eng-evidence ul{margin:0;padding:0;list-style:none}.eng-evidence li{border-top:1px solid var(--sx-line);color:var(--sx-text-secondary);justify-content:space-between;align-items:baseline;gap:14px;padding-block:7px;font-size:13px;display:flex}.eng-evidence li strong{color:var(--sx-text-muted);white-space:nowrap;font-size:12.5px;font-weight:400}.eng-next{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.eng-next>a:not(.sx-btn){color:var(--sx-text);border-bottom:1px solid var(--sx-line-strong);padding-bottom:2px;font-size:15px;line-height:1.4;text-decoration:none}.eng-next>a:not(.sx-btn):hover{border-color:var(--sx-text)}.eng-next>strong{color:var(--sx-text);font-size:13px;font-weight:500}.eng-next>span{color:var(--sx-text-secondary);font-size:13px;line-height:1.55}.eng-next>em{color:var(--sx-text-muted);font-size:12.5px;font-style:normal}.engw-loading{min-height:100dvh;color:var(--sx-text-muted);align-items:center;padding:40px;font-size:13px;display:flex}.engw-advisory{display:none}@media (max-width:1180px){.engw{--engw-rail:190px;--engw-bench:340px}.engw-mission-title{max-width:40%}}@media (max-width:1023px){.engw{grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr);height:auto;min-height:100dvh;overflow:visible}.engw-advisory{border-bottom:1px solid var(--sx-line);color:var(--sx-warning);margin:0;padding:10px 20px;font-size:12.5px;line-height:1.5;display:block}.engw-body{grid-template-columns:minmax(0,1fr)}.engw-files{border-right:0;border-bottom:1px solid var(--sx-line);flex-direction:row;align-items:stretch;overflow:auto hidden}.engw-files-head{white-space:nowrap;border-right:1px solid var(--sx-line);align-items:center;padding:0 14px;display:flex;position:static}.eng-tree-list{align-items:stretch;padding:0;display:flex}.eng-tree-list li{display:flex}.eng-tree-row[aria-label^=Folder]{display:none}.eng-tree-row{border-right:1px solid var(--sx-line);min-height:44px;padding-inline:14px!important}.engw-editor{border-right:0;border-bottom:1px solid var(--sx-line);min-height:58vh}.engw-bench{grid-template-rows:auto auto auto}.engw-bench-body{padding-bottom:96px;overflow-y:visible}.engw-dock{z-index:2;background:var(--sx-canvas);border-top:1px solid var(--sx-line-strong);position:sticky;bottom:0}}@media (max-width:900px){.engw-controls{justify-content:flex-start;gap:2px;width:100%}.engw-mode{padding-right:4px}.engw-ctl{min-height:44px;padding-inline:12px}.engw-crumb a{min-height:44px}.eng-tabs button{min-height:48px}}@media (max-width:720px){.engw-brief-row{flex-direction:column;align-items:flex-start;gap:4px}.engw-mission-title,.engw-mission-sub{white-space:normal;max-width:none;overflow:visible}.engw-bench-body{padding:18px 16px 24px}.eng-tabs{overflow-x:auto}}@media (prefers-reduced-motion:reduce){.engw *,.engw :before,.engw :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.engw .sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.engw-readings p{color:var(--sx-text-muted);margin:0 0 8px;font-size:12.5px}.engw-readings dl{margin:0}.engw-readings dl>div{border-top:1px solid var(--sx-line);justify-content:space-between;align-items:baseline;gap:16px;padding-block:8px;display:flex}.engw-readings dt{color:var(--sx-text-muted);font-size:13px}.engw-readings dd{color:var(--sx-text-secondary);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;white-space:nowrap;margin:0;font-size:13px}.engw-diffview{background:var(--engw-plane-code);grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.engw-diffview-head{border-bottom:1px solid var(--sx-line);background:var(--engw-plane-chrome);justify-content:space-between;align-items:flex-start;gap:20px;padding:14px 18px;display:flex}.engw-diffview-title{min-width:0}.engw-diffview-kicker{color:var(--sx-text-muted);font-size:12.5px;line-height:1.4;display:block}.engw-diffview-summary{color:var(--sx-text);margin:4px 0 0;font-size:14px;font-weight:500;line-height:1.45}.engw-diffview-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.engw-diffview-files{border-bottom:1px solid var(--sx-line);background:var(--engw-plane-chrome);align-items:stretch;gap:0;padding:0 12px;display:flex;overflow-x:auto}.engw-diffview-count{color:var(--sx-text-muted);white-space:nowrap;align-items:center;gap:10px;margin:0;padding-right:18px;font-size:12.5px;display:flex}.engw-diffview-files button{min-height:40px;color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;white-space:nowrap;cursor:pointer;transition:color .14s var(--sx-ease);background:0 0;border:0;align-items:center;gap:10px;padding:0 14px;font-size:12.5px;display:inline-flex;position:relative}.engw-diffview-files button:hover{color:var(--sx-text-secondary)}.engw-diffview-files button.is-active{color:var(--sx-text)}.engw-diffview-files button.is-active:after{content:"";background:var(--sx-text);height:1px;position:absolute;bottom:-1px;left:10px;right:10px}.engw-diffview-stat{font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;font-size:11.5px}.engw-stat-add{color:var(--sx-positive)}.engw-stat-del{color:var(--sx-danger)}.engw-diffview-body{min-height:0}.engw-builder-head{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.engw-builder-status{color:var(--sx-text-muted);text-align:right;margin:0;font-size:12.5px}.engw-activity{border-left:1px solid var(--sx-line);margin:0;padding:0;list-style:none}.engw-activity li{color:var(--sx-text-muted);animation:engw-activity-in .2s var(--sx-ease) both;grid-template-columns:16px minmax(0,1fr);align-items:baseline;gap:10px;padding:5px 0 5px 14px;font-size:12.5px;line-height:1.5;display:grid}.engw-activity li[data-state=active]{color:var(--sx-text-secondary)}.engw-activity-mark{color:var(--sx-text-secondary);font-size:10px;line-height:1.7}.engw-activity li[data-state=active] .engw-activity-mark:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite engw-pulse;display:inline-block}.engw-activity-label{min-width:0;font-family:var(--font-geist-mono), ui-monospace, monospace;font-size:12px}@keyframes engw-activity-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}@keyframes engw-pulse{0%,to{opacity:1}50%{opacity:.3}}.engw-result>*+*{margin-top:18px}.engw-reference-note{border-left:2px solid var(--sx-warning);padding-left:12px}.engw-reference-kicker{color:var(--sx-warning);margin:0 0 4px;font-size:12.5px}.engw-reference-note p{color:var(--sx-text-secondary);margin:0;font-size:13px;line-height:1.6}.engw-reference-detail{color:var(--sx-text-muted)!important;margin-top:6px!important;font-size:12.5px!important}.engw-rootcause-kicker{color:var(--sx-text-muted);margin:0;font-size:12.5px}.engw-rootcause-title{color:var(--sx-text);letter-spacing:-.012em;margin:6px 0 0;font-size:17px;font-weight:500;line-height:1.35}.engw-rootcause-confidence{color:var(--sx-text-muted);text-transform:lowercase;margin:8px 0 0;font-size:12.5px}.engw-patch{border:1px solid var(--sx-line);border-radius:var(--sx-radius-sm);background:var(--engw-plane-raised);padding:14px 15px}.engw-patch-kicker{color:var(--sx-text-secondary);margin:0;font-size:12.5px}.engw-patch-count{color:var(--sx-text);margin:4px 0 0;font-size:15px;font-weight:500}.engw-patch-files{margin:10px 0 0;padding:0;list-style:none}.engw-patch-files li{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;padding:3px 0;font-size:12px}.engw-patch .engw-actions{margin-top:14px}.engw-log-trigger{min-height:32px;color:var(--sx-text-muted);cursor:pointer;transition:color .14s var(--sx-ease);background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12.5px;display:inline-flex}.engw-log-trigger:hover{color:var(--sx-text-secondary)}.engw-log-trigger svg{width:13px;height:13px;transition:transform .16s var(--sx-ease)}.engw-log-trigger[data-panel-open] svg{transform:rotate(90deg)}.engw-log-body>*+*{margin-top:14px}.engw-log-body{padding-top:12px}@media (prefers-reduced-motion:reduce){.engw-activity li,.engw-activity li[data-state=active] .engw-activity-mark:before{animation:none}.engw-log-trigger svg{transition:none}}.engw-log-count{color:var(--sx-text-disabled);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;font-size:11.5px}.engw-dock-context{color:var(--sx-text-muted);margin:0;font-size:12.5px}.eng-tabs[data-slot=tabs-list]{border-radius:0;width:100%;height:auto;padding:0 8px}.eng-tabs [data-slot=tabs-trigger]{text-transform:capitalize;flex:none;height:44px;padding-inline:12px;font-size:13px;font-weight:400}.engw-verify-verdict{color:var(--sx-warning);margin:8px 0 0;font-size:13px;font-weight:500}.engw-group{animation:engw-settle .22s var(--sx-ease) both;animation-delay:calc(var(--engw-i,0) * 70ms)}@keyframes engw-settle{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.engw-group{animation:none}}.engw-gate{margin:16px 0 0;padding:0;list-style:none}.engw-gate li{justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0 9px 20px;font-size:13px;display:flex;position:relative}.engw-gate li:before{content:"";background:var(--sx-line-strong);width:1px;position:absolute;top:18px;bottom:-9px;left:4px}.engw-gate li:last-child:before{display:none}.engw-gate li:after{content:"";border:1px solid var(--sx-line-strong);background:var(--engw-plane-chrome);border-radius:50%;width:9px;height:9px;position:absolute;top:13px;left:0}.engw-gate li[data-state=done]:after{border-color:var(--sx-positive);background:var(--sx-positive)}.engw-gate li[data-state=current]:after{border-color:var(--sx-warning)}.engw-gate-name{color:var(--sx-text-secondary)}.engw-gate-value{color:var(--sx-text-muted);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12.5px}.engw-gate li[data-state=done] .engw-gate-name{color:var(--sx-text)}.engw-gate li[data-state=current] .engw-gate-value{color:var(--sx-warning)}.engw-gate li[data-state=blocked] .engw-gate-name{color:var(--sx-text-muted)}.engw-understanding-head{color:var(--sx-text-muted);margin:0 0 8px;font-size:12.5px}.engw-understanding ul{margin:0 0 12px;padding:0;list-style:none}.engw-understanding li{border-top:1px solid var(--sx-line);color:var(--sx-text-secondary);justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;font-size:13px;line-height:1.5;display:flex}.engw-understanding li strong{white-space:nowrap;font-size:12px;font-weight:500}.engw-understanding li[data-state=pass] strong{color:var(--sx-positive)}.engw-understanding li[data-state=miss] strong{color:var(--sx-warning)}.engw-signal{flex-wrap:wrap;align-items:baseline;gap:0 26px;min-width:0;margin:0;display:flex}.engw-signal>div{align-items:baseline;gap:8px;min-width:0;display:flex}.engw-signal dt{color:var(--sx-text-muted);white-space:nowrap;font-size:12.5px}.engw-signal dd{color:var(--sx-text-secondary);font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;white-space:nowrap;margin:0;font-size:13.5px}.engw-signal dd[data-role=current]{color:var(--sx-text);font-size:15px}.engw-signal dd[data-role=delta]{color:var(--sx-danger)}.engw-signal[data-recovered=true] dd[data-role=current]{color:var(--sx-positive)}.engw-signal[data-recovered=true] dd[data-role=delta]{color:var(--sx-text-muted)}.eng-tree-row.is-reading{color:var(--sx-text)}.eng-tree-row.is-reading:after{content:"";background:var(--sx-text-secondary);width:2px;animation:1.2s ease-in-out infinite engw-reading;position:absolute;top:0;bottom:0;left:0}@keyframes engw-reading{0%,to{opacity:.25}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.eng-tree-row.is-reading:after{opacity:.8;animation:none}}.engw-mobilebar{display:contents}.engw-sheet-trigger{z-index:40;min-height:44px;box-shadow:0 0 0 1px var(--sx-line-strong);background:var(--engw-plane-raised);position:fixed;bottom:76px;right:16px}.engw-sheet{background:var(--engw-plane-chrome);max-height:84vh;color:var(--sx-text);border-top:1px solid var(--sx-line-strong);padding:0}.engw-sheet .engw-bench{background:0 0;grid-template-rows:auto minmax(0,1fr);min-height:0;max-height:84vh;display:grid}.engw-sheet .engw-bench-body{padding-bottom:28px;overflow-y:auto}@media (max-width:1023px){.engw-dock{z-index:30;border-top:1px solid var(--sx-line-strong);background:var(--engw-plane-raised);position:fixed;bottom:0;left:0;right:0}.engw-editor{border-bottom:0;min-height:calc(100dvh - 300px)}.engw-body{padding-bottom:80px}}@media (prefers-reduced-motion:reduce){.engw-sheet{transition:none!important}}@media (pointer:coarse),(max-width:1024px){.engw .sx-btn,.engw-sheet .sx-btn,.engw-ctl,.engw-crumb a{min-height:44px}.eng-tabs [data-slot=tabs-trigger]{height:48px}.engw-sheet>button{min-width:44px;min-height:44px}.engw-sheet .eng-command textarea,.engw .eng-command textarea{min-height:96px}}
