/* Focused browser tabs reuse surface components without conversation chrome. */
html[data-focused-surface] #session-tabs,
html[data-focused-surface] #composer-dock,
html[data-focused-surface] #timeline,
html[data-focused-surface] #prompt-queue,
html[data-focused-surface] #prompt-reminder{display:none!important}
html[data-focused-surface] #conversation{--session-tabs-height:0px;--page-chrome:72px;padding-top:0;grid-template-columns:minmax(0,1fr)}
html[data-focused-surface] #workshop{padding:12px 0 64px;width:calc(100% - 24px)}
