.signalhunt-brand{display:block;line-height:0;flex:0 0 auto}
.signalhunt-brand picture,.signalhunt-brand img{display:block}
.signalhunt-brand img{width:auto;height:58px;max-width:180px;object-fit:contain;object-position:left center}
header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;column-gap:18px}
.header-tools{display:contents}
.header-clock{grid-column:2;justify-self:center}
#collapse-all{grid-column:3;justify-self:end}
@media(max-width:650px){
  header{column-gap:8px}
  .signalhunt-brand{min-width:0;max-width:calc(100vw - 188px)}
  .signalhunt-brand img{width:clamp(88px,27vw,118px);height:auto;max-width:100%;object-position:left center}
  #collapse-all{width:34px;height:34px;padding:0;font-size:0}
  #collapse-all::before{content:"−";font:800 1rem/1 ui-monospace,monospace}
  #collapse-all[aria-pressed="true"]::before{content:"+"}
}
@media(max-width:299px){
  .signalhunt-brand{max-width:44px}
  .signalhunt-brand img{width:44px;height:44px;object-position:center}
}
@media(min-width:901px){
  .signalhunt-brand img{height:60px;max-width:190px}
}
