/* Componentes adicionales: botones grandes, inputs accesibles, tarjetas de tienda */
.store-item {
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  padding:10px; border-radius:12px;
  background: linear-gradient(180deg, #ffffff, #fbfffb);
}
.badge {
  background: linear-gradient(90deg,#fff7c2,#f1ffd8);
  padding:6px 10px; border-radius:999px; font-weight:700;
}
.level-dot { display:inline-block; width:10px; height:10px; border-radius:50%; background:#8be3a8; margin-right:6px; }
.large-btn { font-size:18px; padding:14px 22px; border-radius:14px; }
.icon { width:48px; height:48px; }