/* ANCHOR: cat_widget_styles */
/* REUSED: Cat widget specific styles extracted from components.css */
/* SCALED FOR: Modular CSS architecture with component isolation */

/* ANCHOR: cat_widget */
.cat-widget {
  width: 64px;
  height: 64px;
}

.cat-sprite {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  /* CRITICAL: NO CSS hover - JS handles all interactions */
}

/* CRITICAL: NO CSS hover - JS handles all interactions */