/* Source outer fixed header/body/hash offsets share --header-height. */
body .site-header .header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:16px}
body .site-header .header-inner>.ai-network{justify-self:end}
@media(max-width:767px){
 :root{--header-height:132px}
 body .site-header .header-inner{width:calc(100% - 16px);min-height:111px;height:111px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:40px 44px;gap:8px;padding:8px;box-sizing:border-box}
 body .site-header .header-inner>.logo{grid-column:1;grid-row:1;justify-self:start}
 body .site-header .header-inner>.ai-network{grid-column:2;grid-row:1;justify-self:end}
 body .site-header .header-inner>.actions{grid-column:1/-1;grid-row:2;width:100%;margin:0}
 body .site-header .actions>.button{width:100%;height:44px;min-height:44px;padding:0 14px;box-sizing:border-box}
}
@media(max-width:360px){body .site-header .logo img{width:112px}}
