#home-screen .cp-home-pet.is-egg { animation: none; }
#home-screen .cp-home-pet.is-egg .cp-pet-walk-body,
#cp-pet-panel.is-egg .cp-pet-art,
.collection-pet-stage.is-egg .collection-bag-pet {
  animation: cp-egg-wobble 4.8s ease-in-out infinite;
  transform-origin: 50% 85%;
}
#home-screen .cp-home-pet.is-egg .cp-pet-decoration,
#cp-pet-panel.is-egg .cp-pet-decoration { display: none; }
#cp-incubation { text-align: center; padding: 0 0 12px; }
#cp-incubation h3 { font-size: 18px; margin: 8px 0 18px; }
.cp-egg-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; margin: 0 0 16px; padding: 0; list-style: none; }
.cp-egg-days li { display: flex; align-items: center; justify-content: center; gap: 2px; height: 38px; border: 1px solid #66656f; border-radius: 6px; color: #b5b5c2; }
.cp-egg-days span { font-size: 17px; font-weight: 800; }
.cp-egg-days small { font-size: 9px; }
.cp-egg-days li.is-done { background: #ddff7a; color: #262528; border-color: #ddff7a; box-shadow: 0 3px 0 #697b30; }
#cp-egg-rule { font-size: 13px; line-height: 1.65; }
#cp-egg-warning { font-size: 12px; color: #ffa9ba; line-height: 1.5; }
.collection-bag-note { margin: 6px 0 14px; color: #c5c7ca; font-size: 12px; line-height: 1.65; }
#cp-pet-panel.is-egg .cp-pet-stage { width: 172px; height: 172px; }
.cp-program-pet .cp-program-copy small { color: #bfc4c1; font-size: 10px; }
@keyframes cp-egg-wobble {
  0%, 55%, 100% { transform: rotate(0) translateY(0); }
  60%, 70% { transform: rotate(-5deg) translateY(-2px); }
  65%, 75% { transform: rotate(5deg) translateY(-2px); }
  82% { transform: rotate(-2deg); }
}
body.paused .is-egg .cp-pet-art, body.paused .is-egg .cp-pet-walk-body,
body.document-hidden .is-egg .cp-pet-art { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  #home-screen .cp-home-pet.is-egg .cp-pet-walk-body,
  #cp-pet-panel.is-egg .cp-pet-art,
  .collection-pet-stage.is-egg .collection-bag-pet { animation: none; }
}
