.pet-lane { position: relative; height: 52px; margin-top: 3px; overflow: hidden; pointer-events: none; }
#pet-scene { display: block; width: 100%; height: 100%; overflow: hidden; }
#pet-touch { position: absolute; top: 0; height: 100%; padding: 0; border: 0; border-radius: 10px; background: transparent; -webkit-appearance: none; pointer-events: auto; touch-action: pan-y; }
#pet-touch:focus { outline-offset: -2px; }
.night .pet-lane { opacity: .75; }
.pet-settings { margin-top: 12px; }
.pet-settings .quiet-button { padding: 6px 12px; }
#pet-status { margin-top: 9px; }
@media (min-width: 1300px) {
  .pet-lane { height: 60px; }
}
@media (min-width: 850px) and (max-height: 720px) {
  .pet-lane { height: 44px; }
}
