:root {
  --cover: url('https://wolfi.ee/fileserver/01FQRFEAZH2044716GWBWN2DAZ/attachment/original/01HM0CD06G53X4ZFS2XQ42KER7.jpg');
  --toot-focus-info-bg: var(--toot-focus-bg);
  --br: 15px;
}

html body { background: none; }
.bg { 
  background: var(--cover) 50% 50% / cover no-repeat;
  filter: blur(8px);
  transform: scale(1.03);
  
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  z-index: -2;
}

.profile .about-user .fields .field { word-break: break-word; }

.profile .toots .col-header,
.profile .toots .toot { border-radius: var(--br); }
.about-user .bio {
  border-bottom-left-radius: var(--br);
  border-bottom-right-radius: var(--br);
}

.nothinghere {
  background: var(--toot-focus-bg);
  padding: 1.5rem 0 1.5rem 1rem;
  border-radius: var(--br);
}

.backnextlinks a {
  background: var(--toot-focus-bg);
  padding: .5rem;
  border-radius: var(--br);
}

.audio { display: none; }