/* Project identity and actions occupy separate header rows. */
.shell>main{grid-template-rows:auto minmax(0,1fr) auto}
.shell>main>header{height:auto;min-height:78px;padding-top:10px;padding-bottom:10px}
.shell>main>header .chat-heading{gap:7px;min-width:0}
.chat-title-line{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}
.chat-title-line #title{max-width:100%}
.chat-title-line .site-link{display:inline;max-width:100%;font-size:12px;overflow-wrap:anywhere;white-space:normal}
.chat-title-line .site-link[hidden]{display:none}
.chat-title-line .site-link::before{content:none}
.chat-title-line #threadLabel{font-size:12px;overflow-wrap:anywhere;white-space:normal}
.chat-title-line #threadLabel::before{content:'- ';color:#797775}
.shell>main>header .header-context{max-width:100%;overflow-x:auto;overflow-y:hidden;gap:6px;padding:2px 0;scrollbar-width:thin}
.header-context .editor-link{margin-left:0;min-height:26px}
@media(max-width:760px){
 .shell>main>header{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:7px 10px}
 .shell>main>header .chat-heading{display:contents}
 .chat-title-line{grid-column:1/-1}
 .shell>main>header .chat-title-line #title,.shell>main>header .chat-title-line #threadLabel{white-space:normal}
 .shell>main>header .header-context{grid-column:1/-1;grid-row:3;flex-wrap:wrap;overflow:visible}
 .shell>main>header .session-usage{grid-column:2;grid-row:2;width:112px}
 .shell>main>header #state{display:none}
}
