/* Match activity-panel hover without changing header dimensions. */
body .wapper .header {transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;}
@media(hover:hover) and (pointer:fine) {
 body .wapper .header:hover {
  border-color:#ba9654!important;
  background:linear-gradient(145deg,#302b22,#24221e)!important;
  box-shadow:0 0 0 1px #c7ad7820,0 0 22px #c7ad7820,inset 0 0 28px #c7ad7806!important;
 }
}
body .wapper .header:focus-within {border-color:#ba9654!important;}
@media(prefers-reduced-motion:reduce) {body .wapper .header {transition:none!important;}}
