:root{color:#211812;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#211812;--paper:#fffdf9;--paper-soft:#f7f0e5;--page:#f3eee6;--outline:#50483f;--frame-line:#6f6459;--frame-border:1.5px solid var(--frame-line);--muted:#8a8177;--orange:#f08a35;--yellow:#ded0ff;--lavender:#ded0ff;--active-soft:#f1ebff;--active-hover:#a66cff29;--active-border:#a66cff94;--tree-big-accent:#d97757;--tree-small-accent:#a66cff;--tree-tiny-accent:#2eb67d;--green:#58a878;--blue:#4c73f2;--purple:#75639a;--pink:#d96d86;--red:#e24d4d;--shadow:#2118121f;--motion-fast:.14s;--motion-medium:.22s;--motion-slow:.36s;--tree-motion-fade:.62s;--tree-motion-highlight:.9s;--motion-soft-ease:cubic-bezier(.16, 1, .3, 1);--motion-highlight-orange:#f08a3533;--motion-highlight-yellow:#a66cff47;--motion-highlight-green:#91ec9d3d;--motion-highlight-purple:#75639a2e;--motion-highlight-pink:#d96d862e;background:#f3eee6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}*{box-sizing:border-box;scrollbar-color:#f0e7db #fcfaf5}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#fcfaf5;border-radius:999px}::-webkit-scrollbar-thumb{background:#f0e7db;border:3px solid #fcfaf5;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#eadfd2}html,body,#root{width:100%;min-width:0;height:100%;min-height:100%;margin:0;overflow:hidden}body{background:var(--page)}button{color:inherit;font:inherit;letter-spacing:0;border:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-frame{grid-template-columns:var(--sidebar-width,250px) minmax(0, 1fr);background:var(--paper);width:100%;height:100vh;min-height:0;color:var(--ink);transition:grid-template-columns var(--motion-slow) ease;grid-template-rows:46px minmax(0,1fr);display:grid}.app-frame.sidebar-collapsed,.app-frame[data-sidebar-collapsed=true]{grid-template-columns:0 minmax(0,1fr)}.app-frame[data-sidebar-dragging=true]{cursor:col-resize;-webkit-user-select:none;user-select:none;transition:none}.app-frame[data-sidebar-dragging=true] .project-rail{transition:none}.web-chrome{border-bottom:var(--frame-border);background:var(--paper-soft);height:46px;min-height:46px;color:var(--ink);grid-column:1/-1;grid-template-columns:auto auto auto minmax(0,1fr) auto;align-items:stretch;display:grid}.brand-lockup,.chrome-panel-tabs,.chrome-actions,.window-sidebar-toggle,.window-side-panel-tabs,.window-inbox-button,.window-progress-button,.window-social-button,.window-sync-area{align-items:stretch;min-width:0;display:flex}.brand-lockup{border-right:var(--frame-border);align-items:center;padding:0 18px 1px 20px}.chrome-panel-tab{min-width:86px;color:var(--ink);cursor:pointer;background:0 0;border-right:1px solid #6f645952;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:760;display:inline-flex}.chrome-panel-tab.active{background:var(--active-hover);color:var(--ink)}.chrome-panel-tab:hover,.chrome-panel-tab:focus-visible{background:var(--active-hover)}.brand-mark,.section-title,h1,h2{letter-spacing:0;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace}.brand-mark{text-transform:lowercase;font-size:22px;font-weight:820;line-height:1}.brand-subtitle{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.window-sidebar-toggle{border:0;border-right:var(--frame-border);width:46px;min-width:46px;color:var(--ink);cursor:pointer;background:0 0;place-items:center;padding:0;display:grid}.window-sidebar-toggle:hover,.window-sidebar-toggle:focus-visible{background:var(--active-hover)}.window-drag-fill{min-width:0}.window-sync-area{justify-content:center;align-items:center;padding:0 4px 0 10px}.window-settings-button,.window-feedback-button,.window-center-split-button,.window-rotate-panels-button,.window-sync-button{width:34px;height:46px;min-height:46px;color:var(--ink);cursor:pointer;opacity:.74;background:0 0;border:0;place-items:center;padding:0;transition:opacity .14s;display:grid}.window-settings-button:hover,.window-settings-button:focus-visible,.window-feedback-button:hover,.window-feedback-button:focus-visible,.window-center-split-button:hover,.window-center-split-button:focus-visible,.window-rotate-panels-button:hover,.window-rotate-panels-button:focus-visible,.window-sync-button:hover:not(:disabled),.window-sync-button:focus-visible:not(:disabled){opacity:1;background:0 0}.window-settings-button:disabled,.window-feedback-button:disabled,.window-center-split-button:disabled,.window-rotate-panels-button:disabled,.window-sync-button:disabled{cursor:default;opacity:.36}.project-rail{background:var(--paper-soft);opacity:1;min-width:0;height:100%;min-height:0;transition:opacity var(--motion-medium) ease, transform var(--motion-slow) ease, visibility 0s linear 0s;border-right:0;flex-direction:column;grid-area:2/1;gap:24px;padding:22px 18px 18px;display:flex;overflow:hidden;transform:translate(0)}.app-frame.sidebar-collapsed .project-rail{z-index:33;width:var(--sidebar-width,250px);border-right:var(--frame-border);box-shadow:none;opacity:0;pointer-events:none;transform:translateX(calc(-1 * var(--sidebar-width,250px)));visibility:hidden;transition:opacity var(--motion-medium) ease, transform var(--motion-slow) ease, box-shadow var(--motion-medium) ease, visibility 0s linear var(--motion-slow);grid-area:1/1/-1/-1;position:absolute;top:46px;bottom:0;left:0}.app-frame[data-sidebar-collapsed=true][data-sidebar-peek=true] .project-rail{opacity:1;pointer-events:auto;visibility:visible;transition:opacity var(--motion-medium) ease, transform var(--motion-slow) ease, box-shadow var(--motion-medium) ease, visibility 0s linear 0s;transform:translate(0);box-shadow:16px 0 34px #2118121f}.sidebar-hover-zone{z-index:32;width:var(--sidebar-hover-zone-width,16px);cursor:default;background:0 0;border:0;position:absolute;top:46px;bottom:0;left:0}.sidebar-resizer{z-index:12;width:18px;min-width:18px;height:100%;color:var(--ink);cursor:col-resize;background:0 0;border:0;grid-area:2/1;justify-self:end;place-items:stretch stretch;padding:0;display:grid;position:relative;transform:translate(50%)}.sidebar-resizer:before{background:var(--ink);content:"";width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.sidebar-resizer span{width:8px;height:42px;transition:background-color var(--motion-fast) ease;background:0 0;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sidebar-resizer:hover span,.sidebar-resizer:focus-visible span,.app-frame[data-sidebar-dragging=true] .sidebar-resizer span{background:#a66cff61}.section-title-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:30px;display:flex}.project-header-actions{flex:none;align-items:center;gap:6px;display:flex}.rail-section,.workspace,.tree-list{min-width:0;display:grid}.rail-section{gap:12px}.project-section .eyebrow{font-size:13px;font-weight:760}.section-title{color:#4f463d;letter-spacing:0;text-transform:lowercase;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:19px;font-weight:760}.eyebrow{color:#4f463d;letter-spacing:0;text-transform:uppercase;margin:0;font-size:11px;font-weight:820}.project-row,.mission-row,.primary-action,.secondary-action{border:var(--frame-border);background:var(--paper);cursor:pointer;border-radius:8px;min-width:0}.project-row{background:var(--paper);color:var(--ink);border:1px solid #6f64594d;grid-template-columns:26px minmax(0,1fr) 30px;align-items:center;padding:0;transition:background-color .14s,border-color .14s;display:grid;position:relative;overflow:visible}.project-row:hover{background:var(--active-soft);border-color:#6f64597a}.project-row.selected{background:var(--yellow);border-color:#6f645980;font-weight:720;box-shadow:inset 0 0 0 1px #fffdf96b}.project-row:focus-within{border-color:#75639ac7;box-shadow:0 0 0 2px #75639a29}.project-row span,.project-row strong,.mission-row{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-add-action,.project-archive-toggle,.project-expand,.project-item,.project-menu-trigger,.mission-main,.mission-row-action,.mission-list-toggle{min-width:0;color:inherit;cursor:pointer;background:0 0;border:0}.project-add-action,.project-archive-toggle{width:30px;height:30px;color:var(--ink);opacity:0;border-radius:8px;flex:none;place-items:center;transition:background-color .14s,color .14s,opacity .14s;display:grid}.project-section:hover .project-add-action,.project-section:focus-within .project-add-action,.project-section:hover .project-archive-toggle,.project-section:focus-within .project-archive-toggle,.project-archive-toggle.active{opacity:1}.project-add-action:hover:not(:disabled),.project-archive-toggle:hover:not(:disabled),.project-archive-toggle.active{background:var(--active-hover);color:var(--ink)}.project-add-action:disabled,.project-archive-toggle:disabled{cursor:default;opacity:0}.project-section:hover .project-add-action:disabled,.project-section:focus-within .project-add-action:disabled,.project-section:hover .project-archive-toggle:disabled,.project-section:focus-within .project-archive-toggle:disabled{opacity:.32}.project-empty{border:1.5px dashed var(--frame-line);color:var(--muted);border-radius:8px;padding:12px}.project-list,.project-group{min-width:0;display:grid}.project-list{align-content:start;gap:12px;min-height:0}.rail-settings-section{margin-top:auto}.rail-settings-button{background:var(--paper);width:100%;min-width:0;color:var(--ink);cursor:pointer;text-align:left;border:1px solid #6f64594d;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:9px 11px;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:14px;font-weight:760;transition:background-color .14s,border-color .14s;display:grid}.rail-settings-button:hover,.rail-settings-button:focus-visible{background:var(--active-soft);border-color:#6f64597a}.rail-settings-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-expand,.project-menu-trigger{height:100%;min-height:34px;color:var(--ink);place-items:center;display:grid}.project-expand{border-right:1px solid #6f645947;width:26px}.project-expand svg{transition:transform .14s}.project-expand.expanded svg{transform:rotate(90deg)}.project-item{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:15px;font-weight:650;display:grid;overflow:hidden}.project-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-mission-count{background:var(--paper);min-width:19px;height:19px;color:var(--ink);border:0;border-radius:999px;place-items:center;padding:0 5px;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:11px;font-weight:780;line-height:1;display:grid}.project-menu-trigger{color:#6d645a;border-left:1px solid #6f645947;width:30px}.project-menu-trigger:hover:not(:disabled){background:#fffdf973}.project-row-menu{z-index:20;border:var(--frame-border);background:var(--paper);min-width:150px;box-shadow:0 12px 26px var(--shadow);border-radius:8px;padding:4px;display:grid;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.project-row-menu button{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border-radius:6px;padding:8px 10px;font-size:13px}.project-row-menu button:hover:not(:disabled){background:#fff8ee}.project-row-menu button:disabled{cursor:default;opacity:.54}.project-expand:disabled,.project-menu-trigger:disabled,.project-item:disabled,.mission-main:disabled,.mission-row-action:disabled,.mission-list-toggle:disabled{cursor:default;opacity:.48}.mission-row{color:#51483e;cursor:default;text-align:left;background:#fffdf985;border:1.5px solid #0000;grid-template-columns:minmax(0,1fr);align-items:center;width:100%;min-width:0;min-height:32px;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.25;transition:background-color .14s,border-color .14s,color .14s;display:grid;position:relative;overflow:hidden}.mission-row:hover:not(:has(.mission-main:disabled)){color:var(--ink);background:#fff8ee}.mission-row.selected{border-color:var(--frame-line);color:var(--ink);background:#fff8ee;box-shadow:0 0 0 1px #21181214}.mission-row.completed{color:#21181273}.mission-row.completed.selected{border-color:var(--frame-line);background:var(--paper);color:var(--ink);box-shadow:inset 0 0 0 1px #fffdf96b,0 0 0 1px #2118121f}.mission-row.completed .mission-title{-webkit-text-decoration:line-through #21181273;text-decoration:line-through #21181273;text-decoration-thickness:1.5px}.mission-row.completed.selected .mission-title{text-decoration-color:#21181294}.mission-row.archived{color:#21181294;background:#fff8ee9e}.mission-row.archived.selected{background:var(--paper);color:var(--ink);border-color:#6f645985}.mission-row:has(.mission-main:disabled){opacity:.58}.mission-main{width:100%;min-width:0;min-height:30px;font:inherit;line-height:inherit;text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:4px 16px;display:grid}.mission-main:disabled{cursor:default}.mission-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;overflow:hidden}.mission-meta{justify-content:flex-end;align-items:center;min-width:0;display:flex}.mission-age{color:#21181270;font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:11px;font-weight:760;line-height:1;transition:opacity .12s,transform .14s}.mission-row.selected .mission-age{color:#2118129e}.mission-row-action{z-index:2;color:#2118127a;opacity:0;pointer-events:none;background:0 0;border-radius:6px;place-items:center;width:24px;height:24px;padding:0;transition:background-color .14s,color .14s,opacity .12s,transform .14s;display:grid;position:absolute;top:50%;right:12px;transform:translate(6px,-50%)}.mission-row:hover .mission-row-action{opacity:1;pointer-events:auto;transform:translateY(-50%)}.mission-row:has(.mission-row-action:focus-visible) .mission-row-action{opacity:1;pointer-events:auto;transform:translateY(-50%)}.mission-row:hover .mission-age{opacity:0;transform:translate(-4px)}.mission-row:has(.mission-row-action:focus-visible) .mission-age{opacity:0;transform:translate(-4px)}.mission-row-action:hover:not(:disabled){color:var(--ink);background:#fffdf9c7}.mission-row-action:disabled{cursor:default;opacity:.42;pointer-events:none}.mission-list{max-height:var(--mission-list-height,220px);opacity:1;gap:5px;margin-top:7px;margin-bottom:8px;padding-left:16px;transition:max-height .32s,margin-top .32s,margin-bottom .32s,opacity .22s,transform .32s;display:grid;overflow:hidden;transform:translateY(0)}.mission-list.collapsed{opacity:0;pointer-events:none;max-height:0;margin-top:0;margin-bottom:0;transform:translateY(-5px)}.mission-archive-section{border-bottom:1px solid #6f64592e;gap:6px;margin-bottom:10px;padding-bottom:13px;display:grid}.mission-archive-header{color:#2118127a;text-transform:lowercase;justify-content:space-between;align-items:center;min-height:24px;padding:1px 5px 0 10px;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:11px;font-weight:760;line-height:1;display:flex}.mission-archive-count{color:#2118126b;font-variant-numeric:tabular-nums}.mission-archive-empty{color:#21181275;padding:8px 10px 9px;font-size:12px;font-weight:680}.mission-list-controls{align-items:center;gap:12px;min-width:0;min-height:28px;padding:1px 2px 0;display:flex}.mission-list-toggle{color:#2118127a;border-radius:6px;padding:4px 16px;font-size:14px;font-weight:560;line-height:1.2}.mission-list-toggle:hover:not(:disabled),.mission-list-toggle:focus-visible:not(:disabled){color:var(--ink);background:#fff8ee94}.workspace{flex-direction:column;grid-area:2/2;gap:16px;min-height:0;padding:22px;display:flex;overflow:hidden}.panel-head,.live-dashboard{min-width:0;display:grid}.live-dashboard{flex:auto;min-height:0}h1,h2,p{overflow-wrap:anywhere}h1{margin:5px 0 6px;font-size:28px;line-height:1.05}h2{margin:0;font-size:18px;line-height:1.1}.primary-action,.secondary-action{justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-weight:760;display:inline-flex}.primary-action{background:var(--yellow)}.secondary-action{background:#fff8ee}.primary-action:disabled,.secondary-action:disabled{cursor:default;opacity:.58}.content-panel{border:var(--frame-border);background:var(--paper);border-radius:8px;min-width:0}.dashboard-panel{border:var(--frame-border);background:var(--paper);border-radius:8px;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.dashboard-panel-head{border-bottom:var(--frame-border);background:var(--paper-soft);gap:10px;min-width:0;padding:12px;display:grid}.dashboard-panel-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.content-heading{gap:3px;min-width:0;display:grid}.content-title{color:var(--ink);margin:0;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:24px;font-weight:840;line-height:1}.dashboard-panel-status,.dashboard-panel-tools,.dashboard-panel-progress-row{align-items:center;min-width:0;display:flex}.dashboard-panel-status{justify-content:end;gap:8px}.dashboard-panel-tools{gap:6px}.dashboard-panel-progress-row{width:100%}.dashboard-panel-body{min-width:0;min-height:0;display:grid}.progress-percent{width:44px;height:34px;color:var(--ink);background:#fffdfa;border:1px solid #6f64595c;border-radius:8px;place-items:center;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-weight:840;line-height:1;display:inline-grid}.progress-percent span{font-size:16px}.progress-percent small{color:#2118128a;font-size:9px}.tree-depth-toggle{cursor:pointer;background:#fffdfa;border:1px solid #6f64595c;border-radius:8px;grid-template-columns:repeat(3,5px);justify-content:center;align-items:end;gap:3px;width:38px;height:34px;padding:7px 0;display:inline-grid}.tree-depth-toggle:disabled{cursor:default;opacity:.42}.tree-depth-bar{background:#2118123d;border-radius:2px;width:5px;height:7px;display:block}.tree-depth-toggle .tree-depth-bar:nth-child(2){height:13px}.tree-depth-toggle .tree-depth-bar:nth-child(3){height:19px}.tree-depth-toggle.depth-1 .tree-depth-bar:first-child,.tree-depth-toggle.depth-2 .tree-depth-bar:nth-child(-n+2),.tree-depth-toggle.depth-3 .tree-depth-bar{background:var(--blue)}.action-progress-bar{background:#fffdf9cc;border:1px solid #6f645947;border-radius:999px;width:100%;height:8px;position:relative;overflow:hidden}.action-progress-fill{border-radius:inherit;background:var(--blue);min-width:2px;position:absolute;inset:0 auto 0 0}.workflow-shell{border:var(--frame-border);background:var(--paper);border-radius:8px;flex:0 auto;grid-template-columns:220px minmax(0,1fr);align-items:stretch;min-width:0;min-height:0;max-height:min(42vh,360px);display:grid;overflow:hidden}.workflow-tabs{border-right:var(--frame-border);background:var(--paper-soft);align-content:start;gap:6px;min-width:0;padding:10px;display:grid}.workflow-tab{background:var(--paper);min-width:0;color:var(--ink);cursor:pointer;text-align:left;border:1px solid #6f645957;border-radius:8px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;padding:8px;display:grid}.workflow-tab span,.workflow-tab strong,.workflow-tab small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workflow-tab span{font-weight:820}.workflow-tab strong{color:#3f362d;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:12px}.workflow-tab small{color:var(--muted);grid-column:2/-1;font-size:11px;line-height:1.25}.workflow-tab.active{box-shadow:inset 4px 0 0 var(--orange);background:#fff1df;border-color:#f08a35c7}.workflow-tab:disabled{cursor:default;opacity:.52}.workflow-detail{min-width:0;min-height:0;display:grid}.monitor-settings-backdrop{z-index:80;background:#21181238;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.monitor-settings-dialog{border:var(--frame-border);background:var(--paper);border-radius:8px;width:min(760px,100vw - 48px);min-width:0;max-height:min(720px,100vh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #21181233}.monitor-settings-dialog .monitor-settings-workflow{align-content:start;gap:12px;min-width:0;min-height:0;padding:16px;display:grid;overflow:auto}.monitor-settings-close{z-index:2;background:var(--paper);width:34px;height:34px;color:var(--ink);cursor:pointer;border:1px solid #6f64594d;border-radius:8px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.monitor-settings-close:hover,.monitor-settings-close:focus-visible{background:var(--active-soft)}.workflow-panel-body{align-content:start;gap:12px;min-width:0;min-height:0;padding:12px;display:grid;overflow:auto}.workflow-unavailable{color:#62584d;grid-template-columns:auto minmax(0,1fr);align-items:center}.workflow-summary-card,.completed-run-card,.tiny-proof-summary-card,.progress-streak-card,.progress-calendar-mini,.inbox-preview-card,.inbox-clarity-card,.inbox-impossible-card,.inbox-report-feedback-card,.social-settings-card,.social-workflow-card,.social-post-card,.feedback-capture,.feedback-card{background:#fffdfa;border:1px solid #6f645957;border-radius:8px;min-width:0}.workflow-summary-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.workflow-summary-card h2,.workflow-summary-card p{margin:0}.agent-tab-list,.agent-tab-strip{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:6px;min-width:0;display:grid}.agent-tab{color:#51483e;cursor:pointer;text-align:left;background:#fffdfa;border:1px solid #6f645957;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;min-height:32px;padding:0 8px;font-size:12px;font-weight:760;display:grid;position:relative;overflow:hidden}.agent-tab-fill{z-index:0;pointer-events:none;background:#4c73f229;min-width:2px;position:absolute;inset:0 auto 0 0}.agent-tab.active .agent-tab-fill{background:#4c73f23d}.agent-tab.completed .agent-tab-fill{background:#58a87838}.agent-tab.blocked .agent-tab-fill{background:#e24d4d2e}.agent-tab.selected{border-color:#4c73f2b8;box-shadow:inset 0 0 0 1px #4c73f25c}.agent-tab.completed{border-color:#58a878b3}.agent-tab.blocked,.agent-tab.needs-attention{border-color:#e24d4db8}.agent-tab-label,.agent-tab small{z-index:1;text-overflow:ellipsis;white-space:nowrap;min-width:0;position:relative;overflow:hidden}.completed-run-list,.inbox-section-list,.social-post-list,.feedback-card-list{gap:10px;min-width:0;display:grid}.completed-run-list{background:#fbf7f0;border-radius:8px;flex:1;align-content:start;padding:14px;overflow:auto}.completed-run-card{border-left:5px solid var(--green);width:min(720px,100%);animation:unclog-row-enter var(--motion-medium) var(--motion-soft-ease) both;gap:12px;padding:12px;display:grid;box-shadow:0 1px #2118120a}.completed-card-head,.completed-meta,.completed-counter-pills,.completed-run-head,.completed-run-counters,.completed-report-actions,.inbox-card-topline,.inbox-card-actions,.social-post-meta,.social-post-foot{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.completed-run-head{justify-content:space-between}.completed-run-head strong{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-size:16px;line-height:1.25}.completed-run-head span,.completed-status,.completed-date,.completed-meta span,.completed-counter-pills span,.completed-detail-proof-count{color:#5e554c;overflow-wrap:anywhere;background:#f2eadf;border-radius:13px;align-items:center;min-width:0;max-width:100%;min-height:26px;padding:0 9px;font-size:12px;font-weight:720;display:inline-flex}.completed-status{background:var(--green);color:#fffdf9}.completed-date{color:#8a470f;background:#fff0df}.completed-counters{gap:10px;display:grid}.completed-counter-group{gap:6px;display:grid}.completed-counter-title{color:var(--muted);font-size:12px;font-weight:720}.completed-counter-pills strong{color:var(--ink)}.completed-run-card p{color:#62584d;margin:0;line-height:1.35}.completed-report-actions{color:#3f342b;background:#58a87814;border:1px solid #58a87852;border-radius:8px;justify-content:flex-end;align-items:center;padding:8px}.completed-report-actions>span{color:#21181294;overflow-wrap:anywhere;flex:220px;min-width:0;font-size:12px;font-weight:680;line-height:1.3}.completed-view-action{min-height:30px}.report-proof-action{color:#2d704b;cursor:pointer;min-height:30px;font:inherit;background:#fffdfa;border:1px solid #58a87880;border-radius:8px;grid-auto-flow:column;align-items:center;gap:6px;padding:0 9px;font-weight:780;display:inline-grid}.completed-detail{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex}.completed-detail-toolbar,.completed-detail-tabs{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.completed-detail-toolbar{flex-wrap:nowrap;overflow-x:auto}.completed-detail-toolbar .completed-counter-pills{white-space:nowrap;flex-wrap:nowrap;flex:0 auto}.completed-back-button{background:var(--yellow);width:32px;height:32px;color:var(--ink);cursor:pointer;border:0;border-radius:16px;flex:0 0 32px;place-items:center;transition:background-color .14s,transform .14s;display:inline-grid;position:relative}.completed-back-button:hover{background:#c6afff}.completed-back-button:active{transform:translate(-1px)}.completed-back-button:focus-visible{outline-offset:2px;outline:2px solid #576ef48c}.completed-back-icon{border-bottom:2px solid;border-left:2px solid;width:10px;height:10px;transform:rotate(45deg)translate(1px,-1px)}.completed-detail-tabs button{color:#4f463d;cursor:pointer;min-height:30px;font:inherit;background:#f2eadf;border:0;border-radius:6px;padding:0 12px;font-weight:720;transition:background-color .14s,color .14s}.completed-detail-tabs button.active{background:var(--yellow);color:var(--ink);font-weight:820}.completed-detail-tabs button:hover{background:#f3eadf}.completed-detail-panel{flex:1;gap:10px;min-width:0;min-height:0;display:grid}.completed-detail-panel .tree-scroll-frame{min-height:0}.tiny-proof-summary-card{border-left:5px solid var(--green);gap:8px;padding:10px;display:grid}.tiny-proof-summary-card.unavailable{border-left-color:var(--yellow)}.tiny-proof-head,.tiny-proof-metrics{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.tiny-proof-head strong,.tiny-proof-summary-card p,.tiny-proof-summary-card small{overflow-wrap:anywhere;min-width:0;margin:0}.tiny-proof-metrics span{color:#4f463d;background:#f7f0e5;border:1px solid #6f645952;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;display:inline-flex}.tiny-proof-ref-list{color:#62584d;gap:4px;margin:0;padding-left:18px;font-size:12px;display:grid}.tiny-proof-media-strip{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;min-width:0;display:grid}.tiny-proof-media-tile{color:#4f463d;cursor:pointer;text-align:center;background:#fffdfa;border:1px solid #6f645947;border-radius:8px;place-items:center;gap:5px;min-width:0;min-height:84px;padding:0;display:grid;overflow:hidden}.tiny-proof-media-tile img{object-fit:cover;width:100%;height:92px;display:block}.tiny-proof-media-tile span{color:#62584d;overflow-wrap:anywhere;min-width:0;max-width:100%;padding:0 8px 8px;font-size:11px;font-weight:760;line-height:1.25}.tiny-proof-media-tile.unavailable{cursor:default;border-style:dashed;padding:10px}.completed-run-counters span,.inbox-badge,.inbox-priority,.inbox-secondary-label,.feedback-source{color:#4f463d;background:#f7f0e5;border:1px solid #6f645957;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:760;display:inline-flex}.progress-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.progress-stat-card{background:#fffdfa;border:1px solid #6f645957;border-radius:8px;gap:4px;min-width:0;min-height:92px;padding:12px;display:grid}.progress-stat-card span,.progress-stat-card small,.progress-streak-card span,.social-settings-card span,.social-settings-card small{color:#62584d}.progress-stat-card strong,.progress-streak-card strong{font-size:26px;line-height:1}.progress-streak-card{gap:6px;padding:12px;display:grid}.progress-calendar-mini{gap:8px;padding:12px;display:grid}.progress-calendar-mini header{align-items:center;gap:7px;display:flex}.progress-calendar-weekdays,.progress-calendar-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;display:grid}.progress-calendar-weekdays span{color:#62584d;text-align:center;font-size:11px;font-weight:800}.progress-day{color:#4f463d;background:#fffdfa;border:1px solid #6f645938;border-radius:6px;place-items:center;gap:1px;min-height:38px;font-size:12px;display:grid}.progress-day.outside{opacity:.46}.progress-day.today{border-color:var(--orange)}.progress-day.heat-1{background:#f6ca723d}.progress-day.heat-2{background:#58a87833}.progress-day.heat-3,.progress-day.heat-4{background:#4c73f22e}.progress-day strong{color:var(--ink);font-size:11px}.social-post-meta strong,.social-post-meta span,.social-post-meta time{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.inbox-preview-card p,.inbox-work-feedback-thread p,.inbox-clarity-card p,.inbox-impossible-card p,.inbox-report-feedback-card p,.social-post-card p,.feedback-card p{color:#62584d;margin:0;line-height:1.35}.inbox-toolbar{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.inbox-icon-button{cursor:pointer;background:#fffdfa;border:1px solid #6f64595c;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.inbox-icon-button.active{background:#4c73f214;border-color:#4c73f2b8}.inbox-capture{background:#fff8ee;border:1px solid #6f645947;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:10px;display:grid}.inbox-capture label,.inbox-edit-row{gap:5px;min-width:0;display:grid}.inbox-capture label span,.inbox-edit-row span{color:#62584d;font-size:12px;font-weight:760}.inbox-capture textarea,.inbox-edit-row textarea{resize:vertical;width:100%;min-width:0;color:var(--ink);font:inherit;background:#fffdfa;border:1px solid #6f64595c;border-radius:8px;padding:8px;line-height:1.35}.inbox-section-preview{gap:8px;min-width:0;display:grid}.inbox-section-preview>header{color:#51483e;justify-content:space-between;align-items:center;font-size:13px;display:flex}.inbox-card-list{gap:8px;display:grid}.inbox-preview-card{gap:9px;padding:10px;display:grid}.inbox-context-grid{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.inbox-context-grid span{color:#51483e;background:#f7f0e5;border:1px solid #6f645942;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;display:inline-flex}.inbox-preview-card.status-archived{opacity:.72}.inbox-detail-grid{gap:5px;min-width:0;margin:0;display:grid}.inbox-detail-row{border-top:1px solid #6f645924;grid-template-columns:minmax(72px,max-content) minmax(0,1fr);gap:8px;min-width:0;padding-top:5px;display:grid}.inbox-detail-row dt{color:#6b6258;font-size:11px;font-weight:780}.inbox-detail-row dd{color:#3f342b;min-width:0;margin:0;font-size:11px;line-height:1.35}.inbox-badge.status-doable{color:#2d704b;border-color:#58a878b3}.inbox-badge.status-need-clarity{color:#2c4fa9;border-color:#4c73f2b3}.inbox-badge.status-archived{color:var(--purple);border-color:#75639ab3}.inbox-attachment-strip{gap:8px;min-width:0;display:flex;overflow-x:auto}.inbox-attachment-card{gap:5px;min-width:92px;max-width:120px;margin:0;display:grid}.inbox-attachment-thumb{aspect-ratio:4/3;color:#62584d;background:#f2eadf;border-radius:8px;place-items:center;width:100%;font-size:12px;font-weight:760;display:grid;overflow:hidden}.inbox-attachment-thumb img{object-fit:cover;width:100%;height:100%}.inbox-attachment-card figcaption{color:#62584d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.inbox-work-feedback-thread{background:#4c73f20f;border:1px solid #4c73f247;border-radius:8px;gap:6px;padding:9px;display:grid}.inbox-clarity-card,.inbox-impossible-card,.inbox-report-feedback-card{gap:6px;padding:9px;display:grid}.inbox-clarity-card{background:#4c73f20f;border-color:#4c73f252}.inbox-impossible-card{background:#e24d4d0f;border-color:#e24d4d47}.inbox-report-feedback-card{background:#75639a12;border-color:#75639a4d}.inbox-work-feedback-thread>div{justify-content:space-between;gap:8px;display:flex}.inbox-work-feedback-thread span{color:#62584d;font-size:12px;font-weight:760}.inbox-report-feedback-card>div{justify-content:space-between;gap:8px;display:flex}.inbox-work-feedback-thread small{color:#3f342b;line-height:1.35}.inbox-work-feedback-add,.inbox-work-feedback-submit,.inbox-work-feedback-cancel{color:#2c4fa9;background:#fffdf9;border:1px solid #4c73f242;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 8px;font-size:12px;font-weight:760;display:inline-flex}.inbox-work-feedback-composer{gap:6px;display:grid}.inbox-work-feedback-composer label{color:#4f463d;font-size:12px;font-weight:780}.inbox-work-feedback-composer textarea{resize:vertical;width:100%;min-width:0;color:var(--ink);font:inherit;background:#fffdfa;border:1px solid #4c73f23d;border-radius:8px;padding:8px;line-height:1.35}.inbox-work-feedback-actions,.inbox-priority-move-actions{align-items:center;gap:6px;display:inline-flex}.inbox-work-feedback-status{margin:0;font-size:12px;font-weight:760}.inbox-work-feedback-status.saved{color:#2d704b}.inbox-work-feedback-status.error{color:#9b432f}.inbox-priority-up-icon{transform:rotate(180deg)}.social-settings-card,.social-workflow-card,.social-post-card,.feedback-capture,.feedback-card{gap:8px;padding:12px;display:grid}.social-settings-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.social-settings-card small{grid-column:1/-1}.social-settings-card p{color:#62584d;grid-column:1/-1;margin:0;line-height:1.35}.social-workflow-grid,.preferences-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.social-workflow-card{align-content:start}.social-workflow-card>div{border-top:1px solid #6f64592e;gap:2px;min-width:0;padding-top:7px;display:grid}.social-workflow-card span,.social-workflow-card small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.social-post-card{grid-template-columns:auto minmax(0,1fr)}.social-avatar{color:#2c4fa9;background:#4c73f21f;border-radius:999px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:860;display:grid}.social-post-meta,.social-post-foot{color:#62584d;font-size:12px}.social-post-meta strong{color:var(--ink)}.social-post-foot{margin-top:8px}.feedback-card{border-left:5px solid var(--blue)}.feedback-card.saved{border-left-color:var(--green)}.feedback-card.draft{border-left-color:var(--yellow)}.feedback-toolbar{color:#62584d;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.feedback-capture{background:#fff8ee;grid-template-columns:minmax(0,1fr) auto;align-items:end}.feedback-capture label{gap:5px;min-width:0;display:grid}.feedback-capture label span{color:#62584d;font-size:12px;font-weight:760}.feedback-capture textarea{resize:vertical;width:100%;min-width:0;color:var(--ink);font:inherit;background:#fffdfa;border:1px solid #6f64595c;border-radius:8px;padding:8px;line-height:1.35}.feedback-workflow.wide{grid-template-columns:minmax(0,1fr)}.preferences-card{background:#fffdfa;border:1px solid #6f645957;border-radius:8px;gap:8px;min-width:0;padding:12px;display:grid}.preferences-card span{color:#62584d;font-size:12px;font-weight:760}.preferences-card strong,.preferences-card p{overflow-wrap:anywhere;min-width:0;margin:0}.preferences-card p{color:#62584d;line-height:1.35}.monitor-settings-summary p{color:#62584d;font-size:12px;font-weight:700}.monitor-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.monitor-settings-card{background:#fffdfa;border:1px solid #6f645947;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:12px;display:grid}.monitor-settings-card>svg{color:#4c73f2;margin-top:1px}.monitor-settings-card span{color:#62584d;text-transform:uppercase;font-size:12px;font-weight:820}.monitor-settings-card strong,.monitor-settings-card p{overflow-wrap:anywhere;min-width:0;margin:0}.monitor-settings-card p{color:#62584d;font-size:12px;line-height:1.35}.monitor-settings-card>div{gap:4px;min-width:0;display:grid}.monitor-settings-state-card,.sign-out-card{grid-column:1/-1}.sign-out-card{background:#fff8f4;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.monitor-sign-out-button{white-space:nowrap;min-height:32px}.monitor-login-state{min-height:100vh;color:var(--ink);background:#f6f0e8;place-items:center;padding:24px;display:grid}.monitor-login-panel{background:#fffdfa;border:1px solid #6f645947;border-radius:8px;gap:16px;width:min(520px,100%);padding:20px;display:grid}.monitor-login-panel h1,.monitor-login-panel p{margin:0}.workflow-empty-state{color:#62584d;border:1px dashed #6f645970;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:120px;font-weight:760;display:flex}.project-inbox-panel{border:var(--frame-border);background:var(--paper);min-width:0;min-height:520px;max-height:calc(100vh - 104px);color:var(--ink);contain:layout paint style;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden}.project-progress-panel,.project-social-panel{grid-template-rows:auto minmax(0,1fr)}.project-progress-panel .progress-header,.project-social-panel .social-header{background:#fff;border-bottom:1px solid #6f64592e}.inbox-header{background:#fff;border-bottom:1px solid #6f64592e;gap:12px;padding:12px 16px 14px;display:grid}.inbox-title-block{gap:8px;min-width:0;display:grid}.inbox-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;display:grid}.inbox-title{margin:0}.inbox-title-block p{color:#211812a3;margin:0;font-size:13.5px;line-height:1.35}.inbox-review-summary{background:#fff;border:1px solid #6f645938;border-radius:8px;gap:4px;min-width:0;padding:10px 11px;display:grid}.inbox-review-summary strong,.inbox-review-summary span{overflow-wrap:anywhere;min-width:0}.inbox-review-summary strong{color:var(--ink);font-size:13px;font-weight:780;line-height:1.25}.inbox-review-summary span{color:#211812a8;font-size:12px;line-height:1.35}.inbox-header-actions{align-items:center;gap:7px;min-width:0;display:flex}.inbox-list-toolbar{background:#fff;border-bottom:0 solid #0000;min-height:0;display:grid;overflow:hidden}.inbox-list-toolbar.open{border-bottom:1px solid #6f645924;min-height:48px;padding:7px 12px}.inbox-icon-button,.inbox-submit,.inbox-composer-plus{border:1.5px solid var(--frame-line);background:var(--paper);width:34px;height:34px;color:var(--ink);cursor:pointer;transition:background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease;border-radius:8px;flex:none;place-items:center;display:grid}.inbox-icon-button:hover:not(:disabled),.inbox-submit:hover:not(:disabled),.inbox-composer-plus:hover:not(:disabled),.inbox-icon-button.active,.inbox-composer-plus.active{border-color:var(--outline);background:var(--yellow)}.inbox-icon-button:active:not(:disabled),.inbox-submit:active:not(:disabled),.inbox-composer-plus:active:not(:disabled){transform:translateY(1px)}.inbox-icon-button:disabled,.inbox-submit:disabled,.inbox-composer-plus:disabled{cursor:default;opacity:.54}.inbox-search{background:#fffdfa;border:1.5px solid #6f645952;border-radius:8px;align-items:center;gap:7px;min-width:min(260px,100%);min-height:34px;padding:0 9px;display:flex}.inbox-search input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:none}.inbox-sections{scrollbar-gutter:stable;align-content:start;gap:10px;min-width:0;min-height:0;padding:12px;display:grid;overflow-y:auto}.inbox-section{gap:8px;min-width:0;display:grid}.inbox-section-header{min-height:34px;color:var(--ink);cursor:pointer;text-align:left;background:#fffdf9;border:1px solid #6f645929;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 9px;font-weight:820;display:grid}.inbox-section-header strong{background:var(--paper-soft);color:#211812b8;border-radius:999px;place-items:center;min-width:24px;height:22px;font-size:12px;display:grid}.inbox-section-header svg{transition:transform var(--motion-fast) ease}.inbox-card-list,.social-feed,.social-reply-list,.social-profile-posts{gap:8px;min-width:0;display:grid}.inbox-card{background:#fffdf9;border:1px solid #6f64592e;border-radius:8px;gap:9px;min-width:0;padding:10px;display:grid}.inbox-card.status-archived{opacity:.72}.inbox-card-topline{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.inbox-priority,.inbox-secondary-label,.inbox-card-age{background:var(--paper-soft);min-height:22px;color:var(--ink);border:1.5px solid #6f64592e;border-radius:8px;align-items:center;padding:0 7px;font-size:12px;font-weight:720;line-height:1;display:inline-flex}.inbox-idea-preview{color:#211812d1;overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:610;line-height:1.42}.inbox-empty,.social-empty-state{color:#211812a8;background:#fffdf9;border:1px dashed #6f645947;border-radius:8px;gap:5px;min-width:0;padding:14px;font-weight:760;display:grid}.inbox-empty{text-align:center;place-items:center;min-height:120px}.inbox-capture{z-index:6;background:#fff;border-top:1px solid #6f645929;border-radius:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0;padding:12px 14px 14px;display:grid;position:relative}.inbox-capture textarea{resize:vertical;border:1.5px solid var(--frame-line);background:var(--paper);width:100%;min-width:0;min-height:42px;max-height:168px;color:var(--ink);font:inherit;scrollbar-gutter:stable;border-radius:8px;padding:9px 10px;line-height:1.35}.inbox-submit,.inbox-composer-plus{width:42px;height:42px}.inbox-composer-add-panel,.inbox-composer-attachments,.inbox-composer-edit-offer{grid-column:1/-1}.inbox-composer-add-panel{background:var(--paper-soft);border:1.5px solid #6f64593d;border-radius:8px;gap:6px;padding:7px;display:grid}.inbox-composer-add-row{min-height:34px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:1.5px solid #0000;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0 9px;font-size:13px;font-weight:760;line-height:1.2;display:grid}.inbox-composer-add-row:hover{background:#fffdf9;border-color:#6f645938}.inbox-composer-attachments{scrollbar-gutter:stable;gap:8px;min-width:0;padding:1px 0 2px;display:flex;overflow-x:auto}.inbox-composer-attachment{background:var(--paper-soft);isolation:isolate;border:1.5px solid #6f645942;border-radius:8px;flex:0 0 82px;width:82px;height:58px;display:grid;position:relative;overflow:visible}.inbox-composer-attachment:after{z-index:1;border-radius:inherit;content:"";pointer-events:none;background:#21181229;position:absolute;inset:0}.inbox-composer-attachment img{object-fit:cover;border-radius:7px;width:100%;height:100%}.inbox-composer-attachment-preview{z-index:12;aspect-ratio:4/3;background:var(--paper) var(--attachment-preview) center / contain no-repeat;opacity:0;pointer-events:none;width:min(240px,100% + 156px);transition:opacity var(--motion-fast) ease, transform var(--motion-fast) ease;border:1.5px solid #6f645942;border-radius:8px;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(4px)scale(.98);box-shadow:0 14px 28px #21181233}.inbox-composer-attachment:is(:hover,:focus-within) .inbox-composer-attachment-preview{opacity:1;transform:translateY(0)scale(1)}.inbox-composer-attachment>span{z-index:2;color:#fff;background:#211812c2;border:1px solid #ffffff94;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:11px;font-weight:760;line-height:1;display:grid;position:absolute;bottom:5px;right:6px}.inbox-composer-attachment button{z-index:3;color:#fff;cursor:pointer;background:#211812c2;border:1px solid #ffffffa3;border-radius:999px;place-items:center;width:22px;height:22px;padding:0;display:grid;position:absolute;top:5px;right:5px}.inbox-composer-edit-offer{background:#fff8ee;border:1.5px solid #6f64593d;border-radius:8px;grid-template-columns:minmax(0,1fr) repeat(2,minmax(116px,auto));align-items:center;gap:8px;min-width:0;padding:8px;display:grid}.inbox-composer-edit-offer>div{gap:2px;min-width:0;display:grid}.inbox-image-editor-overlay{z-index:120;background:#21181257;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.inbox-image-editor-modal{border:var(--frame-border);background:var(--paper);border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,100% - 36px);min-width:0;height:min(700px,100% - 36px);min-height:0;display:grid;overflow:hidden;box-shadow:0 18px 44px #21181247}.inbox-image-editor-header,.inbox-image-editor-footer{border-bottom:var(--frame-border);background:var(--paper);justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}.inbox-image-editor-footer{border-top:var(--frame-border);border-bottom:0}.inbox-image-editor-header>div,.inbox-image-editor-text-annotation{gap:6px;min-width:0;display:grid}.inbox-image-editor-header button{border:var(--frame-border);background:var(--paper);width:32px;height:32px;color:var(--ink);cursor:pointer;border-radius:8px;place-items:center;display:grid}.inbox-image-editor-body{grid-template-columns:minmax(214px,.3fr) minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.inbox-image-editor-sidebar{border-right:var(--frame-border);background:#fffdfa;align-content:start;gap:10px;min-width:0;padding:12px;display:grid;overflow-y:auto}.inbox-image-editor-text-annotation textarea{resize:vertical;min-height:130px;color:var(--ink);font:inherit;background:#fff;border:1.5px solid #6f645952;border-radius:8px;padding:9px}.inbox-image-editor-help{color:#2118129e;margin:0;font-size:12px;line-height:1.35}.inbox-image-editor-canvas-wrap{background:#f7f0e5;place-items:center;min-width:0;min-height:0;padding:16px;display:grid;overflow:auto}.inbox-image-editor-stage{place-items:center;max-width:100%;max-height:100%;display:grid;position:relative}.inbox-image-editor-stage img{object-fit:contain;border-radius:8px;max-width:100%;max-height:520px;display:block}.inbox-image-editor-note{max-width:min(280px,80%);color:var(--ink);background:#fff8eeeb;border:1.5px solid #21181247;border-radius:8px;padding:8px 9px;font-size:13px;font-weight:720;line-height:1.3;position:absolute;bottom:12px;right:12px}.progress-scroll-frame{min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.progress-panel-body{scrollbar-gutter:stable;flex:1;align-content:start;gap:14px;min-width:0;min-height:0;padding:16px 14px 18px;display:grid;overflow-y:auto}.progress-scroll-frame:before{z-index:2;content:"";opacity:0;pointer-events:none;background:linear-gradient(#f6f0e6f2 0%,#f6f0e6b8 45%,#f6f0e600 100%);height:18px;transition:opacity .16s;position:absolute;top:0;left:0;right:0}.progress-scroll-frame.is-scrolled-top:before{opacity:1}.progress-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.progress-stat-card{background:#fffdf9;border-color:#6f64592e;gap:9px;min-height:0;box-shadow:inset 0 1px #ffffffb3,0 6px 14px #2118120a}.progress-stat-card-header,.progress-stat-label,.progress-stat-value,.progress-stat-count,.progress-stat-bugs{align-items:center;min-width:0;display:flex}.progress-stat-label{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:760}.progress-stat-count{gap:6px}.progress-stat-value strong{color:var(--ink);font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:27px;font-weight:860;line-height:.9}.progress-stat-bugs{color:#5c4036;gap:5px;font-size:11px;font-weight:790}.progress-stat-bugs strong{color:var(--ink);font-size:13px}.progress-small-goal-marker,.progress-bug-marker,.progress-calendar-tooltip-status{border-radius:999px;flex:none;place-items:center;display:inline-grid}.progress-small-goal-marker{background:var(--tree-small-accent);color:#fff;width:22px;height:22px}.progress-bug-marker{color:#a94430;background:#fff3ee;width:20px;height:20px;box-shadow:inset 0 0 0 1px #a9443038,0 1px #2118120a}.progress-small-goal-marker-icon,.progress-bug-marker-icon{stroke:currentColor;display:block}.progress-stat-reward-icon{margin-top:-1px}.progress-stat-bug-icon{width:18px;height:18px}.progress-section-label{min-width:0;color:var(--muted);text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:780;line-height:1.1;display:inline-flex}.progress-section-label>svg{color:var(--tree-small-accent);flex:0 0 16px}.progress-streak-card,.progress-calendar{background:#fffdf9;border:1px solid #6f64592e;border-radius:8px;min-width:0;box-shadow:inset 0 1px #ffffffad}.progress-streak-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 14px;padding:12px}.progress-streak-value{grid-row:1/3;justify-self:end;align-items:baseline;gap:6px;display:inline-flex}.progress-streak-value strong{color:var(--ink);font-size:26px}.progress-streak-card p{color:#5e554c;grid-area:2/1;max-width:38ch;margin:0;font-size:13px;font-weight:650;line-height:1.35}.progress-calendar{gap:10px;padding:11px 12px 12px;display:grid}.progress-calendar-header{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.progress-calendar-header h3{text-align:right;margin:0;font-size:15px;font-weight:820;line-height:1.1}.progress-calendar-grid,.progress-calendar-row{gap:3px;min-width:0;display:grid}.progress-calendar-weekdays,.progress-calendar-row{grid-template-columns:repeat(7,minmax(0,1fr))}.progress-calendar-day{min-width:0;min-height:38px;color:var(--ink);-webkit-user-select:none;user-select:none;background:#fbfaf7;border:1px solid #6f64592e;border-radius:6px;grid-template-rows:auto 1fr;align-content:space-between;gap:4px;padding:4px;transition:background-color .14s,border-color .14s,box-shadow .14s,transform .14s;display:grid;position:relative}.progress-calendar-day *{-webkit-user-select:none;user-select:none}.progress-calendar-day:hover,.progress-calendar-day:focus-visible{z-index:3;border-color:#a66cff94;transform:translateY(-1px);box-shadow:0 0 0 1px #a66cff47,0 8px 18px #2118121f}.progress-calendar-day.future:hover,.progress-calendar-day.future:focus-visible{z-index:auto;box-shadow:none;border-color:#6f64592e;transform:none}.progress-calendar-day.outside{color:#92887d;background:#f1ede6}.progress-calendar-day.today{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.progress-calendar-day.today:hover,.progress-calendar-day.today:focus-visible{box-shadow:inset 0 0 0 1px var(--ink), 0 0 0 1px #21181257, 0 8px 18px #2118121f}.progress-calendar-day.heat-1{background:#f3ecff}.progress-calendar-day.heat-2{background:#e5d5ff}.progress-calendar-day.heat-3{color:var(--ink);background:#cba9ff}.progress-calendar-day.heat-4{background:var(--tree-small-accent);color:var(--ink)}.progress-calendar-date{color:#21181294;min-width:0;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:10px;font-weight:780;line-height:1;display:block}.progress-calendar-count{color:#4c3a00;justify-content:flex-end;place-self:end;align-items:center;gap:3px;min-width:0;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:15px;font-weight:900;line-height:.9;display:inline-flex}.progress-calendar-day.outside .progress-calendar-count{color:#766d62}.progress-calendar-day.heat-3 .progress-calendar-date{color:#211812a8}.progress-calendar-day.heat-3 .progress-calendar-count,.progress-calendar-day.heat-4 .progress-calendar-count{color:var(--ink)}.progress-calendar-day.heat-4 .progress-calendar-date{color:#211812a3}.progress-calendar-tooltip{z-index:8;opacity:0;pointer-events:none;text-align:left;background:#fffdf9;border:1px solid #a66cff4d;border-radius:8px;gap:9px;width:208px;max-width:calc(100vw - 32px);padding:9px;transition:opacity .12s,transform .14s;display:grid;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%,3px);box-shadow:0 14px 30px #21181229}.progress-calendar-tooltip:after{content:"";background:#fffdf9;border-bottom:1px solid #a66cff4d;border-right:1px solid #a66cff4d;width:8px;height:8px;position:absolute;top:100%;left:50%;transform:translate(-50%,-4px)rotate(45deg)}.progress-calendar-row .progress-calendar-day:first-child .progress-calendar-tooltip{left:0;transform:translateY(3px)}.progress-calendar-row .progress-calendar-day:last-child .progress-calendar-tooltip{left:auto;right:0;transform:translateY(3px)}.progress-calendar-day:hover .progress-calendar-tooltip,.progress-calendar-day:focus-visible .progress-calendar-tooltip{opacity:1;transform:translate(-50%)}.progress-calendar-row .progress-calendar-day:first-child:hover .progress-calendar-tooltip,.progress-calendar-row .progress-calendar-day:first-child:focus-visible .progress-calendar-tooltip,.progress-calendar-row .progress-calendar-day:last-child:hover .progress-calendar-tooltip,.progress-calendar-row .progress-calendar-day:last-child:focus-visible .progress-calendar-tooltip{transform:translate(0)}.progress-calendar-tooltip-date{color:#6e3fbd;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:830;overflow:hidden}.progress-calendar-tooltip-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:0;display:grid}.progress-calendar-tooltip-metric{background:#fffdf9;border:1px solid #6f645924;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;min-height:38px;padding:6px 7px;display:grid}.progress-calendar-tooltip-metric.big{color:var(--tree-big-accent)}.progress-calendar-tooltip-metric.small{color:var(--tree-small-accent)}.progress-calendar-tooltip-metric.tiny{color:var(--tree-tiny-accent)}.progress-calendar-tooltip-metric.bugs{color:#a94430}.progress-calendar-tooltip-status{background:currentColor;width:24px;height:24px}.progress-calendar-tooltip-check{color:#fff;stroke:currentColor}.social-panel-body{scrollbar-gutter:stable;align-content:start;gap:10px;min-width:0;min-height:0;padding:12px 12px 16px;display:grid;overflow-y:auto}.social-status-card,.social-settings-card,.social-post-card,.social-profile-card,.social-reply-card{background:#fffdf9;border:1px solid #6f64592e;border-radius:8px;min-width:0;box-shadow:0 1px #2118120a}.social-status-card{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 9px;display:flex}.social-status-summary,.social-status-actions,.social-manager-chip,.social-post-meta,.social-post-foot,.social-activity-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.social-live-pill{color:#2118129e;white-space:nowrap;background:#fffdf9;border:1px solid #6f64592e;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:840;line-height:1;display:inline-flex}.social-live-pill.is-live{color:#2d7044;background:#4aa6681f;border-color:#4aa66857}.social-toggle-button,.social-secondary-button,.social-follow-button{min-height:30px;color:var(--ink);cursor:pointer;white-space:nowrap;background:#fffdf9;border:1px solid #6f645938;border-radius:8px;padding:0 11px;font-weight:820}.social-toggle-button,.social-follow-button.active{background:#ded0ff;border-color:#a66cff6b}.social-toggle-button:disabled{cursor:not-allowed;opacity:.48}.social-filter-row{grid-template-columns:.74fr 1.14fr 1.06fr .96fr;align-items:stretch;gap:4px;min-width:0;display:grid}.social-filter-button{color:#2118129e;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#fffdf9;border:1px solid #6f645929;border-radius:7px;min-width:0;min-height:28px;padding:0 3px;font-size:10.5px;font-weight:820;overflow:hidden}.social-filter-button.is-selected{background:var(--active-soft);color:var(--ink);border-color:#a66cffa3}.social-feed-tab-panel{gap:8px;min-width:0;display:grid}.social-post-card,.social-reply-card{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:10px;display:grid;position:relative}.social-post-card.repost{background:#a66cff12;border-color:#a66cff3d}.social-avatar{color:#211812;text-transform:uppercase;background:#ded0ff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:840;display:grid;overflow:hidden}button.social-avatar{cursor:pointer;border:0;padding:0}.social-post-content,.social-settings-card,.social-profile-view,.social-thread-view{gap:8px;min-width:0;display:grid}.social-post-topline{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;min-width:0;display:grid}.social-profile-trigger,.social-post-more-button{color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0}.social-profile-name-trigger strong,.social-profile-handle-trigger span,.social-post-meta span,.social-post-meta time{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.social-post-meta{color:#21181294;font-size:12px;font-weight:680;line-height:1.2}.social-post-meta strong{color:var(--ink);font-weight:820}.social-trust-badge,.social-post-foot>span,.social-source-link{color:#211812a8;border:1px solid #a66cff33;border-radius:999px;align-items:center;min-height:20px;padding:0 6px;font-size:10.5px;font-weight:820;display:inline-flex}.social-source-link{gap:5px;text-decoration:none}.social-source-link:hover,.social-source-link:focus-visible{color:var(--purple);background:#a66cff14;border-color:#a66cff7a}.social-profile-hover-card{z-index:8;background:#fffdf9;border:1px solid #21181233;border-radius:8px;gap:8px;width:min(260px,100% - 20px);padding:10px;display:grid;position:absolute;top:42px;left:10px;box-shadow:0 14px 32px #21181229}.social-profile-hover-top,.social-follow-counts{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.social-profile-hover-avatar{width:42px;height:42px}.social-profile-hover-identity{gap:2px;min-width:0;display:grid}.social-profile-hover-identity strong,.social-profile-hover-identity span,.social-profile-hover-bio{text-overflow:ellipsis;overflow:hidden}.social-profile-hover-identity span,.social-follow-count span{color:#2118128f;font-size:11px;font-weight:720}.social-profile-hover-bio{color:#211812c2;margin:0;font-size:12px;line-height:1.35}.social-follow-count{gap:1px;min-width:0;display:grid}.social-post-text,.social-reply-card p,.social-profile-card p,.social-settings-card p{color:#211812c7;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.42}.social-media-grid{gap:8px;min-width:0;display:grid}.social-image-tile{aspect-ratio:16/9;width:100%;min-height:96px;color:var(--purple);cursor:pointer;background:#f7f0e5b8;border:1px solid #6f645929;border-radius:8px;place-items:center;padding:0;font-weight:840;display:grid;overflow:hidden}.social-activity-button,.social-activity-stat{color:#2118128f;min-width:34px;height:23px;font:inherit;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:0 3px;font-size:12px;font-weight:760;display:inline-flex}.social-activity-button{cursor:pointer}.social-activity-button.active,.social-activity-button:hover,.social-activity-button:focus-visible{color:var(--purple);background:#a66cff14}.social-profile-card{grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;padding:12px;display:grid}.social-profile-post-row{min-width:0;color:var(--ink);cursor:pointer;text-align:left;background:#fffdf9;border:1px solid #6f645929;border-radius:8px;gap:4px;padding:9px;display:grid}.social-profile-post-row span{color:#2118128f;font-size:11px}.social-profile-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.social-profile-tab{color:#2118129e;cursor:pointer;background:#fffdf9;border:1px solid #6f645929;border-radius:7px;min-height:30px;font-size:11px;font-weight:820}.social-profile-tab.is-selected{background:var(--active-soft);color:var(--ink);border-color:#a66cffa3}.social-image-viewer-backdrop{z-index:80;background:#2118126b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.social-image-viewer{background:#fffdf9;border:1px solid #21181238;border-radius:8px;gap:12px;width:min(720px,100%);max-height:calc(100vh - 44px);padding:12px;display:grid;overflow:auto;box-shadow:0 24px 60px #2118123d}.social-image-viewer-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;display:grid}.social-image-viewer-header p{color:#211812ad;margin:2px 0 0;font-size:13px}.social-image-viewer-stage{min-height:260px;color:var(--ink);text-align:center;background:#f7f0e5b8;border:1px solid #6f645929;border-radius:8px;place-items:center;padding:18px;display:grid}.social-image-viewer-stage img{border-radius:7px;width:100%;height:auto;display:block}.social-settings-card{border-color:#a66cff3d;grid-template-columns:minmax(0,1fr);padding:12px}.social-settings-header,.social-settings-actions{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.social-settings-card h3{margin:0;font-size:13px}.social-status-kicker,.social-unsaved-badge{color:var(--purple);font-size:12px;font-weight:820}.social-profile-editor{background:#f7f0e5ad;border:1px solid #6f645924;border-radius:8px;grid-template-columns:36px minmax(0,1fr);gap:10px;min-width:0;padding:10px;display:grid}.social-profile-editor.compact{align-items:center}.social-profile-fields,.social-settings-section,.social-worker-profile-list{gap:8px;min-width:0;display:grid}.social-profile-heading{color:#21181294;flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;font-size:12px;font-weight:720;display:flex}.social-profile-heading strong{color:var(--ink)}.social-quota-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.social-state-controls{flex-wrap:wrap;gap:6px;display:flex}.social-state-button{color:#211812a3;height:28px;font:inherit;background:#fffdf9;border:1px solid #6f645938;border-radius:7px;padding:0 9px;font-size:11px;font-weight:850}.social-state-button.is-selected{color:#246b4b;background:#246b4b1a;border-color:#246b4b57}.social-field{color:#211812a8;gap:4px;min-width:0;font-size:11px;font-weight:800;display:grid}.social-field input{min-width:0;height:32px;color:var(--ink);font:inherit;background:#fffdf9;border:1px solid #6f645938;border-radius:7px;padding:0 9px;font-size:13px}.live-dashboard{grid-template-columns:minmax(0, calc(var(--dashboard-split,48%) - 7px)) minmax(0, calc(100% - var(--dashboard-split,48%) - 7px));gap:14px;position:relative}.dashboard-resizer{z-index:16;top:0;bottom:0;left:var(--dashboard-split,48%);width:18px;color:var(--blue);cursor:col-resize;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;transform:translate(-50%)}.dashboard-resizer:before{content:"";position:absolute;inset:0}.dashboard-resizer span{width:4px;height:58px;transition:background-color var(--motion-fast) ease, height var(--motion-fast) ease;background:#4c73f238;border-radius:999px;display:block;box-shadow:0 0 0 1px #4c73f214}.dashboard-resizer:hover span,.dashboard-resizer:focus-visible span,.live-dashboard[data-dragging=true] .dashboard-resizer span{background:#a66cff61;height:76px}.dashboard-resizer:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.live-dashboard.top-panel-open{grid-template-columns:minmax(0,1fr);align-items:stretch;min-height:0}.live-dashboard.top-panel-open .dashboard-resizer{display:none}.workspace-three-panel{grid-template-columns:minmax(0, calc(var(--panel-split-first,33.333%) - 12px)) minmax(0, calc(var(--panel-split-second,66.667%) - var(--panel-split-first,33.333%) - 24px)) minmax(0, calc(100% - var(--panel-split-second,66.667%) - 12px));column-gap:24px;min-width:0;height:100%;min-height:0;display:grid;position:relative}.workspace-panel-slot{min-width:0;min-height:0;display:flex;position:relative}.workspace-panel-slot>.project-inbox-panel,.workspace-panel-slot>.project-progress-panel,.workspace-panel-slot>.project-social-panel,.workspace-panel-slot>.project-report-panel,.workspace-panel-slot>.dashboard-panel{flex:1;min-width:0;min-height:0}.workspace-panel-resizer{z-index:17;width:18px;color:var(--purple);cursor:col-resize;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;top:0;bottom:0;transform:translate(-50%)}.workspace-panel-resizer.first{left:var(--panel-split-first,33.333%)}.workspace-panel-resizer.second{left:var(--panel-split-second,66.667%)}.workspace-panel-resizer:before{content:"";position:absolute;inset:0}.workspace-panel-resizer span{width:4px;height:58px;transition:background-color var(--motion-fast) ease, height var(--motion-fast) ease;background:#a66cff38;border-radius:999px;display:block;box-shadow:0 0 0 1px #a66cff14}.workspace-panel-resizer:hover span,.workspace-panel-resizer:focus-visible span,.workspace-panel-resizer[data-dragging=true] span,.workspace-three-panel[data-panel-dragging=true] .workspace-panel-resizer span{background:#a66cff61;height:76px}.workspace-panel-resizer:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.live-dashboard.top-panel-open .project-inbox-panel,.live-dashboard.top-panel-open .project-progress-panel,.live-dashboard.top-panel-open .project-social-panel,.live-dashboard.top-panel-open .project-report-panel,.live-dashboard.top-panel-open .dashboard-panel{min-height:0;max-height:none}.goals-dashboard-panel,.actions-dashboard-panel{min-height:0}.actions-dashboard-panel .agent-tab-strip{padding-bottom:0}.actions-dashboard-panel .dashboard-panel-head{padding:34px 28px 16px}.actions-dashboard-panel .dashboard-panel-title-row{align-items:start}.actions-dashboard-panel .content-title{font-size:30px;line-height:1}.actions-dashboard-panel .content-subtitle{color:#2118127a;font-size:17px}.actions-dashboard-panel .tree-depth-toggle{width:46px;height:46px;color:var(--ink);opacity:.74;background:0 0;border:0;grid-template-columns:none;place-items:center;gap:5px;padding:9px 8px;display:grid}.actions-dashboard-panel .tree-depth-toggle:hover:not(:disabled),.actions-dashboard-panel .tree-depth-toggle:focus-visible:not(:disabled){opacity:1;background:#a66cff24}.actions-dashboard-panel .tree-depth-bar,.actions-dashboard-panel .tree-depth-toggle .tree-depth-bar:nth-child(2),.actions-dashboard-panel .tree-depth-toggle .tree-depth-bar:nth-child(3){opacity:.18;background:currentColor;border-radius:999px;width:28px;height:3px}.actions-dashboard-panel .tree-depth-toggle.depth-1 .tree-depth-bar:first-child,.actions-dashboard-panel .tree-depth-toggle.depth-2 .tree-depth-bar:nth-child(-n+2),.actions-dashboard-panel .tree-depth-toggle.depth-3 .tree-depth-bar{opacity:1;background:currentColor}.project-report-panel{border:var(--frame-border);background:var(--paper);min-width:0;min-height:0;color:var(--ink);border-radius:8px;grid-template-rows:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.project-report-panel .report-panel-header{background:#fff;border-bottom:1px solid #6f64592e;grid-template-columns:minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:12px 12px 40px;display:grid}.report-title-block{gap:6px;min-width:0;display:grid}.report-title-row{min-width:0;padding-right:40px;display:block;position:relative}.content-title,.report-title{color:var(--ink);margin:0;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:26px;font-weight:840;line-height:1.02}.content-subtitle{color:#2118128f;margin:0;font-size:16px;line-height:1.3}.report-panel-close-button{position:absolute;top:0;right:0}.report-panel-body{scrollbar-gutter:stable;min-width:0;min-height:0;padding:16px 14px 18px;display:block;overflow-y:auto}.goal-completion-report{color:#2d251f;gap:9px;width:100%;display:grid}.goal-completion-report-head{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px;display:grid}.goal-completion-report-overview,.goal-completion-report-top-stats,.goal-completion-report-model-single,.goal-completion-report-small-goal{background:#fffdf9f0;border:1px solid #2118122e;border-radius:8px;min-width:0;box-shadow:0 1px #2118120a}.goal-completion-report-overview{background:#fbf9ff;border-color:#7c5ce838;gap:10px;padding:14px;display:grid}.goal-completion-report-label{color:#6d53cf;align-items:center;font-size:14px;font-weight:820;line-height:1.2;display:flex}.goal-completion-report-overview p,.goal-completion-report-small-summary{color:#382d25;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:500;line-height:1.38}.goal-completion-report-overview-meta{grid-template-columns:repeat(auto-fit,minmax(min(138px,100%),1fr));gap:8px;min-width:0;padding-top:4px;display:grid}.goal-completion-report-meta-pill{background:#fffdf9e0;border:1px solid #6f64592e;border-radius:8px;gap:5px;min-width:0;padding:9px 10px;display:grid}.goal-completion-report-meta-caption{color:#2118128f;align-items:center;gap:5px;min-width:0;font-size:11px;font-weight:720;line-height:1.15;display:inline-flex}.goal-completion-report-meta-value{color:#3a3029;overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:760;line-height:1.25}.goal-completion-report-top-stats{text-align:center;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;padding:10px 7px;display:grid}.goal-completion-report-top-stat{border-right:1px solid #2118121a;align-content:center;justify-items:center;gap:5px;min-width:0;padding:6px 5px;display:grid}.goal-completion-report-top-stat:last-child{border-right:0}.goal-completion-report-top-stat-icon{color:#4c443cb8;background:#6f645914;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.goal-completion-report-top-stat.small-goals .goal-completion-report-top-stat-icon{background:var(--tree-small-accent);color:#fffdf9}.goal-completion-report-top-stat.tiny-goals .goal-completion-report-top-stat-icon{background:var(--tree-tiny-accent);color:#fffdf9}.goal-completion-report-top-stat.bugs .goal-completion-report-top-stat-icon{color:#9b432f;background:#9b432f1f}.goal-completion-report-top-stat.files-changed .goal-completion-report-top-stat-icon{color:var(--blue);background:#4c73f21f}.goal-completion-report-top-stat strong{color:var(--ink);font-size:22px;font-weight:820;line-height:1}.goal-completion-report-top-stat span:last-child,.goal-completion-report-small-count span{color:#21181294;font-size:11px;font-weight:720;line-height:1.15}.goal-completion-report-model-single{justify-content:space-between;align-items:center;gap:8px;min-height:34px;padding:7px 9px;display:flex}.goal-completion-report-model-single span{color:#21181294;font-size:11px;font-weight:720;line-height:1.15}.goal-completion-report-model-single strong{color:#31445d;overflow-wrap:anywhere;text-align:right;min-width:0;font-size:12px;font-weight:780;line-height:1.2}.goal-completion-report-model-filter{background:#fffdf9e6;border:1px solid #6f645929;border-radius:8px;flex-wrap:wrap;gap:8px;min-width:0;padding:8px;display:flex}.goal-completion-report-model-option{color:#211812b8;cursor:pointer;background:#fffdf9;border:1px solid #6f64592e;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 10px;font-size:12px;font-weight:760;line-height:1.15;display:inline-flex}.goal-completion-report-model-option.active{color:#553fba;background:#6f5bd61f;border-color:#6f5bd6b3}.goal-completion-report-model-option.unavailable{opacity:.58}.goal-completion-report-model-stats{background:#fffdf9;border:1px solid #6f645929;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;display:grid}.goal-completion-report-model-stats>span{background:#f4eee4b8;border-radius:8px;gap:3px;min-width:0;padding:8px;display:grid}.goal-completion-report-model-stats strong{min-width:0;color:var(--ink);overflow-wrap:anywhere;font-size:13px;line-height:1.15}.goal-completion-report-model-stats span span{color:#21181294;font-size:11px;font-weight:720;line-height:1.15}.goal-completion-report-small-section{gap:14px;margin-top:18px;display:grid}.goal-completion-report-section-head{gap:4px;margin:8px 0 4px;display:grid}.goal-completion-report-section-title{color:var(--ink);margin:0;font-size:20px;font-weight:840;line-height:1.15}.goal-completion-report-section-head p{color:#211812b3;margin:0;font-size:14px;line-height:1.25}.goal-completion-report-small-goals{gap:20px;display:grid}.goal-completion-report-small-goal{background:#faf7f1;border:0;gap:18px;padding:22px;display:grid;box-shadow:0 8px 24px #2118120f}.goal-completion-report-small-goal.has-media{background:#fbf7ef}.goal-completion-report-small-goal.model-filtered-empty{opacity:.72}.goal-completion-report-small-head{align-items:start;gap:8px;display:grid}.goal-completion-report-small-index{color:#fff;background:#7f5fe8;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:max-content;min-width:84px;height:38px;padding:0 14px;font-size:14px;font-weight:740;line-height:1;display:inline-flex;box-shadow:0 8px 18px #7f5fe82e}.goal-completion-report-small-copy{gap:6px;min-width:0;display:grid}.goal-completion-report-small-title{min-width:0;color:var(--ink);overflow-wrap:break-word;white-space:normal;font-size:16px;font-weight:620;line-height:1.36;display:block}.goal-completion-report-small-title.fallback{color:#211812b8}.goal-completion-report-small-count{white-space:nowrap;grid-auto-flow:column;justify-self:start;align-items:baseline;gap:5px;display:inline-grid}.goal-completion-report-small-count strong{color:#123f2b;font-size:16px;font-weight:820;line-height:1}.goal-completion-report-checks{background:#fffdf9a3;border:1px solid #2118121a;border-radius:8px;gap:9px;padding:10px;display:grid}.goal-completion-report-checks-head{gap:4px;display:grid}.goal-completion-report-checks-head h3,.goal-completion-report-checks-head p,.goal-completion-report-checks-summary{margin:0}.goal-completion-report-checks-head h3{font-size:13px}.goal-completion-report-checks-head p,.goal-completion-report-checks-summary{color:#211812a8;font-size:12px;line-height:1.34}.goal-completion-report-checks-empty{color:#2118129e;margin:0;font-size:12px;line-height:1.34}.goal-completion-report-media-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;min-width:0;display:grid}.goal-completion-report-media-tile{color:#2118129e;cursor:pointer;background:#fffdf9;border:1px solid #21181224;border-radius:8px;min-width:0;min-height:96px;padding:0;display:grid;position:relative;overflow:hidden}.goal-completion-report-media-tile img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.goal-completion-report-media-tile span{color:#211812b3;overflow-wrap:anywhere;min-width:0;padding:7px 8px;font-size:11px;font-weight:720;line-height:1.2;display:block}.goal-completion-report-media-tile.unavailable{cursor:default;text-align:center;place-items:center;gap:6px;min-height:72px;padding:10px}.goal-completion-report-findings,.goal-completion-report-unresolved{gap:8px;margin:0;padding:0;list-style:none;display:grid}.goal-completion-report-finding{background:#fffdf9;border:1px solid #2118121a;border-radius:8px;gap:9px;padding:10px;display:grid}.goal-completion-report-finding-main{gap:5px;min-width:0;display:grid}.goal-completion-report-finding-category{border-radius:999px;align-items:center;width:max-content;max-width:100%;min-height:24px;padding:0 9px;font-size:11px;font-weight:800;line-height:1.1;display:inline-flex}.goal-completion-report-finding-category.bug{color:#9b432f;background:#9b432f1f}.goal-completion-report-finding-category.loophole{color:#553fba;background:#6f5bd61f}.goal-completion-report-finding-category.regression{color:var(--blue);background:#4c73f21f}.goal-completion-report-finding-note{color:var(--ink);overflow-wrap:anywhere;font-size:13px;font-weight:720;line-height:1.28}.goal-completion-report-finding-detail{color:#211812ad;gap:8px;min-width:0;font-size:12px;line-height:1.35;display:grid}.goal-completion-report-finding-detail-group{gap:5px;min-width:0;display:grid}.goal-completion-report-finding-detail-label{color:#21181285;font-size:11px;font-weight:800}.goal-completion-report-finding-files{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.goal-completion-report-finding-file-chip{background:#f4eee4b8;border:1px solid #2118121f;border-radius:8px;align-items:center;min-width:0;max-width:100%;display:inline-flex;overflow:hidden}.goal-completion-report-finding-file-chip code{color:#31445d;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:6px 7px;font-size:11px;line-height:1.2;overflow:hidden}.goal-completion-report-finding-file-copy{color:#211812a3;cursor:pointer;background:#fffdf9e6;border:0;border-left:1px solid #2118121a;flex:none;place-items:center;width:28px;height:28px;display:grid}.goal-completion-report-finding-file-copy.copied{color:#246b4b}.goal-completion-report-finding-file-copy.failed{color:#9b432f}.goal-completion-report-outside{background:#fff7efb8;border:1px dashed #9b432f3d;border-radius:8px;gap:9px;padding:10px;display:grid}.goal-completion-report-outside-head{gap:4px;display:grid}.goal-completion-report-outside-head h3,.goal-completion-report-outside-head p{margin:0}.goal-completion-report-outside-head h3{font-size:13px;line-height:1.2}.goal-completion-report-outside-head p{color:#2118129e;font-size:12px;line-height:1.34}.goal-completion-report-small-actions{border-top:1px solid #21181214;justify-content:stretch;padding-top:18px;display:flex}.goal-completion-report-feedback-button{color:#5d45bf;cursor:pointer;background:#fffffff0;border:2px solid #7f5fe8;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:42px;padding:0 11px;font-size:12.5px;font-weight:780;line-height:1;display:inline-flex}.goal-completion-report-feedback-button:hover:not(:disabled),.goal-completion-report-feedback-button:focus-visible:not(:disabled){color:#4f38b5;background:#fff;border-color:#6d53cf;box-shadow:0 6px 14px #7c5ce82e}.report-panel-back-button{color:#211812b3;cursor:pointer;background:#fffdf9;border:1px solid #2118121f;border-radius:8px;place-items:center;width:32px;height:32px;display:inline-grid}.report-panel-empty{color:#21181294;border:1px dashed #2118122e;border-radius:8px;place-items:center;min-height:180px;font-size:13px;font-weight:720;display:grid}.report-feedback-backdrop,.tiny-proof-media-viewer-backdrop{z-index:60;background:#21181257;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.report-feedback-modal{background:#fffdf9;border:1px solid #2118122e;border-radius:8px;grid-template-rows:auto minmax(0,1fr);width:min(620px,100%);max-height:min(720px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 24px 70px #21181247}.report-feedback-header{border-bottom:1px solid #2118121f;justify-content:space-between;align-items:start;gap:12px;min-width:0;padding:15px 16px;display:flex}.report-feedback-header>div{gap:4px;min-width:0;display:grid}.report-feedback-header span{color:#6d53cf;text-transform:uppercase;font-size:11px;font-weight:820}.report-feedback-header h3,.report-feedback-header p{margin:0}.report-feedback-header h3{color:var(--ink);font-size:18px;line-height:1.15}.report-feedback-header p{color:#211812a3;overflow-wrap:anywhere;font-size:13px;line-height:1.3}.report-feedback-header button{color:#211812ad;cursor:pointer;background:#fffdf9;border:1px solid #2118121f;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;display:grid}.report-feedback-form{gap:12px;min-height:0;padding:14px 16px 16px;display:grid;overflow-y:auto}.report-feedback-text{display:grid}.report-feedback-text textarea{resize:vertical;min-height:112px;color:var(--ink);font:inherit;background:#fff;border:1px solid #21181229;border-radius:8px;padding:10px;font-size:13px;line-height:1.4}.report-feedback-status,.report-feedback-error,.report-feedback-sent{border-radius:8px;padding:8px 10px;font-size:12px;font-weight:720;line-height:1.3}.report-feedback-status{color:#2118129e;background:#f4eee4b8}.report-feedback-error{color:#9b432f;background:#9b432f1a}.report-feedback-sent{color:#246b4b;background:#246b4b1f}.report-feedback-attachments{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;display:grid}.report-feedback-attachment{background:#fff;border:1px solid #21181224;border-radius:8px;min-width:0;margin:0;display:grid;position:relative;overflow:hidden}.report-feedback-attachment img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.report-feedback-attachment-empty{color:#2118128f;place-items:center;min-height:84px;font-size:12px;display:grid}.report-feedback-attachment figcaption{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:7px 8px;display:grid}.report-feedback-attachment figcaption>span{color:#553fba;background:#6f5bd61f;border-radius:999px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:820;display:grid}.report-feedback-attachment small{color:#211812ad;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:720;line-height:1.2;overflow:hidden}.report-feedback-attachment-actions{gap:5px;display:flex;position:absolute;top:6px;right:6px}.report-feedback-attachment-actions button{color:#211812ad;cursor:pointer;background:#fffdf9f0;border:1px solid #2118121f;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.report-feedback-tools,.report-feedback-footer{flex-wrap:wrap;gap:8px;display:flex}.report-feedback-footer{border-top:1px solid #2118121a;justify-content:flex-end;padding-top:12px}.tiny-proof-media-viewer{color:#fffdf9;background:#17130f;border:1px solid #2118122e;border-radius:8px;width:min(860px,100%);max-height:calc(100vh - 40px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #21181252}.tiny-proof-media-viewer img{object-fit:contain;background:#17130f;width:100%;max-height:calc(100vh - 104px);display:block}.tiny-proof-media-viewer>span{overflow-wrap:anywhere;min-width:0;padding:10px 12px;font-size:12px;font-weight:720;line-height:1.25;display:block}.tiny-proof-media-close{z-index:1;color:#fffdf9;cursor:pointer;background:#17130fb8;border:1px solid #fffdf933;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:8px;right:8px}.tiny-proof-media-unavailable{color:#fffdf9bd;place-items:center;min-height:220px;font-size:13px;font-weight:720;display:grid}.goal-completion-report-model-option:focus-visible,.goal-completion-report-media-tile:focus-visible,.goal-completion-report-finding-file-copy:focus-visible,.goal-completion-report-feedback-button:focus-visible,.report-feedback-modal button:focus-visible,.report-feedback-modal textarea:focus-visible,.tiny-proof-media-viewer button:focus-visible{outline-offset:2px;outline:2px solid #6f5bd6b8}.state-empty-panel{border:var(--frame-border);background:var(--paper);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:18px;display:grid}.state-empty-panel.error{border-color:#e24d4db8}.state-empty-mark{width:38px;height:38px;color:var(--ink);background:#f2eadf;border-radius:8px;place-items:center;display:grid}.state-empty-copy{gap:5px;min-width:0;display:grid}.state-empty-copy h2,.state-empty-copy p{margin:0}.state-empty-copy p:not(.eyebrow){color:#62584d;line-height:1.35}.state-empty-meta{flex-wrap:wrap;gap:6px;min-width:0;font-size:.78rem;display:flex}.state-empty-meta span{overflow-wrap:anywhere;min-width:0}.state-empty-meta span:first-child{color:var(--ink);font-weight:700}.content-panel,.surface-panel{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.panel-head{border-bottom:var(--frame-border);background:var(--paper-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px}.counter-pill{background:var(--paper);white-space:nowrap;border:1px solid #6f645973;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.tree-scroll-frame{min-width:0;min-height:0;display:grid;overflow:hidden}.tree-shell{align-content:start;gap:8px;min-width:0;min-height:0;padding:10px;display:grid;overflow:auto}.tree-list{gap:6px}.tree-list .tree-list{padding:5px 0 0 18px}.goals-dashboard-panel{padding-right:4px}.goals-dashboard-panel .dashboard-panel{border:0}.goals-dashboard-panel .dashboard-panel-head{background:0 0;border-bottom:0;min-height:82px;padding:12px 14px 0}.goals-dashboard-panel .dashboard-panel-title-row{align-items:start;gap:16px}.goals-dashboard-panel .content-title{font-size:30px;font-weight:840}.goals-dashboard-panel .content-subtitle{font-size:17px}.goals-dashboard-panel .progress-percent{font-variant-numeric:tabular-nums;background:0 0;border:0;border-radius:0;align-items:baseline;width:max-content;min-width:96px;height:auto;line-height:.9;display:inline-flex}.goals-dashboard-panel .progress-percent span{text-align:right;min-width:3ch;font-size:46px}.goals-dashboard-panel .progress-percent small{color:#6f665e;margin-left:4px;font-size:20px;font-weight:820}.goals-dashboard-panel .tree-depth-toggle{width:46px;height:46px;color:var(--ink);opacity:.74;background:0 0;border:0;grid-template-columns:none;place-items:center;gap:5px;padding:9px 8px;display:grid}.goals-dashboard-panel .tree-depth-toggle:hover:not(:disabled),.goals-dashboard-panel .tree-depth-toggle:focus-visible:not(:disabled){opacity:1;background:#a66cff24}.goals-dashboard-panel .tree-depth-bar,.goals-dashboard-panel .tree-depth-toggle .tree-depth-bar:nth-child(2),.goals-dashboard-panel .tree-depth-toggle .tree-depth-bar:nth-child(3){opacity:.18;background:currentColor;border-radius:999px;width:28px;height:3px}.goals-dashboard-panel .tree-depth-toggle.depth-1 .tree-depth-bar:first-child,.goals-dashboard-panel .tree-depth-toggle.depth-2 .tree-depth-bar:nth-child(-n+2),.goals-dashboard-panel .tree-depth-toggle.depth-3 .tree-depth-bar{opacity:1;background:currentColor}.goals-dashboard-panel .tree-scroll-frame{padding:0 10px 14px 14px}.goals-dashboard-panel .tree-shell>.tree-list{justify-items:start;gap:0;display:grid}.goals-dashboard-panel .tree-list .tree-list{gap:10px;margin-left:22px;padding:10px 0 0 18px;display:grid;position:relative}.goals-dashboard-panel .tree-list .tree-list:before{content:"";background:#6f64592e;border-radius:999px;width:1px;position:absolute;top:10px;bottom:10px;left:0}.goals-dashboard-panel .tree-shell>.tree-list>.tree-item.big{background:var(--paper);border-radius:8px;width:min(708px,100%);padding:14px}.goals-dashboard-panel .tree-shell>.tree-list>.tree-item.big+.tree-item.big{margin-top:48px}.goals-dashboard-panel .tree-item{gap:10px}.goals-dashboard-panel .tree-row{color:#33271e;width:min(680px,100%);min-height:32px;box-shadow:none;cursor:default;transition:background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, opacity var(--motion-fast) ease;background:#f8f3ea;border:1px solid #6f645940;border-radius:8px;align-items:center;gap:0;padding:9px 14px 9px 44px;line-height:1.25;display:flex}.goals-dashboard-panel .tree-row.expandable{cursor:pointer}.goals-dashboard-panel .tree-row:hover,.goals-dashboard-panel .tree-row.selected{box-shadow:none;background:#f8f3ea;border-color:#6f64594f}.goals-dashboard-panel .tree-row.current,.goals-dashboard-panel .tree-item.current>.tree-row{background:#f8f3ea;border-color:#f08a3575}.goals-dashboard-panel .tree-row.active-path{border-color:#a66cff59}.goals-dashboard-panel .tree-row.big{--level-color:var(--orange)}.goals-dashboard-panel .tree-row.small{--level-color:var(--purple)}.goals-dashboard-panel .tree-row.tiny{--level-color:var(--green)}.goals-dashboard-panel .tree-collapse-toggle{display:none}.goals-dashboard-panel .root-number{width:44px;color:var(--level-color);place-items:center;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:12px;font-weight:820;display:grid;position:absolute;top:0;bottom:0;left:0}.goals-dashboard-panel .root-number-label{opacity:0;pointer-events:none;position:absolute}.goals-dashboard-panel .root-number .tree-status-circle{background:radial-gradient(circle at center, color-mix(in srgb, currentColor 14%, transparent) 0 58%, color-mix(in srgb, currentColor 22%, transparent) 100%);width:22px;height:22px;color:inherit;border:2px solid}.goals-dashboard-panel .tree-select-button{flex:auto;grid-template-columns:none;align-items:center;min-width:0;min-height:0;padding:0;display:flex}.goals-dashboard-panel .tree-select-button .inline-status-marker{display:none}.goals-dashboard-panel .node-text-copy{color:#2f281f;white-space:normal;font-weight:720}.goals-dashboard-panel .tree-row.completed{--completed-strike-color:#69605680;color:#696056b8}.goals-dashboard-panel .tree-row.completed .root-number .tree-status-circle{box-shadow:none;background:currentColor}.goals-dashboard-panel .tree-row.completed .tree-status-check-icon{stroke:#fff}.goals-dashboard-panel .tree-row.completed .node-text-copy{color:#696056a8;text-decoration:line-through;-webkit-text-decoration-color:var(--completed-strike-color);text-decoration-color:var(--completed-strike-color);text-decoration-thickness:1.5px}.goals-dashboard-panel .tree-chevron{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:6px solid #2118128f;width:0;height:0;margin-left:10px;transform:none}.goals-dashboard-panel .tree-row:not(.collapsed) .tree-chevron{transform:rotate(90deg)}.goals-dashboard-panel .goal-report-ready-module{width:min(680px,100% - 32px);margin:6px 0 2px 32px}.actions-dashboard-panel .dashboard-panel-progress-row{padding:0 28px 10px}.actions-dashboard-panel .agent-tab-list,.actions-dashboard-panel .agent-tab-strip{scrollbar-gutter:stable;align-items:stretch;gap:8px;width:100%;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.actions-dashboard-panel .agent-tab{min-width:120px;min-height:32px;color:var(--ink);text-align:center;transition:transform var(--motion-fast) ease;background:#fbf7f0;border:1.5px solid #0000;flex:1 1 0;justify-content:center;font-size:13px;display:inline-flex}.actions-dashboard-panel .agent-tab:active{transform:translateY(1px)}.actions-dashboard-panel .agent-tab.selected{border:2.5px solid var(--outline);box-shadow:none}.actions-dashboard-panel .agent-tab-fill{background:linear-gradient(90deg,#a66cff3d 0%,#a66cff61 100%);min-width:0}.actions-dashboard-panel .agent-tab.active .agent-tab-fill{background:linear-gradient(90deg,#a66cff3d 0%,#a66cff61 100%)}.actions-dashboard-panel .agent-tab.completed .agent-tab-fill{background:linear-gradient(90deg,#58a87833 0%,#58a87857 100%)}.actions-dashboard-panel .tree-scroll-frame{padding:0 10px 14px 14px}.actions-dashboard-panel .tree-shell>.tree-list{justify-items:start;gap:0;display:grid}.actions-dashboard-panel .tree-list .tree-list{gap:10px;margin-left:22px;padding:10px 0 0 18px;display:grid;position:relative}.actions-dashboard-panel .tree-list .tree-list:before{content:"";background:#6f64592e;border-radius:999px;width:1px;position:absolute;top:10px;bottom:10px;left:0}.work-bone{background:var(--paper);border-left:0;border-radius:8px;justify-self:start;gap:10px;width:min(708px,100%);min-width:0;padding:14px;display:grid;position:relative}.actions-dashboard-panel .work-bone+.work-bone{margin-top:48px}.actions-dashboard-panel .work-bone+.work-bone:after{content:"";pointer-events:none;background:#6f64592e;height:1px;position:absolute;top:-24px;left:5%;right:5%}.work-bone.current-container{background:var(--paper)}.actions-dashboard-panel .tree-row{color:#33271e;width:min(680px,100%);min-height:32px;box-shadow:none;cursor:default;background:#f8f3ea;border:1px solid #6f645940;border-radius:8px;align-items:center;gap:0;padding:9px 14px 9px 44px;line-height:1.25;display:flex}.actions-dashboard-panel .tree-row.expandable{cursor:pointer}.actions-dashboard-panel .tree-row:hover,.actions-dashboard-panel .tree-row.selected{box-shadow:none;background:#f8f3ea;border-color:#6f64594f}.actions-dashboard-panel .tree-row.current,.actions-dashboard-panel .tree-item.current>.tree-row{background:#f8f3ea;border-color:#f08a3575}.actions-dashboard-panel .tree-row.big{--level-color:var(--orange)}.actions-dashboard-panel .tree-row.small{--level-color:var(--purple)}.actions-dashboard-panel .tree-row.tiny{--level-color:var(--green)}.actions-dashboard-panel .tree-collapse-toggle{display:none}.actions-dashboard-panel .root-number{width:44px;color:var(--level-color);place-items:center;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:12px;font-weight:820;display:grid;position:absolute;top:0;bottom:0;left:0}.actions-dashboard-panel .root-number-label{opacity:0;pointer-events:none;position:absolute}.actions-dashboard-panel .root-number .tree-status-circle{background:radial-gradient(circle at center, color-mix(in srgb, currentColor 14%, transparent) 0 58%, color-mix(in srgb, currentColor 22%, transparent) 100%);width:22px;height:22px;color:inherit;border:2px solid}.actions-dashboard-panel .tree-select-button{flex:auto;grid-template-columns:none;align-items:center;min-width:0;min-height:0;padding:0;display:flex}.actions-dashboard-panel .tree-select-button .inline-status-marker{display:none}.actions-dashboard-panel .node-text-copy{color:#2f281f;white-space:normal;font-weight:720}.actions-dashboard-panel .tree-row.completed .root-number .tree-status-circle{box-shadow:none;background:currentColor}.actions-dashboard-panel .tree-row.completed .tree-status-check-icon{stroke:#fff}.actions-dashboard-panel .tree-row.completed .node-text-copy{color:#696056a8;-webkit-text-decoration:line-through #69605680;text-decoration:line-through #69605680;text-decoration-thickness:1.5px}.actions-dashboard-panel .tree-chevron{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:6px solid #2118128f;width:0;height:0;margin-left:10px;transform:none}.actions-dashboard-panel .tree-row:not(.collapsed) .tree-chevron{transform:rotate(90deg)}.tree-row{background:#fffdfa;border:1px solid #6f645957;border-radius:8px;grid-template-columns:26px minmax(0,1fr) auto 14px;align-items:center;gap:6px;min-width:0;min-height:34px;padding:4px;display:grid}.tree-row.current,.tree-item.current>.tree-row{background:#fff1df;border-color:#f08a35c7}.tree-row.active-path{border-color:#a66cff75}.tree-row.selected,.tree-item.selected>.tree-row{box-shadow:inset 3px 0 0 var(--blue);border-color:#4c73f2b8}.tree-row.completed .node-text-copy{color:#21181294;text-decoration:line-through;text-decoration-thickness:1px}.tree-collapse-toggle,.tree-select-button,.tiny-proof-trigger,.goal-report-ready-button{min-width:0;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:6px}.tree-collapse-toggle{color:#62584d;place-items:center;width:26px;height:26px;display:grid}.tree-collapse-toggle svg{transition:transform var(--motion-fast) ease}.tree-row:not(.collapsed) .tree-collapse-toggle svg{transform:rotate(90deg)}.tree-collapse-toggle:disabled{cursor:default;opacity:.3}.tree-select-button{text-align:left;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;min-height:26px;display:grid}.tree-status-marker,.tree-status-circle{place-items:center;display:grid}.tree-status-circle{width:15px;height:15px;color:var(--green);background:#fffdfa;border:1.8px solid #6f64598f;border-radius:999px}.tree-row.completed .tree-status-circle{border-color:var(--green);background:#58a87824}.tree-status-check-icon{stroke:currentColor}.tree-row.motion-enter{animation:unclog-row-enter var(--tree-motion-fade) ease both, unclog-row-highlight var(--tree-motion-highlight) ease-out}.tree-row.motion-enter,.tree-row.motion-changed,.tree-row.motion-exit,.tree-row.motion-reorder,.tree-row.motion-replacement-exit,.tree-row.motion-replacement-enter,.tree-row.motion-done{will-change:opacity, background-color, box-shadow}.tree-row.motion-changed{animation:unclog-row-highlight var(--tree-motion-highlight) ease-out}.tree-row.motion-reorder:not(.motion-changed):not(.motion-done){animation:unclog-row-reorder-fade var(--tree-motion-fade) ease both, unclog-row-highlight var(--tree-motion-highlight) ease-out}.tree-row.motion-operation-new{--row-motion-highlight:var(--motion-highlight-green)}.tree-row.motion-operation-edited{--row-motion-highlight:var(--motion-highlight-yellow)}.tree-row.motion-highlight-orange{--row-motion-highlight:var(--motion-highlight-orange)}.tree-row.motion-highlight-green{--row-motion-highlight:var(--motion-highlight-green)}.tree-row.motion-highlight-purple{--row-motion-highlight:var(--motion-highlight-purple)}.tree-row.motion-highlight-pink{--row-motion-highlight:var(--motion-highlight-pink)}.tree-row.motion-exit{animation:none}.tree-row.motion-replacement-exit{animation:.62s both unclog-tree-replace-out}.tree-row.motion-replacement-enter{animation:.72s both unclog-tree-replace-in}.tree-row.motion-done{animation:none}.tree-row.completed.motion-done .tree-status-circle{animation:.62s cubic-bezier(.18,.86,.28,1.24) both unclog-status-circle-pop}.tree-row.completed.motion-done .tree-status-circle:after{border-radius:inherit;content:"";opacity:0;border:2px solid;animation:.72s ease-out both unclog-status-burst-pop;position:absolute;inset:-5px}.tree-row.completed.motion-done .tree-status-check-icon{animation:.52s cubic-bezier(.22,.88,.32,1.18) both unclog-status-check-pop}.motion-preview-row{animation-duration:1.8s!important}.progress-percent-number{text-align:right;min-width:2ch;animation:unclog-counter-roll .42s var(--motion-soft-ease) both;display:inline-block}.progress-percent-symbol{margin-left:3px}.node-text,.node-text-copy{min-width:0}.node-text-copy{color:#2f281f;text-overflow:ellipsis;white-space:nowrap;font-weight:720;line-height:1.25;display:block;overflow:hidden}.tiny-proof-trigger{color:#d95f1f;cursor:pointer;letter-spacing:0;white-space:nowrap;width:32px;min-width:32px;height:32px;transition:background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fff;border:1px solid #6f645929;border-radius:8px;place-items:center;padding:0;line-height:1;display:inline-grid;box-shadow:0 1px #21181208}.tiny-proof-trigger-icon{color:currentColor;width:16px;height:16px;display:block}.tiny-proof-trigger-label{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.tiny-proof-trigger:hover,.tiny-proof-trigger:focus-visible,.tiny-proof-trigger[aria-expanded=true]{color:#d95f1f;background:#fff;border-color:#d55b1a61;box-shadow:0 4px 10px #d55b1a14,inset 0 0 0 1px #d55b1a1f}.tiny-proof-popover{z-index:80;pointer-events:auto;width:clamp(320px,34vw,380px);max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);animation:.12s ease-out tiny-proof-enter;position:fixed}@keyframes tiny-proof-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tiny-proof-card{color:#2d251f;background:#fffdf8;border:1px solid #21181238;border-radius:8px;gap:8px;max-height:calc(100vh - 24px);padding:10px;display:grid;position:relative;overflow:auto;box-shadow:0 16px 42px #2118122e}.tiny-proof-popover .tiny-proof-summary-card{background:#fffaf2;border:1px solid #7c5ce82e;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:10px 34px 10px 10px;display:grid}.tiny-proof-summary-icon{color:#d95f1f;border:1px solid #d55b1a52;border-radius:7px;place-items:center;width:34px;height:34px;display:inline-grid}.tiny-proof-close{color:#4b4037;cursor:pointer;background:#fffdf9eb;border:1px solid #2118122e;border-radius:6px;place-items:center;width:24px;height:24px;padding:0;display:inline-grid;position:absolute;top:8px;right:8px}.tiny-proof-close:hover,.tiny-proof-close:focus-visible{background:#f6eee2;border-color:#2118125c}.tiny-proof-summary{color:#2d251f;overflow-wrap:anywhere;margin:0;font-size:13.5px;font-weight:700;line-height:1.35}.tiny-proof-summary.unavailable{color:#5b5149;font-weight:680}.tiny-proof-technical,.tiny-proof-section{border-top:1px solid #2118121a;gap:6px;min-width:0;padding-top:8px;display:grid}.tiny-proof-curious-list{color:#43372f;overflow-wrap:anywhere;gap:4px;margin:0;padding-left:17px;font-size:12px;font-weight:500;line-height:1.4;display:grid}.tiny-proof-curious-list li{margin:0;padding-left:1px}.tiny-proof-curious-list.clamped{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tiny-proof-technical button{color:#7a4df0;cursor:pointer;letter-spacing:0;background:0 0;border:0;justify-self:start;padding:0;font-size:11px;font-weight:780;line-height:1.2}.tiny-proof-section{justify-items:start}.tiny-proof-section p{color:#43372f;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:500;line-height:1.4}.tiny-proof-bug-count{color:#23395d;background:#eef3fb;border:1px solid #314a732e;border-radius:6px;justify-self:start;align-items:center;gap:5px;width:fit-content;max-width:100%;min-height:20px;padding:0 7px;font-size:11px;font-weight:780;line-height:1;display:inline-flex}.tiny-proof-media-section{justify-items:stretch}.tiny-proof-media-grid{grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:8px;width:100%;min-width:0;display:grid}.tree-chevron{border-bottom:1.5px solid #2118127a;border-right:1.5px solid #2118127a;width:7px;height:7px;transform:rotate(-45deg)}.tree-row:not(.collapsed) .tree-chevron{transform:rotate(45deg)}.goal-report-ready-module{background:#58a87814;border:1px solid #58a87852;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;margin:6px 0 2px 32px;padding:8px;display:grid}.goal-report-ready-copy{gap:3px;min-width:0;display:grid}.goal-report-ready-copy strong,.goal-report-ready-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.goal-report-ready-copy small{color:#62584d;font-size:12px}.goal-report-ready-button{color:#2d704b;background:#fffdfa;border:1px solid #58a87880;border-radius:8px;grid-auto-flow:column;align-items:center;gap:6px;min-height:30px;padding:0 9px;font-weight:780;display:inline-grid}.status-pill{background:var(--paper);text-transform:capitalize;white-space:nowrap;border:1px solid #6f645973;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:820;display:inline-flex}.status-pill.pass{color:#2d704b;border-color:#58a878b8}.status-pill.blocked,.status-pill.error{color:#9b302c;border-color:#e24d4db8}.remove-dialog-backdrop{z-index:60;background:#21181233;place-items:center;padding:18px;display:grid;position:fixed;inset:52px 0 0}.remove-dialog{border:var(--frame-border);border-left:5px solid var(--yellow);background:var(--paper);width:min(460px,100%);box-shadow:0 18px 42px var(--shadow);border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:16px;display:grid}.remove-dialog-mark{width:34px;height:34px;color:var(--ink);background:#f2eadf;border-radius:8px;place-items:center;font-family:Cascadia Code,JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,ui-monospace,monospace;font-size:0;font-weight:820;display:grid}.remove-dialog-mark:before{content:"unclog.";font-size:11px;line-height:1}.remove-dialog-copy{gap:6px;min-width:0;display:grid}.remove-dialog-copy h2,.remove-dialog-copy p{margin:0}.remove-dialog-copy h2{text-transform:lowercase;font-size:16px;line-height:1.25}.remove-dialog-copy p{color:var(--muted);font-size:13px;line-height:1.35}.remove-dialog-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.danger-action{border:var(--frame-border);background:var(--yellow);min-height:36px;color:var(--ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:760;display:inline-flex}.project-toast{z-index:70;border:var(--frame-border);border-left:5px solid var(--green);background:var(--paper);max-width:min(420px,100vw - 36px);box-shadow:0 14px 30px var(--shadow);color:var(--ink);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex;position:fixed;bottom:17px;right:18px}.project-toast span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-toast button{background:var(--yellow);color:var(--ink);cursor:pointer;border-radius:8px;flex:none;padding:7px 10px;font-weight:720}button:hover,button:focus-visible{outline-offset:1px;background:#f6ca725c;outline:2px solid #4c73f247}.project-item:focus-visible,.project-expand:focus-visible,.project-menu-trigger:focus-visible,.project-row-menu button:focus-visible,.chrome-panel-tab:focus-visible,.mission-main:focus-visible,.mission-row-action:focus-visible,.mission-row:focus-visible,.mission-list-toggle:focus-visible,.agent-tab:focus-visible,.tree-depth-toggle:focus-visible,.tree-collapse-toggle:focus-visible,.tree-select-button:focus-visible,.tiny-proof-trigger:focus-visible,.workflow-tab:focus-visible,.inbox-icon-button:focus-visible,.inbox-submit:focus-visible,.inbox-composer-plus:focus-visible,.inbox-composer-add-row:focus-visible,.inbox-composer-attachment button:focus-visible,.inbox-composer-edit-offer button:focus-visible,.inbox-image-editor-modal button:focus-visible,.inbox-image-editor-modal textarea:focus-visible,.inbox-section-header:focus-visible,.progress-calendar-day:focus-visible,.social-filter-button:focus-visible,.social-activity-button:focus-visible,.social-profile-trigger:focus-visible,.social-follow-button:focus-visible,.social-secondary-button:focus-visible,.social-toggle-button:focus-visible,.report-proof-action:focus-visible,.goal-report-ready-button:focus-visible,.goal-completion-report-feedback-button:focus-visible,.danger-action:focus-visible,.project-toast button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (width<=1040px){.web-chrome{grid-template-columns:auto minmax(0,1fr) auto}.chrome-panel-tabs{border-right:0;overflow-x:auto}.chrome-status{display:none}.workflow-shell{grid-template-columns:minmax(0,1fr)}.workflow-tabs{border-right:0;border-bottom:var(--frame-border);grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-panel-title-row{grid-template-columns:minmax(0,1fr);align-items:start}.dashboard-panel-status{justify-content:start}.progress-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.live-dashboard.report-open,.live-dashboard.top-panel-open{grid-template-columns:minmax(0,1fr)}.goals-dashboard-panel,.actions-dashboard-panel{min-height:360px}}@media (width<=760px){.app-frame{grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.web-chrome{grid-column:1;grid-template-columns:auto auto minmax(0,1fr) auto;width:100vw;overflow:hidden}.brand-lockup{padding:10px 12px}.brand-subtitle,.chrome-status{display:none}.chrome-panel-tabs{border-right:0;grid-column:auto;min-height:44px;overflow:hidden}.chrome-panel-tab{flex:1 0 0;min-width:0;padding:0 8px}.chrome-actions{border-left:0;justify-content:flex-end;min-width:0;padding:0 3px}.window-center-split-button,.window-rotate-panels-button{display:none}.monitor-settings-grid,.sign-out-card{grid-template-columns:minmax(0,1fr)}.icon-button{width:40px;min-height:48px}.project-rail{border-right:0;border-bottom:var(--frame-border);grid-area:2/1;width:100%;max-height:44vh;padding:12px;overflow:auto}.sidebar-hover-zone,.sidebar-resizer,.dashboard-resizer,.workspace-panel-resizer{display:none}.workspace{grid-area:3/1;gap:12px;padding:14px}.live-dashboard,.live-dashboard.report-open,.live-dashboard.top-panel-open,.workflow-tabs,.inbox-capture,.inbox-composer-edit-offer,.inbox-image-editor-body,.social-filter-row,.social-profile-card,.social-quota-grid,.feedback-capture,.social-settings-card,.social-workflow-grid,.preferences-grid{grid-template-columns:minmax(0,1fr)}.project-inbox-panel{min-height:420px;max-height:none}.state-empty-panel{grid-template-columns:minmax(0,1fr);align-items:start}h1{font-size:24px}.content-panel{min-height:300px}.node-text-copy,.project-row span,.project-name,.mission-title,.mission-row,.project-toast span{white-space:normal}.tree-list .tree-list{padding-left:12px}.tree-row{grid-template-columns:26px minmax(0,1fr)}.tiny-proof-trigger,.tree-chevron{grid-column:2;justify-self:start}.goal-report-ready-module{grid-template-columns:minmax(0,1fr);margin-left:0}.workflow-tab span,.workflow-tab strong,.workflow-tab small,.agent-tab-label,.completed-run-head,.social-post-meta strong,.social-post-meta span,.social-post-meta time,.inbox-attachment-card figcaption{white-space:normal}.workflow-detail{min-height:300px}.progress-stat-grid{grid-template-columns:minmax(0,1fr)}.goal-completion-report-top-stats,.goal-completion-report-overview-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.goal-completion-report-model-stats,.report-feedback-attachments{grid-template-columns:minmax(0,1fr)}.goal-completion-report-small-goal{padding:18px}.goal-completion-report-media-grid{grid-template-columns:minmax(0,1fr)}.goal-completion-report-finding-file-chip{width:100%}.report-feedback-backdrop,.tiny-proof-media-viewer-backdrop{align-items:stretch;padding:10px}.report-feedback-modal{max-height:calc(100vh - 20px)}.report-feedback-footer,.report-feedback-tools{flex-direction:column;align-items:stretch}.report-feedback-footer button,.report-feedback-tools button{width:100%}}@keyframes unclog-counter-roll{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes unclog-row-enter{0%{opacity:0}to{opacity:1}}@keyframes unclog-row-highlight{0%,46%{background-color:var(--row-motion-highlight,var(--motion-highlight-orange));box-shadow:inset 0 0 0 3px var(--row-motion-highlight,var(--motion-highlight-orange))}to{box-shadow:none;background-color:#f8f3ea}}@keyframes unclog-row-reorder-fade{0%{opacity:.62}to{opacity:1}}@keyframes unclog-tree-replace-out{0%{opacity:1}72%,to{opacity:0}}@keyframes unclog-tree-replace-in{0%,35%{opacity:0}to{opacity:1}}@keyframes unclog-status-circle-pop{0%{transform:scale(.72)}46%{transform:scale(1.18)}68%{transform:scale(.94)}to{transform:scale(1)}}@keyframes unclog-status-burst-pop{0%{opacity:0;transform:scale(.42)rotate(-10deg)}42%{opacity:.55}to{opacity:0;transform:scale(1.38)rotate(8deg)}}@keyframes unclog-status-check-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes unclog-agent-tab-fill{0%,to{opacity:.72}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.app-frame,.project-rail,.app-frame.sidebar-collapsed .project-rail,.app-frame[data-sidebar-collapsed=true][data-sidebar-peek=true] .project-rail,.sidebar-resizer span,.tree-row.motion-enter,.tree-row.motion-changed,.tree-row.motion-exit,.tree-row.motion-reorder,.tree-row.motion-replacement-exit,.tree-row.motion-replacement-enter,.tree-row.motion-done,.agent-tab.active .agent-tab-fill,.progress-percent-number,.action-progress-fill{will-change:auto!important;transition:none!important;animation:none!important;transform:none!important}.tree-row.completed.motion-done .tree-status-circle,.tree-row.completed.motion-done .tree-status-circle:after,.tree-row.completed.motion-done .tree-status-check-icon{animation:none!important;transform:none!important}}
